-
Notifications
You must be signed in to change notification settings - Fork 727
Integration status page connecting #2734
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
Merged
Merged
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
a3f0409
Setup initial connecting logic for integration status page
gaspergrom 26b6550
added segment id to slack connect and redirect url
emlimlf 8969baa
use encodeURI instead
emlimlf 6d7ee2f
redirect the user to the integrations page instead
emlimlf c792ca1
fix discord connect redirection for admin panel
emlimlf d14d6c1
lint fixes
emlimlf 930ecbf
Setup initial connecting logic for integration status page
gaspergrom c52051e
added segment id to slack connect and redirect url
emlimlf 73f8632
use encodeURI instead
emlimlf 4eb0e22
redirect the user to the integrations page instead
emlimlf b76f319
fix discord connect redirection for admin panel
emlimlf 358d6ba
lint fixes
emlimlf b9d225b
Merge branch 'improvement/integration-overview-connect' of github.com…
emlimlf 6d0723a
Remove route and fix redirect urls
gaspergrom 5e14bfd
Fix git integration
gaspergrom 938d2fb
Fix git integration
gaspergrom 50b6270
fix stackoverflow integration
emlimlf 9a01951
Merge branch 'improvement/integration-overview-connect' of github.com…
emlimlf ca52d76
lint fix
emlimlf 095a703
fix confluence integration
emlimlf a1ae40c
Groupsio fixing
gaspergrom 6a72c35
Merge branch 'improvement/integration-overview-connect' of github.com…
gaspergrom 692474d
Devto integraion
gaspergrom 344f692
fix reddit integration
emlimlf 57f75ac
Merge branch 'improvement/integration-overview-connect' of github.com…
emlimlf b136a52
Hackernews and discourse
gaspergrom aba0c33
change reddit integration to ts
emlimlf bff8e90
Merge branch 'improvement/integration-overview-connect' of github.com…
gaspergrom 0fdb6c5
Merge branch 'improvement/integration-overview-connect' of github.com…
gaspergrom 4dd9f62
Jira
gaspergrom bea0d97
Gerrit fixed
gaspergrom ffc63fb
Github fixes
gaspergrom 3655533
fix linked in integration
emlimlf a359fd3
Merge branch 'improvement/integration-overview-connect' of github.com…
emlimlf bb803ca
Gitlab fixes
gaspergrom 147e7d3
Merge branch 'improvement/integration-overview-connect' of github.com…
gaspergrom c071ef8
Merge branch 'main' into improvement/integration-overview-connect
gaspergrom 8496067
Fix lint
gaspergrom File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Consider security implications of storing IDs in localStorage
Storing sensitive IDs in localStorage could pose security risks. Consider: