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

[pull] master from knative:master #57

Open
wants to merge 414 commits into
base: master
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Aug 13, 2020

  1. Configuration menu
    Copy the full SHA
    c91cd79 View commit details
    Browse the repository at this point in the history
  2. Enable NodeLocalDNS GKE addon in test setup. (#2360)

    This would help with some intermittent issues due to KubeDNS being
    overloaded. In the future we should replace this usage by
    https://kubernetes.io/docs/tasks/administer-cluster/nodelocaldns/ .
    Nghia Tran authored Aug 13, 2020
    Configuration menu
    Copy the full SHA
    8b204a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af5517f View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2020

  1. Configuration menu
    Copy the full SHA
    67da4f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2d7f40 View commit details
    Browse the repository at this point in the history
  3. Fix wrong repo in #2366, should have been net-istio. (#2367)

    * Fix wrong repo in #2366, should have been net-istio.
    
    * Typo.
    Nghia Tran authored Aug 17, 2020
    Configuration menu
    Copy the full SHA
    c0ea00c View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

  1. Configuration menu
    Copy the full SHA
    7758809 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51aa3dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab8738e View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

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

Commits on Aug 20, 2020

  1. [master] Format markdown (#2368)

    Produced via:
      `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github | grep -v docs/cmd/)`
    /assign chaodaig chizhg
    /cc chaodaig chizhg
    mattmoor authored Aug 20, 2020
    Configuration menu
    Copy the full SHA
    543fe3e View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2020

  1. Make E2E_SCRIPT value global (#2385)

    Since 67da4f8, `E2E_SCRIPT` became local value as `e2e_script`.
    But E2E_SCRIPT is used for log file's suffix like
    https://github.com/knative/test-infra/blob/master/scripts/infra-library.sh#L72.
    
    Hence this patch makes E2E_SCRIPT value global.
    nak3 authored Aug 25, 2020
    Configuration menu
    Copy the full SHA
    cb4bb21 View commit details
    Browse the repository at this point in the history
  2. Fix Peribolos Prow jobs by using a different GitHub token and running…

    … it in the build cluster (#2383)
    chizhg authored Aug 25, 2020
    Configuration menu
    Copy the full SHA
    38c3cb5 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2020

  1. Configuration menu
    Copy the full SHA
    e5f694f View commit details
    Browse the repository at this point in the history
  2. Remove dot-dev and ORG_NAME env var from meta job config (#2382)

    * Remove dot-dev and ORG_NAME env var from meta job config
    
    * fix codereview feedback
    chizhg authored Aug 26, 2020
    Configuration menu
    Copy the full SHA
    79de4b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4adbd1 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2020

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

Commits on Aug 28, 2020

  1. Revert "Use dependabot to update go deps (#2386)" (#2390)

    This reverts commit e5f694f.
    chaodaiG authored Aug 28, 2020
    Configuration menu
    Copy the full SHA
    a8ad4e5 View commit details
    Browse the repository at this point in the history
  2. add clerk interface (#2391)

    Yizong98 authored Aug 28, 2020
    Configuration menu
    Copy the full SHA
    bf34ea5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8080747 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    975b1f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    913e5bf View commit details
    Browse the repository at this point in the history
  6. update config_knative with new async repo (#2396)

    * update config knative with new async repo
    
    * results of update codegen
    
    * typo fix
    
    * update build and integration tests value
    
    * generate configs
    bvennam authored Aug 28, 2020
    Configuration menu
    Copy the full SHA
    f22b47d View commit details
    Browse the repository at this point in the history
  7. Fix flaky test reporter by removing over cautious check (#2399)

    Flaky test reporter takes the assumption of larger build ID always started later than smaller build ID, and has a over cautious check in the code to enforce this. Since prow use a global incremental ID for all prow jobs, this assumption could be hold true in majority of cases, and shouldn't required in code check at all
    
    By the way deal with empty junit result file
    chaodaiG authored Aug 28, 2020
    Configuration menu
    Copy the full SHA
    a7962f7 View commit details
    Browse the repository at this point in the history
  8. Cleanup prow-tests Dockerfile (#2400)

    * Cleanup prow-tests Dockerfile
    
    We were on really old kubekins-e2e image.
    
    I think we can safely remove a bunch of obsolete things:
    * coverage is never called as /coverage
    * Using newer kubekins should give newer kubectl + the referenced
    issue is allegedly fixed anyway
    
    * Restore the old kubectl & comment why
    coryrc authored Aug 28, 2020
    Configuration menu
    Copy the full SHA
    9d4372c View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

  1. No prow tests in eventing rabbitmq (#2403)

    * do not use prow tests cause there are none
    
    * codegen
    vaikas authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    fac473d View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2020

  1. Configuration menu
    Copy the full SHA
    2d2543b View commit details
    Browse the repository at this point in the history
  2. adding ci-knative-serving-contour-latest to beta-prow-tests (#2405)

    * adding ci-knative-serving-contour-latest to beta-prow-tests
    
    we want to test Go compiler versions without breaking prod
    
    * adding comments
    
    * add GO_VERSION to job
    
    * remove autotls step
    peterfeifanchen authored Sep 3, 2020
    Configuration menu
    Copy the full SHA
    3b74f08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db6c5b5 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2020

  1. Fix the experimental Prow job (#2409)

    * fix Prow jobs
    
    * Fix the experimental Prow job
    chizhg authored Sep 5, 2020
    Configuration menu
    Copy the full SHA
    1d8a481 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. Configuration menu
    Copy the full SHA
    ed32162 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a81056 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Add kubetest2 wrapper command for kntest (#2412)

    * add kubetest2 wrapper command for kntest
    
    * only find test scripts directly under /test
    
    * address the comment for the private cluster IP range flag
    
    * require --gcp-project to be set in local run
    
    * Remove the support to pass flags to kubetest2 transparently
    chizhg authored Sep 9, 2020
    Configuration menu
    Copy the full SHA
    72eb6ae View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2020

  1. [master] Format markdown (#2417)

    Produced via:
      `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github | grep -v docs/cmd/)`
    /assign chaodaig chizhg
    /cc chaodaig chizhg
    mattmoor authored Sep 10, 2020
    Configuration menu
    Copy the full SHA
    ac508b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1940fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c79c7e View commit details
    Browse the repository at this point in the history
  4. Add unit test for outputConfig (#2420)

    * Add unit test for outputConfig
    
    * Fix PR comments
    joshua-bone authored Sep 10, 2020
    Configuration menu
    Copy the full SHA
    cfba228 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. [master] golang format tools (#2422)

    Produced via:
      `gofmt -s -w $(find -path './vendor' -prune -o -path './third_party' -prune -o -name '*.pb.go' -prune -o -type f -name '*.go' -print)`
      `goimports -w $(find -name '*.go' | grep -v vendor | grep -v third_party | grep -v .pb.go | grep -v wire_gen.go)`
    /assign chaodaig chizhg
    /cc chaodaig chizhg
    mattmoor authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    3f90e7c View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. kntest kubetest2 supports more flags and bug fix (#2421)

    * kntest kubetest2 supports more flags
    
    * address comments
    chizhg authored Sep 14, 2020
    Configuration menu
    Copy the full SHA
    489e9e8 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. Configuration menu
    Copy the full SHA
    009b414 View commit details
    Browse the repository at this point in the history
  2. Make output a struct to reduce global var confusion. (#2428)

    * Add unit test for outputConfig
    
    * Fix PR comments
    
    * Use outputter struct with count instead of separate global vars
    
    * Add unit test for outputConfig
    
    * Fix PR comments
    
    * Use outputter struct with count instead of separate global vars
    
    * Fix linter comment
    
    * Update tools/config-generator/testgrid_config.go
    
    Co-authored-by: Matt Moore <[email protected]>
    
    * Fix PR comments
    
    * address PR comments
    
    Co-authored-by: Matt Moore <[email protected]>
    joshua-bone and mattmoor authored Sep 15, 2020
    Configuration menu
    Copy the full SHA
    619df2a View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

  1. Configuration menu
    Copy the full SHA
    8088f30 View commit details
    Browse the repository at this point in the history
  2. Prow jobs support running integration tests with kind (#2427)

    * Prow jobs support running integration tests with kind
    
    * address comment
    chizhg authored Sep 16, 2020
    Configuration menu
    Copy the full SHA
    d8a716f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16a77f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2bd1921 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d362984 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

  1. Add eventing-ceph and eventing-prometheus config (#2435)

    eventing-ceph should run continuous tests (no release artifacts)
    eventing-prometheus should run continuous, nightly, and auto-releases
    lberk authored Sep 17, 2020
    Configuration menu
    Copy the full SHA
    b322017 View commit details
    Browse the repository at this point in the history
  2. Mock log.Fatalf calls and add test suite (#2437)

    * Add unit test for outputConfig
    
    * Fix PR comments
    
    * Use outputter struct with count instead of separate global vars
    
    * Add unit test for outputConfig
    
    * Fix PR comments
    
    * Use outputter struct with count instead of separate global vars
    
    * Fix linter comment
    
    * Update tools/config-generator/testgrid_config.go
    
    Co-authored-by: Matt Moore <[email protected]>
    
    * Fix PR comments
    
    * address PR comments
    
    * Make log.Fatalf function replaceable for testing
    
    * add unit tests for utils
    
    * Unit tests now call SetupForTesting()
    
    Co-authored-by: Matt Moore <[email protected]>
    joshua-bone and mattmoor authored Sep 17, 2020
    Configuration menu
    Copy the full SHA
    c00f02b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea273a5 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2020

  1. Simplify the wait_for_xx bash functions (#2440)

    * Use one single command for the wait_until_pods_running function
    
    * Use one single command for the wait_until_batch_job_complete function
    
    * Also wait for all the job pods to be completed.
    chizhg authored Sep 18, 2020
    Configuration menu
    Copy the full SHA
    22269d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a61876e View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2020

  1. Partially revert #2440 (#2443)

    chizhg authored Sep 21, 2020
    Configuration menu
    Copy the full SHA
    37f1a12 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

  1. Permissions for Eventing's new service account (#2445)

    * Reorganized roles
    Have basic permissions at top with predifined roles in alphabetical
    
    * Added roles necessary for cloud-run-events-source
    
    Needed by eventing for e2e testing of data plane
    efiturri authored Sep 22, 2020
    Configuration menu
    Copy the full SHA
    f2102b6 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. Configuration menu
    Copy the full SHA
    4ef663a View commit details
    Browse the repository at this point in the history
  2. Update common github actions (#2451)

    Signed-off-by: Matt Moore (via Sockpuppet) <[email protected]>
    mattmoor authored Sep 23, 2020
    Configuration menu
    Copy the full SHA
    73bea5e View commit details
    Browse the repository at this point in the history
  3. This adjusts a number of the presubmits. (#2454)

    1. Split `e2e-test` from `e2-tls-test` everywhere.
    2. Add `needs-monitor: true` everywhere.
    3. Add `run-if-changed` to all kingress (non-blocking)
    
    This is a precursor to trying to switch the integration testing leg OFF in favor of the more specific variety.
    mattmoor authored Sep 23, 2020
    Configuration menu
    Copy the full SHA
    393aa00 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    34e0956 View commit details
    Browse the repository at this point in the history
  5. Fix permissions for cloud-run-events-source (#2460)

    Accidently applied to wrong service account.
    Corrected by replacing with the actually desired service accounts
    efiturri authored Sep 23, 2020
    Configuration menu
    Copy the full SHA
    2ef85e8 View commit details
    Browse the repository at this point in the history
  6. enable prow to send slack messages for nightly discovery failures (#2453

    )
    
    * enable prow to send slack messages for nightly discovery failures
    
    * codegen
    Scott Nichols authored Sep 23, 2020
    Configuration menu
    Copy the full SHA
    8eede61 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f3ce4eb View commit details
    Browse the repository at this point in the history
  8. Use cloud build to build the prow-tests image (#2449)

    * use cloud build to build prow-tests image
    
    * Update images/prow-tests/README.md
    
    Co-authored-by: Matt Moore <[email protected]>
    
    * Update images/prow-tests/README.md
    
    Co-authored-by: Matt Moore <[email protected]>
    
    * address codereview comments
    
    Co-authored-by: Matt Moore <[email protected]>
    chizhg and mattmoor authored Sep 23, 2020
    Configuration menu
    Copy the full SHA
    18d2c66 View commit details
    Browse the repository at this point in the history
  9. DKCM main components (#2438)

    * add functions for mainservice
    
    * dkcm deployment
    
    * fixes to dkcm
    
    * Mount db-secrets
    
    * change args
    
    * add deployment file
    
    * update db schema
    
    * modify image
    
    * update functions
    
    * update functions
    
    * update functions
    
    * update functions
    
    * update functions
    
    * update functions
    
    * add go routines
    
    * update functions
    
    * add go routine
    
    Co-authored-by: Chao Dai <[email protected]>
    Co-authored-by: Chi Zhang <[email protected]>
    3 people authored Sep 23, 2020
    Configuration menu
    Copy the full SHA
    1809123 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. Configuration menu
    Copy the full SHA
    7e083bb View commit details
    Browse the repository at this point in the history
  2. Add unit tests for main.go. Increases coverage from 20% to 46%. (#2459)

    * Add unit tests for main.go
    
    * Fix names so tests pass
    
    * fix misspelling
    
    * Directly compare slices instead of Sprintf strings
    
    * Address PR comments
    joshua-bone authored Sep 24, 2020
    Configuration menu
    Copy the full SHA
    6ccb802 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac85735 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2020

  1. Configuration menu
    Copy the full SHA
    4e519ec View commit details
    Browse the repository at this point in the history
  2. add tests (#2464)

    Yizong98 authored Sep 25, 2020
    Configuration menu
    Copy the full SHA
    362a1fe View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

  1. Run github.com/client9/misspell (#2465)

    Signed-off-by: Matt Moore (via Sockpuppet) <[email protected]>
    mattmoor authored Sep 28, 2020
    Configuration menu
    Copy the full SHA
    9dea929 View commit details
    Browse the repository at this point in the history
  2. Add eventing-ceph nightlies and auto-releases (#2467)

    An oversight from earlier, lets get this landed for the release
    lberk authored Sep 28, 2020
    Configuration menu
    Copy the full SHA
    45266e6 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2020

  1. adding camel to the nightly builds (#2469)

    Scott Nichols authored Sep 29, 2020
    Configuration menu
    Copy the full SHA
    4f66be4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f46f815 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2020

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

Commits on Oct 1, 2020

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

Commits on Oct 2, 2020

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

Commits on Oct 5, 2020

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

Commits on Oct 6, 2020

  1. Remove optional markdown checks from docs pre-submit test (#2479)

    * Remove optional markdown checks from docs pre-submit test
    
    * Run ./hack/update-codegen.sh
    nak3 authored Oct 6, 2020
    Configuration menu
    Copy the full SHA
    26457f2 View commit details
    Browse the repository at this point in the history
  2. Increase unit test coverage from 46% to 82% for config-generator tool (

    …#2473)
    
    * Increase unit test coverage to 82%
    
    * Fix PR comments
    
    * change all t.Errorf occurrences to t.Fatalf
    joshua-bone authored Oct 6, 2020
    Configuration menu
    Copy the full SHA
    f94f2bc View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. nromalize owners to include WG leads and TOC (#2482)

    Scott Nichols authored Oct 7, 2020
    Configuration menu
    Copy the full SHA
    836a1d5 View commit details
    Browse the repository at this point in the history
  2. Enable fetching of go-import headers (#2483)

    * Enable fetching of go-import headers
    
    * ntinitnit
    
    * cleanup
    Scott Nichols authored Oct 7, 2020
    Configuration menu
    Copy the full SHA
    48c92bf View commit details
    Browse the repository at this point in the history
  3. Update common github actions (#2461)

    Signed-off-by: Matt Moore (via Sockpuppet) <[email protected]>
    mattmoor authored Oct 7, 2020
    Configuration menu
    Copy the full SHA
    933ba26 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2020

  1. adding commands to interact with git remotes and extract branches and…

    … tags (#2484)
    
    * adding commands to interact with git remotes and extract branches and tags
    
    * starting to clean up
    
    * adding comments to all exported things
    
    * newline
    Scott Nichols authored Oct 8, 2020
    Configuration menu
    Copy the full SHA
    0e7582f View commit details
    Browse the repository at this point in the history
  2. Update common github actions (#2485)

    Signed-off-by: Matt Moore (via Sockpuppet) <[email protected]>
    mattmoor authored Oct 8, 2020
    Configuration menu
    Copy the full SHA
    20ae6ee View commit details
    Browse the repository at this point in the history
  3. Add --platform=all to our default KO_FLAGS. (#2486)

    Serving has been canarying this for a bit, this rolls it out everywhere.
    mattmoor authored Oct 8, 2020
    Configuration menu
    Copy the full SHA
    c01d49d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c01930 View commit details
    Browse the repository at this point in the history
  5. Adding go module parsing to understand which deps are needed. (#2487)

    * stash
    
    * adding go mod parsing
    
    * adding eof to test data
    
    * feedback, use sets.
    
    * only report direct dependencies
    
    * lint
    Scott Nichols authored Oct 8, 2020
    Configuration menu
    Copy the full SHA
    dd2ddcd View commit details
    Browse the repository at this point in the history
  6. This adds functions that check and calculate refs for best deps based…

    … on a release. (#2488)
    
    * stash
    
    * adding go mod parsing
    
    * adding eof to test data
    
    * feedback, use sets.
    
    * only report direct dependencies
    
    * merge
    
    * merge
    
    * merge
    
    * document the exported methods:
    
    * make error message a bit more generic
    
    * victor made a nit bot
    
    * use io.Writer.
    
    * lint
    
    * I want the comma
    
    * do not see also.
    
    * pasted out the check, bring it back
    Scott Nichols authored Oct 8, 2020
    Configuration menu
    Copy the full SHA
    aeca2ff View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

  1. adding buoy cli (#2489)

    * adding buoy cli
    
    * adding comment on new
    
    * nits
    
    * adding tests for float and check
    
    * lint
    
    * clean
    
    * Cap e
    Scott Nichols authored Oct 9, 2020
    Configuration menu
    Copy the full SHA
    9cecbcc View commit details
    Browse the repository at this point in the history
  2. introduce a bash entry point for update deps (#2492)

    * introduce a bash entry point for update deps
    
    * support additional deps to be passed
    Scott Nichols authored Oct 9, 2020
    Configuration menu
    Copy the full SHA
    622088d View commit details
    Browse the repository at this point in the history
  3. delete anything we know about that should not be vendored (#2494)

    * delete anything we know about that should not be vendored
    
    * drop the bazel
    Scott Nichols authored Oct 9, 2020
    Configuration menu
    Copy the full SHA
    322fb08 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Bumping dependeny by running 'go get -v -d github.com/google/go-conta…

    [email protected] && ./hack/update-deps.sh' (#2501)
    
    Signed-off-by: Matthias Wessendorf <[email protected]>
    matzew authored Oct 13, 2020
    Configuration menu
    Copy the full SHA
    5255261 View commit details
    Browse the repository at this point in the history
  2. Forcing go-containerregistry (#2502)

    Signed-off-by: Francesco Guardiani <[email protected]>
    slinkydeveloper authored Oct 13, 2020
    Configuration menu
    Copy the full SHA
    45e0761 View commit details
    Browse the repository at this point in the history
  3. Revert "Forcing go-containerregistry (#2502)" (#2505)

    This reverts commit 45e0761.
    Scott Nichols authored Oct 13, 2020
    Configuration menu
    Copy the full SHA
    c832450 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec76e9c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2866d6d View commit details
    Browse the repository at this point in the history
  6. adding exists command for buoy (#2500)

    * adding next command for buoy
    
    * rename next to exists
    
    * update readme
    
    * print
    
    * rename test
    
    * use cobra to select output
    
    * cleanup
    
    * metadata
    Scott Nichols authored Oct 13, 2020
    Configuration menu
    Copy the full SHA
    6e77a9a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fb88fca View commit details
    Browse the repository at this point in the history
  8. Configure branch protector for Knative (#2496)

    * Configure branch protector for Knative and move label_sync
    
    * fix the codereview feedback
    
    * run the branchprotector job on prow-trusted and use a dedicated token
    chizhg authored Oct 13, 2020
    Configuration menu
    Copy the full SHA
    fff1178 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. Configuration menu
    Copy the full SHA
    241f9ba View commit details
    Browse the repository at this point in the history
  2. Format markdown (#2510)

    Signed-off-by: Matt Moore (via Sockpuppet) <[email protected]>
    mattmoor authored Oct 14, 2020
    Configuration menu
    Copy the full SHA
    ae3984a View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. Add test and release label (#2513)

    Signed-off-by: Pierangelo Di Pilato <[email protected]>
    pierDipi authored Oct 15, 2020
    Configuration menu
    Copy the full SHA
    3580029 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d9afb9 View commit details
    Browse the repository at this point in the history
  3. Fix shellcheck file search (#2512)

    * Fix shellcheck file search
    
    readarray defaults to newline. Oops
    
    * Shellcheck presubmit don't run just by sourcing file
    
    Then presubmit is forced to run while "Checking integrity" of files scripts/*.sh
    coryrc authored Oct 15, 2020
    Configuration menu
    Copy the full SHA
    d236fb0 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. Add prow job for knative-gcp conformance tests (#2516)

    * add prow job for running knative-gcp conformance tests; add testgrid dashboard for knative-gcp conformance tests
    
    * run update-codegen
    tommyreddad authored Oct 20, 2020
    Configuration menu
    Copy the full SHA
    cd86251 View commit details
    Browse the repository at this point in the history
  2. bypass the golang proxy for upgrades if GOPROXY is not set (#2521)

    * bypass the golang proxy for upgrades if GOPROXY is not set
    
    * add comment, use [[ for if
    
    * compare the number in the array of floating deps
    
    * spell
    Scott Nichols authored Oct 20, 2020
    Configuration menu
    Copy the full SHA
    8f5dc48 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2020

  1. Add ProwJobs annotations field (#2511)

    * Prow Job annotations mostly working
    
    * Fix minor errors and generate ProwJob YAML
    
    * fix PR lint issues
    
    * Fix PR comments
    
    * Make unit test work again
    joshua-bone authored Oct 21, 2020
    Configuration menu
    Copy the full SHA
    7130841 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    325ac7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3d2f38 View commit details
    Browse the repository at this point in the history
  4. Clean up prow-tests image (#2519)

    * Clean up prow-tests image
    
    Using builder pattern reduced size by 2.6 GB
    
    Cleaned up unused markdown link linter and deprecated it
    
    * Address comment
    coryrc authored Oct 21, 2020
    Configuration menu
    Copy the full SHA
    aaf9ec8 View commit details
    Browse the repository at this point in the history
  5. Rename short text metric (#2523)

    * Prow Job annotations mostly working
    
    * Fix minor errors and generate ProwJob YAML
    
    * fix PR lint issues
    
    * Fix PR comments
    
    * Make unit test work again
    
    * rename short text metric
    
    * rename short text metric
    joshua-bone authored Oct 21, 2020
    Configuration menu
    Copy the full SHA
    1edf286 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2020

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

Commits on Oct 23, 2020

  1. Configuration menu
    Copy the full SHA
    8d3ce3a View commit details
    Browse the repository at this point in the history
  2. pin to code-generator 18.8 (#2528)

    Scott Nichols authored Oct 23, 2020
    Configuration menu
    Copy the full SHA
    acb17f0 View commit details
    Browse the repository at this point in the history
  3. feat: Add upgrade test for knative-gcp in CI job (#2529)

    * feat: Add upgrade test for knative-gcp in CI job
    
    * run hack/update
    Zhongduo Lin (Jimmy) authored Oct 23, 2020
    Configuration menu
    Copy the full SHA
    7efa632 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. Configuration menu
    Copy the full SHA
    11b571a View commit details
    Browse the repository at this point in the history
  2. Update common github actions (#2530)

    Signed-off-by: Knative Automation <[email protected]>
    knative-automation authored Oct 26, 2020
    Configuration menu
    Copy the full SHA
    46291de View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. Configuration menu
    Copy the full SHA
    554b682 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    496d965 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. fix prow-tests image; go-licenses is a terrible tool (#2538)

    * go-licenses is a terrible tool
    
    * comment update
    coryrc authored Oct 28, 2020
    Configuration menu
    Copy the full SHA
    fe8002e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b385cc View commit details
    Browse the repository at this point in the history
  3. vendor in hack repo (#2543)

    Scott Nichols authored Oct 28, 2020
    Configuration menu
    Copy the full SHA
    b9dcca9 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2020

  1. Update common github actions (#2544)

    Signed-off-by: Knative Automation <[email protected]>
    knative-automation authored Oct 29, 2020
    Configuration menu
    Copy the full SHA
    f6958af View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. Add a heartbeat job (#2545)

    * Add a heartbeat job
    
    * Code review feedback updates
    chaodaiG authored Oct 30, 2020
    Configuration menu
    Copy the full SHA
    4fbd8b1 View commit details
    Browse the repository at this point in the history
  2. Heartbeat job requests only 0.1CPU (#2546)

    It's just an echo command, doesn't need that much CPU(Default is 2CPU)
    chaodaiG authored Oct 30, 2020
    Configuration menu
    Copy the full SHA
    cb2c0a7 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. Configuration menu
    Copy the full SHA
    e0b47f8 View commit details
    Browse the repository at this point in the history
  2. Various cleanups to the codebase (#2549)

    * various nits
    
    * rm
    vagababov authored Nov 2, 2020
    Configuration menu
    Copy the full SHA
    7d3e8f2 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. upgrade to latest dependencies (#2550)

    Signed-off-by: Knative Automation <[email protected]>
    knative-automation authored Nov 3, 2020
    Configuration menu
    Copy the full SHA
    175b647 View commit details
    Browse the repository at this point in the history
  2. upgrade to latest dependencies (#2551)

    Signed-off-by: Knative Automation <[email protected]>
    knative-automation authored Nov 3, 2020
    Configuration menu
    Copy the full SHA
    456882f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b2b0c99 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0118d16 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2020

  1. Configuration menu
    Copy the full SHA
    1f62804 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f438d8 View commit details
    Browse the repository at this point in the history
  3. Added integration-test-channel-consolidated and distributed (#2552)

    * Added integration-test-channel-consolidated and integration-test-channel-distributed
    
    * Added docker-in-docker back to the eventing-kafka tests
    
    * docker-in-docker was for building librdkafka, which is no longer part of the repo
    eric-sap authored Nov 4, 2020
    Configuration menu
    Copy the full SHA
    7ae5721 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

  1. Update common github actions (#2557)

    Signed-off-by: Knative Automation <[email protected]>
    knative-automation authored Nov 5, 2020
    Configuration menu
    Copy the full SHA
    8aced89 View commit details
    Browse the repository at this point in the history
  2. Autogenerate k8s testgrid YAML (#2556)

    * autogenerate k8s testgrid
    
    * Remove unwanted comment
    
    * include output YAML
    
    * generated k8s-testgrid yaml goes in new directory
    
    * Fix PR comment
    
    * reset global metadata to avoid duplicate testgrid jobs
    
    * fix PR comment
    
    * update with results of generate script
    
    * fix PR comment
    
    * yaml values now sorted for consistent order
    
    * Fix Testgrid job deletions
    
    * add autogenerated header to k8s testgrid yaml
    
    * refactor to read more directly from config file
    
    * Fix PR comment
    joshua-bone authored Nov 5, 2020
    Configuration menu
    Copy the full SHA
    4868a05 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. Add Prow for knative-sandbox kperf (#2561)

    * Add Prow for knative-sandbox kperf
    
    * add generated Prow job config files
    zyjiaobj authored Nov 9, 2020
    Configuration menu
    Copy the full SHA
    c86a92b View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. Configuration menu
    Copy the full SHA
    8b59ed0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44eb4a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. adding labels to allow more kind labels for PRs. (#2568)

    * adding labels to allow more kind labels for PRs.
    
    * adding more description
    
    * shorten the description
    Scott Nichols authored Nov 12, 2020
    Configuration menu
    Copy the full SHA
    d192464 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1a53ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64dd76c View commit details
    Browse the repository at this point in the history
  4. Run branch-protector Prow job for Knative org (#2555)

    * Run branch-protector Prow job for Knative org
    
    * link the issue to reenable presubmit
    chizhg authored Nov 12, 2020
    Configuration menu
    Copy the full SHA
    c7ed92a View commit details
    Browse the repository at this point in the history
  5. Testgrid prowjobs (#2571)

    * autogenerate k8s testgrid
    
    * Remove unwanted comment
    
    * include output YAML
    
    * generated k8s-testgrid yaml goes in new directory
    
    * Fix PR comment
    
    * reset global metadata to avoid duplicate testgrid jobs
    
    * fix PR comment
    
    * update with results of generate script
    
    * fix PR comment
    
    * yaml values now sorted for consistent order
    
    * Fix Testgrid job deletions
    
    * add autogenerated header to k8s testgrid yaml
    
    * refactor to read more directly from config file
    
    * Fix PR comment
    
    * cleanup comments
    
    * cleanup trailing whitespace and newline
    
    * script uses correct paths
    
    * add pre and post jobs for k8s-testgrid
    
    * remove bash script
    
    * fix PR comments
    joshua-bone authored Nov 12, 2020
    Configuration menu
    Copy the full SHA
    76f78c2 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. Optionally run validate k8s testgrid (#2575)

    * Use build cluster
    
    * Optionally run validate k8s testgrid
    chaodaiG authored Nov 13, 2020
    Configuration menu
    Copy the full SHA
    0f3f6e7 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. upgrade to latest dependencies (#2558)

    Signed-off-by: Knative Automation <[email protected]>
    knative-automation authored Nov 17, 2020
    Configuration menu
    Copy the full SHA
    c2e73eb View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. Configuration menu
    Copy the full SHA
    e36e906 View commit details
    Browse the repository at this point in the history
  2. Disable validate k8s testgrid yaml job for now (#2580)

    It's not working yet
    chaodaiG authored Nov 18, 2020
    Configuration menu
    Copy the full SHA
    e3d3852 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f94587 View commit details
    Browse the repository at this point in the history
  4. Add Prow for kn-plugin-diag (#2562)

    * Add Prow for kn-plugin-diag
    
    * fix issues per comments
    
    * update per code-gen result
    
    * update per code-gen result 2nd turn
    
    * update per code-gen result 3nd turn
    cdlliuy authored Nov 18, 2020
    Configuration menu
    Copy the full SHA
    6a1c6f6 View commit details
    Browse the repository at this point in the history
  5. Update common github actions (#2569)

    Signed-off-by: Knative Automation <[email protected]>
    knative-automation authored Nov 18, 2020
    Configuration menu
    Copy the full SHA
    bfc3e89 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bdff5b9 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. upgrade to latest dependencies (#2581)

    Signed-off-by: Knative Automation <[email protected]>
    knative-automation authored Nov 20, 2020
    Configuration menu
    Copy the full SHA
    5f5b24a View commit details
    Browse the repository at this point in the history
  2. Adding two different jobs for eventing-kafka repo (#2583)

    Signed-off-by: Matthias Wessendorf <[email protected]>
    matzew authored Nov 20, 2020
    Configuration menu
    Copy the full SHA
    967a876 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

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

Commits on Nov 25, 2020

  1. Add prow jobs for knative-sandbox/kn-plugin-source-kafka (#2587)

    What this PR does, why we need it:
     To complete the process mentioned in knative/community#330
    
     Which issue(s) this PR fixes:
     Fixes # knative/community#330
    
     Special notes to reviewers:
    
     User-visible changes in this PR:
    navidshaikh authored Nov 25, 2020
    Configuration menu
    Copy the full SHA
    b07bf20 View commit details
    Browse the repository at this point in the history
  2. Link the guides from landing readme (#2588)

    make the guides discoverable by linking them from landing readme page
    navidshaikh authored Nov 25, 2020
    Configuration menu
    Copy the full SHA
    b040739 View commit details
    Browse the repository at this point in the history
  3. Format markdown (#2589)

    Signed-off-by: Knative Automation <[email protected]>
    knative-automation authored Nov 25, 2020
    Configuration menu
    Copy the full SHA
    da4063f View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2020

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

Commits on Nov 30, 2020

  1. Disable go-coverage job for kn-plugin-source-kafka (#2592)

    as CI job complains
     No build found for bucket 'knative-prow' and object 'logs/post-knative-sandbox-kn-plugin-source-kafka-go-coverage'
    navidshaikh authored Nov 30, 2020
    Configuration menu
    Copy the full SHA
    8dff4d9 View commit details
    Browse the repository at this point in the history
  2. upgrade to latest dependencies (#2585)

    Signed-off-by: Knative Automation <[email protected]>
    knative-automation authored Nov 30, 2020
    Configuration menu
    Copy the full SHA
    d47dd5a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed15327 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. Add prow jobs for knative-sandbox/kn-plugin-admin (#2594)

    What this PR does, why we need it:
     To complete the process mentioned in knative/client-contrib#75
    
     Which issue(s) this PR fixes:
     Fixes # knative/client-contrib#75
    
     Special notes to reviewers:
     Disabled prow go-coverage tests
    
     User-visible changes in this PR:
     None
    navidshaikh authored Dec 1, 2020
    Configuration menu
    Copy the full SHA
    7d7ae40 View commit details
    Browse the repository at this point in the history
  2. Unique dashboard group, dashboard, and tab names in k8s testgrid (#2574)

    * specify cluster
    
    * cluster name fix
    
    * make all groups, dashboards, and tabs unique
    
    * unique name for google dashboard group
    
    * run update-codegen.sh
    
    * add annotations field to other prow jobs
    
    * add dashboard groups for presubmits as well
    
    * regenerate yamls
    
    * only presubmits with go coverage end up in testgrid
    
    * Remove unused method
    joshua-bone authored Dec 1, 2020
    Configuration menu
    Copy the full SHA
    d1cea18 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. Update prow configs for kn-plugin-admin (#2596)

    fix the typos in repo name
    navidshaikh authored Dec 2, 2020
    Configuration menu
    Copy the full SHA
    1aa50a7 View commit details
    Browse the repository at this point in the history
  2. upgrade to latest dependencies (#2595)

    Signed-off-by: Knative Automation <[email protected]>
    knative-automation authored Dec 2, 2020
    Configuration menu
    Copy the full SHA
    83964ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f26d6c4 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. Configuration menu
    Copy the full SHA
    884849b View commit details
    Browse the repository at this point in the history
  2. remove arg (#2600)

    joshua-bone authored Dec 3, 2020
    Configuration menu
    Copy the full SHA
    6f9cddf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c282a4 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

  1. Fix git url for a couple of plugin repos (#2603)

    for continuous job
    navidshaikh authored Dec 7, 2020
    Configuration menu
    Copy the full SHA
    3b8da89 View commit details
    Browse the repository at this point in the history
  2. Add release config for kn-plugin-source-kafka (#2604)

    Add nightly, auto-release and dot-release for 0.18
    navidshaikh authored Dec 7, 2020
    Configuration menu
    Copy the full SHA
    3306723 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

  1. Configuration menu
    Copy the full SHA
    6b355e7 View commit details
    Browse the repository at this point in the history
  2. beta prow tests for go coverage jobs need to go in knative-prow-tests…

    … dashboard (#2606)
    
    * move beta-prow-tests to their own dashboard
    
    * correct placement for go coverage jobs in Testgrid
    joshua-bone authored Dec 8, 2020
    Configuration menu
    Copy the full SHA
    5018523 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

  1. Add a rundk tool to help reproduce the same test flows as run in CI (#…

    …2531)
    
    * Add a rundk tool to help reproduce the same test flows as run in CI
    
    * Use CopyAndAddMount to make the tool being able to run on MaxOS
    
    * Address codereview issues
    
    * CopyAndAddMount fatals instead of returning an error
    
    * update README based on the codereview comments
    
    * more updates to make it more generic
    
    * fix some codereview comments
    
    * update some docs
    chizhg authored Dec 9, 2020
    Configuration menu
    Copy the full SHA
    dc10664 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

  1. Update common github actions (#2602)

    Signed-off-by: Knative Automation <[email protected]>
    knative-automation authored Dec 10, 2020
    Configuration menu
    Copy the full SHA
    5383b31 View commit details
    Browse the repository at this point in the history
  2. Format markdown (#2607)

    Signed-off-by: Knative Automation <[email protected]>
    knative-automation authored Dec 10, 2020
    Configuration menu
    Copy the full SHA
    9b3bb62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56151e1 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. disable go-coverage for kn-plugin-diag (#2611)

    * disable go-coverage for kn-plugin-diag
    
    * update with codegen
    cdlliuy authored Dec 14, 2020
    Configuration menu
    Copy the full SHA
    b11610a View commit details
    Browse the repository at this point in the history
  2. Define rundk tool as a submodule (#2610)

    * Define rundk as a Go submodule
    
    * Define rundk as a Go submodule
    chizhg authored Dec 14, 2020
    Configuration menu
    Copy the full SHA
    eb594dd View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2020

  1. upgrade to latest dependencies (#2612)

    Signed-off-by: Knative Automation <[email protected]>
    knative-automation authored Dec 15, 2020
    Configuration menu
    Copy the full SHA
    8b788be View commit details
    Browse the repository at this point in the history
  2. Separate the upgrade tests in operator (#2613)

    Vincent authored Dec 15, 2020
    Configuration menu
    Copy the full SHA
    bb4fa7a View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2020

  1. Update common github actions (#2614)

    Signed-off-by: Knative Automation <[email protected]>
    knative-automation authored Dec 17, 2020
    Configuration menu
    Copy the full SHA
    38ea1d9 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2020

  1. Add prow jobs for knative-sandbox/net-ingressv2 (#2615)

    As per title, this patch adds prow job for net-ingressva.
    Please also refer to knative/community#389
    
    /kind enhancement
    
    **Release Note**
    
    ```release-note
    NONE
    ```
    
    /cc @tcnghia @ZhiminXiang
    nak3 authored Dec 21, 2020
    Configuration menu
    Copy the full SHA
    d995027 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. Update common github actions (#2616)

    Signed-off-by: Knative Automation <[email protected]>
    knative-automation authored Jan 4, 2021
    Configuration menu
    Copy the full SHA
    3705d2f View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2021

  1. Update common github actions (#2618)

    Signed-off-by: Knative Automation <[email protected]>
    knative-automation authored Jan 7, 2021
    Configuration menu
    Copy the full SHA
    c0124de View commit details
    Browse the repository at this point in the history
  2. Change knative-gcp upgrade test to optional (#2619)

    Zhongduo Lin (Jimmy) authored Jan 7, 2021
    Configuration menu
    Copy the full SHA
    8d5942d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    427fe68 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55d126e View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2021

  1. [buoy] Adding interactions around github actions (#2560)

    * Adding buoy repos and interactions with actions commands
    
    * language cleanup
    
    * update the readme
    
    * lint
    Scott Nichols authored Jan 8, 2021
    Configuration menu
    Copy the full SHA
    3cba054 View commit details
    Browse the repository at this point in the history
  2. Manually regen deps (#2623)

    Jon Donovan authored Jan 8, 2021
    Configuration menu
    Copy the full SHA
    506b35a View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2021

  1. Fix the test name and the test (#2624)

    The test was not running, because name was bogus (after Test the first
    letter must be capital).
    And then it wouldn't pass since the strings were bogus.
    
    Finally compare strings for equality, doing `deepequal` on strings
    is a bit too much.
    
    And then switch to use `cmp.Equal` as well.
    
    Finally, rearrange the got/want statements.
    vagababov authored Jan 12, 2021
    Configuration menu
    Copy the full SHA
    ee54b60 View commit details
    Browse the repository at this point in the history
  2. Drop in replacement using uber/sync (#2626)

    * Drop in replacement using uber/sync
    
    Much easier to read, no pointer thingies, fewer casts,
    better all around
    
    * meh
    vagababov authored Jan 12, 2021
    Configuration menu
    Copy the full SHA
    6b894b7 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. Added eventing-autoscaler-keda (#2627)

    Signed-off-by: Francesco Guardiani <[email protected]>
    slinkydeveloper authored Jan 14, 2021
    Configuration menu
    Copy the full SHA
    7c2ef01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b60df31 View commit details
    Browse the repository at this point in the history
  3. Revert "Change knative-gcp upgrade test to optional" (#2628)

    This reverts commit c71f36c.
    Zhongduo Lin (Jimmy) authored Jan 14, 2021
    Configuration menu
    Copy the full SHA
    4c2f32b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1745037 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. Update common github actions (#2636)

    Signed-off-by: Knative Automation <[email protected]>
    knative-automation authored Jan 21, 2021
    Configuration menu
    Copy the full SHA
    e06b5b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    306dc3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df5464f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    53a0f3d View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. change default gke region to us-east1 (#2638)

    * change default gke region to us-east1
    
    this regions picks up k8s versions in the regular channel faster than central
    
    * fix backup regions
    dprotaso authored Jan 22, 2021
    Configuration menu
    Copy the full SHA
    2adf707 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c2cf4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65951ce View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2021

  1. Run conformance tests in mesh mode in net-istio (#2641)

    * Run conformance tests in mesh mode in net-istio
    
    * Fix codegen
    Artur Upton Renault authored Jan 27, 2021
    Configuration menu
    Copy the full SHA
    0a4ff0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f11f9e5 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2021

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

Commits on Feb 1, 2021

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

Commits on Feb 2, 2021

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

Commits on Feb 3, 2021

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

Commits on Feb 4, 2021

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

Commits on Feb 5, 2021

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

Commits on Feb 6, 2021

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

Commits on Feb 8, 2021

  1. Configuration menu
    Copy the full SHA
    21df6f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b0a058 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. Configuration menu
    Copy the full SHA
    a59ec4f View commit details
    Browse the repository at this point in the history
  2. add dot releases for .19 .20 for rqbbitmq/natss (#2654)

    * add dot releases for .19 .20 for rqbbitmq/natss
    
    * run codegen
    vaikas authored Feb 9, 2021
    Configuration menu
    Copy the full SHA
    493e11d View commit details
    Browse the repository at this point in the history
  3. Add daily prow jobs running istio-head (#2663)

    * Add daily prow jobs running istio-head
    
    * Use generated configs
    Artur Upton Renault authored Feb 9, 2021
    Configuration menu
    Copy the full SHA
    017fed3 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2021

  1. Configuration menu
    Copy the full SHA
    1065744 View commit details
    Browse the repository at this point in the history
  2. upgrade to latest dependencies (#2656)

    bumping knative.dev/hack 8d623a0...8368e1f:
      > 8368e1f guard against set -o unset (# 49)
      > 2b4f6fc disable go's proxy and sumdb only for knative deps (# 47)
    
    Signed-off-by: Knative Automation <[email protected]>
    knative-automation authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    1f0ed7f View commit details
    Browse the repository at this point in the history
  3. Update common github actions (#2655)

    Signed-off-by: Knative Automation <[email protected]>
    knative-automation authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    18e532c View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. Update common github actions (#2665)

    Signed-off-by: Knative Automation <[email protected]>
    knative-automation authored Feb 11, 2021
    Configuration menu
    Copy the full SHA
    9e1e338 View commit details
    Browse the repository at this point in the history
  2. mt-source test job is optional in eventing-kafka (#2666)

    * mt-source test job is optional in eventing-kafka (the component is still experimental and very flaky)
    
    Signed-off-by: Francesco Guardiani <[email protected]>
    
    * Updated codegen
    
    Signed-off-by: Francesco Guardiani <[email protected]>
    slinkydeveloper authored Feb 11, 2021
    Configuration menu
    Copy the full SHA
    b8c796c View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. Update common github actions (#2668)

    Signed-off-by: Knative Automation <[email protected]>
    knative-automation authored Feb 16, 2021
    Configuration menu
    Copy the full SHA
    7ea726e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb344e6 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2021

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

Commits on Feb 22, 2021

  1. Configuration menu
    Copy the full SHA
    8efddb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50999f6 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. Configuration menu
    Copy the full SHA
    6ddb043 View commit details
    Browse the repository at this point in the history
  2. chore: Add kn-plugin-admin releases (#2676)

    ... and removed knative/client-contrib builds as this repo has been split
    up and moved to the knative-sandbox
    rhuss authored Feb 24, 2021
    Configuration menu
    Copy the full SHA
    2b7368e View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. Configuration menu
    Copy the full SHA
    ea67d21 View commit details
    Browse the repository at this point in the history
  2. Enable http01 tests for contour and kourier (#2679)

    * enable http01 tests for contour and kourier
    
    * generate file
    Zhimin Xiang authored Feb 25, 2021
    Configuration menu
    Copy the full SHA
    c95e1be View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

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

Commits on Mar 1, 2021

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

Commits on Mar 3, 2021

  1. Configuration menu
    Copy the full SHA
    e20e6a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0647cdc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf3a9b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b81d2a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e0923f2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    85ac77f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3cf0435 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c0ddfa1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    199d51b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5c2cb9d View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. Configuration menu
    Copy the full SHA
    28ee33d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d32bd26 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2021

  1. Add kn-plugin-sample to prow configuration (#2667)

    * Add kn-plugin-sample to prow configuration
    
    * regenerate dependent files
    rhuss authored Mar 8, 2021
    Configuration menu
    Copy the full SHA
    4d75096 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    191304b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e95ff1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    72347e0 View commit details
    Browse the repository at this point in the history