-
Notifications
You must be signed in to change notification settings - Fork 2
Pin 7819 post eservice template versions #2461
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: release/2.8.0
Are you sure you want to change the base?
Conversation
missing m2m tests, metadata in open spec
57ff2ef
to
e332158
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Implementation differs from the corresponding descriptor creation calls, both in the M2M and in the process/BFF.
packages/eservice-template-process/src/services/eserviceTemplateService.ts
Outdated
Show resolved
Hide resolved
packages/eservice-template-process/src/services/eserviceTemplateService.ts
Show resolved
Hide resolved
packages/eservice-template-process/src/services/eserviceTemplateService.ts
Outdated
Show resolved
Hide resolved
packages/eservice-template-process/src/services/eserviceTemplateService.ts
Outdated
Show resolved
Hide resolved
…nd Delegation documents (#2440) Co-authored-by: Eduardo Mihalache <[email protected]> Co-authored-by: Roberto Taglioni <[email protected]> Co-authored-by: Paolo Manca <[email protected]> Co-authored-by: Sandro Tajè <[email protected]> Co-authored-by: lorenzo-pa <[email protected]> Co-authored-by: Giorgio Ceccherini <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good 🚀 Only minor suggestions and some tests seem to be missing (quick fixes)
collections/m2m gateway/eServiceTemplates/Create EService Template Version.bru
Outdated
Show resolved
Hide resolved
packages/eservice-template-process/src/services/eserviceTemplateService.ts
Outdated
Show resolved
Hide resolved
packages/eservice-template-process/src/services/eserviceTemplateService.ts
Outdated
Show resolved
Hide resolved
packages/eservice-template-process/src/services/eserviceTemplateService.ts
Outdated
Show resolved
Hide resolved
packages/eservice-template-process/test/api/createEServiceTemplateVersion.test.ts
Show resolved
Hide resolved
packages/eservice-template-process/test/api/createEServiceTemplateVersion.test.ts
Show resolved
Hide resolved
packages/eservice-template-process/test/api/createEServiceTemplateVersion.test.ts
Show resolved
Hide resolved
packages/m2m-gateway/test/integration/eServiceTemplates/createEServiceTemplateVersion.test.ts
Outdated
Show resolved
Hide resolved
packages/m2m-gateway/test/integration/eServiceTemplates/createEServiceTemplateVersion.test.ts
Outdated
Show resolved
Hide resolved
Diff now contains a lot of unrelated changes, let's wait for release/2.8.0 to be up-to-date with develop, then it should be solved (this PR was probably detached from dev after the release branch?) |
PIN-7819
PIN-7900
SRS
Description
Implemented
POST /eserviceTemplates/{templateId}/versions/
route in m2m gatewayImplementation
m2mGatewayApi.yml
Double-check errors
Testing
Checklist:
Screen