forked from spinnaker/orca
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(core): Genericize execution migrators (spinnaker#2355)
Squashes PollingAgentExecutionRepository methods into the root ExecutionRepository interface. This separatino was more pain that it was worth. Pulled forward the DualExecutionRepository that was written for Orca SQL into orca-core. For the main show, I've refactored the two execution data migrators so that they're persistence backend agnostic. Combined with DualExecutionRepository, you can migrate from one backend to another without writing new migration logic, making the operational story a little simpler for an already tough process.
- Loading branch information
1 parent
b39e74f
commit 608efe5
Showing
20 changed files
with
578 additions
and
436 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
80 changes: 0 additions & 80 deletions
80
...com/netflix/spinnaker/orca/pipeline/persistence/PollingAgentExecutionRepositoryTck.groovy
This file was deleted.
Oops, something went wrong.
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
26 changes: 0 additions & 26 deletions
26
...va/com/netflix/spinnaker/orca/notifications/scheduling/PollingAgentExecutionRepository.kt
This file was deleted.
Oops, something went wrong.
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.