-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Add Lifecycle service (#1835)
* wip * update method calls * use configuration * wip refactor * wip * move stream * add lifecycleService to runtime * fix * fix imports * no errors on lifecycle service * fix wait * update status through its method * it compiles * update interfaces * more test fixes * update mocks * add mocks and update tests * fix lint * remove GetInstances * delete key instead Co-Authored-By: Lovro Mažgon <[email protected]> * ignore test files * delete test files * ensures runningPipeline is locked * fix not initialized map Co-Authored-By: Lovro Mažgon <[email protected]> * fix tests * add back the needed test file * update comment * add comment * locks while retrieving the pipeline * update comment * unsure about the need for this * remove backoff from pipeline service * update method name on lifecycle service - changes run to init * lock running pipelines and optimize stopAll * remove redundant call to update status * fix typo * pr feedback * uses csync Map Uses ConduitIO/conduit-commons#116 Co-Authored-By: Lovro Mažgon <[email protected]> * go mod tidy * update conduit-commons * go mod tidy --------- Co-authored-by: Lovro Mažgon <[email protected]>
- Loading branch information
1 parent
357be13
commit 0072ae1
Showing
54 changed files
with
949 additions
and
746 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
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.