Page MenuHomeDevCentral

D440.id.diff
No OneTemporary

D440.id.diff

diff --git a/app/Analyzers/GitHub/GitHubPayloadAnalyzer.php b/app/Analyzers/GitHub/GitHubPayloadAnalyzer.php
--- a/app/Analyzers/GitHub/GitHubPayloadAnalyzer.php
+++ b/app/Analyzers/GitHub/GitHubPayloadAnalyzer.php
@@ -77,6 +77,9 @@
/// Configuration
///
+ /**
+ * The default name of the configuration file
+ */
const CONFIG_DEFAULT_FILE = 'default.json';
public function getConfigurationFileName () {
diff --git a/app/Analyzers/Phabricator/PhabricatorPayloadAnalyzer.php b/app/Analyzers/Phabricator/PhabricatorPayloadAnalyzer.php
--- a/app/Analyzers/Phabricator/PhabricatorPayloadAnalyzer.php
+++ b/app/Analyzers/Phabricator/PhabricatorPayloadAnalyzer.php
@@ -52,6 +52,9 @@
/// Configuration
///
+ /**
+ * The default name of the configuration file
+ */
const CONFIG_DEFAULT_FILE = 'default.json';
public function getConfigurationFileName () {
diff --git a/app/Http/Controllers/Gate/DockerHubGateController.php b/app/Http/Controllers/Gate/DockerHubGateController.php
--- a/app/Http/Controllers/Gate/DockerHubGateController.php
+++ b/app/Http/Controllers/Gate/DockerHubGateController.php
@@ -31,6 +31,9 @@
/// Constants
///
+ /**
+ * The name of the service this gate accepts payload from.
+ */
const SERVICE_NAME = 'DockerHub';
///
diff --git a/app/Http/Controllers/Gate/GitHubGateController.php b/app/Http/Controllers/Gate/GitHubGateController.php
--- a/app/Http/Controllers/Gate/GitHubGateController.php
+++ b/app/Http/Controllers/Gate/GitHubGateController.php
@@ -53,6 +53,9 @@
/// Constants
///
+ /**
+ * The name of the service this gate accepts payload from.
+ */
const SERVICE_NAME = 'GitHub';
///
diff --git a/app/Http/Controllers/Gate/PhabricatorGateController.php b/app/Http/Controllers/Gate/PhabricatorGateController.php
--- a/app/Http/Controllers/Gate/PhabricatorGateController.php
+++ b/app/Http/Controllers/Gate/PhabricatorGateController.php
@@ -24,6 +24,9 @@
/// Constants
///
+ /**
+ * The name of the service this gate accepts payload from.
+ */
const SERVICE_NAME = 'Phabricator';
///

File Metadata

Mime Type
text/plain
Expires
Tue, Dec 24, 23:04 (3 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2314314
Default Alt Text
D440.id.diff (2 KB)

Event Timeline