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: k1LoW/deck
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.13.1
Choose a base ref
...
head repository: k1LoW/deck
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.14.0
Choose a head ref
  • 15 commits
  • 10 files changed
  • 2 contributors

Commits on Aug 15, 2025

  1. Configuration menu
    Copy the full SHA
    0ac7816 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #360 from k1LoW/fix-initialize

    chore: define deck.newDeck for code reuse
    Songmu authored Aug 15, 2025
    Configuration menu
    Copy the full SHA
    5fe0795 View commit details
    Browse the repository at this point in the history
  3. feat: Added several authentication methods mainly for service account…

    … support.
    
    - Service account key
    - Application Default Credentials (ADC)
    - Access token
    
    ADC and access token are used to link with the authentication information output by google-github-actions/auth.
    Songmu committed Aug 15, 2025
    Configuration menu
    Copy the full SHA
    cbe9ed0 View commit details
    Browse the repository at this point in the history
  4. chore: update and cleanup Makefile

    - GO111MODULE=on is no longer needed
    - Remove OSNAME, no longer used
    - Remove ghch installation, no longer used
        - BTW, you can use newer gh2changelog instead for similar needs
    - Remove manual release tasks
        - prerelease and release, we've used tagpr GitHub Actions instead
    - Add `fulltest` and `install` tasks
    - Update `.PHONY`
    Songmu committed Aug 15, 2025
    Configuration menu
    Copy the full SHA
    2a25ad4 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #359 from k1LoW/service-account

    feat: support service account with several authentication methods
    Songmu authored Aug 15, 2025
    Configuration menu
    Copy the full SHA
    1a57a6c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #362 from k1LoW/cleanup-makefile

    chore: update and cleanup Makefile
    Songmu authored Aug 15, 2025
    Configuration menu
    Copy the full SHA
    1630fdd View commit details
    Browse the repository at this point in the history
  7. nit

    Songmu committed Aug 15, 2025
    Configuration menu
    Copy the full SHA
    b9a2be8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9a110a3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6823893 View commit details
    Browse the repository at this point in the history
  10. fix quote

    Songmu committed Aug 15, 2025
    Configuration menu
    Copy the full SHA
    8aea413 View commit details
    Browse the repository at this point in the history
  11. trimpath

    Songmu committed Aug 15, 2025
    Configuration menu
    Copy the full SHA
    c735537 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #364 from k1LoW/commit-hash

    chore: enhance and filter error.json
    Songmu authored Aug 15, 2025
    Configuration menu
    Copy the full SHA
    49b1db3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fed4281 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    95164a7 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #361 from k1LoW/tagpr-from-v1.13.1

    Release for v1.14.0
    Songmu authored Aug 15, 2025
    Configuration menu
    Copy the full SHA
    b60d9db View commit details
    Browse the repository at this point in the history
Loading