-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add superseding option to legacy process manager * Add database dumps for regression testing * Update ci to run multiple regression tests * Change CI api bc check to use target branch instead of main * Generilize elixir cache path to improve hits * Rename supersede by superseded_by
- Loading branch information
Showing
5 changed files
with
1,532 additions
and
31 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
8 changes: 8 additions & 0 deletions
8
...trento/infrastructure/commanded/process_managers/legacy/deregistration_process_manager.ex
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
defmodule Trento.DeregistrationProcessManager do | ||
@moduledoc """ | ||
Legacy DeregistrationProcessManager module | ||
""" | ||
|
||
def superseded_by, | ||
do: Trento.Infrastructure.Commanded.ProcessManagers.DeregistrationProcessManager | ||
end |
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.