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

Bringing closer in line with hmpps-typescript-template #619

Merged
merged 298 commits into from
May 16, 2024

Conversation

brightonsbox
Copy link
Contributor

No description provided.

mattops and others added 30 commits September 7, 2021 16:43
* Remove use of semi-colons before arrays

* Fix typos in README
* WFP-610 update to npm 7

* WFP-610 update outdated dependencies

* WFP-610 fixed some audit vulnerabilities

* WFP-610 updated passport-oauth2
* Moving to use HMPPS header

* Removing explicit reference to DPS
and properly indent "build" job (jobs should be an array of [name] to dictionary)

Co-authored-by: Jon Brighton <jonathan.brighton@digital.justice.gov.uk>
…ng the user directly and not from the request because passport isn't in the test stack (#62)
Also fixing open handle in test and bumping dependencies
#70)

* ⬆️ update dependencies

* 💄Add no-only-tests linting rule for cypress
Need to refer to build args before calling apt-get upgrade otherwise the set of packages are cached and not upgraded. Docker cannot cache anything in layers after a dynamic variable has been used

Also bumping version of node and fixing test compilation issue
This change sets up prometheus metrics to be available on port 3001, and
with the helm chart changes they will automatically get scraped and be
available for alerts and dashboards in grafana.

The added metrics include:

- General nodejs stats: memory use, gc etc
- HTTP server requests: counters and timings of all served HTTP requests
  by the app.
- HTTP client requests: counters and timings of all HTTP requests to
  other upstream APIs (as long as they are based off `restClient.ts`).
- Upstream healthchecks: guages recording the status/health of each
  upstream service when the healthcheck is tested.

This is all backported from the `manage-recalls-ui` app, please let me
know what you think. :)
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: sp-watson <steve.watson@digital,justice.gov.uk>
… out (#81)

Co-authored-by: Jon Wyatt <>
Co-authored-by: Andrew Lee <1517745+andrewrlee@users.noreply.github.com>
renovate bot and others added 15 commits April 29, 2024 08:18
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 <51918433+psoleckimoj@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 <51918433+psoleckimoj@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>
* Using the user token to get user details

* Removing manage-users-api env variables

* Addressing comments
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 <51918433+psoleckimoj@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@brightonsbox brightonsbox force-pushed the template-changes-296 branch 6 times, most recently from 9be8e52 to b35ee89 Compare May 15, 2024 15:38
@@ -1,32 +0,0 @@
{% from "govuk/components/breadcrumbs/macro.njk" import govukBreadcrumbs %}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Was not being used.

@brightonsbox brightonsbox force-pushed the template-changes-296 branch 2 times, most recently from e2e8237 to 2816239 Compare May 15, 2024 15:52
@brightonsbox brightonsbox force-pushed the template-changes-296 branch from 2816239 to 5199163 Compare May 15, 2024 15:55
@brightonsbox brightonsbox merged commit ae27081 into main May 16, 2024
4 checks passed
@brightonsbox brightonsbox deleted the template-changes-296 branch May 16, 2024 08:28
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.