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

Removes bluelink connector because platform retired March 2024 #1034

Merged
merged 2 commits into from
Apr 12, 2024

Conversation

elyse-weiss
Copy link
Contributor

@elyse-weiss elyse-weiss commented Apr 12, 2024

Removing the bluelink connector because the platform was retired in March of 2024.

Copy link
Collaborator

@austinweisgrau austinweisgrau left a comment

Choose a reason for hiding this comment

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

otherwise LGTM

@@ -93,7 +92,9 @@
("parsons.zoom.zoom", "Zoom"),
):
try:
globals()[connector_name] = getattr(importlib.import_module(module_path), connector_name)
globals()[connector_name] = getattr(
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think this change here breaks the linting. potentially relevant is that a recent PR upgraded us from black 22 to black 24, which has some differences in how it lints files

@austinweisgrau
Copy link
Collaborator

Also I'd prefer if the commit message was more explicit like "Removing the bluelink connector because the platform has closed" or something

@elyse-weiss
Copy link
Contributor Author

@austinweisgrau I'm not sure how to edit a commit message, but added a description to the PR.

@austinweisgrau austinweisgrau changed the title goodbye bluelink Removes bluelink connector because the platform was retired in March of 2024. Apr 12, 2024
@austinweisgrau austinweisgrau changed the title Removes bluelink connector because the platform was retired in March of 2024. Removes bluelink connector because platform retired March 2024 Apr 12, 2024
Copy link
Collaborator

@austinweisgrau austinweisgrau left a comment

Choose a reason for hiding this comment

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

LGTM

@austinweisgrau austinweisgrau merged commit 3fc05e7 into main Apr 12, 2024
14 checks passed
@austinweisgrau austinweisgrau deleted the bye-bye-bluelink branch April 12, 2024 20:35
austinweisgrau pushed a commit to austinweisgrau/parsons that referenced this pull request Apr 22, 2024
…coop#1034)

Removing the bluelink connector because the platform was retired in March of 2024.

---------

Co-authored-by: Elyse <[email protected]>
austinweisgrau pushed a commit to austinweisgrau/parsons that referenced this pull request Apr 22, 2024
…coop#1034)

Removing the bluelink connector because the platform was retired in March of 2024.

---------

Co-authored-by: Elyse <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants