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

feat: Support Custom Resource Test Triggers using dynamic informers #4161

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

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    c780607 View commit details
    Browse the repository at this point in the history
  2. Rename variable

    Cedric McKinnie committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    9f1ea7a View commit details
    Browse the repository at this point in the history
  3. Run with multiple namespaces

    Cedric McKinnie committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    2465ba7 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Optional watch all namespaces

    Cedric McKinnie committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    9e7db4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7102f7 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Add dynamic informers to watch custom resources

    Cedric McKinnie committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    021946a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf56a6a View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Add nats tunnel and port-forward

    Cedric McKinnie committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    8c6b7c1 View commit details
    Browse the repository at this point in the history
  2. Add GC for informers

    Cedric McKinnie committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    322b0fb View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Revert "Optional watch all namespaces"

    This reverts commit 9e7db4f.
    Cedric McKinnie committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    5911ecf View commit details
    Browse the repository at this point in the history
  2. Revert "Run with multiple namespaces"

    This reverts commit 2465ba7.
    Cedric McKinnie committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    c77aab3 View commit details
    Browse the repository at this point in the history
  3. Revert "Rename variable"

    This reverts commit 9f1ea7a.
    Cedric McKinnie committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    b86e511 View commit details
    Browse the repository at this point in the history
  4. Revert "Watch Test,TestSources and TestTriggers from alternate namesp…

    …aces"
    
    This reverts commit c780607.
    Cedric McKinnie committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    3f753d2 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/main'

    Cedric McKinnie committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    49ac4d9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a7db503 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Support custom resources

    Cedric McKinnie committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    b418f3c View commit details
    Browse the repository at this point in the history
  2. Prevent UI error

    Cedric McKinnie committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    b3d87f4 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into support-cr-test-triggers

    # Conflicts:
    #	cmd/api-server/main.go
    #	internal/config/config.go
    #	pkg/triggers/service.go
    #	pkg/triggers/watcher.go
    #	pkg/triggers/watcher_test.go
    Cedric McKinnie committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    9b183b0 View commit details
    Browse the repository at this point in the history
  4. Remove watch all namespace flags

    Cedric McKinnie committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    0848050 View commit details
    Browse the repository at this point in the history
  5. debug statements

    Cedric McKinnie committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    7274220 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. fix duplicate events

    Cedric McKinnie committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    4a3b012 View commit details
    Browse the repository at this point in the history