Skip to content

Commit 2cc7f82

Browse files
author
vrana
committed
Move Conduit methods inside applications
Test Plan: /conduit/ /conduit/method/arcanist.projectinfo/ Call method $ echo '{}' | arc call-conduit user.whoami Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D4268
1 parent 96e5264 commit 2cc7f82

File tree

98 files changed

+97
-97
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+97
-97
lines changed

src/__phutil_library_map__.php

Lines changed: 96 additions & 96 deletions
Large diffs are not rendered by default.

src/docs/developer/phabricator_code_layout.diviner

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ containing the file ##DerpController.php## with the class
4040
If ##Derp## were (relatively) complex, one could reasonably expect to see
4141
the following directory layout:
4242

43+
phabricator/src/applications/derp/conduit/
4344
phabricator/src/applications/derp/constants/
4445
phabricator/src/applications/derp/controller/
4546
phabricator/src/applications/derp/editor/
@@ -48,7 +49,6 @@ the following directory layout:
4849
phabricator/src/applications/derp/replyhandler/
4950
phabricator/src/applications/derp/storage/
5051
phabricator/src/applications/derp/view/
51-
phabricator/src/applications/conduit/method/derp/
5252

5353
(The following two folders are also likely to be included for JavaScript and
5454
CSS respectively. However, static resources are largely outside the scope of

0 commit comments

Comments
 (0)