Skip to content
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

MAP-1729 - Update the service from the template project #207

Merged
merged 20 commits into from
Nov 8, 2024

Conversation

Thource
Copy link
Contributor

@Thource Thource commented Nov 7, 2024

This PR brings the project up to date with hmpps-template-typescript, see https://dsdmoj.atlassian.net/browse/MAP-1729

leejacobson-moj and others added 20 commits May 16, 2024 14:57
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Paul Solecki <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Paul Solecki <[email protected]>
* Added ESBuild for bundling and building app
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Copy link
Contributor

@Mjwillis Mjwillis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm

' </label>' +
'</div>'
)
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had to add this monkey patch to get it to clear the select all checkbox, but I wasn't able to write an integration test that properly tests it. Let me check if it still works...

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep still seems to work 👍

@Thource Thource merged commit 5ec5c07 into main Nov 8, 2024
4 checks passed
@Thource Thource deleted the feature/MAP-1729 branch November 8, 2024 11:00
COPY --from=build --chown=appuser:appgroup \
/app/dist ./dist

COPY --from=build --chown=appuser:appgroup \
/app/node_modules ./node_modules

EXPOSE 3000 3001
EXPOSE 3000
ENV NODE_ENV='production'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Thource this var is duplicated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants