-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* placeholder: async deployment * placeholder: job service deploy method * refactor: move get namespace spec inside deploy method on job service * feat: get modified job specs by comparing 2 sources * feat: add resolve dependency and deploy request to deploy in job service and modify deploy observer * feat: poll job deployment * feat: job create returning job spec object + check diff based on job spec value * test: fix test on job_spec handler * test: fix test and add test cases on deployer * test: fix and unit test on job service test * fix: remove unused code and fix lint * test: add test for bulk create * test: add test for get by name * test: add test for bulk delete * test: add test for deploy * refactor: logger on deploy * test: fix job_spec deploy unit tests * refactor: remove unnecessary code and fix lint * feat: add poll deployment response * fix: linter * feat: hash comparison between jobspecs + fix log observers * feat: add logs for job creation + modification and add colors * feat: capability to handle multinamespace with 1 deployID * feat: soft error on bulk create and bulk delete * fix: handling deployment resp when partial namespace deploy fail * fix: wrap deploy error with namespace * fix: remove time for submitting deployment request * refactor: observers send log * refactor: move ignore resource & job deploy inside their functions * refactor: job deployment responses * refactor: rename to JobDeleteEvent, JobCreateEvent and JobModifyEvent * fix: linter & test * refactor: make bulk delete and create private * refactor: return obj jobSpec on Create * refactor: poll job deployment * fix: job deploys Co-authored-by: Arinda Arif <arindaarif05@gmail.com>
- Loading branch information
1 parent
36a5111
commit 609b62d
Showing
15 changed files
with
2,091 additions
and
756 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
Oops, something went wrong.