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

SYN-7093: option to prevent deletion of a view #3681

Merged
merged 17 commits into from Apr 18, 2024

Conversation

MichaelSquires
Copy link
Contributor

@MichaelSquires MichaelSquires commented Apr 12, 2024

feat: Added a protected option for views to prevent merging and deleting.
feat: Migrate existing nomerge options to protected.
depr: Deprecated the nomerge option for views. All sets/gets of the nomerge option will be redirected to the new protected option instead.

feat: Added a ``protected`` option for views to prevent merging and deleting.
depr: Deprecated the ``nomerge`` option for views. All sets/gets of the
  ``nomerge`` option will be redirected to the new ``protected`` option instead.
@MichaelSquires MichaelSquires marked this pull request as draft April 12, 2024 13:08
Copy link

codecov bot commented Apr 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.61%. Comparing base (6fe241b) to head (6b8d4d3).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3681      +/-   ##
==========================================
- Coverage   97.71%   97.61%   -0.10%     
==========================================
  Files         236      236              
  Lines       50430    50444      +14     
==========================================
- Hits        49277    49242      -35     
- Misses       1153     1202      +49     
Flag Coverage Δ
linux 97.61% <100.00%> (+<0.01%) ⬆️
linux_replay ?

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@MichaelSquires MichaelSquires marked this pull request as ready for review April 12, 2024 16:40
@MichaelSquires
Copy link
Contributor Author

MichaelSquires commented Apr 12, 2024

synapse/lib/modelrev.py Outdated Show resolved Hide resolved
synapse/cortex.py Outdated Show resolved Hide resolved
Cisphyx
Cisphyx previously approved these changes Apr 16, 2024
synapse/cortex.py Outdated Show resolved Hide resolved
synapse/cortex.py Show resolved Hide resolved
synapse/lib/schemas.py Outdated Show resolved Hide resolved
synapse/lib/stormtypes.py Outdated Show resolved Hide resolved
Cisphyx
Cisphyx previously approved these changes Apr 17, 2024
@vEpiphyte vEpiphyte added this to the v2.16x.x milestone Apr 17, 2024
Cisphyx
Cisphyx previously approved these changes Apr 18, 2024
@vEpiphyte vEpiphyte merged commit 4b0521a into master Apr 18, 2024
5 checks passed
@vEpiphyte vEpiphyte deleted the blackout/SYN-7093/protected-views branch April 18, 2024 20:16
@vEpiphyte vEpiphyte removed the reqChangelog requires changelog label Apr 18, 2024
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.

None yet

4 participants