-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
Showing
9 changed files
with
265 additions
and
119 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,7 @@ var/ | |
# Common virtual environments | ||
.venv/ | ||
venv/ | ||
.python-version | ||
|
||
# Editors | ||
.idea/ | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
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
65 changes: 65 additions & 0 deletions
65
...r-TracesNotFound-if-a-session-is-specified-and-traces-are-not-found-6b0311673d8b37aa.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
--- | ||
prelude: > | ||
Replace this text with content to appear at the top of the section for this | ||
release. All of the prelude content is merged together and then rendered | ||
separately from the items listed in other parts of the file, so the text | ||
needs to be worded so that both the prelude and the other items make sense | ||
when read independently. This may mean repeating some details. Not every | ||
release note requires a prelude. Usually only notes describing major | ||
features or adding release theme details should have a prelude. | ||
features: | ||
- | | ||
List new features here, or remove this section. All of the list items in | ||
this section are combined when the release notes are rendered, so the text | ||
needs to be worded so that it does not depend on any information only | ||
available in another section, such as the prelude. This may mean repeating | ||
some details. | ||
issues: | ||
- | | ||
List known issues here, or remove this section. All of the list items in | ||
this section are combined when the release notes are rendered, so the text | ||
needs to be worded so that it does not depend on any information only | ||
available in another section, such as the prelude. This may mean repeating | ||
some details. | ||
upgrade: | ||
- | | ||
List upgrade notes here, or remove this section. All of the list items in | ||
this section are combined when the release notes are rendered, so the text | ||
needs to be worded so that it does not depend on any information only | ||
available in another section, such as the prelude. This may mean repeating | ||
some details. | ||
deprecations: | ||
- | | ||
List deprecations notes here, or remove this section. All of the list | ||
items in this section are combined when the release notes are rendered, so | ||
the text needs to be worded so that it does not depend on any information | ||
only available in another section, such as the prelude. This may mean | ||
repeating some details. | ||
critical: | ||
- | | ||
Add critical notes here, or remove this section. All of the list items in | ||
this section are combined when the release notes are rendered, so the text | ||
needs to be worded so that it does not depend on any information only | ||
available in another section, such as the prelude. This may mean repeating | ||
some details. | ||
security: | ||
- | | ||
Add security notes here, or remove this section. All of the list items in | ||
this section are combined when the release notes are rendered, so the text | ||
needs to be worded so that it does not depend on any information only | ||
available in another section, such as the prelude. This may mean repeating | ||
some details. | ||
fixes: | ||
- | | ||
Add normal bug fixes here, or remove this section. All of the list items | ||
in this section are combined when the release notes are rendered, so the | ||
text needs to be worded so that it does not depend on any information only | ||
available in another section, such as the prelude. This may mean repeating | ||
some details. | ||
other: | ||
- | | ||
Add other notes here, or remove this section. All of the list items in | ||
this section are combined when the release notes are rendered, so the text | ||
needs to be worded so that it does not depend on any information only | ||
available in another section, such as the prelude. This may mean repeating | ||
some details. |
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