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: ignore-on-exit flag to control the error code #162

Merged
merged 28 commits into from
Sep 28, 2023

Commits on Aug 6, 2023

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

Commits on Aug 8, 2023

  1. Added ignore-on-exit flag to all sub commands

    nirmo committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    db979d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a17f2ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5860fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    06373e6 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    6f4361a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61ffa53 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'Checkmarx:master' into issue_155

    nirmo authored and nirmo committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    c5a866f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    48ed7c0 View commit details
    Browse the repository at this point in the history
  5. Issue 155 - minor changes

    nirmo committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    7b35e70 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    f74f216 View commit details
    Browse the repository at this point in the history
  2. moved errorChan check after sleep wait

    nirmo committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    b399c8b View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. merging changes from master

    nirmo committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    193afd6 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. sync with main

    nirmo committed Sep 2, 2023
    Configuration menu
    Copy the full SHA
    3b56fc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3e131c View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. modified ShowError and getFiles funcs

    nirmo committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    dfcad26 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from nirmo/master

    feat: confluence url is mandatory arg  (Checkmarx#160)
    nirmo authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    2eb264d View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    40342fb View commit details
    Browse the repository at this point in the history
  2. refactor: reduce main size

    Baruch Odem committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    417451f View commit details
    Browse the repository at this point in the history
  3. move error decide to exit_handler

    Baruch Odem committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    7cc6483 View commit details
    Browse the repository at this point in the history
  4. refactor: listen for errors

    Baruch Odem committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    2785d3b View commit details
    Browse the repository at this point in the history
  5. one exit point

    Baruch Odem committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    75a159a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4d8a234 View commit details
    Browse the repository at this point in the history
  7. update README

    Baruch Odem committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    060fde0 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    2d328a7 View commit details
    Browse the repository at this point in the history
  2. avoid using log.Fatal

    Baruch Odem committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    c880867 View commit details
    Browse the repository at this point in the history
  3. remove comment

    Baruch Odem committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    1cbb777 View commit details
    Browse the repository at this point in the history
  4. simplify the cmd.Error

    Baruch Odem committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    4a268a9 View commit details
    Browse the repository at this point in the history