Commit Graph

16 Commits

Author SHA1 Message Date
Viren Baraiya 29ec813dac add flyway to external storage module 2024-07-13 07:57:59 -07:00
Viren Baraiya 1e0bf01424 more fixes 2024-07-06 11:26:33 -07:00
Ben Pirt 9892516513 Upgrade the postgres lib to prevent CVE-2024-1597 (#94) 2024-03-03 15:04:52 -08:00
Dennis Caldwell ac00735d42 Fix CVEs in 3.16. (#46)
* Upgraded ES7 to 7.17.16, alpine to 3.19

* Update ElasticSearch to 7.17.16, some sdk tests are failing.

* Server would not run, StackOverflow - 54742540 had this handy fix.

* Use the new image in test container.

* Update Spring Boot to 3.2.1. One failing test in end to end.

* Handle the change in exceptions from Spring Framework.

* Update AWS SDK for CVE fix.

* Replace generic import with specific class.

* Removed dependencies.lock file from projects. No longer used.
2024-01-30 14:56:51 -08:00
Viren Baraiya 83b7eef9b3 fix typo 2023-12-20 11:41:30 -08:00
Viren Baraiya 71b2b5731d license header changes 2023-12-20 11:20:22 -08:00
Viren Baraiya 72543e47cc formatting 2023-12-17 20:04:10 -08:00
Viren Baraiya 1f59457b43 external payload store 2023-12-17 19:04:00 -08:00
Anoop Panicker bc68c9c5b4 move contributed modules into community repo 2022-04-28 15:34:15 -07:00
Anoop Panicker e739c34a81 remove guava from common module;handle exceptions in sweeper 2022-04-26 15:03:20 -07:00
Viren Baraiya 3a038159bd Allow Overrding of IDGenerator (#2910)
* changes to make id generator injectable

* fix tests

* Update CassandraExecutionDAOSpec.groovy

* Update build.gradle

* formatting

* Update IDGenerator.java

* Update IDGenerator.java

* Add note on overriding the id generator

* formatting.
2022-04-25 14:11:42 -07:00
Anoop Panicker c7ab4fd115 updated dependencies 2022-04-07 13:12:30 -07:00
jxu-nflx c70a0376bc Add previousStatus filed to WorkflowModel (#2816)
CI / build (push) Has been cancelled
CI / build-ui (push) Has been cancelled
* Add previousStatus filed to WorkflowModel

* Add check to only update previousStatus if status changed

* Update dependency lock files
2022-03-08 16:49:07 -08:00
Anoop Panicker 8b638523bd upgrade grpc dependency 2022-02-28 16:37:32 -08:00
Anoop Panicker 6ff240ade2 upgrade log4j to 2.17.1 2022-02-01 13:53:54 -08:00
Vasyl 9c932adda8 Implement PSQL based object storage for Conductor (#2683)
* [FEATURE] Implement PSQL based object storage for Conductor

- Add PostgreSQl implementation for External Payload Storage and tests for its.

Signed-off-by: Vasyl Klevlanyk <vklevlanyk@frinx.io>

* Add formatting plugin

* UI Cleanup
- Fix #2679 restart dropdown blocked
- Refactor Execution/side panel state management
- Remove media-query driven indent
- Remove examples not applicable to OSS

* - Display Reason for Incompletion prominently on Execution page
- Add Reason for Incompletion to Summary
- Add External payload storage path to Task summary
- Relabel free text search fields

* Fix sidebar header transparency

* [FEATURE] Implement PSQL based object storage for Conductor

- Add PostgreSQl implementation for External Payload Storage and tests for its.

Signed-off-by: Vasyl Klevlanyk <vklevlanyk@frinx.io>

Co-authored-by: Jiaofen Xu <jxu@netflix.com>
Co-authored-by: peterlau <peterl@netflix.com>
2022-01-18 16:03:08 -08:00