1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-21 17:58:47 +02:00
phorge-phorge/src/infrastructure
epriestley b800df8c1b Simplify daemon management: "phd start"
Summary:
  - Merge CommitTask daemon into PullLocal daemon. This is another artifact of past instability (and order-dependent parsers). We still publish to the timeline, although this was the last consumer. Long term we'll probably delete timeline and move to webhooks, since everyone who has asked about this stuff has been eager to trade away the durability and ordering of the timeline for the ease of use of webhooks. There's also no reason to timeline this anymore since parsing is no longer order-dependent.
  - Add `phd start` to start all the daemons you need. Add `phd restart` to restart all the daemons you need. So cool~
  - Simplify and improve phd and Diffusion daemon documentation.

Test Plan:
  - Ran `phd start`.
  - Ran `phd restart`.
  - Generated/read documentation.
  - Imported some stuff, got clean parses.

Reviewers: btrahan, csilvers

Reviewed By: csilvers

CC: aran, jungejason, nh

Differential Revision: https://secure.phabricator.com/D2433
2012-05-09 10:29:37 -07:00
..
__tests__ Add test to check all symbols can be loaded 2011-10-20 16:43:13 -07:00
accesslog Allow Phabricator to write an access log using PhutilDeferredLog 2012-04-25 07:24:08 -07:00
celerity Use Celerity to version all static resources 2012-04-08 10:07:51 -07:00
daemon Simplify daemon management: "phd start" 2012-05-09 10:29:37 -07:00
diff Fix missing inline comments issue 2012-04-07 14:05:52 -07:00
edges Allow Commits to be attached to Tasks using edges 2012-04-04 17:34:25 -07:00
env Allow PhabricatorEnv to be temporarily made mutable for unit tests 2012-04-17 07:52:01 -07:00
events New maniphest event TYPE_MANIPHEST_DIDEDITTASK 2012-04-17 12:09:58 -07:00
javelin Avoid sending CSRF token in GET and external forms 2012-02-03 10:58:51 -08:00
lint Fix PhabricatorJavelinLinter regex issue caused by D2023 2012-03-26 16:10:05 -07:00
markup/remarkup/markuprule Highlight disabled users in Remarkup 2012-05-03 11:05:02 -07:00
query Add basic per-object privacy policies 2012-04-14 10:13:29 -07:00
setup Allow users to have multiple email addresses, and verify emails 2012-05-07 10:29:33 -07:00
testing Provide isolated, read/write storage fixtures for unit tests 2012-05-02 12:42:23 -07:00
util PhabricatorSlug 2012-04-10 14:18:20 -07:00