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/option
epriestley c3b2184977 Mostly modernize Conduit logs
Summary:
  - Add GC support to conduit logs.
  - Add Query support to conduit logs.
  - Record the actual user PHID.
  - Show client name.
  - Support querying by specific method, so I can link to this from a setup issue.

@wez, this migration may not be fast. It took about 8 seconds for me to migrate 800,000 rows in the `conduit_methodcalllog` table. This adds a GC which should keep the table at a more manageable size in the future.

You can safely delete all data older than 30 days from this table, although you should do it by `id` instead of `dateCreated` since there's no key on `dateCreated` until this patch.

Test Plan:
  - Ran GC.
  - Looked at log UI.
  - Ran Conduit methods.

Reviewers: btrahan

Reviewed By: btrahan

CC: wez, aran

Differential Revision: https://secure.phabricator.com/D6332
2013-07-01 12:37:34 -07:00
..
PhabricatorAccessLogConfigOptions.php Guarantee the existence of the Phabricator access log 2013-04-02 09:53:56 -07:00
PhabricatorApplicationConfigOptions.php Allow configuration to have custom UI types 2013-06-07 12:36:18 -07:00
PhabricatorAuthenticationConfigOptions.php Provide contextual help on auth provider configuration 2013-06-20 11:18:48 -07:00
PhabricatorAWSConfigOptions.php Implement more configuration options 2013-01-16 10:52:09 -08:00
PhabricatorConfigOption.php Allow configuration to have custom UI types 2013-06-07 12:36:18 -07:00
PhabricatorCoreConfigOptions.php Default "environment.append-paths" to include likely paths 2013-05-27 13:40:21 -07:00
PhabricatorDeveloperConfigOptions.php Refactor developer options to specific developer-mode option. 2013-02-01 10:12:17 -08:00
PhabricatorDisqusConfigOptions.php Drive auth config with the database 2013-06-20 11:18:11 -07:00
PhabricatorExtendingPhabricatorConfigOptions.php Provide contextual help on auth provider configuration 2013-06-20 11:18:48 -07:00
PhabricatorGarbageCollectorConfigOptions.php Mostly modernize Conduit logs 2013-07-01 12:37:34 -07:00
PhabricatorMetaMTAConfigOptions.php Globally limit the size of generated emails. 2013-06-05 05:47:31 -07:00
PhabricatorMySQLConfigOptions.php Prefer MySQLi over MySQL 2013-02-22 10:00:26 -08:00
PhabricatorNotificationConfigOptions.php Set some defaults back to correctness. 2013-01-24 12:10:41 -08:00
PhabricatorPHDConfigOptions.php Don't preface 'Daemons' with 'Phabricator'. 2013-01-16 09:47:29 -08:00
PhabricatorPHPMailerConfigOptions.php Bring PHPMailer config into the new config UI 2013-01-15 12:03:44 -08:00
PhabricatorPolicyConfigOptions.php Default to "True" and "False" for bool options. 2013-01-09 08:14:29 -08:00
PhabricatorRecaptchaConfigOptions.php Default to "True" and "False" for bool options. 2013-01-09 08:14:29 -08:00
PhabricatorSecurityConfigOptions.php Add the ability to create a macro from a url 2013-02-21 12:51:28 -08:00
PhabricatorSendGridConfigOptions.php Bring SendGrid configuration into PHP 2013-01-15 12:04:05 -08:00
PhabricatorSyntaxHighlightingConfigOptions.php Add "invisible" styling/config to Phabricator 2013-06-25 08:40:29 -07:00
PhabricatorTranslationsConfigOptions.php Add translations config group. 2013-01-04 16:22:56 -08:00