Commit 09d2ab0
authored
feat: [CDS-35309]: update orchestration workflow to do artifact collection in pre-deployment steps (#31818)
* [CDS-35309]: update orchestration workflow to do artifact collection in pre-deployment steps
* [CDS-35309]: small fix
* [CDS-35309]: bug fixes
* [CDS-35309]: add changes behind ff
* [CDS-35309]: fix artifactInputs in deployment metadata call
* [CDS-35309]: fix npe
* [CDS-35309]: fix checkstyle
* [CDS-35309]: fix continue stage from runtime inputs screen
* [CDS-35309]: fix npe
* [CDS-35309]: add artifact list api for collection enabled artifact streams
* [CDS-35309]: fix import
* [CDS-35309]: resolve hash check
* [CDS-35309]: resolve hashcheck1 parent d9bc2b1 commit 09d2ab0
49 files changed
Lines changed: 517 additions & 26 deletions
File tree
- 120-ng-manager/src
- main/java/io/harness/ng/core
- beans
- dto/filestore
- filter
- filestore/utils
- test/java/io/harness/ng/core
- filestore/utils
- outbox
- 260-delegate
- 270-delegate-service-app
- 280-batch-processing/src/main/java/io/harness/batch/processing/anomalydetection/alerts
- 390-db-migration/src/main/java/io/harness/migrations/all
- 400-rest/src/main/java/software/wings
- resources
- service
- impl
- artifact
- workflow
- intfc
- sm
- states
- 800-pipeline-service/src/test/java/io/harness/pms/filter/creation
- 882-pms-sdk-core/src/test/java/io/harness/pms/sdk/core
- adviser/ignore
- execution
- events/node/progress
- plan/creation
- mappers
- yaml
- resolver
- expressions
- outcome
- variables
- beans
- 930-delegate-tasks/src
- main/java
- io/harness/delegate/task/gcp/helpers
- software/wings
- beans
- delegatetasks
- helpers/ext/azure
- utils
- test/java/io/harness/delegate/task/gcp/helpers
- 957-cg-beans/src/main/java
- io/harness/serializer/kryo
- software/wings/beans/artifact
- 960-api-services/src
- main/java/io/harness/k8s
- apiclient
- model
- test/java/io/harness/k8s
- kubectl
- model
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
1 | 8 | | |
2 | 9 | | |
3 | 10 | | |
| |||
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
1 | 8 | | |
2 | 9 | | |
3 | 10 | | |
| |||
120-ng-manager/src/main/java/io/harness/ng/core/dto/filestore/filter/FilesFilterPropertiesDTO.java
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
1 | 8 | | |
2 | 9 | | |
3 | 10 | | |
| |||
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
1 | 8 | | |
2 | 9 | | |
3 | 10 | | |
| |||
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
1 | 8 | | |
2 | 9 | | |
3 | 10 | | |
| |||
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
1 | 8 | | |
2 | 9 | | |
3 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
1 | 8 | | |
2 | 9 | | |
3 | 10 | | |
| |||
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
1 | 8 | | |
2 | 9 | | |
3 | 10 | | |
| |||
0 commit comments