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

CTX-6123: Added --verbose flag for all commands that could have detai… #241

Open
wants to merge 12 commits into
base: develop
Choose a base branch
from

Commits on Jul 31, 2024

  1. CTX-6123: Added --verbose flag for all commands that could have detai…

    …led execution output. Added message that leads to log file with detailed output after exception happened.
    Bogdan Tintor committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    fe350d5 View commit details
    Browse the repository at this point in the history
  2. CTX-6123: Rest of the functionality regarding detailed output of exec…

    …uted command.
    Bogdan Tintor committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    c4e4b78 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

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

Commits on Aug 16, 2024

  1. CTX-6123: PR changes regarding discussions with Dusko about better im…

    …plementation.
    Bogdan Tintor committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    98737e4 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Merge branch 'develop' into CTX-6123

    # Conflicts:
    #	coretex/cli/commands/node.py
    #	coretex/cli/modules/intercept.py
    #	coretex/cli/modules/node.py
    #	coretex/cli/modules/utils.py
    #	coretex/utils/docker.py
    Bogdan Tintor committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    114e51b View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. CTX-6123: Discussion changes.

    Bogdan Tintor committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    8b07079 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. CTX-6123: saving changes

    Bogdan Tintor committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    fb6115e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' into CTX-6123

    Bogdan Tintor committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    c6fff72 View commit details
    Browse the repository at this point in the history
  3. CTX-6123: Created new base_group and base_command that will serve as …

    …click.group and click.command decorator with slight changes that serve our needs. onBeforeCommandExecute callback is deleted all functionality is now in base_group and base_command. Minor code cleanup in scope of this task (unused imports etc.)
    Bogdan Tintor committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    628274b View commit details
    Browse the repository at this point in the history
  4. CTX-6123: Have to set ignoreStdOut for manifest and image inspect to …

    …true since they change the output of the command and json cant be loaded no more.
    Bogdan Tintor committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    cff9c74 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. CTX-6123: Code format cleanup.

    Bogdan Tintor committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    da4cb80 View commit details
    Browse the repository at this point in the history
  2. CTX-6123: Added human readable explanation for complicated format of …

    …function argument.
    Bogdan Tintor committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    5156231 View commit details
    Browse the repository at this point in the history