Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kubernetes-sigs/controller-runtime
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: kcp-dev/controller-runtime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: kcp-0.19
Choose a head ref
  • 17 commits
  • 71 files changed
  • 9 contributors

Commits on Sep 16, 2024

  1. Verify PR titles with shell script

    Signed-off-by: Stefan Büringer buringerst@vmware.com
    sbueringer authored and k8s-infra-cherrypick-robot committed Sep 16, 2024
    Copy the full SHA
    15e87cb View commit details
  2. Merge pull request #2947 from k8s-infra-cherrypick-robot/cherry-pick-…

    …2944-to-release-0.19
    
    [release-0.19] 🌱 Verify PR titles with shell script
    k8s-ci-robot authored Sep 16, 2024
    Copy the full SHA
    525f793 View commit details

Commits on Sep 18, 2024

  1. Preserve TypeMeta for PartialObjectMeta resources

    This updates the fake client to retain the PartialObjectMeta TypeMeta
    when getting resources.
    bigkevmcd authored and k8s-infra-cherrypick-robot committed Sep 18, 2024
    Copy the full SHA
    f0e55af View commit details

Commits on Sep 21, 2024

  1. Merge pull request #2951 from k8s-infra-cherrypick-robot/cherry-pick-…

    …2949-to-release-0.19
    
    [release-0.19] 🐛  Fakeclient: preserve TypeMeta for PartialObjectMeta resources
    k8s-ci-robot authored Sep 21, 2024
    Copy the full SHA
    22d9eab View commit details

Commits on Sep 23, 2024

  1. default --use-deprecated-gcs to true

    Signed-off-by: tnthornton <2375126+tnthornton@users.noreply.github.com>
    sbueringer authored and tnthornton committed Sep 23, 2024
    Copy the full SHA
    b2c1cf6 View commit details
  2. UPSTREAM: <carry>: kcp modifications

    Signed-off-by: Dr. Stefan Schimanski <stefan.schimanski@gmail.com>
    xrstf authored and tnthornton committed Sep 23, 2024
    Copy the full SHA
    67ea908 View commit details
  3. UPSTREAM: <carry>: kcp example

    Signed-off-by: Dr. Stefan Schimanski <stefan.schimanski@gmail.com>
    mjudeikis authored and tnthornton committed Sep 23, 2024
    Copy the full SHA
    fc81858 View commit details
  4. UPSTREAM: <carry>: make RESTMapper in client cluster-aware

    Signed-off-by: Dr. Stefan Schimanski <stefan.schimanski@gmail.com>
    sttts authored and tnthornton committed Sep 23, 2024
    Copy the full SHA
    2e28210 View commit details
  5. UPSTREAM: <carry>: .golang.ci.yml: disable goconst

    Signed-off-by: Dr. Stefan Schimanski <stefan.schimanski@gmail.com>
    sttts authored and tnthornton committed Sep 23, 2024
    Copy the full SHA
    3f5540f View commit details
  6. Address comments

    Signed-off-by: Dr. Stefan Schimanski <stefan.schimanski@gmail.com>
    sttts authored and tnthornton committed Sep 23, 2024
    Copy the full SHA
    e5ac6be View commit details
  7. UPSTREAM: <carry>: more kcp tests

    Signed-off-by: Dr. Stefan Schimanski <stefan.schimanski@gmail.com>
    sttts authored and tnthornton committed Sep 23, 2024
    Copy the full SHA
    cb82102 View commit details
  8. UPSTREAM: <carry>: logicalcluster paramerter rename

    Signed-off-by: tnthornton <2375126+tnthornton@users.noreply.github.com>
    tnthornton committed Sep 23, 2024
    Copy the full SHA
    73cc71a View commit details
  9. UPSTREAM: <carry>: remove replace for old prom imports

    Signed-off-by: tnthornton <2375126+tnthornton@users.noreply.github.com>
    tnthornton committed Sep 23, 2024
    Copy the full SHA
    0f609a8 View commit details
  10. Merge pull request #60 from tnthornton/tnthornton-kcp-0.19-take-2

    ✨ Rebase to 0.19
    sttts authored Sep 23, 2024
    Copy the full SHA
    fd7cd5b View commit details

Commits on Jan 28, 2025

  1. feat: add NewClusterAwareClientWithWatch convinience wrapper to kcp p…

    …ackage
    
    Signed-off-by: aaronschweig <aaron.schweig@gmail.com>
    aaronschweig committed Jan 28, 2025
    Copy the full SHA
    7f754e2 View commit details

Commits on Jan 29, 2025

  1. chore: give the exported function a comment

    Signed-off-by: aaronschweig <aaron.schweig@gmail.com>
    aaronschweig committed Jan 29, 2025
    Copy the full SHA
    09e576f View commit details
  2. Merge pull request #61 from aaronschweig/feat/convinience-wrapper-for…

    …-with-watch
    
    feat(:bug:): add NewClusterAwareClientWithWatch convenience wrapper to kcp package
    kcp-ci-bot authored Jan 29, 2025
    Copy the full SHA
    5eaf4c7 View commit details
Loading