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

Defaultcontroller #843

Merged
merged 8 commits into from
Mar 7, 2019
Merged

Commits on Mar 2, 2019

  1. Creating a default channel controller that will watch every channel

    and update its status in case the channel is not being watched by any controller
    This could happen if the end user creates a channel but doesn't install the
    provisioner.
    Issue#779: knative#779
    akashrv committed Mar 2, 2019
    Configuration menu
    Copy the full SHA
    4546b0e View commit details
    Browse the repository at this point in the history
  2. Removed commetned lines

    akashrv committed Mar 2, 2019
    Configuration menu
    Copy the full SHA
    ba80a2e View commit details
    Browse the repository at this point in the history
  3. Fixed some typos

    akashrv committed Mar 2, 2019
    Configuration menu
    Copy the full SHA
    8813fc8 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2019

  1. Merge branch 'master' of github.com:knative/eventing into defaultcont…

    …roller
    
    Merge from upstream/master and missing dependency
    akashrv committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    c5e8bf2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b790f5 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2019

  1. Moved the code to set ChannelConditionProvisionerInstalled=True to In…

    …itialize()
    
    function from MarkProvisioned()
    akashrv committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    fbbdcc0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    671056b View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2019

  1. Configuration menu
    Copy the full SHA
    6720918 View commit details
    Browse the repository at this point in the history