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

Cleanup orphaned func, new image-name calculation #1962

Merged
merged 53 commits into from
Feb 27, 2024

Commits on Feb 27, 2024

  1. forced namespace change, deletes old func, kind works

    Signed-off-by: gauron99 <[email protected]>
    gauron99 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    0807950 View commit details
    Browse the repository at this point in the history
  2. new .deploy.image field

    Signed-off-by: gauron99 <[email protected]>
    gauron99 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    0f6c92f View commit details
    Browse the repository at this point in the history
  3. building

    gauron99 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    e3fe80d View commit details
    Browse the repository at this point in the history
  4. building

    gauron99 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    3a6fdb3 View commit details
    Browse the repository at this point in the history
  5. add first iteration of complete functionality with f.Build.Image and …

    …f.Deploy.Image that STILL contains a workaround for image digest which is populated on Push instead of Build
    
    Signed-off-by: gauron99 <[email protected]>
    gauron99 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    c87167e View commit details
    Browse the repository at this point in the history
  6. base tests fixes for compile

    Signed-off-by: gauron99 <[email protected]>
    gauron99 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    fdf34f9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    35d1916 View commit details
    Browse the repository at this point in the history
  8. new generated schema

    Signed-off-by: gauron99 <[email protected]>
    gauron99 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    2b1ba95 View commit details
    Browse the repository at this point in the history
  9. fix some tests using .Image and create new test

    Signed-off-by: gauron99 <[email protected]>
    gauron99 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    318b376 View commit details
    Browse the repository at this point in the history
  10. remove nested .func

    Signed-off-by: gauron99 <[email protected]>
    gauron99 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    4f061ce View commit details
    Browse the repository at this point in the history
  11. get rid of test

    Signed-off-by: gauron99 <[email protected]>
    gauron99 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    00cd46f View commit details
    Browse the repository at this point in the history
  12. remove my debug test

    gauron99 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    2d3dfa3 View commit details
    Browse the repository at this point in the history
  13. fix namespace change test

    Signed-off-by: gauron99 <[email protected]>
    gauron99 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    c81a191 View commit details
    Browse the repository at this point in the history
  14. fix pipeline run to use .Deploy.Image

    Signed-off-by: gauron99 <[email protected]>
    gauron99 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    6cacae4 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3e4a773 View commit details
    Browse the repository at this point in the history
  16. fix some tests

    Signed-off-by: gauron99 <[email protected]>
    gauron99 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    ec6dd06 View commit details
    Browse the repository at this point in the history
  17. fix actions - return value, configApplied and registry on subsequent …

    …deploy different
    
    Signed-off-by: gauron99 <[email protected]>
    gauron99 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    29008ab View commit details
    Browse the repository at this point in the history
  18. update empty image in tests issue

    Signed-off-by: gauron99 <[email protected]>
    gauron99 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    809adf7 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a2abf0c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    4b4305b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    37e810a View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    4e1f4f5 View commit details
    Browse the repository at this point in the history
  23. update more tests

    Signed-off-by: gauron99 <[email protected]>
    gauron99 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    434cc0e View commit details
    Browse the repository at this point in the history
  24. fix

    Signed-off-by: gauron99 <[email protected]>
    gauron99 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    b7478b0 View commit details
    Browse the repository at this point in the history
  25. new test, comment

    Signed-off-by: gauron99 <[email protected]>
    gauron99 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    971e735 View commit details
    Browse the repository at this point in the history
  26. misspell

    Signed-off-by: gauron99 <[email protected]>
    gauron99 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    070dcde View commit details
    Browse the repository at this point in the history
  27. remove unnecessary comments

    gauron99 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    b5a7bde View commit details
    Browse the repository at this point in the history
  28. fix from review

    gauron99 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    2c48fee View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    2225fff View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    c18bc76 View commit details
    Browse the repository at this point in the history
  31. error definition; fix client tests; cli delete fixup

    Signed-off-by: gauron99 <[email protected]>
    gauron99 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    c809be5 View commit details
    Browse the repository at this point in the history
  32. new schema

    Signed-off-by: gauron99 <[email protected]>
    gauron99 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    a1e193c View commit details
    Browse the repository at this point in the history
  33. namespace fixes; remover arguments fix

    Signed-off-by: gauron99 <[email protected]>
    gauron99 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    75fbd28 View commit details
    Browse the repository at this point in the history
  34. delete_test cmd

    Signed-off-by: gauron99 <[email protected]>
    gauron99 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    5054422 View commit details
    Browse the repository at this point in the history
  35. schema, new local remote flag instead of deploy

    Signed-off-by: gauron99 <[email protected]>
    gauron99 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    ce899c0 View commit details
    Browse the repository at this point in the history
  36. fix test to have now required namespace

    Signed-off-by: gauron99 <[email protected]>
    gauron99 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    3fe827a View commit details
    Browse the repository at this point in the history
  37. add namespace check, test action

    Signed-off-by: gauron99 <[email protected]>
    gauron99 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    8465c80 View commit details
    Browse the repository at this point in the history
  38. fix integration deploy test, comments

    Signed-off-by: gauron99 <[email protected]>
    gauron99 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    e5e5f2f View commit details
    Browse the repository at this point in the history
  39. fix wrongly removed namespace

    Signed-off-by: gauron99 <[email protected]>
    gauron99 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    6d9c667 View commit details
    Browse the repository at this point in the history
  40. small changes to remover and ns added to its tests

    Signed-off-by: gauron99 <[email protected]>
    gauron99 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    b19613b View commit details
    Browse the repository at this point in the history
  41. test moving logic to client

    gauron99 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    4691a76 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    5dc0ecc View commit details
    Browse the repository at this point in the history
  43. pipelines, clean remover

    Signed-off-by: gauron99 <[email protected]>
    gauron99 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    3f32aae View commit details
    Browse the repository at this point in the history
  44. newline

    Signed-off-by: gauron99 <[email protected]>
    gauron99 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    76e606e View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    e3b8599 View commit details
    Browse the repository at this point in the history
  46. fix integ test for pipelines.Run

    Signed-off-by: gauron99 <[email protected]>
    gauron99 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    686fcee View commit details
    Browse the repository at this point in the history
  47. cleanup

    Signed-off-by: gauron99 <[email protected]>
    gauron99 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    8a9de10 View commit details
    Browse the repository at this point in the history
  48. registry update change on deploy, some prints

    Signed-off-by: gauron99 <[email protected]>
    gauron99 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    9d1d9f0 View commit details
    Browse the repository at this point in the history
  49. new deploy tests and mock update

    Signed-off-by: gauron99 <[email protected]>
    gauron99 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    9b506cd View commit details
    Browse the repository at this point in the history
  50. new tests, ns determination in mocks

    Signed-off-by: gauron99 <[email protected]>
    gauron99 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    507fb0c View commit details
    Browse the repository at this point in the history
  51. deploy digested img doesnt populate build

    Signed-off-by: gauron99 <[email protected]>
    gauron99 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    db2176f View commit details
    Browse the repository at this point in the history
  52. comments

    Signed-off-by: gauron99 <[email protected]>
    gauron99 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    716401b View commit details
    Browse the repository at this point in the history
  53. remove todo

    Signed-off-by: gauron99 <[email protected]>
    gauron99 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    5cb7e1a View commit details
    Browse the repository at this point in the history