-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: PRDP-122 rework with node engine #44
Conversation
… removed legacy implementations, updated node engine to report error codes
…iew.yml to consider the specific java folder for the existing code review step
…d util classes to util folder, introduced jest.config.js
…d util classes to util folder, introduced jest.config.js
…ngine' into PRDP-122-feat-rework-with-node-engine # Conflicts: # helm/values-dev.yaml
…k-with-node-engine' into PRDP-122-feat-rework-with-node-engine
… to use a single Dockerfile
…ngine' into PRDP-122-feat-rework-with-node-engine # Conflicts: # .github/workflows/release-deploy.yml
This pull request does not contain a valid label. Please add one of the following labels: |
SonarCloud Quality Gate failed. 0 Bugs 72.8% Coverage The version of Java (11.0.20) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
This PR exceeds the recommended size of 400 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
Comment this PR with update_code to update |
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.
great work , kudos @alessio-cialini
@@ -28,7 +28,7 @@ permissions: | |||
|
|||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel | |||
jobs: | |||
code-review: | |||
code-review-java: |
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.
missing only node codereview
@@ -3,17 +3,14 @@ const FormData = require('form-data'); | |||
|
|||
const pdf_engine_uri = process.env.PDF_ENGINE_URI; | |||
|
|||
function generatePDF(zipFile, inputData, engineType) { | |||
function generatePDF(zipFile, inputData) { |
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.
upd documentation to remove useless param https://pagopa.atlassian.net/wiki/spaces/PPR/pages/718012499/Design+Review+PDF+Engine#Request
@@ -0,0 +1,18 @@ | |||
{ |
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.
remove it
List of Changes
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: