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: go-co-op/gocron
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.14.2
Choose a base ref
...
head repository: go-co-op/gocron
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.15.0
Choose a head ref
  • 6 commits
  • 6 files changed
  • 3 contributors

Commits on Jan 23, 2025

  1. cancel running jobs if possible when run Scheduler.StopJobs() (#819)

    * cancel running job when run Scheduler.StopJobs()
    
    Signed-off-by: lou <alex1988@outlook.com>
    
    * trivial
    
    Signed-off-by: lou <alex1988@outlook.com>
    
    * Update scheduler_test.go
    
    ---------
    
    Signed-off-by: lou <alex1988@outlook.com>
    Co-authored-by: John Roesler <johnrroesler@gmail.com>
    27149chen and JohnRoesler authored Jan 23, 2025
    Configuration menu
    Copy the full SHA
    50966c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce204f9 View commit details
    Browse the repository at this point in the history
  3. clarify context docs

    JohnRoesler committed Jan 23, 2025
    Configuration menu
    Copy the full SHA
    8df2bbf View commit details
    Browse the repository at this point in the history
  4. clarify context docs

    JohnRoesler committed Jan 23, 2025
    Configuration menu
    Copy the full SHA
    96fe017 View commit details
    Browse the repository at this point in the history
  5. clarify context docs

    JohnRoesler committed Jan 23, 2025
    Configuration menu
    Copy the full SHA
    6133a24 View commit details
    Browse the repository at this point in the history
  6. Bump golangci/golangci-lint-action from 6.1.1 to 6.2.0 (#817)

    Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.1.1 to 6.2.0.
    - [Release notes](https://github.com/golangci/golangci-lint-action/releases)
    - [Commits](golangci/golangci-lint-action@v6.1.1...v6.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: golangci/golangci-lint-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: John Roesler <johnrroesler@gmail.com>
    dependabot[bot] and JohnRoesler authored Jan 23, 2025
    Configuration menu
    Copy the full SHA
    cf2f500 View commit details
    Browse the repository at this point in the history
Loading