-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow changing recalculation_type from UI
This is labeled in the UI as experimental with some description of each current option. This also refactors `Deployments` a few ways: * Shared logic for doing the deployment update was consolidate into a `Repo.transaction` and only the branching calculation logic was split * auditing the update was moved into a shared function * For device calculated path (current default), the refactor changed to ensure the `deployments/*` broadcasted events are only sent once. Previously they could potentially be sent twice if `conditions` and `is_active` was changed at the same time
- Loading branch information
1 parent
4e7c82d
commit 78ce1c1
Showing
8 changed files
with
209 additions
and
177 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.