Rush has uploaded a new change for review. https://gerrit.wikimedia.org/r/155314
Change subject: phabricator task priorities ...................................................................... phabricator task priorities Change-Id: I9ef69428c1bc8f279e6346276381647f431277e6 Per: http://fab.wmflabs.org/T436 --- M modules/phabricator/data/fixed_settings.yaml 1 file changed, 26 insertions(+), 4 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/14/155314/1 diff --git a/modules/phabricator/data/fixed_settings.yaml b/modules/phabricator/data/fixed_settings.yaml index 6f5067e..8cf44c4 100644 --- a/modules/phabricator/data/fixed_settings.yaml +++ b/modules/phabricator/data/fixed_settings.yaml @@ -1,5 +1,31 @@ #These custom values are hardcoded here to persist across Phabriactor Mediawiki installs +maniphest.priorities: + '100': + name: 'Unbreak Now!' + short: 'Unbreak!' + color: indigo + '90': + name: 'Needs Triage' + short: Triage + color: violet + '80': + name: High + short: High + color: red + '50': + name: Normal + short: Normal + color: orange + '25': + name: Low + short: Low + color: yellow + '10': + name: 'Needs Volunteer' + short: Voluneer + color: sky + # DO NOT CHANGE THESE VALUES. Must be updated # to match in security extensions. maniphest.custom-field-definitions: @@ -108,10 +134,6 @@ caption: login name for rt instructions: This field should contain the login name for the old rt.bugzilla.org search: true - -#will be overridden by production values if present -mysql.host: 'localhost' -mysql.pass: 'foo' #we don't host local docs or use the wiki :) phabricator.uninstalled-applications: -- To view, visit https://gerrit.wikimedia.org/r/155314 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9ef69428c1bc8f279e6346276381647f431277e6 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Rush <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
