rfc18: reference the JSON Lines specification#501
Merged
mergify[bot] merged 1 commit intoflux-framework:masterfrom Mar 6, 2026
Merged
rfc18: reference the JSON Lines specification#501mergify[bot] merged 1 commit intoflux-framework:masterfrom
mergify[bot] merged 1 commit intoflux-framework:masterfrom
Conversation
|
|
Member
Author
|
It was your catch (in 2019) :-) Setting MWP. |
Contributor
Merge Queue StatusRule:
This pull request spent 50 minutes 38 seconds in the queue, with no time running CI. ReasonThe pull request can't be updated
HintYou should update or rebase your pull request manually. If you do, this pull request will automatically be requeued once the queue conditions match again. |
Problem: it turns out that Flux eventlogs conform to the JSON lines specification, which could be useful information, but it is not referenced in RFC 18. Add a reference. Fixes flux-framework#212
Member
Author
|
rebased and forced a push to kick mergify |
|
|
Contributor
Merge Queue StatusRule:
This pull request spent 5 seconds in the queue, with no time running CI. Required conditions to merge
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Problem: it turns out that Flux eventlogs conform to the JSON lines specification, which could be useful information, but it is not referenced in RFC 18.
Add a reference.
Fixes #212