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

Add --log-order option #3916

Merged
merged 44 commits into from
Jun 15, 2023
Merged

Commits on Feb 21, 2023

  1. Add log order flag to rust

    rafaeltab committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    7ef10c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55a49bb View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Implement usage of the flag

    rafaeltab committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    6920601 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    rafaeltab committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    5ca0d14 View commit details
    Browse the repository at this point in the history
  3. Fix logger

    rafaeltab committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    a04aac4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ddbd7b View commit details
    Browse the repository at this point in the history
  5. Add integration tests

    rafaeltab committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    3246e1b View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Configuration menu
    Copy the full SHA
    6421960 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. Configuration menu
    Copy the full SHA
    7cac2fd View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Configuration menu
    Copy the full SHA
    0e3cbec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e668dc5 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Configuration menu
    Copy the full SHA
    b847e68 View commit details
    Browse the repository at this point in the history
  2. Add a comment

    rafaeltab committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    bcf332f View commit details
    Browse the repository at this point in the history
  3. Clarify name of variable

    rafaeltab committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    092aa35 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Configuration menu
    Copy the full SHA
    a444856 View commit details
    Browse the repository at this point in the history
  2. WIP

    rafaeltab committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    f761e72 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Add queued ui

    rafaeltab committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    90aca5f View commit details
    Browse the repository at this point in the history
  2. WIP

    rafaeltab committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    00ca62e View commit details
    Browse the repository at this point in the history
  3. Functional implementation

    rafaeltab committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    d4252b4 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Some improvements

    rafaeltab committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    ba1595a View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2023

  1. Use mutex to prevent rare log interleaving

    When two tasks finish at the same time
    rafaeltab committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    34976a8 View commit details
    Browse the repository at this point in the history
  2. Fix test

    rafaeltab committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    a555359 View commit details
    Browse the repository at this point in the history
  3. Fix naming issues

    rafaeltab committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    39c610e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d9b689d View commit details
    Browse the repository at this point in the history
  5. Fix integration tests

    rafaeltab committed Apr 2, 2023
    Configuration menu
    Copy the full SHA
    2fa8a6b View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Output logs in goroutine

    rafaeltab committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    cd6cad7 View commit details
    Browse the repository at this point in the history
  2. Fix integration tests

    rafaeltab committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    47924d6 View commit details
    Browse the repository at this point in the history
  3. Use default_value_t

    rafaeltab committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    06eb777 View commit details
    Browse the repository at this point in the history
  4. Use channel WIP

    rafaeltab committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    7a024f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2023

  1. Small improvements

    rafaeltab committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    e9f2b17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c962c6e View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Configuration menu
    Copy the full SHA
    8b8d592 View commit details
    Browse the repository at this point in the history
  2. Fix merge mistake

    rafaeltab committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    dc89f32 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2023

  1. Configuration menu
    Copy the full SHA
    9d75182 View commit details
    Browse the repository at this point in the history
  2. Fix go lint problems

    rafaeltab committed May 28, 2023
    Configuration menu
    Copy the full SHA
    8d2451b View commit details
    Browse the repository at this point in the history
  3. Fix rust mismatched types

    rafaeltab committed May 28, 2023
    Configuration menu
    Copy the full SHA
    3c40e8f View commit details
    Browse the repository at this point in the history
  4. Fix integration tests

    rafaeltab committed May 28, 2023
    Configuration menu
    Copy the full SHA
    e0de43c View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Unnecessary null check

    rafaeltab committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    61535e9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into rafaeltab/grouped-output

    Rafael authored and Rafael committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    e34dcb6 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Apply comments

    Rafael authored and Rafael committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    1f73aee View commit details
    Browse the repository at this point in the history
  2. Add test for default

    Rafael authored and Rafael committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    21a7922 View commit details
    Browse the repository at this point in the history
  3. Remove unnecessary empty output list

    Rafael authored and Rafael committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    9af7cae View commit details
    Browse the repository at this point in the history
  4. whitespace

    Rafael authored and Rafael committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    46cb415 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    95ceaa7 View commit details
    Browse the repository at this point in the history