Yash Bhardwaj
Yash Bhardwaj
fixes : #494 #492 #493
**Describe the bug** If the plugin process fails due to any error then it does not come back up again, and results in connection refusals for Optimus on the socket...
**Description** Show the user deployment impact before actually causing any impact **Acceptance Criteria** - [ ] show all validations soft & hard - [ ] show the summary of the...
**Description** Add details of the issue or feature, relevant RFC or discussion thread. **Acceptance Criteria** - [ ] download assets for local as well as a job which is already...
**Description** check for cyclic dependencies [ job_a -> job_b -> job_a ] **Acceptance Criteria** - [ ] emit hard warning if cyclic dependency is found - [ ] should happen...
**Description** Add details of the issue or feature, relevant RFC or discussion thread. **Acceptance Criteria** - [ ] handle for static, inferred and external dependencies - [ ] upstream job...
**Describe the bug** current logger does not support argumentative logging as used on https://github.com/odpf/optimus/blob/main/job/deployer.go#L51 we need to format this log using `fmt.Sprintf` **To Reproduce** Steps to reproduce the behaviour: 1....