drone/app/api/controller/gitspace
Deepak Bhatt 6983438ec2 feat: [CDE-391]:add infrastruce and orchestrator funcs (#2841)
* Merge branch 'main' of https://git0.harness.io/l7B_kbSEQD2wjrM7PShm5w/PROD/Harness_Commons/gitness into add-force-delete-job-funcs
* change name
* increase scope of delete
* change func name
* modify delete api
* Merge branch 'main' of https://git0.harness.io/l7B_kbSEQD2wjrM7PShm5w/PROD/Harness_Commons/gitness into add-force-delete-job-funcs
* add delete and handler condition
* address comment
* handle cleanup event
* update enum mapping
* find destroyed infra as well
* Merge branch 'main' of https://git0.harness.io/l7B_kbSEQD2wjrM7PShm5w/PROD/Harness_Commons/gitness into add-force-delete-job-funcs
* modify find signature
* Merge branch 'add-force-delete-job-funcs' of https://git0.harness.io/l7B_kbSEQD2wjrM7PShm5w/PROD/Harness_Commons/gitness into add-force-delete-job-funcs
* 



address feedback 2
* 



address feedback
* 



Apply suggestion from code review
* 



Apply suggestion from code review
* 



remove std out
* 



add infrastruce and orchestrator funcs
* 



add and modify infra provider methods

Add cleanupInstanceResources method
Modify Deprovision method and make it idempotent
* address feedback 2
* Merge branch 'main' of https://git0.harness.io/l7B_kbSEQD2wjrM7PShm5w/PROD/Harness_Commons/gitness into add-force-delete-job-funcs
* Merge branch 'add-force-delete-job-funcs' of https://git0.harness.io/l7B_kbSEQD2wjrM7PShm5w/PROD/Harness_Commons/gitness into add-force-delete-job-funcs
* address feedback
* Apply suggestion from code review
* Apply suggestion from code review
* remove std out
* Merge branch 'main' of https://git0.harness.io/l7B_kbSEQD2wjrM7PShm5w/PROD/Harness_Commons/gitness into add-force-delete-job-funcs
* add infrastruce and orchestrator funcs
* add and modify infra provider methods

Add cleanupInstanceResources method
Modify Deprovision method and make it idempotent
2024-10-28 05:30:14 +00:00
..
action.go feat: [CDE-357]: Removing error annotation from errors coming from resource limiters. (#2755) 2024-10-01 12:05:03 +00:00
controller.go feat: [CDE-391]:add infrastruce and orchestrator funcs (#2841) 2024-10-28 05:30:14 +00:00
create.go feat: [CDE-357]: Removing error annotation from errors coming from resource limiters. (#2755) 2024-10-01 12:05:03 +00:00
delete.go feat: [CDE-391]:add infrastruce and orchestrator funcs (#2841) 2024-10-28 05:30:14 +00:00
events.go feat: [CDE-332]: added an event and method for auto-stopping (#2876) 2024-10-28 05:06:08 +00:00
find.go feat: [CDE-202]: infra provider resource cache (#2639) 2024-09-03 11:58:48 +00:00
list_all.go feat: [CDE-177]: Update listing page for CDE (#2506) 2024-08-16 06:46:02 +00:00
logs_stream.go fix: [CDE-150]: In logstream, adding locking and panic recovery around a subscriber's publish method. Adding check in the stream's publish method to not publish if the sub is closed. Closing the err channel in the log stream API handler. (#2218) 2024-07-15 08:10:59 +00:00
lookup_repo.go add scm provider in lookup repo (#2544) 2024-08-20 13:16:32 +00:00
update.go feat: [CDE-177]: Update listing page for CDE (#2506) 2024-08-16 06:46:02 +00:00
wire.go feat: [CDE-336]: add methods to get inactive (#2754) 2024-10-01 10:26:27 +00:00