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

feat: Improve rg.log function #2640

Merged
merged 21 commits into from
Apr 20, 2023
Merged

Commits on Apr 3, 2023

  1. Allow log data batches concurrently

    - Accept `num_threads` to log batches concurrently
    - All batches will be processed even if errores were found
    - For those with errors a more descriptive error will be raised
    frascuchon committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    1289cc6 View commit details
    Browse the repository at this point in the history
  2. Adapt tests

    frascuchon committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    2722ca4 View commit details
    Browse the repository at this point in the history
  3. Upgrade changelog

    frascuchon committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    a616935 View commit details
    Browse the repository at this point in the history
  4. Fixing tests

    frascuchon committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    36d24bc View commit details
    Browse the repository at this point in the history
  5. Other log improvements

    - Increase default timeout
    - retry when a `httpx.TransportError` error occurs
    frascuchon committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    d561cdf View commit details
    Browse the repository at this point in the history
  6. Update CHANGELOG

    frascuchon committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    623129b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    695df64 View commit details
    Browse the repository at this point in the history
  8. Add basic test

    frascuchon committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    226ba24 View commit details
    Browse the repository at this point in the history
  9. Remove extra files

    frascuchon committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    0393e56 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

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

Commits on Apr 9, 2023

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

Commits on Apr 12, 2023

  1. Configuration menu
    Copy the full SHA
    1d2d52d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75ec040 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a23f932 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Apply CHANGELOG suggestions

    - Use the Deprecated section for CHANGELOG
    - Include new default batch size for rg.log
    frascuchon committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    fdafeec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df06bc1 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Tom Aarsen <37621491+tomaarsen@users.noreply.github.com>
    frascuchon and tomaarsen committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    2e119ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49d8b74 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'feat/improve-rg.log-functions' of github.com:recognai/r…

    …ubrix into feat/improve-rg.log-functions
    frascuchon committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    28f421c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    03a90fe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    520bcf8 View commit details
    Browse the repository at this point in the history