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: DevDecoder/DevDecoder.Scheduling
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: DevDecoder/DevDecoder.Scheduling
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 45 files changed
  • 1 contributor

Commits on Nov 4, 2022

  1. Configuration menu
    Copy the full SHA
    d4928fc View commit details
    Browse the repository at this point in the history
  2. Improved testing

    * Added `TestClock`
    * Added `cronFormat` parameter to `CronSchedule` parsing constructor.
    * Added `CronSchedule` tests.
    thargy committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    94fdb99 View commit details
    Browse the repository at this point in the history
  3. More testing

    * Moved time alignment to `ApplyOptions` extension method for easier testing.
    * Added `ScehduleOptionsFacts.cs` to test alignment
    * Moved common test code in `TestHelper.cs`
    * Fixed alignment bugs.
    thargy committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    9469d4a View commit details
    Browse the repository at this point in the history
  4. Scheduler is disposable.

    * Cleans up Timer resources.
    * Stops the background thread.
    * Cancels any ongoing jobs.
    thargy committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    7f733d4 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Testing and bug fixes

    Improved documentation.
    thargy committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    8662db3 View commit details
    Browse the repository at this point in the history
  2. Global scheduler enable/disable now works.

    * Imrpoved tests
    * Removed ConcurrentLookup, which is redundant.
    thargy committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    fa6d70c View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Enhanced Test coverage.

    Various bug fixes. Ready for initial release.
    thargy committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    233a11f View commit details
    Browse the repository at this point in the history
Loading