Skip to content

Commit

Permalink
Merge pull request #1 from ConductionNL/dev-gino
Browse files Browse the repository at this point in the history
id-vault fixes
  • Loading branch information
ginokok1996 authored Oct 21, 2020
2 parents 01cf5de + c19c259 commit 5ee48dd
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 23 deletions.
8 changes: 4 additions & 4 deletions api/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions api/config/routes/conduction_nldesign.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions api/config/routes/conduction_rocket.yaml

This file was deleted.

Binary file added api/helm/id-vault-0.1.0.tgz
Binary file not shown.
17 changes: 15 additions & 2 deletions api/helm/index.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,22 @@
apiVersion: v1
entries:
id-vault:
- apiVersion: v1
appVersion: V1.0
created: "2020-10-21T11:46:44.2759676Z"
description: Naast deze JSON rest API is er ook een [graphql](/graphql) interface
beschikbaar.
digest: 76e259d3f6aedcef515371435d16d20f5b28a8f8fae3cdf00a56cc5a6a83ecbc
home: www.id-vault.com
icon: www.id-vault.com
name: id-vault
urls:
- id-vault-0.1.0.tgz
version: 0.1.0
pan:
- apiVersion: v1
appVersion: V1.0
created: "2020-10-21T06:48:35.7534997Z"
created: "2020-10-21T11:46:44.2843471Z"
description: Naast deze JSON rest API is er ook een [graphql](/graphql) interface
beschikbaar.
digest: bafedcbd1d4933553219ddba79899b7908ba6f043f0aba6a092573bfa3b3e045
Expand All @@ -13,4 +26,4 @@ entries:
urls:
- pan-0.1.0.tgz
version: 0.1.0
generated: "2020-10-21T06:48:35.7482512Z"
generated: "2020-10-21T11:46:44.2690578Z"
20 changes: 10 additions & 10 deletions api/public/schema/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ info:
Naast deze JSON rest API is er ook een [graphql](/graphql) interface beschikbaar.
paths:
/audit_trails:
/api/audit_trails:
get:
tags:
- AuditTrail
Expand Down Expand Up @@ -534,7 +534,7 @@ paths:
parameters:
id: '$response.body#/id'
operationId: getAuditTrailItem
description: 'The `id` value returned in the response can be used as the `id` parameter in `GET /audit_trails/{id}`.'
description: 'The `id` value returned in the response can be used as the `id` parameter in `GET /api/audit_trails/{id}`.'
400:
description: 'Invalid input'
404:
Expand Down Expand Up @@ -611,7 +611,7 @@ paths:
name: X-NLX-Audit-Clarification
description: 'A clarification as to why a request has been made (doelbinding)'
in: header
'/audit_trails/{id}':
'/api/audit_trails/{id}':
get:
tags:
- AuditTrail
Expand Down Expand Up @@ -1012,7 +1012,7 @@ paths:
schema:
$ref: '#/components/schemas/AuditTrail-write'
description: 'The updated AuditTrail resource'
/change_logs:
/api/change_logs:
get:
tags:
- ChangeLog
Expand Down Expand Up @@ -1416,7 +1416,7 @@ paths:
parameters:
id: '$response.body#/id'
operationId: getChangeLogItem
description: 'The `id` value returned in the response can be used as the `id` parameter in `GET /change_logs/{id}`.'
description: 'The `id` value returned in the response can be used as the `id` parameter in `GET /api/change_logs/{id}`.'
400:
description: 'Invalid input'
404:
Expand Down Expand Up @@ -1493,7 +1493,7 @@ paths:
name: X-NLX-Audit-Clarification
description: 'A clarification as to why a request has been made (doelbinding)'
in: header
'/change_logs/{id}':
'/api/change_logs/{id}':
get:
tags:
- ChangeLog
Expand Down Expand Up @@ -2391,12 +2391,12 @@ definitions:
description: 'The moment this request was created'
type: string
format: date-time
example: '2020-10-21 06:56:55'
example: '2020-10-21 11:47:24'
dateModified:
description: 'The moment this request last Modified'
type: string
format: date-time
example: '2020-10-21 06:56:55'
example: '2020-10-21 11:47:24'
required: []
AuditTrail-write:
properties:
Expand Down Expand Up @@ -2444,12 +2444,12 @@ definitions:
description: 'The moment this request was created'
type: string
format: date-time
example: '2020-10-21 06:56:55'
example: '2020-10-21 11:47:24'
dateModified:
description: 'The moment this request last Modified'
type: string
format: date-time
example: '2020-10-21 06:56:55'
example: '2020-10-21 11:47:24'
required: []
ChangeLog-write:
properties:
Expand Down
2 changes: 1 addition & 1 deletion api/symfony.lock
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@
"version": "v0.3.3"
},
"php": {
"version": "7.3"
"version": "7.4"
},
"php-cs-fixer/diff": {
"version": "v1.3.0"
Expand Down

0 comments on commit 5ee48dd

Please sign in to comment.