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: mercari/actions-runner-controller
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: mercari/actions-runner-controller
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3062194
Choose a head ref
  • 11 commits
  • 14 files changed
  • 3 contributors

Commits on Nov 19, 2024

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

Commits on Nov 20, 2024

  1. Configuration menu
    Copy the full SHA
    057a1e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3dde352 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2024

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

Commits on Nov 22, 2024

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

Commits on Nov 29, 2024

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

Commits on Aug 20, 2025

  1. Enable secrets and configmaps caching in default mode (#7)

    Remove the condition that disabled secrets and configmaps caching when
    watchSingleNamespace is empty, allowing all objects to be cached
    consistently in both single namespace and default modes.
    
    Also add necessary RBAC permissions for secrets and configmaps to the
    gha-runner-scale-set-controller cluster role to support the caching
    functionality.
    
    Changes:
    - Remove cache disable logic for secrets/configmaps in main.go
    - Add secrets and configmaps list/watch permissions to cluster role
    - Update test to reflect new permission count (16 -> 18 rules)
    0xiso authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    2d3efa4 View commit details
    Browse the repository at this point in the history
  2. Update docker/build-push-action to v6 (#8)

    * Update `docker/build-push-action` to `v6`
    
    * Update gha-publish-chart.yaml
    0xiso authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    500ca82 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2025

  1. Revert "gha: customize client-go rate limiter params (#4)"

    This reverts commit 8728190.
    Keep several instrumentations
    azrsh committed Oct 21, 2025
    Configuration menu
    Copy the full SHA
    a03c1ed View commit details
    Browse the repository at this point in the history
  2. Revert "gha: make MaxConcurrentReconciles for each reconciler configu…

    …rable (#1)"
    
    This reverts commit 057a1e7.
    azrsh committed Oct 21, 2025
    Configuration menu
    Copy the full SHA
    c36dbe2 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of ssh://github.com/mercari/actions-runner-cont…

    …roller into pull-upstream
    azrsh committed Oct 21, 2025
    Configuration menu
    Copy the full SHA
    3062194 View commit details
    Browse the repository at this point in the history
Loading