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: cncf/xds
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b4127c9
Choose a base ref
...
head repository: cncf/xds
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2f00578
Choose a head ref
  • 3 commits
  • 109 files changed
  • 3 contributors

Commits on Dec 13, 2024

  1. xRFC TP3: Error Propagation (#107)

    * Signed-off-by: Anirudh Ramachandra <[email protected]>
    
    Proposal for the xDS error propagation which allows xDS management
    servers to provide additional information to the clients in case of
    errors like permission errors or resource being missing.
    
    Signed-off-by: Anirudh Ramachandra <[email protected]>
    
    * Formating changes: Trim empty whitespaces, add required identations for lists and nested lists
    
    Signed-off-by: Anirudh Ramachandra <[email protected]>
    
    * Further formatting changes, add last updated date as well
    
    Signed-off-by: Anirudh Ramachandra <[email protected]>
    
    * Few grammatical changes
    
    Signed-off-by: Anirudh Ramachandra <[email protected]>
    
    * Readability improvements
    
    Signed-off-by: Anirudh Ramachandra <[email protected]>
    
    * Remove Harvey from the approver list
    
    Signed-off-by: Anirudh Ramachandra <[email protected]>
    
    * Remove NACK discussion from the Open Issue list
    
    Signed-off-by: Anirudh Ramachandra <[email protected]>
    
    * Add reference to xRFC TP1 in the related proposals section
    
    Signed-off-by: Anirudh Ramachandra <[email protected]>
    
    * Fix formatting with asterisks
    
    Signed-off-by: Anirudh Ramachandra <[email protected]>
    
    * Rewrite background/abstract
    
    Signed-off-by: Anirudh Ramachandra <[email protected]>
    
    * Improve the details around the protocol behavior.
    
    Signed-off-by: Anirudh Ramachandra <[email protected]>
    
    * Make backward compatibility section clearer
    
    Signed-off-by: Anirudh Ramachandra <[email protected]>
    
    * Address review comments including fixing links to be relative and rewording the wildcard resources section
    
    Signed-off-by: Anirudh Ramachandra <[email protected]>
    
    * Change the xRFC to remove additional field and use status code directly
    
    Signed-off-by: Anirudh Ramachandra <[email protected]>
    
    * Format the protocol behavior to be clearer
    
    Signed-off-by: Anirudh Ramachandra <[email protected]>
    
    * Formatting changes
    
    Signed-off-by: Anirudh Ramachandra <[email protected]>
    
    * Change must to may
    
    Signed-off-by: Anirudh Ramachandra <[email protected]>
    
    * Clarify that wildcard subscriptions are not supported
    
    Signed-off-by: Anirudh Ramachandra <[email protected]>
    
    * Fix protocol behavior to specify that the resources shouldn't intersect
    
    Signed-off-by: Anirudh Ramachandra <[email protected]>
    
    * Add a section about CSDS changes
    
    Signed-off-by: Anirudh Ramachandra <[email protected]>
    
    * Fix comment on the CSDS proto
    
    Signed-off-by: Anirudh Ramachandra <[email protected]>
    
    ---------
    
    Signed-off-by: Anirudh Ramachandra <[email protected]>
    anicr7 authored Dec 13, 2024
    Configuration menu
    Copy the full SHA
    57cfbe6 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2024

  1. docs: fix the typo in CEL proto (#111)

    Signed-off-by: Rohit Agrawal <[email protected]>
    agrawroh authored Dec 23, 2024
    Configuration menu
    Copy the full SHA
    cff3c89 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2025

  1. python: Add support for generating python proto code (#110)

    Signed-off-by: Kunjan Patel <[email protected]>
    coolkp authored Jan 21, 2025
    Configuration menu
    Copy the full SHA
    2f00578 View commit details
    Browse the repository at this point in the history
Loading