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

#16720: Add Support for Salesforce SSL #16719

Merged
merged 7 commits into from
Jun 20, 2024
Merged

#16720: Add Support for Salesforce SSL #16719

merged 7 commits into from
Jun 20, 2024

Conversation

ayush-shah
Copy link
Member

Describe your changes:

Add Support for Salesforce SSL

I worked on implementing / allowing salesforce connection using ssl

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.

@github-actions github-actions bot added documentation Improvements or additions to documentation UI UI specific issues Ingestion backend safe to test Add this label to run secure Github workflows on PRs labels Jun 19, 2024
@ayush-shah ayush-shah changed the title Minor: Add Support for Salesforce SSL #16720: Add Support for Salesforce SSL Jun 19, 2024
@ayush-shah ayush-shah linked an issue Jun 19, 2024 that may be closed by this pull request
Copy link
Contributor

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.

Copy link
Contributor

Jest test Coverage

UI tests summary

Lines Statements Branches Functions
Coverage: 65%
65.19% (35228/54037) 42.03% (13943/33177) 43.95% (4322/9835)

@@ -147,7 +170,22 @@ def _(self, connection):


@singledispatch
def check_ssl_and_init(_):
def check_ssl_and_init(_) -> None:
return None
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suggest to raise NotImplementedError for the base case

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was thinking of doing a whole cleanup, so that we need to initialize and modify things at single place
It will take place as part of this #15913

Copy link

sonarcloud bot commented Jun 20, 2024

Copy link

sonarcloud bot commented Jun 20, 2024

Copy link

cypress bot commented Jun 20, 2024

Passing run #34449 ↗︎

0 541 421 0 Flakiness 0

Details:

Add Tests For ClassConverter
Project: openmetadata Commit: 85d932784f
Status: Passed Duration: 23:17 💡
Started: Jun 20, 2024 5:10 AM Ended: Jun 20, 2024 6:33 AM

Review all test suite changes for PR #16719 ↗︎

@ayush-shah ayush-shah merged commit c9a017d into main Jun 20, 2024
36 of 37 checks passed
@ayush-shah ayush-shah deleted the salesforce-ssl branch June 20, 2024 06:40
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.

Ingestion: Add Support for Salesforce SSL
3 participants