Skip to content

Commit 09d2ab0

Browse files
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 hashcheck
1 parent d9bc2b1 commit 09d2ab0

49 files changed

Lines changed: 517 additions & 26 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120-ng-manager/src/main/java/io/harness/ng/core/beans/SearchPageParams.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
* Copyright 2022 Harness Inc. All rights reserved.
3+
* Use of this source code is governed by the PolyForm Free Trial 1.0.0 license
4+
* that can be found in the licenses directory at the root of this repository, also available at
5+
* https://polyformproject.org/wp-content/uploads/2020/05/PolyForm-Free-Trial-1.0.0.txt.
6+
*/
7+
18
package io.harness.ng.core.beans;
29

310
import static io.harness.annotations.dev.HarnessTeam.CDP;

120-ng-manager/src/main/java/io/harness/ng/core/dto/filestore/CreatedBy.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
* Copyright 2022 Harness Inc. All rights reserved.
3+
* Use of this source code is governed by the PolyForm Free Trial 1.0.0 license
4+
* that can be found in the licenses directory at the root of this repository, also available at
5+
* https://polyformproject.org/wp-content/uploads/2020/05/PolyForm-Free-Trial-1.0.0.txt.
6+
*/
7+
18
package io.harness.ng.core.dto.filestore;
29

310
import static io.harness.annotations.dev.HarnessTeam.CDP;

120-ng-manager/src/main/java/io/harness/ng/core/dto/filestore/filter/FilesFilterPropertiesDTO.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
* Copyright 2022 Harness Inc. All rights reserved.
3+
* Use of this source code is governed by the PolyForm Free Trial 1.0.0 license
4+
* that can be found in the licenses directory at the root of this repository, also available at
5+
* https://polyformproject.org/wp-content/uploads/2020/05/PolyForm-Free-Trial-1.0.0.txt.
6+
*/
7+
18
package io.harness.ng.core.dto.filestore.filter;
29

310
import static io.harness.annotations.dev.HarnessTeam.CDP;

120-ng-manager/src/main/java/io/harness/ng/core/filestore/utils/FileReferencedByHelper.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
* Copyright 2022 Harness Inc. All rights reserved.
3+
* Use of this source code is governed by the PolyForm Free Trial 1.0.0 license
4+
* that can be found in the licenses directory at the root of this repository, also available at
5+
* https://polyformproject.org/wp-content/uploads/2020/05/PolyForm-Free-Trial-1.0.0.txt.
6+
*/
7+
18
package io.harness.ng.core.filestore.utils;
29

310
import static io.harness.annotations.dev.HarnessTeam.CDP;

120-ng-manager/src/test/java/io/harness/ng/core/filestore/utils/FileReferencedByHelperTest.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
* Copyright 2022 Harness Inc. All rights reserved.
3+
* Use of this source code is governed by the PolyForm Free Trial 1.0.0 license
4+
* that can be found in the licenses directory at the root of this repository, also available at
5+
* https://polyformproject.org/wp-content/uploads/2020/05/PolyForm-Free-Trial-1.0.0.txt.
6+
*/
7+
18
package io.harness.ng.core.filestore.utils;
29

310
import static io.harness.rule.OwnerRule.VLAD;

120-ng-manager/src/test/java/io/harness/ng/core/outbox/ConnectorEntityCRUDStreamListenerTest.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
* Copyright 2022 Harness Inc. All rights reserved.
3+
* Use of this source code is governed by the PolyForm Free Trial 1.0.0 license
4+
* that can be found in the licenses directory at the root of this repository, also available at
5+
* https://polyformproject.org/wp-content/uploads/2020/05/PolyForm-Free-Trial-1.0.0.txt.
6+
*/
7+
18
package io.harness.ng.core.outbox;
29

310
import static io.harness.annotations.dev.HarnessTeam.PL;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3967a7da9f6a32d5c8e01aac31960ad194c95ad725be11394cfd2252c46203cb
1+
f97fa2f0dbb3511914480b8a4080bd363d965ed8dd9904cf84a033664dcccf8d
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3967a7da9f6a32d5c8e01aac31960ad194c95ad725be11394cfd2252c46203cb
1+
f97fa2f0dbb3511914480b8a4080bd363d965ed8dd9904cf84a033664dcccf8d

280-batch-processing/src/main/java/io/harness/batch/processing/anomalydetection/alerts/AnomalyNotificationTemplateHelper.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
* Copyright 2022 Harness Inc. All rights reserved.
3+
* Use of this source code is governed by the PolyForm Free Trial 1.0.0 license
4+
* that can be found in the licenses directory at the root of this repository, also available at
5+
* https://polyformproject.org/wp-content/uploads/2020/05/PolyForm-Free-Trial-1.0.0.txt.
6+
*/
7+
18
package io.harness.batch.processing.anomalydetection.alerts;
29

310
import lombok.extern.slf4j.Slf4j;

390-db-migration/src/main/java/io/harness/migrations/all/AlertCheckJobPollIntervalMigration.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
* Copyright 2022 Harness Inc. All rights reserved.
3+
* Use of this source code is governed by the PolyForm Free Trial 1.0.0 license
4+
* that can be found in the licenses directory at the root of this repository, also available at
5+
* https://polyformproject.org/wp-content/uploads/2020/05/PolyForm-Free-Trial-1.0.0.txt.
6+
*/
7+
18
package io.harness.migrations.all;
29

310
import static io.harness.persistence.HPersistence.DEFAULT_STORE;

0 commit comments

Comments
 (0)