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: robfig/cron
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: df38d32
Choose a base ref
...
head repository: robfig/cron
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.0
Choose a head ref
  • 11 commits
  • 5 files changed
  • 4 contributors

Commits on Apr 5, 2017

  1. Configuration menu
    Copy the full SHA
    65ba8ec View commit details
    Browse the repository at this point in the history
  2. modified condition to select jobs to run in current loop

    Select all exprired jobs instead of exact match job next time running time.
    bgaifullin committed Apr 5, 2017
    Configuration menu
    Copy the full SHA
    f9402aa View commit details
    Browse the repository at this point in the history
  3. did not reset timer on snapshot requests

    Snapshot requests is read-only operation, so
    it is not necessary to re-order tasks and reset timer
    bgaifullin committed Apr 5, 2017
    Configuration menu
    Copy the full SHA
    316e2a2 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2017

  1. Merge pull request #103 from bgaifullin/master

    Some enhancements
    robfig authored May 22, 2017
    Configuration menu
    Copy the full SHA
    2ae65ff View commit details
    Browse the repository at this point in the history

Commits on May 26, 2017

  1. Clarify meaning of @every

    Fixes issue #104
    robfig authored May 26, 2017
    Configuration menu
    Copy the full SHA
    736158d View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2017

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

Commits on Nov 1, 2017

  1. Merge pull request #120 from theothertomelliott/master

    Add additional unit tests to cron_test.go
    robfig authored Nov 1, 2017
    Configuration menu
    Copy the full SHA
    2315d57 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2017

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

Commits on Apr 18, 2018

  1. Merge pull request #123 from vayan/add-doc-link

    Add a link to the documentation in the README
    robfig authored Apr 18, 2018
    Configuration menu
    Copy the full SHA
    da757ee View commit details
    Browse the repository at this point in the history

Commits on May 5, 2018

  1. Configuration menu
    Copy the full SHA
    2f08104 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b41be1d View commit details
    Browse the repository at this point in the history
Loading