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

Frizbee refactoring - support for Dockerfile, docker:// actions, etc. #139

Merged
merged 16 commits into from
Jun 4, 2024

Commits on May 27, 2024

  1. Refactor Frizbee

    Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com>
    rdimitrov committed May 27, 2024
    Configuration menu
    Copy the full SHA
    c347527 View commit details
    Browse the repository at this point in the history
  2. Add/update the stacklok license header

    Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com>
    rdimitrov committed May 27, 2024
    Configuration menu
    Copy the full SHA
    6fd9044 View commit details
    Browse the repository at this point in the history
  3. Streamline path and one commands to one action or image command

    Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com>
    rdimitrov committed May 27, 2024
    Configuration menu
    Copy the full SHA
    4d7ab81 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Update the unit tests

    Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com>
    rdimitrov committed May 28, 2024
    Configuration menu
    Copy the full SHA
    cbff99f View commit details
    Browse the repository at this point in the history
  2. Fix linting errors

    Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com>
    rdimitrov committed May 28, 2024
    Configuration menu
    Copy the full SHA
    54d843a View commit details
    Browse the repository at this point in the history
  3. Group up the methods for parsing actions and images

    Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com>
    rdimitrov committed May 28, 2024
    Configuration menu
    Copy the full SHA
    c2aa963 View commit details
    Browse the repository at this point in the history
  4. Add test case for custom regex and tidy up the package layout

    Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com>
    rdimitrov committed May 28, 2024
    Configuration menu
    Copy the full SHA
    e5da0cf View commit details
    Browse the repository at this point in the history
  5. Update README.md

    rdimitrov authored May 28, 2024
    Configuration menu
    Copy the full SHA
    5f07ebe View commit details
    Browse the repository at this point in the history
  6. Tidy up the image and actions packages

    Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com>
    rdimitrov committed May 28, 2024
    Configuration menu
    Copy the full SHA
    b5f98fb View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Add more unit tests - cache, config, ghrest, cli, action, image

    Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com>
    rdimitrov committed May 29, 2024
    Configuration menu
    Copy the full SHA
    f5908a0 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Ignore processing commented lines in yaml

    Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com>
    rdimitrov committed May 30, 2024
    Configuration menu
    Copy the full SHA
    8a24357 View commit details
    Browse the repository at this point in the history
  2. Add more replacer unit test coverage

    Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com>
    rdimitrov committed May 30, 2024
    Configuration menu
    Copy the full SHA
    2f04baf View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Add another option for passing an already created GitHub Client

    Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com>
    rdimitrov committed May 31, 2024
    Configuration menu
    Copy the full SHA
    3a0d04b View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. Add tests for the list functionality

    Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com>
    rdimitrov committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    968d18d View commit details
    Browse the repository at this point in the history
  2. Do not overwrite the parser's regex if the new value is an empty string

    Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com>
    rdimitrov committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    7522446 View commit details
    Browse the repository at this point in the history
  3. Create a default GitHub REST client

    Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com>
    rdimitrov committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    4ff1d92 View commit details
    Browse the repository at this point in the history