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

Linear OAuth Connector #3570

Merged
merged 3 commits into from
Jan 1, 2025
Merged

Linear OAuth Connector #3570

merged 3 commits into from
Jan 1, 2025

Conversation

yuhongsun96
Copy link
Contributor

Description

OAuth for Linear since the user API tokens are end of life-ed

How Has This Been Tested?

Works locally

Backporting (check the box to trigger backport action)

Note: You have to check that the action passes, otherwise resolve the conflicts manually and tag the patches.

  • This PR should be backported (make sure to check that the backport attempt succeeds)

Copy link

vercel bot commented Dec 31, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
internal-search ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 31, 2024 11:20pm

@@ -199,7 +199,7 @@ def get_redis_client(*, tenant_id: str | None) -> Redis:
# value = redis_client.get('key')
# print(value.decode()) # Output: 'value'

_async_redis_connection = None
_async_redis_connection: aioredis.Redis | None = None
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Unrelated but my local mypy was not happy

Copy link
Contributor

@Weves Weves left a comment

Choose a reason for hiding this comment

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

lgtm, just need to address the merge conflict

@yuhongsun96 yuhongsun96 added this pull request to the merge queue Dec 31, 2024
@Weves Weves removed this pull request from the merge queue due to a manual request Jan 1, 2025
@Weves Weves merged commit ccd3983 into main Jan 1, 2025
13 checks passed
@Weves Weves deleted the linear-oauth branch January 1, 2025 00:11
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