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: ThreeMammals/Ocelot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 23.4.0
Choose a base ref
...
head repository: ThreeMammals/Ocelot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 23.4.1
Choose a head ref
  • 5 commits
  • 514 files changed
  • 4 contributors

Commits on Nov 20, 2024

  1. #2165 Global configuration SecurityOptions (#2170)

    * Adds SecurityOptions to Global Configuration
    
    * Adds acceptance tests
    
    * set SecurityOptions constructor with IList
    
    * Revert "set SecurityOptions constructor with IList"
    This reverts commit 3e4d4a4.
    
    * SecurityOptions se constructor parameters as IList<T>
    
    * SecurityOptionsCreator edit IP parsing in order to pass string[] as SecurityOptions constructr parameters
    
    * IPSecurityPolicy fix Exists to Contains
    
    * avoid null check nesting, add clientIp null check
    
    * simplify SecurityOptions Create method
    
    * SecurityOptions removed .ToList()
    
    * SecurityOptionsCreator set native parameter in private methods
    
    Co-authored-by: Raman Maksimchuk <dotnet044@gmail.com>
    
    * SecurityOptionsCreator edited as suggested
    
    * fix traits and BDDfy
    
    * FileSecurityOptions move IsFullFilled inside the class
    
    * Code review by @raman-m
    
    ---------
    
    Co-authored-by: Fabrizio Mancin <fabrizio.mancin@esprinet.com>
    Co-authored-by: Raman Maksimchuk <dotnet044@gmail.com>
    3 people authored Nov 20, 2024
    Configuration menu
    Copy the full SHA
    7a5046f View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Configuration menu
    Copy the full SHA
    d41f8fa View commit details
    Browse the repository at this point in the history
  2. File-scoped namespaces everywhere (#2211)

    * Convert to file-scoped namespace: Ocelot
    
    * Convert to file-scoped namespace: Ocelot.Administration
    
    * Convert to file-scoped namespace: Ocelot.Cache.CacheManager
    
    * Convert to file-scoped namespace: Ocelot.Provider.Kubernetes
    
    * Convert to file-scoped namespace: Ocelot.AcceptanceTests
    
    * Convert to file-scoped namespace: Ocelot.Benchmarks
    
    * Convert to file-scoped namespace: Ocelot.UnitTests
    
    * Convert to file-scoped namespace: Ocelot.IntegrationTests
    
    * Convert to file-scoped namespace: Ocelot.Samples
    
    * Fix namespaces in sample projects
    raman-m committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    e9a8bfc View commit details
    Browse the repository at this point in the history
  3. #2212 Incorrect calculation of placeholders, only the last placeholde…

    …r should be allowed to match several segments (#2213)
    
    * #2212 Incorrect calculation of placeholders, fixing the issue and adding unit and acceptance tests verifying the behavior.
    
    * Code review by @raman-m:
    Convert anonimous delegate to local function.
    
    ---------
    
    Co-authored-by: Raman Maksimchuk <dotnet044@gmail.com>
    ggnaegi and raman-m authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    7a3771b View commit details
    Browse the repository at this point in the history
  4. Release 23.4.1 | Routing patch | November'24 release | +semver: patch (

    …#2215)
    
    * Update docs
    
    * Update build script
    raman-m committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    a79ae8a View commit details
    Browse the repository at this point in the history
Loading