Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Memri
Schema
Commits
a215d573
Commit
a215d573
authored
2 years ago
by
Eelco van der Wel
Browse files
Options
Download
Email Patches
Plain Diff
trigger schema
parent
95beecd6
Pipeline
#8762
failed with stage
in 1 minute and 48 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
auto-gen/schema.json
+60
-0
auto-gen/schema.json
types/PluginRun.json
+2
-1
types/PluginRun.json
types/Trigger.json
+27
-0
types/Trigger.json
with
89 additions
and
1 deletion
+89
-1
auto-gen/schema.json
+
60
-
0
View file @
a215d573
...
...
@@ -533,6 +533,12 @@
"propertyName"
:
"service"
,
"valueType"
:
"Text"
},
{
"type"
:
"ItemPropertySchema"
,
"itemType"
:
"EmailMessage"
,
"propertyName"
:
"sourceProject"
,
"valueType"
:
"Text"
},
{
"type"
:
"ItemPropertySchema"
,
"itemType"
:
"EmailMessage"
,
...
...
@@ -917,6 +923,12 @@
"propertyName"
:
"service"
,
"valueType"
:
"Text"
},
{
"type"
:
"ItemPropertySchema"
,
"itemType"
:
"Message"
,
"propertyName"
:
"sourceProject"
,
"valueType"
:
"Text"
},
{
"type"
:
"ItemPropertySchema"
,
"itemType"
:
"Message"
,
...
...
@@ -1337,6 +1349,12 @@
"propertyName"
:
"targetItemId"
,
"valueType"
:
"Text"
},
{
"type"
:
"ItemPropertySchema"
,
"itemType"
:
"PluginRun"
,
"propertyName"
:
"webServerPort"
,
"valueType"
:
"Integer"
},
{
"type"
:
"ItemPropertySchema"
,
"itemType"
:
"Post"
,
...
...
@@ -1445,6 +1463,30 @@
"propertyName"
:
"name"
,
"valueType"
:
"Text"
},
{
"type"
:
"ItemPropertySchema"
,
"itemType"
:
"Trigger"
,
"propertyName"
:
"action"
,
"valueType"
:
"Text"
},
{
"type"
:
"ItemPropertySchema"
,
"itemType"
:
"Trigger"
,
"propertyName"
:
"filterCreatedAfter"
,
"valueType"
:
"DateTime"
},
{
"type"
:
"ItemPropertySchema"
,
"itemType"
:
"Trigger"
,
"propertyName"
:
"pluginRunId"
,
"valueType"
:
"Text"
},
{
"type"
:
"ItemPropertySchema"
,
"itemType"
:
"Trigger"
,
"propertyName"
:
"triggerOn"
,
"valueType"
:
"Text"
},
{
"type"
:
"ItemPropertySchema"
,
"itemType"
:
"VoteAction"
,
...
...
@@ -1757,6 +1799,12 @@
"targetType"
:
"File"
,
"edgeName"
:
"file"
},
{
"type"
:
"ItemEdgeSchema"
,
"sourceType"
:
"EmailMessage"
,
"targetType"
:
"CategoricalPrediction"
,
"edgeName"
:
"label"
},
{
"type"
:
"ItemEdgeSchema"
,
"sourceType"
:
"EmailMessage"
,
...
...
@@ -1859,6 +1907,12 @@
"targetType"
:
"File"
,
"edgeName"
:
"file"
},
{
"type"
:
"ItemEdgeSchema"
,
"sourceType"
:
"Message"
,
"targetType"
:
"CategoricalPrediction"
,
"edgeName"
:
"label"
},
{
"type"
:
"ItemEdgeSchema"
,
"sourceType"
:
"Message"
,
...
...
@@ -2147,6 +2201,12 @@
"targetType"
:
"Person"
,
"edgeName"
:
"mergeFrom"
},
{
"type"
:
"ItemEdgeSchema"
,
"sourceType"
:
"Trigger"
,
"targetType"
:
"PluginRun"
,
"edgeName"
:
"trigger"
},
{
"type"
:
"ItemEdgeSchema"
,
"sourceType"
:
"Wallet"
,
...
...
This diff is collapsed.
Click to expand it.
types/PluginRun.json
+
2
-
1
View file @
a215d573
...
...
@@ -10,7 +10,8 @@
{
"name"
:
"status"
,
"type"
:
"Text"
},
{
"name"
:
"targetItemId"
,
"type"
:
"Text"
},
{
"name"
:
"error"
,
"type"
:
"Text"
},
{
"name"
:
"containerId"
,
"type"
:
"Text"
}
{
"name"
:
"containerId"
,
"type"
:
"Text"
},
{
"name"
:
"webServerPort"
,
"type"
:
"Integer"
}
],
"edges"
:
[
{
"name"
:
"plugin"
,
"target"
:
"Plugin"
},
...
...
This diff is collapsed.
Click to expand it.
types/Trigger.json
0 → 100644
+
27
-
0
View file @
a215d573
{
"description"
:
"The Trigger Item registers a plugin trigger in the pod"
,
"properties"
:
[
{
"name"
:
"action"
,
"type"
:
"Text"
},
{
"name"
:
"triggerOn"
,
"type"
:
"Text"
},
{
"name"
:
"pluginRunId"
,
"type"
:
"Text"
},
{
"name"
:
"filterCreatedAfter"
,
"type"
:
"DateTime"
}
],
"edges"
:
[
{
"name"
:
"trigger"
,
"target"
:
"PluginRun"
}
]
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets