Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #13053: Remove Connection URI config MongoDB #14584

Merged
merged 2 commits into from
Jan 5, 2024
Merged

Fix #13053: Remove Connection URI config MongoDB #14584

merged 2 commits into from
Jan 5, 2024

Conversation

ulixius9
Copy link
Member

@ulixius9 ulixius9 commented Jan 4, 2024

Describe your changes:

Fix #13053: Remove Connection URI cofig MongoDB

I worked on ... because ...

Type of change:

  • Bug fix
  • Improvement
  • New feature
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation

Checklist:

  • I have read the CONTRIBUTING 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.

Copy link
Contributor

github-actions bot commented Jan 4, 2024

The Python checkstyle failed.

Please run make py_format and py_format_check in the root of your repository and commit the changes to this PR.
You can also use pre-commit to automate the Python code formatting.

You can install the pre-commit hooks with make install_test precommit_install.

@sureshms sureshms changed the title Fix #13053: Remove Connection URI cofig MongoDB Fix #13053: Remove Connection URI config MongoDB Jan 4, 2024
Copy link
Contributor

github-actions bot commented Jan 4, 2024

Jest test Coverage

UI tests summary

Lines Statements Branches Functions
Coverage: 49%
50.12% (25105/50087) 32.9% (9907/30113) 31.4% (2865/9123)

Copy link

sonarqubecloud bot commented Jan 5, 2024

Quality Gate Passed Quality Gate passed for 'open-metadata-ui'

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link

sonarqubecloud bot commented Jan 5, 2024

Quality Gate Passed Quality Gate passed for 'open-metadata-ingestion'

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
100.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

@harshach harshach merged commit a789fc8 into main Jan 5, 2024
32 checks passed
@harshach harshach deleted the issue-13053 branch January 5, 2024 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend documentation Improvements or additions to documentation Ingestion safe to test Add this label to run secure Github workflows on PRs UI UI specific issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MongoDB connection string showing credentials
4 participants