Home GnuPG

Return milestone information in project.search
e03103f34920Unpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

Return milestone information in project.search

Summary:
Ref T12074.

  • project.search now returns milestones by default.
  • A new constraint, isMilestone, allows filtering to milestones, non-milestones, or both (API and web UI).
  • project.search now returns a milestone number for milestones, or null for non-milestones.
NOTE: Existing custom saved queries in projects which previously did not return milestones now will. I expect this to have little-to-no impact on users, and these queries are easy to correct, but I'll note this in changelogs.

Test Plan:

  • Ran various queries with project.search and in the web UI, searching for milestones, non-milestones, and both.
  • Web UI default behavior (no milestones) is unchanged, but you can now get milestones if you want them.
  • Queried a milestone by ID/PHID via API.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T12074

Differential Revision: https://secure.phabricator.com/D17153

Details

Provenance
epriestley <git@epriestley.com>Authored on Jan 8 2017, 8:29 PM
Parents
rPHABf16778fc18b7: Fix excessively strict "Can Use Application" policy filtering
Branches
Unknown
Tags
Unknown

Event Timeline

epriestley <git@epriestley.com> committed rPHABe03103f34920: Return milestone information in project.search (authored by epriestley <git@epriestley.com>).Jan 8 2017, 10:11 PM