1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-15 19:32:40 +01:00
phorge-phorge/src/applications/base/controller
epriestley a1f5fc2231 Move directory SQL patch construction to abstract base class
Summary:
Ref T6238. I'm building the instance management application now, but not putting it in the upstream -- I think the only use case for it is to build SAAS. If someone comes up with a use case (maybe a college course that wants to create an instance per-class or something?) we could open it up eventually, but it seems cleaner to keep it out of the upstream until we have such a use case.

I need to add schema patches. Make it easier for a subclass to just "add all the patches in this directory", like "autopatches/" works.

Test Plan:
  - Ran `bin/storage status`, saw all normal patches still valid.
  - In some future diff, the instances application will use this to apply patches.

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: epriestley

Maniphest Tasks: T6238

Differential Revision: https://secure.phabricator.com/D10848
2014-11-14 14:50:50 -08:00
..
__tests__ Decouple some aspects of request routing and construction 2014-10-17 05:01:40 -07:00
Phabricator404Controller.php After writing "next_uri", don't write it again for a while 2014-01-23 14:16:08 -08:00
PhabricatorController.php Move directory SQL patch construction to abstract base class 2014-11-14 14:50:50 -08:00
PhabricatorRedirectController.php Fix security.require-https by marking redirect as external 2014-08-21 21:35:29 +10:00