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

Serving controller #1

Merged
merged 20 commits into from
Jan 25, 2022
Merged

Serving controller #1

merged 20 commits into from
Jan 25, 2022

Commits on Jan 10, 2022

  1. add helper files

    Signed-off-by: Ishan Khare <[email protected]>
    ishankhare07 committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    9a35eff View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2022

  1. add initial code for serving reconciler

    Signed-off-by: Ishan Khare <[email protected]>
    ishankhare07 committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    2f46cb1 View commit details
    Browse the repository at this point in the history
  2. fix vendor

    Signed-off-by: Ishan Khare <[email protected]>
    ishankhare07 committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    22a4749 View commit details
    Browse the repository at this point in the history
  3. add basic reconciler

    Signed-off-by: Ishan Khare <[email protected]>
    ishankhare07 committed Jan 12, 2022
    Configuration menu
    Copy the full SHA
    fb4f43e View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. add revision informer

    Signed-off-by: Ishan Khare <[email protected]>
    ishankhare07 committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    2d15c10 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. Configuration menu
    Copy the full SHA
    d2ec9ce View commit details
    Browse the repository at this point in the history
  2. fix nil client from context issue

    Signed-off-by: Ishan Khare <[email protected]>
    ishankhare07 committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    4fe71cf View commit details
    Browse the repository at this point in the history
  3. set event source as namespace/service_name

    Signed-off-by: Ishan Khare <[email protected]>
    ishankhare07 committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    a223707 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2022

  1. switch to yaml mased setup for testing env

    Signed-off-by: Ishan Khare <[email protected]>
    ishankhare07 committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    3711b2b View commit details
    Browse the repository at this point in the history
  2. add upgrade events to the controller

    Signed-off-by: Ishan Khare <[email protected]>
    ishankhare07 committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    2f940f5 View commit details
    Browse the repository at this point in the history
  3. modify reconciler to accept context from sharedmain

    Signed-off-by: Ishan Khare <[email protected]>
    ishankhare07 committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    863be10 View commit details
    Browse the repository at this point in the history
  4. add cloudevent receiver and models

    Signed-off-by: Ishan Khare <[email protected]>
    ishankhare07 committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    d2b5d65 View commit details
    Browse the repository at this point in the history
  5. add event producer for creating a cloud event

    Signed-off-by: Ishan Khare <[email protected]>
    ishankhare07 committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    73755d0 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. add readme

    Signed-off-by: Ishan Khare <[email protected]>
    ishankhare07 committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    46b0477 View commit details
    Browse the repository at this point in the history
  2. add sequence diagram

    Signed-off-by: Ishan Khare <[email protected]>
    ishankhare07 committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    a66461b View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. fixing minor typos

    salaboy committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    1c907b1 View commit details
    Browse the repository at this point in the history
  2. adding sequence diagram

    salaboy committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    c56b1dd View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. remove unused code

    introduce env var for sink URL
    
    Signed-off-by: Ishan Khare <[email protected]>
    ishankhare07 committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    8bd96aa View commit details
    Browse the repository at this point in the history
  2. fix crd apply by separating crds and ko resources

    Signed-off-by: Ishan Khare <[email protected]>
    ishankhare07 committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    2aa49e0 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'serving-controller' of github.com:salaboy/knative-servi…

    …ng-events-controller into serving-controller
    ishankhare07 committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    37a1d00 View commit details
    Browse the repository at this point in the history