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: crossplane/crossplane-runtime
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.16.0
Choose a base ref
...
head repository: crossplane/crossplane-runtime
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.17.0
Choose a head ref
  • 15 commits
  • 6 files changed
  • 5 contributors

Commits on Apr 14, 2022

  1. Support for having circular dependencies while using referencers

    Signed-off-by: Sergen Yalçın <yalcinsergen97@gmail.com>
    sergenyalcin committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    ac7cf20 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2022

  1. Add a new policy about resolving references for every reconcile loop

    Signed-off-by: Sergen Yalçın <yalcinsergen97@gmail.com>
    sergenyalcin committed Apr 16, 2022
    Configuration menu
    Copy the full SHA
    ec82fef View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Re-design the Policy API

    Signed-off-by: Sergen Yalçın <yalcinsergen97@gmail.com>
    sergenyalcin committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    66e5e7a View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Add policy api for Selector

    Signed-off-by: Sergen Yalçın <yalcinsergen97@gmail.com>
    sergenyalcin committed May 12, 2022
    Configuration menu
    Copy the full SHA
    e2fb202 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Empty commit for the v0.16.0 release

    Signed-off-by: Jared Watts <jbw976@gmail.com>
    jbw976 committed May 17, 2022
    Configuration menu
    Copy the full SHA
    95e98e4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #332 from jbw976/empty-for-v0.16.0

    Empty commit for the v0.16.0 release
    jbw976 authored May 17, 2022
    Configuration menu
    Copy the full SHA
    edc27bf View commit details
    Browse the repository at this point in the history

Commits on May 30, 2022

  1. Preserve order of reference resolution

    Signed-off-by: Sergen Yalçın <yalcinsergen97@gmail.com>
    sergenyalcin committed May 30, 2022
    Configuration menu
    Copy the full SHA
    38e79f4 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Add unit test cases

    Signed-off-by: Sergen Yalçın <yalcinsergen97@gmail.com>
    sergenyalcin committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    5770f19 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

  1. Use kubebuilder enum for new policy fields

    Signed-off-by: Sergen Yalçın <yalcinsergen97@gmail.com>
    sergenyalcin committed Jun 13, 2022
    Configuration menu
    Copy the full SHA
    afe2486 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #328 from sergenyalcin/fix-circular-reference

    Support for having circular dependencies while using referencers
    muvaf authored Jun 13, 2022
    Configuration menu
    Copy the full SHA
    75dda89 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. Add "IfNotPresent" to ResolvePolicy enum

    Signed-off-by: Sergen Yalçın <yalcinsergen97@gmail.com>
    sergenyalcin committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    23dad77 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #334 from sergenyalcin/fix-policy-enums

    Add "IfNotPresent" to ResolvePolicy enum
    muvaf authored Jun 16, 2022
    Configuration menu
    Copy the full SHA
    a520b60 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. increase burst to rps * 3

    Signed-off-by: Bulat Shakirzyanov <83289+avalanche123@users.noreply.github.com>
    avalanche123 committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    b781506 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. bump up the limits

    Signed-off-by: Bulat Shakirzyanov <83289+avalanche123@users.noreply.github.com>
    avalanche123 committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    fa6b2ef View commit details
    Browse the repository at this point in the history
  2. Merge pull request #338 from avalanche123/increase-burst

    increase QPS and burst
    negz authored Jul 13, 2022
    Configuration menu
    Copy the full SHA
    aca738a View commit details
    Browse the repository at this point in the history
Loading