Skip to content

Commit

Permalink
Move Conduit methods inside applications
Browse files Browse the repository at this point in the history
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
  • Loading branch information
vrana committed Dec 21, 2012
1 parent 96e5264 commit 2cc7f82
Show file tree
Hide file tree
Showing 98 changed files with 97 additions and 97 deletions.
192 changes: 96 additions & 96 deletions src/__phutil_library_map__.php

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/docs/developer/phabricator_code_layout.diviner
Expand Up @@ -40,6 +40,7 @@ containing the file ##DerpController.php## with the class
If ##Derp## were (relatively) complex, one could reasonably expect to see If ##Derp## were (relatively) complex, one could reasonably expect to see
the following directory layout: the following directory layout:


phabricator/src/applications/derp/conduit/
phabricator/src/applications/derp/constants/ phabricator/src/applications/derp/constants/
phabricator/src/applications/derp/controller/ phabricator/src/applications/derp/controller/
phabricator/src/applications/derp/editor/ phabricator/src/applications/derp/editor/
Expand All @@ -48,7 +49,6 @@ the following directory layout:
phabricator/src/applications/derp/replyhandler/ phabricator/src/applications/derp/replyhandler/
phabricator/src/applications/derp/storage/ phabricator/src/applications/derp/storage/
phabricator/src/applications/derp/view/ phabricator/src/applications/derp/view/
phabricator/src/applications/conduit/method/derp/


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

0 comments on commit 2cc7f82

Please sign in to comment.