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

Commits on Feb 21, 2023

  1. WIP

    ilslv committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    a61b42d View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Configuration menu
    Copy the full SHA
    c063a85 View commit details
    Browse the repository at this point in the history
  2. Minor corrections

    ilslv committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    6d9a4d7 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Corrections, docs and clippy

    ilslv committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    1358d55 View commit details
    Browse the repository at this point in the history
  2. Add optimisation on PostponedWriter relying on fact, that we get full…

    …y formatted messages one-by-one
    ilslv committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    864d1df View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Configuration menu
    Copy the full SHA
    14af39c View commit details
    Browse the repository at this point in the history
  2. Docs and clippy

    ilslv committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    200c3b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea72445 View commit details
    Browse the repository at this point in the history
  4. Corrections

    ilslv committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    e968140 View commit details
    Browse the repository at this point in the history
  5. Corrections

    ilslv committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    5cc3068 View commit details
    Browse the repository at this point in the history
  6. Correct MSRV

    ilslv committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    1444b28 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2023

  1. Configuration menu
    Copy the full SHA
    e82d2ee View commit details
    Browse the repository at this point in the history
  2. tracing output test

    ilslv committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    4d54d6f View commit details
    Browse the repository at this point in the history
  3. Corrections

    ilslv committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    3f6244d View commit details
    Browse the repository at this point in the history
  4. Corrections

    ilslv committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    ff44f20 View commit details
    Browse the repository at this point in the history
  5. Corrections

    ilslv committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    915a30a View commit details
    Browse the repository at this point in the history
  6. Corrections

    ilslv committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    bc323f7 View commit details
    Browse the repository at this point in the history
  7. Corrections

    ilslv committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    140f097 View commit details
    Browse the repository at this point in the history
  8. Corrections

    ilslv committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    7692a15 View commit details
    Browse the repository at this point in the history
  9. Corrections

    ilslv committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    a58cd25 View commit details
    Browse the repository at this point in the history
  10. Corrections

    ilslv committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    7fd71dc View commit details
    Browse the repository at this point in the history
  11. Corrections

    ilslv committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    317ed7e View commit details
    Browse the repository at this point in the history
  12. Corrections

    ilslv committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    67005d6 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Configuration menu
    Copy the full SHA
    43f5c20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b080a7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    860f510 View commit details
    Browse the repository at this point in the history
  4. Corrections

    ilslv committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    878e8e6 View commit details
    Browse the repository at this point in the history
  5. Clippy

    ilslv committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    42b8202 View commit details
    Browse the repository at this point in the history
  6. Clippy

    ilslv committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    620408e View commit details
    Browse the repository at this point in the history
  7. Clippy

    ilslv committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    59a83e4 View commit details
    Browse the repository at this point in the history
  8. Clippy

    ilslv committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    23ff3f7 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Corrections

    ilslv committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    01ff07e View commit details
    Browse the repository at this point in the history
  2. Corrections and update GIFs

    ilslv committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    f63f995 View commit details
    Browse the repository at this point in the history
  3. Corrections

    ilslv committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    2c7ca52 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a5f626 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    420b7d2 View commit details
    Browse the repository at this point in the history
  2. Corrections

    ilslv committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    f9bd81b View commit details
    Browse the repository at this point in the history
  3. Corrections

    ilslv committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    1636e81 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Merge branch 'main' into 213-tracing-writer-integrations

    # 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 committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    8fd6760 View commit details
    Browse the repository at this point in the history
  2. Corrections

    ilslv committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    f9f4dfb View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Corrections

    tyranron committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    3a67f3b View commit details
    Browse the repository at this point in the history