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

CDPT-1906: Amending and adding new link to panel #236

Merged
merged 2 commits into from
Aug 5, 2024

Conversation

EmilyHazlehurst
Copy link
Contributor

  • Update first link
  • Add second 'to present' link

@EarthlingDavey
Copy link
Contributor

Looks good! 💯

@EmilyHazlehurst EmilyHazlehurst merged commit 6ac1af8 into main Aug 5, 2024
6 checks passed
@EmilyHazlehurst EmilyHazlehurst deleted the feature/cdpt-1906-amend-archive-panel branch August 5, 2024 16:09
EmilyHazlehurst added a commit that referenced this pull request Oct 11, 2024
* CDPT-1549 Update user docs. (#211)

* Add env var SUPPORT_EMAIL and email to left of admin bar

* Update jekyll-gh-pages.yml

* Amend config. Update landing page

* Update admin.php

* Update _config.yml

* Add screenshots to user docs. (#212)

* Add screenshots to pages docs

* Update footer_custom.html

* CDPT-1549 - Add moj-frontend header and favicon (#213)

Add moj-frontent header and favicons

* CDPT-1549 Update domain and terminology (docs -> howto) (#214)

* Update terminoloy, docs -> howto

* Admins -> Content Editors

* Update composer.lock (#215)

This is good to auto merge. I;ve tested locally, will test on dev before deploying to stage & prod.

* Update composer deps. and WordPress base image. (#232)

* Update composer deps. and wordpress base image.

* Create .keep

* CDPT-1906: Amending and adding new link to panel (#236)

* CDPT-1906: Amending and adding new link to panel
- Update first link
- Add second 'to present' link

* CDPT-1906: Amending and adding new link to panel
- Clean up html

* Update ingress class to modsec (#239)

* Update ingress class to modsec

* Pin nginx-module-builder version - to match whats available from nginxinc/nginx-unprivileged

* Update ingress.yml

* Pull modsec config from private repository. (#247)

* Sketch config for modsec.

* Update modsec-config.yml

* Update integration.yml

* Get modsec config from private repo.

* Update integration.yml

* Update modsec-config.yml

* Update nginx-module-builder to match _/nginx version.

* Renaming and improve remove templates command.

* Use encryption to protect modsec config between jobs

* Update modsec-config.yml

* Bump elliptic from 6.5.5 to 6.5.7 in /public/app/themes/justice (#248)

* Bump elliptic from 6.5.5 to 6.5.7 in /public/app/themes/justice

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.5 to 6.5.7.
- [Commits](indutny/elliptic@v6.5.5...v6.5.7)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Trigger Build

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: EarthlingDavey <[email protected]>

* Bump webpack from 5.92.0 to 5.94.0 in /public/app/themes/justice (#249)

* Bump webpack from 5.92.0 to 5.94.0 in /public/app/themes/justice

Bumps [webpack](https://github.com/webpack/webpack) from 5.92.0 to 5.94.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](webpack/webpack@v5.92.0...v5.94.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

* Trigger Build

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: EarthlingDavey <[email protected]>

* Add missing modsec_config to workflow (#250)

* Update script path and formatting. (#251)

* Modsec config fix workflow 3 (#252)

* Update deploy.yml

* Update deploy.yml

* Update deploy.yml

* Update deploy.yml

* Use default (main) branch for modsec config workflow. (#253)

* Send 403 errors to sentry, include a link (in Sentry) to Modsec logs. (#254)

* Send 403 errors to sentry, include a link to Modsec logs.

* Set custom sentry settings on admin screens.

* Defer the admin script to avoid render blocking. (#256)

* Rename isValidSlug function and set a default value. (#257)

* CDPT-2022 increase replay sample rate (#263)

* Increase Sentry sample rate for admin screens.

* Increase Sentry sample rate to 1 for admin screens.

* Bump serve-static and express in /public/app/themes/justice (#264)

* Bump serve-static and express in /public/app/themes/justice

Bumps [serve-static](https://github.com/expressjs/serve-static) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together.

Updates `serve-static` from 1.15.0 to 1.16.2
- [Release notes](https://github.com/expressjs/serve-static/releases)
- [Changelog](https://github.com/expressjs/serve-static/blob/v1.16.2/HISTORY.md)
- [Commits](expressjs/serve-static@v1.15.0...v1.16.2)

Updates `express` from 4.19.2 to 4.21.0
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md)
- [Commits](expressjs/express@4.19.2...4.21.0)

---
updated-dependencies:
- dependency-name: serve-static
  dependency-type: indirect
- dependency-name: express
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

* Trigger Build

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: EarthlingDavey <[email protected]>

* Group client side errors by status code, except for 403s. (#269)

* CDPT-1991 Add Redis object cache - setup matches intranet. (#270)

* Object Cache experiments

* Copy redis setup from the intranet.

* Remove `wpackagist-plugin/redis-cache`

* Update deployment.tpl.yml

* phpcs fix yntax and ignor vendor'd file.

* CDPT-1991 Get cache secrets into staging and production. (#271)

* CDPT-2145 Update Coat of Arms (#272)

* Update Coat of Arms

* Version bump css.

* Rename logos

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: EarthlingDavey <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.

3 participants