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: bensheldon/good_job
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.0
Choose a base ref
...
head repository: bensheldon/good_job
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.1
Choose a head ref
  • 19 commits
  • 26 files changed
  • 2 contributors

Commits on Oct 3, 2020

  1. Copy the full SHA
    c4f7628 View commit details
  2. Merge pull request #152 from bensheldon/create-poller

    Extract Scheduler polling behavior to its own object
    bensheldon authored Oct 3, 2020
    Copy the full SHA
    70456f5 View commit details
  3. Copy the full SHA
    adf1313 View commit details
  4. Copy the full SHA
    fcb3ed8 View commit details
  5. Merge pull request #157 from bensheldon/test_app_executable

    Add bin/test_app executable for Rails debugging
    bensheldon authored Oct 3, 2020
    Copy the full SHA
    515c819 View commit details
  6. Merge pull request #158 from bensheldon/good_job-scheduler-thread_poo…

    …l_executor
    
    Fix intended constant hierarchy of GoodJob::Scheduler::ThreadPoolExecutor
    bensheldon authored Oct 3, 2020
    Copy the full SHA
    ec496b6 View commit details

Commits on Oct 25, 2020

  1. Copy the full SHA
    60a4acd View commit details
  2. Merge pull request #166 from bensheldon/fix_bundler_test

    Fix Ruby 2.7 GH action by setting default bundler explicitly
    bensheldon authored Oct 25, 2020
    Copy the full SHA
    00f169d View commit details
  3. Copy the full SHA
    159397c View commit details
  4. Copy the full SHA
    808a239 View commit details
  5. Copy the full SHA
    dd98726 View commit details

Commits on Oct 26, 2020

  1. Merge pull request #165 from bensheldon/gh-action-cache-ruby-version

    Cache ruby version explicitly in Github Action
    bensheldon authored Oct 26, 2020
    Copy the full SHA
    c7c1a8e View commit details

Commits on Oct 27, 2020

  1. Merge pull request #161 from bensheldon/null_ar_conn_disconnect

    Don't disconnect a nil activerecord connection
    bensheldon authored Oct 27, 2020
    Copy the full SHA
    34616fc View commit details
  2. Merge pull request #164 from bensheldon/update_dependencies

    Update development dependencies, rubocop
    bensheldon authored Oct 27, 2020
    Copy the full SHA
    f210955 View commit details
  3. Copy the full SHA
    1ebe02c View commit details

Commits on Oct 28, 2020

  1. Format serialized params to ease reading

    In addition move params to the very end as it can be huge and next columns could be missed
    morgoth committed Oct 28, 2020
    Copy the full SHA
    01fed77 View commit details

Commits on Nov 1, 2020

  1. Merge pull request #170 from tiramizoo/format-params

    Format serialized params to ease reading
    bensheldon authored Nov 1, 2020
    Copy the full SHA
    786144c View commit details
  2. Merge pull request #169 from bensheldon/fix_dependencies

    Ensure Rails is a development dependency
    bensheldon authored Nov 1, 2020
    Copy the full SHA
    f129912 View commit details
  3. Release good_job v1.3.1

    bensheldon committed Nov 1, 2020
    Copy the full SHA
    b3d1ad3 View commit details
Loading