FreeBSD fork of Phabricator code review
https://reviews.freebsd.org
Summary: Using `project.search` in Conduit to search for a milestone project, the `color` values returned are always default `blue` as a milestone itself cannot have a custom color on its own. This is inconsistent as the UI uses the color of the milestone's parent project, for example under "Looks like" on `/project/manage/2/` and under "Tags" on `/T1`. Closes T16088 Test Plan: 1. Go to http://phorge.localhost/project/edit/form/default/ 2. Set "Color" to "Pink" 3. Click "Create New Project" 4. Click "Subprojects" in the left panel on resulting http://phorge.localhost/project/subprojects/1/ 5. Click "Create Milestone" in the right panel 6. On the "Create Project" page, see that you cannot choose an icon or color. 7. Enter a "Name" and click "Create New Project" 8. On resulting http://phorge.localhost/project/view/2/, see that the milestone tag under "Looks Like" is also Pink like the parent project 9. Go to http://phorge.localhost/conduit/method/project.search/ 10. In the "constraints" field, enter `{"ids": [2]}` 11. Check the `color` output under "Method Result" Reviewers: O1 Blessed Committers, valerio.bozzolan Reviewed By: O1 Blessed Committers, valerio.bozzolan Subscribers: A_smart_kitten, tobiaswiese, valerio.bozzolan, Matthew, Cigaryno Maniphest Tasks: T16088 Differential Revision: https://we.phorge.it/D26043 |
||
---|---|---|
bin | ||
conf | ||
externals | ||
resources | ||
scripts | ||
src | ||
support | ||
webroot | ||
.arcconfig | ||
.arclint | ||
.arcunit | ||
.editorconfig | ||
.gitignore | ||
LICENSE | ||
NOTICE | ||
README.md |
Phorge is a collection of web applications which help software companies build better software.
Phorge is a community-maintained fork of Phabricator.
Phorge includes applications for:
- reviewing and auditing source code;
- hosting and browsing repositories;
- tracking bugs;
- managing projects;
- conversing with team members;
- assembling a party to venture forth;
- writing stuff down and reading it later;
- hiding stuff from coworkers; and
- also some other things.
Phorge is developed and maintained by The Phorge Team.
LICENSE
Phorge is released under the Apache 2.0 license except as otherwise noted.