Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/alerts_settings/components/mocks/gitlabFields.json')
-rw-r--r--app/assets/javascripts/alerts_settings/components/mocks/gitlabFields.json123
1 files changed, 0 insertions, 123 deletions
diff --git a/app/assets/javascripts/alerts_settings/components/mocks/gitlabFields.json b/app/assets/javascripts/alerts_settings/components/mocks/gitlabFields.json
deleted file mode 100644
index e4d0e92a6f8..00000000000
--- a/app/assets/javascripts/alerts_settings/components/mocks/gitlabFields.json
+++ /dev/null
@@ -1,123 +0,0 @@
-[
- {
- "name": "TITLE",
- "label": "Title",
- "type": [
- "STRING"
- ],
- "compatibleTypes": [
- "STRING",
- "NUMBER",
- "DATETIME"
- ],
- "numberOfFallbacks": 1
- },
- {
- "name": "DESCRIPTION",
- "label": "Description",
- "type": [
- "STRING"
- ],
- "compatibleTypes": [
- "STRING",
- "NUMBER",
- "DATETIME"
- ]
- },
- {
- "name": "START_TIME",
- "label": "Start time",
- "type": [
- "DATETIME"
- ],
- "compatibleTypes": [
- "NUMBER",
- "DATETIME"
- ]
- },
- {
- "name": "END_TIME",
- "label": "End time",
- "type": [
- "DATETIME"
- ],
- "compatibleTypes": [
- "NUMBER",
- "DATETIME"
- ]
- },
- {
- "name": "SERVICE",
- "label": "Service",
- "type": [
- "STRING"
- ],
- "compatibleTypes": [
- "STRING",
- "NUMBER",
- "DATETIME"
- ]
- },
- {
- "name": "MONITORING_TOOL",
- "label": "Monitoring tool",
- "type": [
- "STRING"
- ],
- "compatibleTypes": [
- "STRING",
- "NUMBER",
- "DATETIME"
- ]
- },
- {
- "name": "HOSTS",
- "label": "Hosts",
- "type": [
- "STRING",
- "ARRAY"
- ],
- "compatibleTypes": [
- "STRING",
- "ARRAY",
- "NUMBER",
- "DATETIME"
- ]
- },
- {
- "name": "SEVERITY",
- "label": "Severity",
- "type": [
- "STRING"
- ],
- "compatibleTypes": [
- "STRING",
- "NUMBER",
- "DATETIME"
- ]
- },
- {
- "name": "FINGERPRINT",
- "label": "Fingerprint",
- "type": [
- "STRING"
- ],
- "compatibleTypes": [
- "STRING",
- "NUMBER",
- "DATETIME"
- ]
- },
- {
- "name": "GITLAB_ENVIRONMENT_NAME",
- "label": "Environment",
- "type": [
- "STRING"
- ],
- "compatibleTypes": [
- "STRING",
- "NUMBER",
- "DATETIME"
- ]
- }
-]