-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1,955 changed files
with
24,727 additions
and
78,367 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 was deleted.
Oops, something went wrong.
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,58 +1,34 @@ | ||
<!-- | ||
Thank you for your contribution! | ||
Unless your change is trivial, please create an issue to discuss the change before creating a PR. | ||
--> | ||
|
||
### Describe your changes: | ||
|
||
Fixes <issue-number> | ||
|
||
<!-- | ||
Short blurb explaining: | ||
- What changes did you make? | ||
- Why did you make them? | ||
- How did you test your changes? | ||
--> | ||
|
||
I worked on ... because ... | ||
|
||
<!-- For frontend related change, please add screenshots and/or videos of your changes preview! --> | ||
### Describe your changes : | ||
<!-- Explain what you have done & tag your assigned issue !--> | ||
I worked on the ..... because ... | ||
|
||
# | ||
### Type of change: | ||
### Type of change : | ||
<!-- You should choose 1 option and delete options that aren't relevant --> | ||
- [ ] Bug fix | ||
- [ ] Improvement | ||
- [ ] New feature | ||
- [x] Bug fix | ||
- [x] Improvement | ||
- [x] New feature | ||
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) | ||
- [ ] Documentation | ||
|
||
# | ||
### Frontend Preview (Screenshots) : | ||
<p align="center">For frontend related change, please link screenshots of your changes preview! Optional for backend related changes. | ||
</p> | ||
|
||
# | ||
### Checklist: | ||
<!-- add an x in [] if done, don't mark items that you didn't do !--> | ||
- [x] I have read the [**CONTRIBUTING**](https://docs.open-metadata.org/developers/contribute) document. | ||
- [ ] My PR title is `Fixes <issue-number>: <short explanation>` | ||
- [ ] I have commented on my code, particularly in hard-to-understand areas. | ||
- [ ] For JSON Schema changes: I updated the migration scripts or explained why it is not needed. | ||
|
||
<!-- Based on the type(s) of your change, uncomment the required checklist 👇 --> | ||
|
||
<!-- Bug fix | ||
- [ ] I have added a test that covers the exact scenario we are fixing. For complex issues, comment the issue number in the test for future reference. | ||
--> | ||
- [ ] I have commented on my code, particularly in hard-to-understand areas. | ||
- [ ] I have added tests that prove my fix is effective or that my feature works. | ||
- [x] All new and existing tests passed. | ||
|
||
<!-- Improvement | ||
- [ ] I have added tests around the new logic. | ||
- [ ] For connector/ingestion changes: I updated the documentation. | ||
--> | ||
|
||
<!-- New feature | ||
- [ ] The issue properly describes why the new feature is needed, what's the goal, and how we are building it. Any discussion | ||
or decision-making process is reflected in the issue. | ||
- [ ] I have updated the documentation. | ||
- [ ] I have added tests around the new logic. | ||
--> | ||
|
||
<!-- Breaking change | ||
- [ ] I have added the tag `Backward-Incompatible-Change`. | ||
--> | ||
# | ||
### Reviewers | ||
<!-- Please see the contributing guidelines and then add your reviewer(s) !--> | ||
<!--- OpenMetadata community thanks you for explaining your changes in detail !--> | ||
<!--- If you are unsure of people to review your work, you can add anyone of these developers :) !--> | ||
<!--- Frontend: @open-metadata/ui --> | ||
<!--- Backend: @open-metadata/backend --> | ||
<!--- Ingestion: @open-metadata/ingestion --> |
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 |
---|---|---|
|
@@ -89,14 +89,10 @@ jobs: | |
make install_all install_test | ||
- name: Start Server and Ingest Sample Data | ||
uses: nick-fields/[email protected] | ||
env: | ||
INGESTION_DEPENDENCY: "mysql,elasticsearch" | ||
with: | ||
timeout_minutes: 30 | ||
max_attempts: 2 | ||
retry_on: error | ||
command: ./docker/run_local_docker.sh -m no-ui | ||
run: ./docker/run_local_docker.sh | ||
timeout-minutes: 30 | ||
|
||
- name: Run Python Tests & Record Coverage | ||
run: | | ||
|
@@ -122,7 +118,6 @@ jobs: | |
-Dsonar.pullrequest.github.repository=OpenMetadata | ||
-Dsonar.scm.revision=${{ github.event.pull_request.head.sha }} | ||
-Dsonar.pullrequest.provider=github | ||
- name: Push Results to Sonar | ||
uses: sonarsource/sonarcloud-github-action@master | ||
if: ${{ github.event_name == 'push' }} | ||
|
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
This file was deleted.
Oops, something went wrong.
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.