Difference between revisions of "Phabricator"
Jump to navigation
Jump to search
m (1 revision: import public pages from the intranet wiki) |
m (Add admin action on spammy tickets/users) |
||
Line 10: | Line 10: | ||
* [[Phabricator callsign naming convention]] | * [[Phabricator callsign naming convention]] | ||
+ | |||
+ | == Admin == | ||
+ | |||
+ | * Clean up spam task | ||
+ | |||
+ | phabricator@tate:~$ ~/phabricator/bin/remove destroy T1234 | ||
+ | |||
+ | * Clean up spam user | ||
+ | |||
+ | phabricator@tate:~$ ~/phabricator/bin/remove destroy @shorrlouis701 | ||
== Links == | == Links == |
Latest revision as of 08:05, 3 February 2021
Phabricator is the tool that Software Heritage uses as its coding/collaboration forge.
Software Heritage's Phabricator instance can be found at https://forge.softwareheritage.org/
Client configuration
Conventions
Admin
- Clean up spam task
phabricator@tate:~$ ~/phabricator/bin/remove destroy T1234
- Clean up spam user
phabricator@tate:~$ ~/phabricator/bin/remove destroy @shorrlouis701
Links
- SWH Phabricator home
- how Wikimedia uses Phabricator, with lots of good tips and mini-tutorials