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/env
epriestley 3b9ccf11f2 Drive auth config with the database
Summary: Ref T1536. This is the last major migration. Moves us over to the DB and drops all the config stuff.

Test Plan:
  - Ran the migration.
  - Saw all my old config brought forward and respected, with accurate settings.
  - Ran LDAP import.
  - Grepped for all removed config options.

Reviewers: btrahan, chad

Reviewed By: btrahan

CC: aran, wez

Maniphest Tasks: T1536

Differential Revision: https://secure.phabricator.com/D6243
2013-06-20 11:18:11 -07:00
..
__tests__ Testing that PhabricatorEnv::getEnvConfig throws an exception if config option is not found. 2013-01-19 17:05:45 -08:00
PhabricatorConfigDatabaseSource.php Add database configuration source to the source stack 2013-01-17 15:10:21 -08:00
PhabricatorConfigDefaultSource.php Read default values of custom config options 2013-01-19 08:36:08 -08:00
PhabricatorConfigDictionarySource.php Formalize configuration sources and source stacks 2012-12-25 06:44:29 -08:00
PhabricatorConfigFileSource.php Formalize configuration sources and source stacks 2012-12-25 06:44:29 -08:00
PhabricatorConfigLocalSource.php Add a local configuration source and a non-environmental ENV config source 2012-12-30 06:16:15 -08:00
PhabricatorConfigProxySource.php Increase the power of bin/config 2013-01-21 15:27:42 -08:00
PhabricatorConfigSource.php Show all configuration defaults when editing configuration 2013-01-01 14:10:33 -08:00
PhabricatorConfigStackSource.php Show all configuration defaults when editing configuration 2013-01-01 14:10:33 -08:00
PhabricatorEnv.php Drive auth config with the database 2013-06-20 11:18:11 -07:00
PhabricatorScopedEnv.php Formalize configuration sources and source stacks 2012-12-25 06:44:29 -08:00