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: apamildner/goldilocks
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: FairwindsOps/goldilocks
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 13 files changed
  • 7 contributors

Commits on Mar 19, 2024

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

Commits on Jun 21, 2024

  1. Fixing BasePath for loading static assets and routing when a URL does…

    …n't have a forward slash suffix (FairwindsOps#713)
    
    * Remove suffix trimming on BasePath
    
    * Remove forward-slash prefix for static images in html templates
    
    * Allow for routing on base URLs missing a forward-slash suffix
    
    * Move rootURL routing functionality to new method, modify its if statement, trim suffix for router's PathPrefix, move opts to a class-wide variable, add a new Handler for rootURLs without the forward slash
    
    * Reverted previous commit aside from trimming the suffix of the BasePath in the router builder, added StrictSlash(true) to the router builder
    
    * Reformatted router.go
    HereGoesName committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    863c771 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Ability to ignore some controller by Kind (FairwindsOps#710)

    * add --ignore-controller-kind flag
    
    * consistent description
    
    * use "github.com/samber/lo" instead of one-off helper function
    
    * add end-2-end test for --ignore-controller-kind
    
    * Update pkg/vpa/vpa.go
    
    Co-authored-by: Andy Suderman <andy@suderman.dev>
    
    * Update pkg/vpa/vpa.go
    
    Co-authored-by: Andy Suderman <andy@suderman.dev>
    
    * Update pkg/vpa/vpa.go
    
    Co-authored-by: Andy Suderman <andy@suderman.dev>
    
    * Update pkg/vpa/vpa.go
    
    Co-authored-by: Andy Suderman <andy@suderman.dev>
    
    * add `IgnoreControllerKind` to the actual instance of the struct that gets declared on line 49
    
    ---------
    
    Co-authored-by: Andy Suderman <andy@suderman.dev>
    Co-authored-by: Andy Suderman <andy@fairwinds.com>
    3 people committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    d530148 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

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

Commits on Jul 29, 2024

  1. Added option to use VpaMinReplicasAnnotation from labels (FairwindsOp…

    …s#720)
    
    * Added option to use VpaMinReplicasAnnotation from labels
    
    * Update vpa pod resource policy to also allow the use of labels
    
    * ci: trigger build
    
    ---------
    
    Co-authored-by: Andy Suderman <andy@suderman.dev>
    devantler and sudermanjr committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    2be84ac View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Managed by Terraform

    Terraform User committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    81e3fe1 View commit details
    Browse the repository at this point in the history
  2. Managed by Terraform

    Terraform User committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    a6aa0eb View commit details
    Browse the repository at this point in the history
  3. Managed by Terraform

    Terraform User committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    d4e0c62 View commit details
    Browse the repository at this point in the history
  4. Managed by Terraform

    Terraform User committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    b85b8cb View commit details
    Browse the repository at this point in the history
  5. Managed by Terraform

    Terraform User committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    e80d81e View commit details
    Browse the repository at this point in the history
  6. Managed by Terraform

    Terraform User committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    a957847 View commit details
    Browse the repository at this point in the history
  7. Managed by Terraform

    Terraform User committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    3ca41e3 View commit details
    Browse the repository at this point in the history
  8. Managed by Terraform

    Terraform User committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    fb9d40d View commit details
    Browse the repository at this point in the history
Loading