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

Merge railgun and kubernetes-testing-framework into KIC (rework of #1032) #1037

Merged
merged 66 commits into from
Feb 17, 2021

Commits on Feb 17, 2021

  1. initial skele

    shaneutt authored and mflendrich committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    732f4e6 View commit details
    Browse the repository at this point in the history
  2. add a TODO list

    shaneutt authored and mflendrich committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    1ed5a55 View commit details
    Browse the repository at this point in the history
  3. chore: add skeleton for APIs

    shaneutt authored and mflendrich committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    9e03386 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    94bb39e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0969676 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    34723c8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ce5d977 View commit details
    Browse the repository at this point in the history
  8. implement CRD fields

    mflendrich committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    1246cf3 View commit details
    Browse the repository at this point in the history
  9. make generate

    mflendrich committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    0118a92 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    51c3cd8 View commit details
    Browse the repository at this point in the history
  11. docs: add debug helper to makefile

    shaneutt authored and mflendrich committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    a62e3da View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    91d2983 View commit details
    Browse the repository at this point in the history
  13. fix kubebuilder build flags

    shaneutt authored and mflendrich committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    6e40896 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9d7c89e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9e12b05 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    728f822 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0b19309 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b5c363d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    8648494 View commit details
    Browse the repository at this point in the history
  20. disable secret controller TEMPORARILY

    shaneutt authored and mflendrich committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    f1ac4fe View commit details
    Browse the repository at this point in the history
  21. go get kic@main

    mflendrich committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    90a225f View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    6842b0b View commit details
    Browse the repository at this point in the history
  23. docs: create README.md

    shaneutt authored and mflendrich committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    dacaae8 View commit details
    Browse the repository at this point in the history
  24. chore: expand ingress finalizer code

    shaneutt authored and mflendrich committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    f11438c View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    3d66be8 View commit details
    Browse the repository at this point in the history
  26. chore: switch back to kong org

    shaneutt authored and mflendrich committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    d47b82b View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    586f2e3 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    5fee249 View commit details
    Browse the repository at this point in the history
  29. WIP: started on the secret controller

    shaneutt authored and mflendrich committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    6b3ee20 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    c5b92f2 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    2517fcf View commit details
    Browse the repository at this point in the history
  32. go get client-go v0.20.2

    mflendrich committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    ec655ea View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    fdd4db0 View commit details
    Browse the repository at this point in the history
  34. docs: add demo to readme

    Also change the secret name back to kong-config for demo
    shaneutt authored and mflendrich committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    5570844 View commit details
    Browse the repository at this point in the history
  35. chore: update TODO

    shaneutt authored and mflendrich committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    f2e8e31 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    7146219 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    cdae45b View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    ae43892 View commit details
    Browse the repository at this point in the history
  39. chore: remove this ctrl test temporarily

    we'll add this back later when we get everything working.
    shaneutt authored and mflendrich committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    38428d7 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    530f6e3 View commit details
    Browse the repository at this point in the history
  41. implement decodeFromSecret

    mflendrich committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    6c21096 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    b6dcde2 View commit details
    Browse the repository at this point in the history
  43. kong-config example

    mflendrich committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    5a42f78 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    db89168 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    748d472 View commit details
    Browse the repository at this point in the history
  46. feat: add kongplugin controller

    shaneutt authored and mflendrich committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    4c5ff86 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    3d1efc2 View commit details
    Browse the repository at this point in the history
  48. feat: add KongConsumer controller

    shaneutt authored and mflendrich committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    eb40624 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    d10d0d7 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    acc2754 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    45d76ac View commit details
    Browse the repository at this point in the history
  52. Update README.md

    shaneutt authored and mflendrich committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    5b48704 View commit details
    Browse the repository at this point in the history
  53. feat: permit manifest generator to handle floats

    Fix #6
    
    Co-authored-by: Shane Utt <[email protected]>
    2 people authored and mflendrich committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    cf28160 View commit details
    Browse the repository at this point in the history
  54. Initial commit

    shaneutt authored and mflendrich committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    0ccb0aa View commit details
    Browse the repository at this point in the history
  55. docs: update README.md

    shaneutt authored and mflendrich committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    89afda1 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    9cd88d4 View commit details
    Browse the repository at this point in the history
  57. Update README.md

    shaneutt authored and mflendrich committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    7558838 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    e3912bb View commit details
    Browse the repository at this point in the history
  59. chore(railgun): unify go modules

    git rm railgun/go.{mod,sum}
    env GOPRIVATE=github.com/kong/kubernetes-testing-framework go get github.com/kong/[email protected]
    go mod tidy
    mflendrich committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    f872b2a View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    4e38965 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    44dcf41 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    e3f0812 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    9714412 View commit details
    Browse the repository at this point in the history
  64. docs(railgun): apply suggestions from code review

    Co-authored-by: Shane Utt <[email protected]>
    mflendrich and shaneutt committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    4d7e288 View commit details
    Browse the repository at this point in the history
  65. chore(railgun): disable linter

    This disables linter for the railgun/ directory, because railgun/
    doesn't pass linting at the moment of writing, the fix is not trivial
    (because kubebuilder directives trip the line length linter, for example),
    and modifying railgun is outside of the scope of this PR.
    mflendrich committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    465b31b View commit details
    Browse the repository at this point in the history
  66. chore(*): fix lint errors

    mflendrich committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    50aa162 View commit details
    Browse the repository at this point in the history