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

Moving common function from DistGitAPI to GitOperations and Dockerfile #73

Merged
merged 16 commits into from
Mar 20, 2023

Commits on Feb 27, 2023

  1. Moving common function from DistGitAPI to GitOperations and Dockerfile

    Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
    phracek committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    e8f46f7 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Update container_workflow_tool/dockerfile.py

    Co-authored-by: Lumír 'Frenzy' Balhar <frenzy.madness@gmail.com>
    phracek and frenzymadness authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    2ed96b7 View commit details
    Browse the repository at this point in the history
  2. Update container_workflow_tool/dockerfile.py

    Co-authored-by: Lumír 'Frenzy' Balhar <frenzy.madness@gmail.com>
    phracek and frenzymadness authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    71a32ca View commit details
    Browse the repository at this point in the history
  3. Update comment

    Co-authored-by: Lumír 'Frenzy' Balhar <frenzy.madness@gmail.com>
    phracek and frenzymadness authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    5d4c85c View commit details
    Browse the repository at this point in the history
  4. Update container_workflow_tool/git_operations.py

    Co-authored-by: Lumír 'Frenzy' Balhar <frenzy.madness@gmail.com>
    phracek and frenzymadness authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    df2f575 View commit details
    Browse the repository at this point in the history
  5. Update container_workflow_tool/git_operations.py

    Co-authored-by: Lumír 'Frenzy' Balhar <frenzy.madness@gmail.com>
    phracek and frenzymadness authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    65b93ca View commit details
    Browse the repository at this point in the history
  6. Update container_workflow_tool/git_operations.py

    Co-authored-by: Lumír 'Frenzy' Balhar <frenzy.madness@gmail.com>
    phracek and frenzymadness authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    48ccdfb View commit details
    Browse the repository at this point in the history
  7. Update tests/test_git_operations.py

    Co-authored-by: Lumír 'Frenzy' Balhar <frenzy.madness@gmail.com>
    phracek and frenzymadness authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    d9adbe5 View commit details
    Browse the repository at this point in the history
  8. Fix issues caught by review

    Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
    phracek committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    6031d6e View commit details
    Browse the repository at this point in the history
  9. Call commands if iterable

    Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
    phracek committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    d6f76bf View commit details
    Browse the repository at this point in the history
  10. Update container_workflow_tool/git_operations.py

    Co-authored-by: Petr Kubat <pkubat@redhat.com>
    phracek and pkubatrh authored Mar 9, 2023
    Configuration menu
    Copy the full SHA
    c562a02 View commit details
    Browse the repository at this point in the history
  11. Return back git config core.pager

    Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
    phracek committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    1783748 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Use only update_dockerfile_rebuild

    Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
    phracek committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    4bda3ce View commit details
    Browse the repository at this point in the history
  2. Fix test_wrong_usage

    Co-authored-by: Lumír 'Frenzy' Balhar <frenzy.madness@gmail.com>
    phracek and frenzymadness authored Mar 15, 2023
    Configuration menu
    Copy the full SHA
    ee94d3b View commit details
    Browse the repository at this point in the history
  3. Use only update_dockerfile_rebuild

    Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
    phracek committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    233313d View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Fix issues by review. Proper get_from handling

    Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
    phracek committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    43ecfda View commit details
    Browse the repository at this point in the history