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

fix(controllers) expand TypeMeta population #4767

Merged
merged 7 commits into from
Oct 13, 2023
Merged

Commits on Oct 3, 2023

  1. chore(store) expand TypeMeta population

    Add a type-agnostic helper to populate TypeMeta using a scheme with
    registered types.
    
    Populate TypeMeta throughout all controllers and reference filter
    predicates.
    
    Remove feature gate limitations on types added to the manager scheme to
    simplify its use where config is not readily available.
    rainest committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    03ff3b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d3a011 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. pr: add unit

    rainest committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    e5a4a42 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

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

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    41f921a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0ac4cc View commit details
    Browse the repository at this point in the history
  3. fix(controllers) reorganize TypeMeta population

    Override Get to populate TypeMeta for the manager client as a whole,
    rather than at the controller definition level.
    
    Rename controllerOpts to managerOpts in manager setup, since that's what
    it is.
    
    Restore meta population and scheme retrieval to object key function.
    
    Change a failure condition assert to require in TestConsumerCredential.
    rainest committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    e804d0b View commit details
    Browse the repository at this point in the history