-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
feat: add a portal redirect endpoint #23375
Merged
zlwaterfield
merged 26 commits into
master
from
zach/generate-less-stripe-portal-sessions
Jul 2, 2024
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
6eeb747
Add a portal redirect endpoint
zlwaterfield cbb56f5
update fixtures and added tests
zlwaterfield 8aa96be
fix response type
zlwaterfield f5138f6
Update query snapshots
github-actions[bot] 9b88921
update portal test response type
zlwaterfield ed5ba1f
fix test
zlwaterfield a8c6898
Merge branch 'master' into zach/generate-less-stripe-portal-sessions
zlwaterfield e2f66ac
Update query snapshots
github-actions[bot] c5aebc7
fix(data-warehouse): schema status optional type (#23379)
EDsCODE ffe3cfa
fix: add experimental settings to actors_query_runner (#23380)
aspicer 17b64db
feat(web-analytics): Add option behind FF to switch to V2 web analyti…
robbie-c 20934bd
chore(capture-rs): add capture_billing_limits_loaded_tokens metric (#…
xvello c611313
feat: remove non-hogql replay filtering (#23345)
pauldambra 978e432
fix: replay storybook scene rot (#23383)
pauldambra dce298d
feat: include org id when creating new tickets (#23388)
MarconLP 123c580
feat: sample message too large to s3 (#23374)
pauldambra 2fbf3e9
chore(capture): add billing limits integration tests (#23389)
xvello 62c5abd
fix(multi project flags): remove flag id from URL when switching proj…
jurajmajerik e87c525
chore(data-warehouse): Added number formatting for source settings (#…
Gilbert09 934c2dc
chore: maybe this will stop them flapping (#23401)
pauldambra 6ce9620
feat(survey): Allow events to repeatedly activate surveys (#23238)
Phanatic 054a993
fix(experiments): provide `required_scope` for experiments API (#23385)
dmarticus ac364a2
Update query snapshots
github-actions[bot] 14324c3
merge master in
zlwaterfield ec93e63
remove dup tests
zlwaterfield 52af19b
merge master in
zlwaterfield 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 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 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 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 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 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 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
Binary file modified
BIN
-11 Bytes
(100%)
frontend/__snapshots__/replay-player-success--recent-recordings--dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+9 Bytes
(100%)
frontend/__snapshots__/replay-player-success--recent-recordings--light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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 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 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 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 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 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.
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.
This is the main change for the PR.