-
Notifications
You must be signed in to change notification settings - Fork 178
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
chore(api, performance-metrics): clean up performance-metrics tracking #15289
Merged
DerekMaggio
merged 22 commits into
edge
from
performance-metrics-nightmare-fuel-merge-conflict-resolution
Jun 5, 2024
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
53fe590
feat: Add storing analysis context on track
DerekMaggio 7e63eda
a case study on why you should not let your PR get 280 commits behind
DerekMaggio 6e5411b
fix: call track as a function and not a decorator
DerekMaggio 2e010fe
fix: underlying function exception was not being raised
DerekMaggio d1254fe
chore: remove a comment
DerekMaggio b094468
chore: way clearer typing, docs, and logic
DerekMaggio 40da8f6
mypy is fighting back
DerekMaggio f08e2d5
fix: track should be a decorator
DerekMaggio 52ed95f
fix tests
DerekMaggio 92c793f
update track_analysis
DerekMaggio cc0dc74
remove unnecessary test
DerekMaggio b73010f
chore: not tracking client-side analysis
DerekMaggio 70017cd
tests: no unit tests because they have to be hacked to be written
DerekMaggio f11ba35
chore: add TODO
DerekMaggio 4035e33
formatting
DerekMaggio 06fec00
chore: revert project packaging stuff
DerekMaggio bf63522
test: remove unused test function
DerekMaggio 3bea700
chore: move to other PR
DerekMaggio 4dea812
fix comment
DerekMaggio bff1b53
chore: Add TODO to remind me to look into something
DerekMaggio 1af9d2a
ugh, formatting
DerekMaggio 23cfdae
fix: everything except execution outside the wrapper
DerekMaggio 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
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.
wait wasn't this the point of the exercise? or are you doing this in a followup now
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.
Sorry, in a follow up. Since I am not actually installing this on a robot yet I am deferring it to when I can verify if it is actually working or not