-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'open-metadata:main' into main
- Loading branch information
Showing
290 changed files
with
4,846 additions
and
3,163 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Label when source files are for UI team | ||
ui: | ||
- "openmetadata-ui/**/*" | ||
- "package.json" | ||
|
||
# Label for Devops when source files is in docker or github | ||
devops: | ||
- "docker/**/*" | ||
- ".github/**/*" | ||
|
||
# Label for backend team | ||
backend: | ||
- "openmetadata-service/**/*" | ||
- "openmetadata-clients/**/*" | ||
- "openmetadata-dist/**/*" | ||
- "openmetadata-service/**/*" | ||
- "openmetadata-spec/**/*" | ||
|
||
#Label for ingestion, when source file is in ingestion or airflow | ||
ingestion: | ||
- "openmetadata-airflow-apis/**/*" | ||
- "ingestion/**/*" | ||
- "ingestion-core/**/*" | ||
|
||
#Label for documentation , when source file is in docs | ||
documentation : | ||
- "openmetadata-docs/**/*" | ||
- "openmetadata-docs-v1/**/*" |
40 changes: 40 additions & 0 deletions
40
.github/workflows/cypress-integration-tests-mysql-skip.yml
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 |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# Copyright 2021 Collate | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
|
||
name: MySQL Cypress Integration Tests | ||
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
- '0.[0-9]+.[0-9]+' | ||
- '1.[0-9]+[0-9]+' | ||
paths: | ||
- 'openmetadata-docs/**' | ||
- 'openmetadata-docs-v1/**' | ||
pull_request_target: | ||
types: [labeled, opened, synchronize, reopened] | ||
paths: | ||
- 'openmetadata-docs/**' | ||
- 'openmetadata-docs-v1/**' | ||
|
||
|
||
jobs: | ||
test: | ||
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
os: | ||
- ubuntu-latest | ||
node-version: | ||
- 16.x | ||
steps: | ||
- run: 'echo "Step is not required"' |
39 changes: 39 additions & 0 deletions
39
.github/workflows/cypress-integration-tests-postgresql-skip.yml
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 |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Copyright 2021 Collate | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
# See the License for the specific language governing permissions and | ||
# limitations under the License. | ||
|
||
name: PostgreSQL Cypress Integration Tests | ||
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
- '0.[0-9]+.[0-9]+' | ||
- '1.[0-9]+[0-9]+' | ||
paths: | ||
- 'openmetadata-docs/**' | ||
- 'openmetadata-docs-v1/**' | ||
pull_request_target: | ||
types: [labeled, opened, synchronize, reopened] | ||
paths: | ||
- 'openmetadata-docs/**' | ||
- 'openmetadata-docs-v1/**' | ||
|
||
jobs: | ||
test: | ||
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
os: | ||
- ubuntu-latest | ||
node-version: | ||
- 16.x | ||
steps: | ||
- run: 'echo "Step is not required"' |
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 |
---|---|---|
@@ -0,0 +1,25 @@ | ||
name: Labeler | ||
|
||
on: | ||
pull_request_target: | ||
types: | ||
- opened | ||
- reopened | ||
- edited | ||
- synchronize | ||
|
||
jobs: | ||
pr-labels: | ||
# Job to assign PR labels to teams | ||
name: pr-labels | ||
permissions: | ||
contents: read | ||
pull-requests: write | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Assign labels | ||
uses: actions/labeler@v4 | ||
with: | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
configuration-path: .github/labeler.yml | ||
sync-labels: true |
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
6 changes: 6 additions & 0 deletions
6
bootstrap/sql/com.mysql.cj.jdbc.Driver/v010__create_db_connection_info.sql
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
-- Updating the value of SASL Mechanism for Kafka and Redpanda connections | ||
UPDATE messaging_service_entity | ||
SET json = JSON_REPLACE(json, '$.connection.config.saslMechanism', 'PLAIN') | ||
WHERE (serviceType = 'Kafka' OR serviceType = 'Redpanda') | ||
AND JSON_EXTRACT(json, '$.connection.config.saslMechanism') IS NOT NULL | ||
AND JSON_EXTRACT(json, '$.connection.config.saslMechanism') NOT IN ('GSSAPI', 'PLAIN', 'SCRAM-SHA-256', 'SCRAM-SHA-512', 'OAUTHBEARER'); |
6 changes: 6 additions & 0 deletions
6
bootstrap/sql/org.postgresql.Driver/v010__create_db_connection_info.sql
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
-- Updating the value of SASL Mechanism for Kafka and Redpanda connections | ||
UPDATE messaging_service_entity | ||
SET json = JSONB_SET(json::jsonb, '{connection,config,saslMechanism}', '"PLAIN"') | ||
WHERE (servicetype = 'Kafka' OR serviceType = 'Redpanda') | ||
AND json#>'{connection,config,saslMechanism}' IS NOT NULL | ||
AND json#>'{connection,config,saslMechanism}' NOT IN ('"GSSAPI"', '"PLAIN"', '"SCRAM-SHA-256"', '"SCRAM-SHA-512"', '"OAUTHBEARER"'); |
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
Oops, something went wrong.