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

fix(worker,cdn): logs order #5939

Merged
merged 6 commits into from
Sep 23, 2021
Merged

fix(worker,cdn): logs order #5939

merged 6 commits into from
Sep 23, 2021

Commits on Sep 22, 2021

  1. fix(worker,cdn): logs order

     * read stdout and stderr in the same goroutine to avoid mixing logs
     * store the number of millisecond for each line of logs as score in redis and retrieve it in "Number" field from a log line in the UI
    
    Signed-off-by: francois  samin <francois.samin@corp.ovh.com>
    fsamin committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    6024a48 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. fix(cdn): handle number of ms for each log lines

    Signed-off-by: francois  samin <francois.samin@corp.ovh.com>
    fsamin committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    177cc42 View commit details
    Browse the repository at this point in the history
  2. fix: unit tests

    Signed-off-by: francois  samin <francois.samin@corp.ovh.com>
    fsamin committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    37b3f06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1dac04 View commit details
    Browse the repository at this point in the history
  4. chore: update go-repo

    richardlt committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    de922bb View commit details
    Browse the repository at this point in the history
  5. fix: unit test

    richardlt committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    61c5534 View commit details
    Browse the repository at this point in the history