-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DC-1269] Remove references to integration (#1825)
* Remove references to integration * Fix spotless and remove terraform doc section * remove unused autowired properties? * Fix linting * Add back unused dependencies
- Loading branch information
1 parent
d2c8d19
commit 275946f
Showing
82 changed files
with
52 additions
and
702 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,57 +3,6 @@ on: | |
workflow_dispatch: {} | ||
workflow_call: {} | ||
jobs: | ||
# new integration image updater | ||
integration_helm_tag_update: | ||
runs-on: ubuntu-20.04 | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 0 | ||
ref: develop | ||
- name: 'Get Previous tag' | ||
id: apiprevioustag | ||
run: | | ||
TAG=$(git for-each-ref --sort=-creatordate --count 1 --format="%(refname:short)" "refs/tags/") | ||
echo "tag=${TAG}" >> $GITHUB_OUTPUT | ||
- name: 'Checkout datarepo-helm-definitions repo' | ||
uses: actions/checkout@v3 | ||
with: | ||
repository: 'broadinstitute/datarepo-helm-definitions' | ||
token: ${{ secrets.BROADBOT_TOKEN}} | ||
path: datarepo-helm-definitions | ||
- name: "integration-1 find and replace" | ||
uses: docker://mikefarah/yq:3.3.4 | ||
with: | ||
args: yq w -i datarepo-helm-definitions/integration/integration-1/datarepo-api.yaml image.tag ${{ steps.apiprevioustag.outputs.tag }}" | ||
- name: "integration-2 find and replace" | ||
uses: docker://mikefarah/yq:3.3.4 | ||
with: | ||
args: yq w -i datarepo-helm-definitions/integration/integration-2/datarepo-api.yaml image.tag ${{ steps.apiprevioustag.outputs.tag }}" | ||
- name: "integration-3 find and replace" | ||
uses: docker://mikefarah/yq:3.3.4 | ||
with: | ||
args: yq w -i datarepo-helm-definitions/integration/integration-3/datarepo-api.yaml image.tag ${{ steps.apiprevioustag.outputs.tag }}" | ||
- name: "integration-4 find and replace" | ||
uses: docker://mikefarah/yq:3.3.4 | ||
with: | ||
args: yq w -i datarepo-helm-definitions/integration/integration-4/datarepo-api.yaml image.tag ${{ steps.apiprevioustag.outputs.tag }}" | ||
- name: "integration-5 find and replace" | ||
uses: docker://mikefarah/yq:3.3.4 | ||
with: | ||
args: yq w -i datarepo-helm-definitions/integration/integration-5/datarepo-api.yaml image.tag ${{ steps.apiprevioustag.outputs.tag }}" | ||
- name: "integration-6 find and replace" | ||
uses: docker://mikefarah/yq:3.3.4 | ||
with: | ||
args: yq w -i datarepo-helm-definitions/integration/integration-6/datarepo-api.yaml image.tag ${{ steps.apiprevioustag.outputs.tag }}" | ||
- name: "[datarepo-helm-definitions] Merge chart version update" | ||
uses: broadinstitute/datarepo-actions/actions/[email protected] | ||
env: | ||
COMMIT_MESSAGE: "Datarepo api tag version update: ${{ steps.apiprevioustag.outputs.tag }}" | ||
GITHUB_REPO: datarepo-helm-definitions | ||
SWITCH_DIRECTORIES: true | ||
MERGE_BRANCH: master | ||
datarepo_helm_chart_update: | ||
runs-on: ubuntu-20.04 | ||
steps: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
datarepo-clienttests/src/main/resources/configs/basicexamples/BasicAuthenticated.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
datarepo-clienttests/src/main/resources/configs/basicexamples/BasicUnauthenticated.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
datarepo-clienttests/src/main/resources/configs/basicexamples/DRSLookup.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
datarepo-clienttests/src/main/resources/configs/basicexamples/LoadSingleFile.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
datarepo-clienttests/src/main/resources/configs/basicexamples/LookupDataset.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
datarepo-clienttests/src/main/resources/configs/basicexamples/LookupSnapshot.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
datarepo-clienttests/src/main/resources/configs/basicexamples/SoftDeleteDataset.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
datarepo-clienttests/src/main/resources/configs/functional/AzureCreateSnapshot.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...o-clienttests/src/main/resources/configs/functional/BasicAuthenticatedWithSAMTimeout.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
datarepo-clienttests/src/main/resources/configs/functional/BillingProfileAccess.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
datarepo-clienttests/src/main/resources/configs/functional/BillingProfileInUse.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
datarepo-clienttests/src/main/resources/configs/functional/BillingProfileOwnerHandoff.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
datarepo-clienttests/src/main/resources/configs/functional/DatasetCustodianPermissions.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
datarepo-clienttests/src/main/resources/configs/functional/DeleteInitialPods.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
datarepo-clienttests/src/main/resources/configs/functional/PodDeleteDuringBulkLoad.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
datarepo-clienttests/src/main/resources/configs/functional/ScalePodsToZero.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
datarepo-clienttests/src/main/resources/configs/functional/ScalePodsUpDown.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
datarepo-clienttests/src/main/resources/configs/functional/SnapshotScaleCreate.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
datarepo-clienttests/src/main/resources/configs/functional/UserWorkflow.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...repo-clienttests/src/main/resources/configs/profiling/BuildSnapshotWithFiles1000_100.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...epo-clienttests/src/main/resources/configs/profiling/BuildSnapshotWithFiles1000_1000.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...repo-clienttests/src/main/resources/configs/profiling/BuildSnapshotWithFiles1000_200.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
datarepo-clienttests/src/main/resources/configs/profiling/BuildSnapshotWithFiles1000_50.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...repo-clienttests/src/main/resources/configs/profiling/BuildSnapshotWithFiles1000_500.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...epo-clienttests/src/main/resources/configs/profiling/BuildSnapshotWithFiles5000_1000.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...epo-clienttests/src/main/resources/configs/profiling/BuildSnapshotWithFiles5000_2000.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
datarepo-clienttests/src/main/resources/configs/profiling/BulkLoadScale200_100.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
datarepo-clienttests/src/main/resources/configs/profiling/BulkLoadScale200_20.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.