@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Diviner: Require "--" for arc call-conduit calls in Repositories API

Summary: See https://secure.phabricator.com/T13491, rPb2e96df3.

Test Plan: Run `./bin/diviner generate`, read http://phorge.localhost/book/phorge/article/diffusion_updates/

Reviewers: O1 Blessed Committers, mainframe98

Reviewed By: O1 Blessed Committers, mainframe98

Subscribers: mainframe98, tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Differential Revision: https://we.phorge.it/D26437

+3 -3
+2 -2
src/docs/user/userguide/diffusion_api.diviner
··· 57 57 "value": "Poetry" 58 58 } 59 59 ] 60 - }' | arc call-conduit diffusion.repository.edit 60 + }' | arc call-conduit diffusion.repository.edit -- 61 61 ``` 62 62 63 63 If things work, you should get a result that looks something like this: ··· 118 118 "value": "observe" 119 119 } 120 120 ] 121 - }' | arc call-conduit diffusion.uri.edit 121 + }' | arc call-conduit diffusion.uri.edit -- 122 122 ``` 123 123 124 124 You should get a response that looks something like this:
+1 -1
src/docs/user/userguide/diffusion_hosting.diviner
··· 388 388 If you did everything correctly, you should be able to run this command: 389 389 390 390 ``` 391 - $ echo {} | ssh vcs-user@phorge.yourcompany.com conduit conduit.ping 391 + $ echo {} | ssh vcs-user@phorge.yourcompany.com conduit conduit.ping -- 392 392 ``` 393 393 394 394 ...and get a response like this: