Skip to content

[pull] master from getsentry:master#1818

Merged
pull[bot] merged 2 commits intoKingDEV95:masterfrom
getsentry:master
Mar 24, 2026
Merged

[pull] master from getsentry:master#1818
pull[bot] merged 2 commits intoKingDEV95:masterfrom
getsentry:master

Conversation

@pull
Copy link

@pull pull bot commented Mar 24, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

joshuarli and others added 2 commits March 23, 2026 23:48
## Summary

- Pin all GitHub Actions references in `.github/` workflow files to
full-length commit SHAs

Generated by `devenv pin_gha`.

🤖 Generated with [Claude Code](https://claude.com/claude-code)
…fication/flag endpoints (#111300)

Migrate five call sites from Sentry's legacy `create_or_update` to
Django's `update_or_create` as part of the ongoing deprecation effort.
All sites ignore the return value, so the change is purely mechanical:
rename `values=` to `defaults=` and swap the method name.

**Files migrated:**
- `src/sentry/dashboards/endpoints/organization_dashboard_details.py`
- `src/sentry/explore/endpoints/explore_saved_query_detail.py`
- `src/sentry/notifications/services/impl.py` (2 call sites)
- `src/sentry/flags/endpoints/secrets.py`

All four files removed from the CI allowlist in
`tests/sentry/test_no_create_or_update_usage.py`.

---------

Co-authored-by: Claude Opus 4.6 <noreply@example.com>
@pull pull bot locked and limited conversation to collaborators Mar 24, 2026
@pull pull bot added the ⤵️ pull label Mar 24, 2026
@pull pull bot merged commit d1b7d60 into KingDEV95:master Mar 24, 2026
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Mar 24, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

⤵️ pull Scope: Backend Automatically applied to PRs that change backend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants