-
Notifications
You must be signed in to change notification settings - Fork 4
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): update session logic #159
Conversation
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.
Could you separate the 3 changes into 3 separate PRs? This would help make the changes more reviewable and make sure that we're testing each.
Just two questions for now pending the answer to the above question
25161a8
to
2f8aa23
Compare
c0aefb2
to
a290aee
Compare
...-for-TracesNotFound-if-a-session-is-specified-and-traces-are-not-found-6b0311673d8b37aa.yaml
Outdated
Show resolved
Hide resolved
...-for-TracesNotFound-if-a-session-is-specified-and-traces-are-not-found-6b0311673d8b37aa.yaml
Show resolved
Hide resolved
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.
last one, i promise!
Does the following: - Clearing a session now clears traces only, instead of also deleting the session - Requesting traces for a esssion will return a 404 Session Not found if no traces or session match a non-None session token - Sessions now return session-less requests only up to the latest session marker
6ebcf65
to
815476e
Compare
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.
🚢 thanks @tabgok!
Does the following: