Thanks to visit codestin.com
Credit goes to github.com

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: mesos/chronos
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.1
Choose a base ref
...
head repository: mesos/chronos
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.2
Choose a head ref
  • 8 commits
  • 15 files changed
  • 2 contributors

Commits on Jan 26, 2017

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

Commits on Feb 10, 2017

  1. Fix for exception w/ month+ periods. (#800)

    If a job has a period which exceeds 1 month and is specified using the
    month or year notation, an exception will be thrown because months and
    years do not have fixed durations.
    brndnmtthws authored Feb 10, 2017
    Configuration menu
    Copy the full SHA
    29231f6 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    brndnmtthws authored Feb 10, 2017
    Configuration menu
    Copy the full SHA
    baf76e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f63110f View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2017

  1. Set auth params as bytes, instead of string. (#802)

    This hopefully resolves #759.
    brndnmtthws authored Feb 16, 2017
    Configuration menu
    Copy the full SHA
    6d7ed0b View commit details
    Browse the repository at this point in the history
  2. Add missing MESOS_TASK_ID environment variable (#804)

    As `MESOS_TASK_ID` is an environment variable, it should be uppercase.
    For backward compatibility, the lowercase `mesos_task_id` is kept for
    the moment.
    lionelnicolas authored and brndnmtthws committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    378cbfc View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2017

  1. Update image regex in UI. (#806)

    The regex should also accept - and _.
    
    This fixes the issue noted in #785.
    brndnmtthws authored Feb 23, 2017
    Configuration menu
    Copy the full SHA
    5f12f88 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2017

  1. Fix for nanosUntilNextJob() edge case. (#808)

    If a job has 0 repititions remaining, but the schedule is in the past,
    it'll cause the sleep time to be return as 0. This might fix #803.
    brndnmtthws authored Feb 24, 2017
    Configuration menu
    Copy the full SHA
    7eff5e0 View commit details
    Browse the repository at this point in the history
Loading