1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-22 10:18:48 +02:00
phorge-phorge/src/applications/config
epriestley 098d0d93d6 Generate expected schemata for User/People tables
Summary:
Ref T1191. Some notes here:

  - Drops the old LDAP and OAuth info tables. These were migrated to the ExternalAccount table a very long time ago.
  - Separates surplus/missing keys from other types of surplus/missing things. In the long run, my plan is to have only two notice levels:
    - Error: something we can't fix (missing database, table, or column; overlong key).
    - Warning: something we can fix (surplus anything, missing key, bad column type, bad key columns, bad uniqueness, bad collation or charset).
    - For now, retaining three levels is helpful in generating all the expected scheamta.

Test Plan:
  - Saw ~200 issues resolve, leaving ~1,300.
  - Grepped for removed tables.

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: epriestley

Maniphest Tasks: T1191

Differential Revision: https://secure.phabricator.com/D10580
2014-10-01 07:36:47 -07:00
..
application Load all keys, support unique keys, and provide an "all issues" view 2014-09-19 11:46:30 -07:00
check Add a setup issue to detect systems vulnerable to "Shellshock" 2014-09-25 11:21:11 -07:00
controller Generate expected schemata for Maniphest 2014-09-19 11:46:44 -07:00
custom Update callsites of phutil_json_decode. 2014-06-21 00:39:37 +10:00
editor Modularize mail tags 2014-08-12 12:28:41 -07:00
exception Apply some autofix linter rules 2014-09-10 06:55:05 +10:00
issue Add a configuration warning when memory_limit will limit file uploads 2014-09-04 12:48:34 -07:00
json Mask remaining config values, and implement set type 2013-01-16 15:06:07 -08:00
management Apply some autofix linter rules 2014-09-10 06:55:05 +10:00
option Fix "are are" in explanatory text 2014-09-18 08:21:34 -07:00
phid Rename PHIDType classes 2014-07-24 08:05:46 +10:00
query Rename PhabricatorApplication subclasses 2014-07-23 10:03:09 +10:00
response Change double quotes to single quotes. 2014-06-09 11:36:50 -07:00
schema Generate expected schemata for User/People tables 2014-10-01 07:36:47 -07:00
storage Generate reasonable expected schemata for Chatlog, Conduit, Config, Countdown, Daemons 2014-09-18 11:15:29 -07:00
view Make it easier to ignore setup issues 2014-09-05 12:26:58 -07:00