Skip to content
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

tracing integration for writer::JUnit and writer::Json (#213) #261

Merged
merged 41 commits into from
Mar 7, 2023

Conversation

ilslv
Copy link
Member

@ilslv ilslv commented Mar 1, 2023

Synopsis

#258

Solution

Implement tracing integration for the rest of the Writers: writer::JUnit and writer::Json.

Checklist

  • Created PR:
    • In draft mode
    • Name contains Draft: prefix
    • Name contains issue reference
    • Has assignee
  • Documentation is updated (if required)
  • Tests are updated (if required)
  • Changes conform code style
  • CHANGELOG entry is added (if required)
  • FCM (final commit message) is posted
    • and approved
  • Review is completed and changes are approved
  • Before merge:
    • Milestone is set
    • PR's name and description are correct and up-to-date
    • Draft: prefix is removed
    • All temporary labels are removed

@ilslv ilslv added enhancement Improvement of existing features or bugfix k::design Related to overall design and/or architecture labels Mar 1, 2023
@ilslv ilslv added this to the 0.20.0 milestone Mar 1, 2023
@ilslv ilslv self-assigned this Mar 1, 2023
@ilslv ilslv changed the title Draft: tracing integration for Writers tracing integration for writer::JUnit and writer::Json Mar 2, 2023
@ilslv
Copy link
Member Author

ilslv commented Mar 2, 2023

FCM

Implement `tracing` integration for `writer::JUnit` and `writer::Json` (#261, #213)

- add `embeddings` field to `writer::json::Step` and `writer::json::HookResult`

@ilslv ilslv changed the title tracing integration for writer::JUnit and writer::Json tracing integration for writer::JUnit and writer::Json (#213) Mar 2, 2023
@ilslv ilslv marked this pull request as ready for review March 2, 2023 14:17
@tyranron tyranron linked an issue Mar 3, 2023 that may be closed by this pull request
# Conflicts:
#	CHANGELOG.md
#	book/src/output/tracing.md
#	src/event.rs
#	src/future.rs
#	src/runner/basic.rs
#	src/tracing.rs
#	src/writer/basic.rs
#	src/writer/json.rs
#	src/writer/libtest.rs
#	tests/tracing.rs
@ilslv ilslv requested a review from tyranron March 6, 2023 10:36
@tyranron tyranron added k::UI/UX UI (user interface) and UX (user experience) changes and removed k::design Related to overall design and/or architecture labels Mar 7, 2023
Copy link
Member

@tyranron tyranron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ilslv thanks!

@tyranron tyranron added the k::logging Related to library and user logs label Mar 7, 2023
@tyranron tyranron merged commit 63ce040 into main Mar 7, 2023
@tyranron tyranron deleted the 213-tracing-writer-integrations branch March 7, 2023 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement of existing features or bugfix k::logging Related to library and user logs k::UI/UX UI (user interface) and UX (user experience) changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

tracing integration
2 participants