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

Enable streaming of build logs #459

Draft
wants to merge 39 commits into
base: master
Choose a base branch
from

Commits on Apr 17, 2024

  1. add getlogs method

    munishchouhan committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    ff70a52 View commit details
    Browse the repository at this point in the history
  2. fixed builderName

    munishchouhan committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    6f3cd8f View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    16481a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8af97ef View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/451-enable-streaming-of-build-lo…

    …gs' into 451-enable-streaming-of-build-logs
    munishchouhan committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    22a574e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d228dd9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a5ba7d9 View commit details
    Browse the repository at this point in the history
  6. fixed logs color issue

    munishchouhan committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    6cb5e0e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eafcb94 View commit details
    Browse the repository at this point in the history
  8. minor change

    munishchouhan committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    c335997 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. changed to inputstream

    munishchouhan committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    26fdb65 View commit details
    Browse the repository at this point in the history
  2. strip ansi escape codes

    munishchouhan committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    93491f5 View commit details
    Browse the repository at this point in the history
  3. added docs

    munishchouhan committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    7869323 View commit details
    Browse the repository at this point in the history
  4. fixed tests

    munishchouhan committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    b287a56 View commit details
    Browse the repository at this point in the history
  5. added test

    munishchouhan committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    a294b64 View commit details
    Browse the repository at this point in the history
  6. corrected docs

    munishchouhan committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    94f40e7 View commit details
    Browse the repository at this point in the history
  7. corrected docs

    munishchouhan committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    db5afde View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    f6bb71c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7313e7 View commit details
    Browse the repository at this point in the history
  3. updated doc [ci skip]

    munishchouhan committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    1def98a View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/451-enable-streaming-of-build-lo…

    …gs' into 451-enable-streaming-of-build-logs
    munishchouhan committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    a43a160 View commit details
    Browse the repository at this point in the history
  5. reverted doc changes

    munishchouhan committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    a559584 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

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

Commits on May 4, 2024

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

Commits on May 15, 2024

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

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    4859154 View commit details
    Browse the repository at this point in the history
  2. fix tests

    munishchouhan committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    fd9ea32 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

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

Commits on Aug 14, 2024

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

Commits on Aug 20, 2024

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

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    59f25e8 View commit details
    Browse the repository at this point in the history
  2. fixed errors

    Signed-off-by: munishchouhan <[email protected]>
    munishchouhan committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    1511ddb View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. fixed errors

    Signed-off-by: munishchouhan <[email protected]>
    munishchouhan committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    167a9ad View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. master merged

    munishchouhan committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    1752d55 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    e09c9ec View commit details
    Browse the repository at this point in the history
  2. fixed error

    Signed-off-by: munishchouhan <[email protected]>
    munishchouhan committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    d6b19e5 View commit details
    Browse the repository at this point in the history
  3. fixed error

    Signed-off-by: munishchouhan <[email protected]>
    munishchouhan committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    ed403ee View commit details
    Browse the repository at this point in the history
  4. fixed tests

    Signed-off-by: munishchouhan <[email protected]>
    munishchouhan committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    1c304b1 View commit details
    Browse the repository at this point in the history