8000 Comparing v2.1.0...v2.2.0 · que-rb/que · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: que-rb/que
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.0
Choose a base ref
...
head repository: que-rb/que
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.0
Choose a head ref
  • 13 commits
  • 7 files changed
  • 3 contributors

Commits on Aug 26, 2022

  1. Configuration menu
    Copy the full SHA
    4174523 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #376 from texpert/type-in-changelog-db-migration-v7

    Fix DB migration name of v7 in the CHANGELOG.md
    ZimbiX authored Aug 26, 2022
    Configuration menu
    Copy the full SHA
    0cdd37c View commit details
    Browse the repository at this point in the history
  3. move command_line_interface.rb to bin to lib

    This will support other programs running other business logic before
    starting the que locker and workers.
    
    ```
    exit_code =
      Que::CommandLineInterface.parse(
        args: ARGV.dup,
        output: $stdout,
      )
    
    exit(exit_code)
    ```
    mnbbrown committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    8dfbee4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3352e94 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #378 from gocardless/move-cli-to-lib

    Move CommandLineInterface from bin to lib
    ZimbiX authored Aug 26, 2022
    Configuration menu
    Copy the full SHA
    cd1ba93 View commit details
    Browse the repository at this point in the history
  6. Switch to referencing earlier issue in missing DB schema version erro…

    …r message
    
    Given it has all the detail
    ZimbiX committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    827d93f View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2022

  1. Configuration menu
    Copy the full SHA
    0dc2866 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bd10f7 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. Merge pull request #379 from que-rb/detect-missing-db-schema-version-…

    …comment
    
    Raise when DB schema version comment is missing
    ZimbiX authored Aug 29, 2022
    Configuration menu
    Copy the full SHA
    ce9c3ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aad63da View commit details
    Browse the repository at this point in the history
  3. Update version number to 2.2.0

    ZimbiX committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    e3109fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff24648 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    50fe308 View commit details
    Browse the repository at this point in the history
Loading
0