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

Migration deploy #5255

Merged
merged 24 commits into from
Jul 15, 2024
Merged

Migration deploy #5255

merged 24 commits into from
Jul 15, 2024

Conversation

marijnkampf
Copy link
Contributor

@marijnkampf marijnkampf commented Mar 13, 2024

Description of change

Upgraded:

Open Search 2.11.0
Redis 7.2.4
Postgres 16

Checklist

  • Has this branch been rebased on top of the current main branch?

    Explanation

    The branch should not be stale or have conflicts at the time reviews are requested.

  • Is the CircleCI build passing?

General points

Other things to check

  • Make sure fixtures/test_data.yaml is maintained when updating models
  • Consider the admin site when making changes to models
  • Use select-/prefetch-related field lists in views and search apps, and update them when fields are added
  • Make sure the README is updated e.g. when adding new environment variables

See docs/CONTRIBUTING.md for more guidelines.

Copy link

codecov bot commented Mar 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.50%. Comparing base (911a6f8) to head (9d566ff).
Report is 14 commits behind head on main.

❗ Current head 9d566ff differs from pull request most recent head 6703970. Consider uploading reports for the commit 6703970 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5255      +/-   ##
==========================================
+ Coverage   96.46%   96.50%   +0.04%     
==========================================
  Files         925      926       +1     
  Lines       21906    21937      +31     
  Branches     1961     1964       +3     
==========================================
+ Hits        21131    21171      +40     
+ Misses        626      619       -7     
+ Partials      149      147       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@marijnkampf marijnkampf force-pushed the migration-deploy branch 3 times, most recently from a33524a to 30fa6dd Compare March 21, 2024 12:25
@marijnkampf marijnkampf force-pushed the migration-deploy branch 3 times, most recently from 0191f92 to 5164bab Compare April 2, 2024 08:58
@codecov-commenter
Copy link

codecov-commenter commented Apr 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.32%. Comparing base (0a030e5) to head (d759297).
Report is 5 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #5255      +/-   ##
==========================================
+ Coverage   96.28%   96.32%   +0.04%     
==========================================
  Files         959      960       +1     
  Lines       22659    22687      +28     
  Branches     2035     2038       +3     
==========================================
+ Hits        21817    21854      +37     
+ Misses        688      681       -7     
+ Partials      154      152       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

cgsunkel and others added 12 commits July 9, 2024 17:58
* Add sample rate to sentry

* Add new action for govpaas branch
Bumps [django](https://github.com/django/django) from 4.2.11 to 4.2.14.
- [Commits](django/django@4.2.11...4.2.14)

---
updated-dependencies:
- dependency-name: django
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Create Command for rq health check and include in docker-compose.yml configuration.
* Change logging to ASIM formatter

* Update common_logging.py
Copy link
Contributor

@code-review-doctor code-review-doctor bot left a comment

Choose a reason for hiding this comment

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

Some things to consider. View full project report here.

@cgsunkel cgsunkel merged commit 6aec4fb into main Jul 15, 2024
5 checks passed
@cgsunkel cgsunkel deleted the migration-deploy branch July 15, 2024 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants