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

Upgrade postgres, open search and redis #6605

Merged

Conversation

marijnkampf
Copy link
Contributor

Description of change

Upgraded:

  • Open Search 2.11.0
  • Redis 7.2.4
  • Postgres 16

Test instructions

What should I see?

Screenshots

Before

Add a screenshot

After

Add a screenshot

Checklist

  • Has the branch been rebased to main?
  • Automated tests (Any of the following when applicable: Unit, Functional or End-to-End)
  • Manual compatibility testing (Browsers: Chrome, Firefox, Edge, Safari)

Copy link

cypress bot commented Mar 11, 2024

Passing run #51850 ↗︎

0 70 7 0 Flakiness 0

Details:

Rename /healthcheck end point to /pingdom
Project: data-hub-frontend Commit: 9af0606ec0
Status: Passed Duration: 08:39 💡
Started: Mar 14, 2024 8:40 AM Ended: Mar 14, 2024 8:48 AM

Review all test suite changes for PR #6605 ↗︎

@marijnkampf marijnkampf force-pushed the migration/upgrade-postgres-redis-open-search branch from 895099a to 9af0606 Compare March 14, 2024 08:34
@marijnkampf marijnkampf changed the base branch from main to migration-deploy March 14, 2024 08:57
@marijnkampf marijnkampf marked this pull request as ready for review March 14, 2024 08:57
@marijnkampf marijnkampf requested a review from a team as a code owner March 14, 2024 08:57
@marijnkampf marijnkampf merged commit 05b3ffc into migration-deploy Mar 14, 2024
16 checks passed
@marijnkampf marijnkampf deleted the migration/upgrade-postgres-redis-open-search branch March 14, 2024 08:57
@cypress cypress bot mentioned this pull request Mar 14, 2024
3 tasks
marijnkampf added a commit that referenced this pull request Mar 18, 2024
* Upgrade postgres, open search and redis

* Rename /healthcheck end point to /pingdom
cgsunkel pushed a commit that referenced this pull request Mar 25, 2024
* Upgrade postgres, open search and redis

* Rename /healthcheck end point to /pingdom
marijnkampf added a commit that referenced this pull request Apr 2, 2024
* Upgrade postgres, open search and redis

* Rename /healthcheck end point to /pingdom
marijnkampf added a commit that referenced this pull request Apr 3, 2024
* Upgrade postgres, open search and redis

* Rename /healthcheck end point to /pingdom
cgsunkel pushed a commit that referenced this pull request Apr 3, 2024
* Upgrade postgres, open search and redis

* Rename /healthcheck end point to /pingdom
marijnkampf added a commit that referenced this pull request Apr 9, 2024
* Upgrade postgres, open search and redis

* Rename /healthcheck end point to /pingdom
marijnkampf added a commit that referenced this pull request Apr 11, 2024
* Upgrade postgres, open search and redis

* Rename /healthcheck end point to /pingdom
marijnkampf added a commit that referenced this pull request Apr 15, 2024
* Upgrade postgres, open search and redis

* Rename /healthcheck end point to /pingdom
marijnkampf added a commit that referenced this pull request Apr 29, 2024
* Upgrade postgres, open search and redis

* Rename /healthcheck end point to /pingdom
cgsunkel pushed a commit that referenced this pull request May 17, 2024
* Upgrade postgres, open search and redis

* Rename /healthcheck end point to /pingdom
marijnkampf added a commit that referenced this pull request May 23, 2024
* Upgrade postgres, open search and redis

* Rename /healthcheck end point to /pingdom
cgsunkel pushed a commit that referenced this pull request Jun 3, 2024
* Upgrade postgres, open search and redis

* Rename /healthcheck end point to /pingdom
marijnkampf added a commit that referenced this pull request Jun 12, 2024
* Upgrade postgres, open search and redis

* Rename /healthcheck end point to /pingdom
marijnkampf added a commit that referenced this pull request Jun 17, 2024
* Upgrade postgres, open search and redis

* Rename /healthcheck end point to /pingdom
cgsunkel pushed a commit that referenced this pull request Jun 19, 2024
* Upgrade postgres, open search and redis

* Rename /healthcheck end point to /pingdom
cgsunkel pushed a commit that referenced this pull request Jun 21, 2024
* Upgrade postgres, open search and redis

* Rename /healthcheck end point to /pingdom
marijnkampf added a commit that referenced this pull request Jul 3, 2024
* Upgrade postgres, open search and redis

* Rename /healthcheck end point to /pingdom
cgsunkel pushed a commit that referenced this pull request Jul 15, 2024
* Upgrade postgres, open search and redis

* Rename /healthcheck end point to /pingdom
cgsunkel added a commit that referenced this pull request Jul 15, 2024
* Upgrade postgres, open search and redis (#6605)

* Upgrade postgres, open search and redis

* Rename /healthcheck end point to /pingdom

* Migration/dpm 198 data hub frontend logging (#6672)

* Add ASIM format to logger in production. Tag logs as express startup/request.

* DPM-344 Rename AWS_ keys to match API. (#6704)

* Skip failing activity stream tests

* Add missing variables for legal basis

* Use migration branch

* Add missing DB variable

* ci: build configuration

* Add default parameter to metadata requests to fix Hawk issue. (#6758)

* Add default parameter to end point for metadata requests to fix Hawk issue.

* DPM 616 filters on investment profiles (#6759)

* Use urls.metadata for investment profile filter options.
* Exclude end point from a11y check

* Use Data Hub API for events CollectionList (#6802)

* Refactor CollectionItem to allow tags to be rendered in the same way as in activity cards

* Refactor events collection page to use the API instead of ActivityStream

* Update tests

* Cleanup dead code

* add default params to metadata api calls for inline resources, resource options field and get metadata with context option

* fix failing functional test

* fix audit-spec e2e test

* put default params onto ResourceOptionsField to allow metadata api calls

* fix failing e2e tests due to new params on resource options field resources

* fix add-export e2e test

* Use Data Hub API for events CollectionList (#6802)

* Refactor CollectionItem to allow tags to be rendered in the same way as in activity cards

* Refactor events collection page to use the API instead of ActivityStream

* Update tests

* Cleanup dead code

* Allow for parameters for metadata API calls

* Fix incorrect URLs, remove mapping and add additional proptype

* Update incorrect URL in urlExclusions

* Stop using ActivityStream in company activities (#6803)

* Stop using ActivityStream in company activities

* Refactor tests

* Fixup! review feedback

* remove vcap

* Remove ActivityFeed from contact activity collection (#6917)

* Remove ActivityFeed from contact activity collection

* Update tests

* Fix broken tests (#6933)

* Fix event filter-spec

* Fix export pipeline filter-spec

* Refactor overview activity cards to call Data Hub API (#6929)

* Refactor overview activity cards to call DH API

* Update tests

* Add default parameter for administrative areas

* Remove ActivityStream remnants (#6948)

* Move ActivityFeedCheckbox to MyInvestmentProjects and rename it

* Move code used by company activity tab to CompanyActivity directory

* Remove deprecated ActivityStream code from components directory

* Remove deprecated company ActivityFeed code

* Remove deprecated contact activity code

* Remove deprecated code related to events

* Remove deprecated code related to interactions

* Clear out Sandbox and other remnants

* Skip tests for AS-reliant pages

* Render buttons as <a> instead of govukreact Link

* Fix export-data test

* update SOP

Update README.md

Update README.md

---------

Co-authored-by: Christopher <[email protected]>
Co-authored-by: Lawrence Goldstien <[email protected]>
Co-authored-by: Richard Pentecost <[email protected]>
Co-authored-by: Dean Elliott <[email protected]>
Co-authored-by: Bau Nguyen <[email protected]>
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.

1 participant