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

Fix Sentry issues #2205

Merged
merged 1 commit into from
Jul 9, 2024
Merged

Fix Sentry issues #2205

merged 1 commit into from
Jul 9, 2024

Conversation

susilnem
Copy link
Member

@susilnem susilnem commented Jul 9, 2024

Addresses:

  • Sentry Issues

Changes

  • Add Unique together in the models
  • Add new migration and delete the old ids

Note: Need to run the following commands manually:

- ./manage.py ingest_ns_document
- ./manage.py ingest_ns_directory
- ./manage.py ingest_ns_initiatives

Checklist

Things that should succeed before merging.

  • Updated/ran unit tests
  • Updated CHANGELOG.md

Release

If there is a version update, make sure to tag the repository with the latest version.

@susilnem susilnem force-pushed the fix/sentry-issue branch from 0d0bdc0 to 8675641 Compare July 9, 2024 05:38
@susilnem susilnem marked this pull request as ready for review July 9, 2024 05:46
@szabozoltan69 szabozoltan69 merged commit 492feeb into develop Jul 9, 2024
2 checks passed
@szabozoltan69 szabozoltan69 deleted the fix/sentry-issue branch July 9, 2024 08:14
@szabozoltan69
Copy link
Contributor

Merged to develop, deployed to Staging.

@szabozoltan69
Copy link
Contributor

Also run:

# ./manage.py ingest_ns_directory
2024-07-09 08:42:26 INFO     Starting NS Contacts
2024-07-09 08:42:44 INFO     1637 Ns Directory added
# ./manage.py ingest_ns_initiatives
2024-07-09 08:42:54 INFO     Starting NS Inititatives
2024-07-09 08:42:57 INFO     195 Ns initiatives added

@susilnem
Copy link
Member Author

susilnem commented Jul 9, 2024

@szabozoltan69
We also need to execute this command one time.
./manage.py ingest_ns_document

@szabozoltan69
Copy link
Contributor

szabozoltan69 commented Jul 9, 2024

./manage.py ingest_ns_document
also done.
"2724 Ns key document(s) added"

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.

4 participants