-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into feat/PRD-789
- Loading branch information
Showing
370 changed files
with
16,935 additions
and
13,594 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ jobs: | |
command: [ | ||
# metadata-ingestion and airflow-plugin each have dedicated build jobs | ||
"except_metadata_ingestion", | ||
"frontend" | ||
"frontend", | ||
] | ||
timezone: ["UTC", "America/New_York"] | ||
runs-on: ubuntu-latest | ||
|
@@ -36,9 +36,7 @@ jobs: | |
- uses: szenius/[email protected] | ||
with: | ||
timezoneLinux: ${{ matrix.timezone }} | ||
- uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 800 | ||
- uses: hsheth2/sane-checkout-action@v1 | ||
- name: Set up JDK 11 | ||
uses: actions/setup-java@v3 | ||
with: | ||
|
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
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 |
---|---|---|
|
@@ -46,20 +46,26 @@ jobs: | |
unique_full_tag: ${{ steps.tag.outputs.unique_full_tag }} | ||
publish: ${{ steps.publish.outputs.publish }} | ||
python_release_version: ${{ steps.tag.outputs.python_release_version }} | ||
short_sha: ${{ steps.tag.outputs.short_sha }} | ||
branch_name: ${{ steps.tag.outputs.branch_name }} | ||
repository_name: ${{ steps.tag.outputs.repository_name }} | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
- name: Compute Tag | ||
id: tag | ||
run: | | ||
source .github/scripts/docker_helpers.sh | ||
echo "short_sha=${SHORT_SHA}" >> $GITHUB_OUTPUT | ||
echo "tag=$(get_tag)" >> $GITHUB_OUTPUT | ||
echo "slim_tag=$(get_tag_slim)" >> $GITHUB_OUTPUT | ||
echo "full_tag=$(get_tag_full)" >> $GITHUB_OUTPUT | ||
echo "unique_tag=$(get_unique_tag)" >> $GITHUB_OUTPUT | ||
echo "unique_slim_tag=$(get_unique_tag_slim)" >> $GITHUB_OUTPUT | ||
echo "unique_full_tag=$(get_unique_tag_full)" >> $GITHUB_OUTPUT | ||
echo "python_release_version=$(get_python_docker_release_v)" >> $GITHUB_OUTPUT | ||
echo "branch_name=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT | ||
echo "repository_name=${GITHUB_REPOSITORY#*/}" >> $GITHUB_OUTPUT | ||
- name: Check whether publishing enabled | ||
id: publish | ||
env: | ||
|
@@ -74,9 +80,7 @@ jobs: | |
needs: setup | ||
steps: | ||
- name: Check out the repo | ||
uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 800 | ||
uses: hsheth2/sane-checkout-action@v1 | ||
- name: Pre-build artifacts for docker image | ||
run: | | ||
./gradlew :metadata-service:war:build -x test --parallel | ||
|
@@ -132,9 +136,7 @@ jobs: | |
needs: setup | ||
steps: | ||
- name: Check out the repo | ||
uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 800 | ||
uses: hsheth2/sane-checkout-action@v1 | ||
- name: Pre-build artifacts for docker image | ||
run: | | ||
./gradlew :metadata-jobs:mae-consumer-job:build -x test --parallel | ||
|
@@ -190,9 +192,7 @@ jobs: | |
needs: setup | ||
steps: | ||
- name: Check out the repo | ||
uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 800 | ||
uses: hsheth2/sane-checkout-action@v1 | ||
- name: Pre-build artifacts for docker image | ||
run: | | ||
./gradlew :metadata-jobs:mce-consumer-job:build -x test --parallel | ||
|
@@ -248,9 +248,7 @@ jobs: | |
needs: setup | ||
steps: | ||
- name: Check out the repo | ||
uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 800 | ||
uses: hsheth2/sane-checkout-action@v1 | ||
- name: Pre-build artifacts for docker image | ||
run: | | ||
./gradlew :datahub-upgrade:build -x test --parallel | ||
|
@@ -306,9 +304,7 @@ jobs: | |
needs: setup | ||
steps: | ||
- name: Check out the repo | ||
uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 800 | ||
uses: hsheth2/sane-checkout-action@v1 | ||
- name: Pre-build artifacts for docker image | ||
run: | | ||
./gradlew :datahub-frontend:dist -x test -x yarnTest -x yarnLint --parallel | ||
|
@@ -366,9 +362,7 @@ jobs: | |
needs: setup | ||
steps: | ||
- name: Check out the repo | ||
uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 800 | ||
uses: hsheth2/sane-checkout-action@v1 | ||
- name: Build and push | ||
uses: ./.github/actions/docker-custom-build-and-push | ||
with: | ||
|
@@ -388,9 +382,7 @@ jobs: | |
needs: setup | ||
steps: | ||
- name: Check out the repo | ||
uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 800 | ||
uses: hsheth2/sane-checkout-action@v1 | ||
- name: Build and push | ||
uses: ./.github/actions/docker-custom-build-and-push | ||
with: | ||
|
@@ -410,9 +402,7 @@ jobs: | |
needs: setup | ||
steps: | ||
- name: Check out the repo | ||
uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 800 | ||
uses: hsheth2/sane-checkout-action@v1 | ||
- name: Build and push | ||
uses: ./.github/actions/docker-custom-build-and-push | ||
with: | ||
|
@@ -434,9 +424,7 @@ jobs: | |
needs: setup | ||
steps: | ||
- name: Check out the repo | ||
uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 800 | ||
uses: hsheth2/sane-checkout-action@v1 | ||
- uses: dorny/paths-filter@v2 | ||
id: filter | ||
with: | ||
|
@@ -468,9 +456,7 @@ jobs: | |
needs: [setup, datahub_ingestion_base_build] | ||
steps: | ||
- name: Check out the repo | ||
uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 800 | ||
uses: hsheth2/sane-checkout-action@v1 | ||
- uses: dorny/paths-filter@v2 | ||
id: filter | ||
with: | ||
|
@@ -510,9 +496,7 @@ jobs: | |
needs: [setup, datahub_ingestion_base_build] | ||
steps: | ||
- name: Check out the repo | ||
uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 800 | ||
uses: hsheth2/sane-checkout-action@v1 | ||
- uses: dorny/paths-filter@v2 | ||
id: filter | ||
with: | ||
|
@@ -554,9 +538,7 @@ jobs: | |
needs: [setup, datahub_ingestion_base_slim_build] | ||
steps: | ||
- name: Check out the repo | ||
uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 800 | ||
uses: hsheth2/sane-checkout-action@v1 | ||
- uses: dorny/paths-filter@v2 | ||
id: filter | ||
with: | ||
|
@@ -637,9 +619,7 @@ jobs: | |
needs: [setup, datahub_ingestion_base_full_build] | ||
steps: | ||
- name: Check out the repo | ||
uses: actions/checkout@v3 | ||
with: | ||
fetch-depth: 800 | ||
uses: hsheth2/sane-checkout-action@v1 | ||
- uses: dorny/paths-filter@v2 | ||
id: filter | ||
with: | ||
|
@@ -886,3 +866,23 @@ jobs: | |
job-status: ${{ job.status }} | ||
slack-bot-token: ${{ secrets.SLACK_BOT_TOKEN }} | ||
channel: github-activities | ||
deploy_datahub_head: | ||
name: Deploy to Datahub HEAD | ||
runs-on: ubuntu-latest | ||
needs: | ||
[ | ||
setup, | ||
smoke_test | ||
] | ||
steps: | ||
- uses: aws-actions/configure-aws-credentials@v1 | ||
if: ${{ needs.setup.outputs.publish != 'false' }} | ||
with: | ||
aws-access-key-id: ${{ secrets.AWS_SQS_ACCESS_KEY_ID }} | ||
aws-secret-access-key: ${{ secrets.AWS_SQS_ACCESS_KEY }} | ||
aws-region: us-west-2 | ||
- uses: isbang/[email protected] | ||
if: ${{ needs.setup.outputs.publish != 'false' }} | ||
with: | ||
sqs-url: ${{ secrets.DATAHUB_HEAD_SYNC_QUEUE }} | ||
message: '{ "command": "git-sync", "args" : {"repoName": "${{ needs.setup.outputs.repository_name }}", "repoOrg": "${{ github.repository_owner }}", "repoBranch": "${{ needs.setup.outputs.branch_name }}", "repoShaShort": "${{ needs.setup.outputs.short_sha }}" }}' |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,6 +32,7 @@ venv.bak/ | |
dmypy.json | ||
MANIFEST | ||
*.pyc | ||
.python-version | ||
|
||
# Generated files | ||
**/bin | ||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Reporting security issues | ||
# Reporting Security Issues | ||
|
||
If you think you have found a security vulnerability, please send a report to [email protected]. This address can be used for all of Acryl Data’s open source and commercial products (including but not limited to DataHub and Acryl Data). We can accept only vulnerability reports at this address. | ||
|
||
|
Oops, something went wrong.