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

[WIP] tasks #2007

Draft
wants to merge 21 commits into
base: main
Choose a base branch
from
Draft

[WIP] tasks #2007

wants to merge 21 commits into from

Commits on Oct 31, 2023

  1. define tekton tasks in Go

    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    matejvasek committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    690f09b View commit details
    Browse the repository at this point in the history
  2. create s2i pipeline more programatically

    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    matejvasek committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    2afb4fb View commit details
    Browse the repository at this point in the history
  3. create s2i pipeline run more programatically

    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    matejvasek committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    b325c45 View commit details
    Browse the repository at this point in the history
  4. disable createAndApplyPipelineRunTemplate for s2i

    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    matejvasek committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    6b9b92d View commit details
    Browse the repository at this point in the history
  5. unify app-image param name between s2i and pack

    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    matejvasek committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    ee3ed10 View commit details
    Browse the repository at this point in the history
  6. unify sub-path param name between s2i and pack

    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    matejvasek committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    86337f2 View commit details
    Browse the repository at this point in the history
  7. test: use basic Go program (non-Function) in test

    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    matejvasek committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    97950f7 View commit details
    Browse the repository at this point in the history
  8. feat: create pack pipeline and pipelinerun more programatically

    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    matejvasek committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    fc8f965 View commit details
    Browse the repository at this point in the history
  9. chore: remove unused code

    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    matejvasek committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    68ab6ee View commit details
    Browse the repository at this point in the history
  10. disable createAndApplyPipelineRunTemplate for pack

    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    matejvasek committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    b075874 View commit details
    Browse the repository at this point in the history
  11. chore: rename function approprietly

    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    matejvasek committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    3b9e623 View commit details
    Browse the repository at this point in the history
  12. chore: rename function approprietly

    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    matejvasek committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    c20839e View commit details
    Browse the repository at this point in the history
  13. fixup: re-enable possibility to load resources from FS

    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    matejvasek committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    765e3f0 View commit details
    Browse the repository at this point in the history
  14. chore: remove unused symbols

    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    matejvasek committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    5241faf View commit details
    Browse the repository at this point in the history
  15. fixup: update codegen

    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    matejvasek committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    e1e8844 View commit details
    Browse the repository at this point in the history
  16. fixup: re-enable tests

    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    matejvasek committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    5970490 View commit details
    Browse the repository at this point in the history
  17. refactor: move functions

    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    matejvasek committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    5b1d2ee View commit details
    Browse the repository at this point in the history
  18. refactor: rename -- make functions non-exported

    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    matejvasek committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    01c5c3e View commit details
    Browse the repository at this point in the history
  19. fix: apply labels from PipelineDecorator

    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    matejvasek committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    9040279 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. fix: keep older version of task

    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    matejvasek committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    2ba9004 View commit details
    Browse the repository at this point in the history
  2. test: tkn tasks in yaml and Go code as the same

    Signed-off-by: Matej Vasek <mvasek@redhat.com>
    matejvasek committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    3119564 View commit details
    Browse the repository at this point in the history