-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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(experiments): Tag support for shared metrics #28061
Merged
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
6ac68ad
Tag support for shared metrics
danielbachhuber e1ce7c3
Memoize
danielbachhuber 99207c8
Update query snapshots
github-actions[bot] 7cd8741
Update UI snapshots for `chromium` (2)
github-actions[bot] 8d8c0a6
See if this unbreaks CI
danielbachhuber b4e327b
More precise import
danielbachhuber c31ffa5
Ditch memoization; unnecessary complexity
danielbachhuber 59cc36d
Rename migration
danielbachhuber ca82cd1
Fix type issues
danielbachhuber 2543f93
Update UI snapshots for `chromium` (2)
github-actions[bot] b2ef2df
Attempt to fix CI again
danielbachhuber 46b64d2
Update UI snapshots for `chromium` (1)
github-actions[bot] 889f548
Restore original migration
danielbachhuber 203011d
Try a simplified migration
danielbachhuber d25c407
Production only has a check constraint, not a unique constraint
danielbachhuber dab9062
Try nullifying `unique_together`
danielbachhuber a6af645
Use `<LemonButton>` to make it look more like a button
danielbachhuber 7b9c05d
Filter out dupes
danielbachhuber ef9590c
Update UI snapshots for `chromium` (1)
github-actions[bot] 2b5420f
Update UI snapshots for `chromium` (1)
github-actions[bot] a0835ea
Try modifying Django's state directly
danielbachhuber bc6572a
Use `AddConstraintNotValid()` to avoid locking the table
danielbachhuber 11e1b71
Merge branch 'master' into experiments/tagged-shared-metrics
danielbachhuber 1cec059
Merge branch 'master' into experiments/tagged-shared-metrics
danielbachhuber cf13268
Fix type issue
danielbachhuber 94d129c
Fix type issue
danielbachhuber dcfb518
Reset migrations again
danielbachhuber f34e0d4
Restore originally generated migration
danielbachhuber e0ff8d7
Restore comment
danielbachhuber b97a752
Split migration into separate statements to avoid locking
danielbachhuber 4c2115b
Restore state definitions
danielbachhuber ca4e927
Swap statement order
danielbachhuber 3c5c531
Add original SQL
danielbachhuber 71505ac
Fix constraints
danielbachhuber 6978977
Merge branch 'master' into experiments/tagged-shared-metrics
danielbachhuber 2145230
Update UI snapshots for `chromium` (1)
github-actions[bot] c58b35c
Update UI snapshots for `chromium` (1)
github-actions[bot] 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
Binary file modified
BIN
-191 Bytes
(100%)
frontend/__snapshots__/scenes-other-billing--billing-with-credit-cta--light.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
-3 Bytes
(100%)
frontend/__snapshots__/scenes-other-onboarding--onboarding-billing--dark.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.
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.
style: saving prop is hardcoded to false - should reflect actual saving state from sharedMetricLogic to show proper loading state