Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3938061
D440.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D440.id.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D440: Document class constants
Attached
Detach File
Event Timeline
Log In to Comment