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

Release v0.5.0 #118

Merged
merged 19 commits into from
Sep 12, 2024
Merged

Release v0.5.0 #118

merged 19 commits into from
Sep 12, 2024

Conversation

jeremystretch
Copy link
Contributor

Enhancements

  • #83 - Add a "share" button under object views when a branch is active
  • #84 - Introduce the max_working_branches configuration parameter
  • #88 - Add branching support for NetBox's graphQL API
  • #90 - Introduce the ability to archive & deprovision merged branches without deleting them
  • #97 - Introduce the exempt_models config parameter to disable branching support for plugin models
  • #116 - Disable branching support for applicable core models

Bug Fixes

  • #81 - Fix event rule triggering for the branch_reverted event
  • #91 - Disregard the active branch (if any) when alerting on changes under object views
  • #94 - Fix branch merging after modifying an object with custom field data
  • #101 - Permit (but warn about) database queries issued before branching support has been initialized
  • #102 - Record individual object actions in branch job logs

jeremystretch and others added 19 commits September 5, 2024 12:39
* Closes #90: Implement branch archiving

* Exclude archived branch from nav dropdown

* Exclude archived branch from nav dropdown

* Fix translation support for branch action messages
* 88 enable branching in graphql

* Tweak formatting of conditional logic

---------

Co-authored-by: Jeremy Stretch <[email protected]>
* Closes #84: Introduce the max_active_branches parameter

* Rename max_active_branches to max_working_branches

* Update error message
* Closes #97: Introduce the exempt_models config parameter to disable branching support for specific plugin models

* Add warning
…ted (#110)

* Add Share button for object views when a branch is selected

* Use {{ object.get_absolute_url }} to get link url explicitly

* Add title attr to share button
@jeremystretch jeremystretch merged commit 0e66ed3 into release Sep 12, 2024
8 checks passed
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.

3 participants