Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Several small changes, resolves #20 and resolves #21 #28

Closed
wants to merge 43 commits into from

Commits on Jul 29, 2018

  1. Adds config per environment

    arfl committed Jul 29, 2018
    Configuration menu
    Copy the full SHA
    deae778 View commit details
    Browse the repository at this point in the history
  2. After formatting

    arfl committed Jul 29, 2018
    Configuration menu
    Copy the full SHA
    5bf365b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d43ef8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d5ef98 View commit details
    Browse the repository at this point in the history
  5. Makes tests less noisz

    arfl committed Jul 29, 2018
    Configuration menu
    Copy the full SHA
    fda4967 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b5ac2f9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7c5a403 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7479eb2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    386c382 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a7f02ac View commit details
    Browse the repository at this point in the history
  11. Removes unneeded aliases

    arfl committed Jul 29, 2018
    Configuration menu
    Copy the full SHA
    4794d5a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    91d02e6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1851492 View commit details
    Browse the repository at this point in the history
  14. Cleans up after republish_test

    arfl committed Jul 29, 2018
    Configuration menu
    Copy the full SHA
    6201ef9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    90d8711 View commit details
    Browse the repository at this point in the history
  16. Cleans up after unit tests

    arfl committed Jul 29, 2018
    Configuration menu
    Copy the full SHA
    5e53467 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c300d03 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2018

  1. Dry up test helper

    arfl committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    588e12e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    191613d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    997367e View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2018

  1. AMQP.Basic.publish assumes the payload as a binary

    Other types are just swallowed without any feedback of error
    elitau committed Aug 3, 2018
    Configuration menu
    Copy the full SHA
    5cb45fb View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2018

  1. Added MIT License

    elitau committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    fcd69d3 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2018

  1. Resolves merge conflict

    arfl committed Sep 2, 2018
    Configuration menu
    Copy the full SHA
    401c4e6 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2018

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

Commits on Sep 19, 2018

  1. Revert "Use sudo for rabbitmqctl executable"

    This reverts commit ccde4cd.
    arfl committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    405b2b9 View commit details
    Browse the repository at this point in the history
  2. on_error callback fuer consumer

    without test yet!!!
    arfl committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    21154ab View commit details
    Browse the repository at this point in the history
  3. Throws elixir errors only

    no need to handle erlang errors
    arfl committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    17ca493 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2018

  1. Fix false order of arguments

    arfl committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    327cdb2 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2019

  1. Terminate callback on consumer

    so we can cleanup(close channel)
    arfl committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    ef5b5f5 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2019

  1. Connection reset

    arfl committed Mar 10, 2019
    Configuration menu
    Copy the full SHA
    fcd54af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29690ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e49848 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    63f5284 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3f0b691 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    45d7043 View commit details
    Browse the repository at this point in the history
  7. Revert "Function header, so we do not get warnings"

    This reverts commit 45d7043.
    arfl committed Mar 10, 2019
    Configuration menu
    Copy the full SHA
    45fab7d View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2019

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

Commits on Aug 12, 2019

  1. Increased the dead letter queue message ttl

    so the message does not get deleted after one week
    
    todo: make the message ttl configurable
    arfl committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    6d70e16 View commit details
    Browse the repository at this point in the history
  2. Increased the dead letter queue message ttl

    so the message does not get deleted after one week
    
    todo: make the message ttl configurable
    arfl committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    1608fb0 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2019

  1. Function call needs parens

    arfl committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    9b754e9 View commit details
    Browse the repository at this point in the history
  2. Allow retry with a throw(:retry)

    arfl committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    546f84f View commit details
    Browse the repository at this point in the history
  3. After mix format

    arfl committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    16470e6 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. Merge branch 'error_callback'

    arfl committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    66e40c7 View commit details
    Browse the repository at this point in the history