🔀 Merge branch 'gitlab' of https://github.com/lucafaggianelli/n8n into lucafaggianelli-gitlab

This commit is contained in:
Jan Oberhauser
2019-10-25 07:38:56 +02:00
6 changed files with 1289 additions and 0 deletions

View File

@@ -33,6 +33,7 @@
"dist/credentials/ChargebeeApi.credentials.js",
"dist/credentials/DropboxApi.credentials.js",
"dist/credentials/GithubApi.credentials.js",
"dist/credentials/GitlabApi.credentials.js",
"dist/credentials/GoogleApi.credentials.js",
"dist/credentials/HttpBasicAuth.credentials.js",
"dist/credentials/HttpDigestAuth.credentials.js",
@@ -74,6 +75,8 @@
"dist/nodes/FunctionItem.node.js",
"dist/nodes/Github/Github.node.js",
"dist/nodes/Github/GithubTrigger.node.js",
"dist/nodes/Gitlab/Gitlab.node.js",
"dist/nodes/Gitlab/GitlabTrigger.node.js",
"dist/nodes/GoogleSheets/GoogleSheets.node.js",
"dist/nodes/HttpRequest.node.js",
"dist/nodes/If.node.js",