Skip to content

Commit

Permalink
Added missing gitlabSource key+value to action configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
WilcoLouwerse committed Mar 7, 2024
1 parent 97c4947 commit 979982d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Componenten Catalogus Application To Gateway",
"$id": "https://opencatalogi.nl/action/oc.ComponentenCatalogusApplicationToGatewayAction.action.json",
"$schema": "https://docs.commongateway.nl/schemas/Action.schema.json",
"version": "0.0.8",
"version": "0.0.9",
"priority": 1,
"isLockable": true,
"listens": ["opencatalogi.componentencatalogus.trigger"],
Expand All @@ -20,6 +20,7 @@
"endpoint": "/products",
"componentencatalogusMapping": "https://componentencatalogus.commonground.nl/api/oc.componentenCatalogusComponent.mapping.json",
"githubSource": "https://opencatalogi.nl/source/oc.GitHubAPI.source.json",
"gitlabSource": "https://opencatalogi.nl/source/oc.GitlabAPI.source.json",
"usercontentSource": "https://opencatalogi.nl/source/oc.GitHubusercontent.source.json",
"repositorySchema": "https://opencatalogi.nl/oc.repository.schema.json",
"repositoryMapping": "https://api.github.com/oc.githubRepository.mapping.json",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Componenten Catalogus Component To Gateway",
"$id": "https://opencatalogi.nl/action/oc.ComponentenCatalogusComponentToGatewayAction.action.json",
"$schema": "https://docs.commongateway.nl/schemas/Action.schema.json",
"version": "0.0.9",
"version": "0.0.10",
"priority": 1,
"isLockable": true,
"listens": ["opencatalogi.componentencatalogus.trigger"],
Expand All @@ -18,6 +18,7 @@
"endpoint": "/components",
"componentencatalogusMapping": "https://componentencatalogus.commonground.nl/api/oc.componentenCatalogusComponent.mapping.json",
"githubSource": "https://opencatalogi.nl/source/oc.GitHubAPI.source.json",
"gitlabSource": "https://opencatalogi.nl/source/oc.GitlabAPI.source.json",
"usercontentSource": "https://opencatalogi.nl/source/oc.GitHubusercontent.source.json",
"repositorySchema": "https://opencatalogi.nl/oc.repository.schema.json",
"repositoryMapping": "https://api.github.com/oc.githubRepository.mapping.json",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "Developer Overheid Repository To Gateway Action",
"$id": "https://opencatalogi.nl/action/oc.DeveloperOverheidRepositoryToGatewayAction.action.json",
"$schema": "https://docs.commongateway.nl/schemas/Action.schema.json",
"version": "0.0.8",
"version": "0.0.9",
"priority": 1,
"isLockable": true,
"listens": ["opencatalogi.developeroverheid.trigger"],
Expand All @@ -17,6 +17,7 @@
"source": "https://opencatalogi.nl/source/oc.developerOverheid.source.json",
"endpoint": "/repositories",
"githubSource": "https://opencatalogi.nl/source/oc.GitHubAPI.source.json",
"gitlabSource": "https://opencatalogi.nl/source/oc.GitlabAPI.source.json",
"usercontentSource": "https://opencatalogi.nl/source/oc.GitHubusercontent.source.json",
"repositorySchema": "https://opencatalogi.nl/oc.repository.schema.json",
"repositoryMapping": "https://api.github.com/oc.githubRepository.mapping.json",
Expand Down

0 comments on commit 979982d

Please sign in to comment.