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: wellle/rmq
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: concreteinteractive/rmq
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 17 files changed
  • 2 contributors

Commits on Dec 15, 2016

  1. Allow custom fetchers

    pranas committed Dec 15, 2016
    Configuration menu
    Copy the full SHA
    a3fcf6f View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2016

  1. Bump redis to v5

    dynbit committed Dec 22, 2016
    Configuration menu
    Copy the full SHA
    63fa56d View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2016

  1. Merge pull request #2 from concreteinteractive/feature/upgrade_redis_…

    …to_v5
    
    Bump redis to v5
    dynbit authored Dec 23, 2016
    Configuration menu
    Copy the full SHA
    d615191 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2017

  1. Merge pull request #1 from concreteinteractive/feature/allow-custom-f…

    …etchers
    
    Allow custom fetchers
    pranas authored Jan 6, 2017
    Configuration menu
    Copy the full SHA
    ed78e7c View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2017

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

Commits on Jan 10, 2017

  1. Merge pull request #3 from concreteinteractive/feature/lifo_fetcher

    Update redis and add LIFO fetcher
    dynbit authored Jan 10, 2017
    Configuration menu
    Copy the full SHA
    6245946 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2017

  1. Udpate Queue interface to support custom fetchers

    - Add StartConsumingWithFetcher to Queue interface
    dynbit committed Jan 11, 2017
    Configuration menu
    Copy the full SHA
    12963e2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from concreteinteractive/fix/update_queue_inter…

    …face_with_custom_fetcher
    
    Udpate Queue interface to support custom fetchers
    dynbit authored Jan 11, 2017
    Configuration menu
    Copy the full SHA
    a7554c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28ce455 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #5 from concreteinteractive/fix/update_test_queue_…

    …also
    
    Update test queue to match updated Queue interface
    dynbit authored Jan 11, 2017
    Configuration menu
    Copy the full SHA
    4cc97fd View commit details
    Browse the repository at this point in the history
  5. Add LTrimming for queue

    dynbit committed Jan 11, 2017
    Configuration menu
    Copy the full SHA
    4baee41 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #6 from concreteinteractive/feature/add_queue_ltri…

    …mming
    
    Add LTrimming for queue
    dynbit authored Jan 11, 2017
    Configuration menu
    Copy the full SHA
    0362bc7 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2017

  1. Add FIFO fetcher

    dynbit committed Jan 17, 2017
    Configuration menu
    Copy the full SHA
    69f8c35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a33b26 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2017

  1. Expose stop heartbeat

    dynbit committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    769a657 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from concreteinteractive/feature/expose_stop_he…

    …artbeat
    
    Expose stop heartbeat
    dynbit authored Jan 25, 2017
    Configuration menu
    Copy the full SHA
    54de5a1 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2017

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

Commits on Mar 22, 2017

  1. Merge pull request #9 from concreteinteractive/feature/panic_handling

    Extend consumers interface with OnPanic function
    dynbit authored Mar 22, 2017
    Configuration menu
    Copy the full SHA
    843c3f0 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2017

  1. Fix broken tests

    Add missing OnPanic methods to test consumers
    dynbit committed May 10, 2017
    Configuration menu
    Copy the full SHA
    cab5d28 View commit details
    Browse the repository at this point in the history
  2. Use Glide

    pranas committed May 10, 2017
    Configuration menu
    Copy the full SHA
    f76223c View commit details
    Browse the repository at this point in the history
Loading