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

V6 #320

Closed
wants to merge 94 commits into from
Closed

V6 #320

wants to merge 94 commits into from

Commits on Aug 20, 2016

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

    snmaynard committed Aug 20, 2016
    Configuration menu
    Copy the full SHA
    9f504dc View commit details
    Browse the repository at this point in the history
  3. Progress

    snmaynard committed Aug 20, 2016
    Configuration menu
    Copy the full SHA
    2c8bae6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    94cea31 View commit details
    Browse the repository at this point in the history
  5. More progress

    snmaynard committed Aug 20, 2016
    Configuration menu
    Copy the full SHA
    4e398c8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    44ff0b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2016

  1. Tests pass localy

    snmaynard committed Aug 21, 2016
    Configuration menu
    Copy the full SHA
    edf1a5a View commit details
    Browse the repository at this point in the history
  2. Silence logger

    snmaynard committed Aug 21, 2016
    Configuration menu
    Copy the full SHA
    011e6cf View commit details
    Browse the repository at this point in the history
  3. Logging

    snmaynard committed Aug 21, 2016
    Configuration menu
    Copy the full SHA
    96e6cd4 View commit details
    Browse the repository at this point in the history
  4. Not appropriate

    snmaynard committed Aug 21, 2016
    Configuration menu
    Copy the full SHA
    713fad3 View commit details
    Browse the repository at this point in the history
  5. Remove these

    snmaynard committed Aug 21, 2016
    Configuration menu
    Copy the full SHA
    0e30d7a View commit details
    Browse the repository at this point in the history
  6. Whitespace

    snmaynard committed Aug 21, 2016
    Configuration menu
    Copy the full SHA
    7577dc5 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2017

  1. Report code coverage

    kattrali committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    5144824 View commit details
    Browse the repository at this point in the history
  2. Add spec filter

    kattrali committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    5286521 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83ddab5 View commit details
    Browse the repository at this point in the history
  4. Test canceling reports, cleaning objects

    Fix bug in custom metadata handling
    kattrali committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    c955512 View commit details
    Browse the repository at this point in the history
  5. Test sidekiq integration

    kattrali committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    6838fde View commit details
    Browse the repository at this point in the history
  6. Document how delivery works

    kattrali committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    95b599d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    03a1ebd View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2017

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

Commits on Aug 24, 2017

  1. Configuration menu
    Copy the full SHA
    35eafcc View commit details
    Browse the repository at this point in the history
  2. Changed matrix makeup

    Cawllec committed Aug 24, 2017
    Configuration menu
    Copy the full SHA
    c9d9b2b View commit details
    Browse the repository at this point in the history
  3. Changed matrix makeup

    Cawllec committed Aug 24, 2017
    Configuration menu
    Copy the full SHA
    ca80cb2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a8ef384 View commit details
    Browse the repository at this point in the history
  5. Made more verbose

    Cawllec committed Aug 24, 2017
    Configuration menu
    Copy the full SHA
    893de5a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fc011db View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8326a4b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    de1b863 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    065a25b View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2017

  1. Seeing if issue tracked down

    Cawllec committed Aug 25, 2017
    Configuration menu
    Copy the full SHA
    b228264 View commit details
    Browse the repository at this point in the history
  2. Revert "Seeing if issue tracked down"

    This reverts commit b228264.
    Cawllec committed Aug 25, 2017
    Configuration menu
    Copy the full SHA
    95e68cb View commit details
    Browse the repository at this point in the history
  3. Removed bundler caching

    Cawllec committed Aug 25, 2017
    Configuration menu
    Copy the full SHA
    0e5e903 View commit details
    Browse the repository at this point in the history
  4. Revert "Removed bundler caching"

    This reverts commit 0e5e903.
    Cawllec committed Aug 25, 2017
    Configuration menu
    Copy the full SHA
    38a12e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7c80ce9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fecaff0 View commit details
    Browse the repository at this point in the history
  7. chore(ci): Switch gemset logic to be additive

    Simplify logic for installing gems by having the "test" set be the CI
    default, adding the other sets if needed. Changed to a `jobs` based
    config to make the setup more declarative and easier to read.
    kattrali committed Aug 25, 2017
    Configuration menu
    Copy the full SHA
    8373b1f View commit details
    Browse the repository at this point in the history
  8. chore(ci): Update Ruby 2.1.8 in build matrix to 2.1.10

    Ruby 2.1.10 is the last release of the 2.1.x series, so a better testing
    benchmark.
    kattrali committed Aug 25, 2017
    Configuration menu
    Copy the full SHA
    770aff1 View commit details
    Browse the repository at this point in the history
  9. fix(ci): "Upgrade" bundler

    Dunno what's broken in bundler, but bundling using `--with tests` on
    1.13-1.15.4 using Ruby 1.9-2.1 leads to some weirdness which pulls in
    things not in the optional group specified. Fixed by downgrading to
    bundler 1.12.
    
    > Bundler could not find compatible versions for gem "ruby":
    >   In Gemfile:
    >     ruby
    >     bugsnag was resolved to 4.2.1, which depends on
    >       ruby (>= 1.9.2)
    >     sidekiq (~> 5.0.4) was resolved to 5.0.4, which depends on
    >       ruby (>= 2.2.2)
    kattrali committed Aug 25, 2017
    Configuration menu
    Copy the full SHA
    39d5e69 View commit details
    Browse the repository at this point in the history
  10. fix(spec): Skip test made irrelevant by Ruby 2.3.0 improvements

    Ruby 2.3.0 has a number of improvements to encoding listed in the
    changelog:
    
    https://github.com/ruby/ruby/blob/v2_3_0/ChangeLog
    kattrali committed Aug 25, 2017
    Configuration menu
    Copy the full SHA
    7c02725 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2678efc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f7502b7 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2017

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

Commits on Sep 20, 2017

  1. Add an upgrade guide (#370)

    kattrali authored Sep 20, 2017
    Configuration menu
    Copy the full SHA
    403d8fa View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2017

  1. Configuration menu
    Copy the full SHA
    ff8317a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6ca3bf View commit details
    Browse the repository at this point in the history
  3. Updated padrino example

    Cawllec committed Sep 28, 2017
    Configuration menu
    Copy the full SHA
    6d8e174 View commit details
    Browse the repository at this point in the history
  4. Removed favicon

    Cawllec committed Sep 28, 2017
    Configuration menu
    Copy the full SHA
    b8d421f View commit details
    Browse the repository at this point in the history
  5. Updated to readme

    Cawllec committed Sep 28, 2017
    Configuration menu
    Copy the full SHA
    0427409 View commit details
    Browse the repository at this point in the history
  6. Updated rack example

    Cawllec committed Sep 28, 2017
    Configuration menu
    Copy the full SHA
    8534770 View commit details
    Browse the repository at this point in the history
  7. Updated rails server

    Cawllec committed Sep 28, 2017
    Configuration menu
    Copy the full SHA
    b5a4941 View commit details
    Browse the repository at this point in the history
  8. Fixed name

    Cawllec committed Sep 28, 2017
    Configuration menu
    Copy the full SHA
    846a588 View commit details
    Browse the repository at this point in the history
  9. Updated error reasons

    Cawllec committed Sep 28, 2017
    Configuration menu
    Copy the full SHA
    4b48ab2 View commit details
    Browse the repository at this point in the history
  10. Updated error reasons

    Cawllec committed Sep 28, 2017
    Configuration menu
    Copy the full SHA
    05521af View commit details
    Browse the repository at this point in the history
  11. Updated resque example

    Cawllec committed Sep 28, 2017
    Configuration menu
    Copy the full SHA
    ad9959e View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2017

  1. Removed API KEY

    Cawllec committed Sep 29, 2017
    Configuration menu
    Copy the full SHA
    c258ac2 View commit details
    Browse the repository at this point in the history
  2. Remove ref

    Cawllec committed Sep 29, 2017
    Configuration menu
    Copy the full SHA
    42bd1e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a12445 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7aaa01f View commit details
    Browse the repository at this point in the history
  5. Updated rails 4.2 example

    Cawllec committed Sep 29, 2017
    Configuration menu
    Copy the full SHA
    c994b16 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2017

  1. Configuration menu
    Copy the full SHA
    643ae3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee93eab View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2017

  1. Added rails 5.1 example

    Cawllec committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    57331fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc9d267 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75e3b1b View commit details
    Browse the repository at this point in the history
  4. Updated padrino example

    Cawllec committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    c0ee41b View commit details
    Browse the repository at this point in the history
  5. Removed favicon

    Cawllec committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    edb64da View commit details
    Browse the repository at this point in the history
  6. Updated to readme

    Cawllec committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    e5d2d2f View commit details
    Browse the repository at this point in the history
  7. Updated rack example

    Cawllec committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    1fd5ebb View commit details
    Browse the repository at this point in the history
  8. Updated rails server

    Cawllec committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    0dd81d3 View commit details
    Browse the repository at this point in the history
  9. Fixed name

    Cawllec committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    cc59789 View commit details
    Browse the repository at this point in the history
  10. Updated error reasons

    Cawllec committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    33b40ba View commit details
    Browse the repository at this point in the history
  11. Updated error reasons

    Cawllec committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    425c947 View commit details
    Browse the repository at this point in the history
  12. Updated resque example

    Cawllec committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    4d52ac5 View commit details
    Browse the repository at this point in the history
  13. Removed API KEY

    Cawllec committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    4a926cc View commit details
    Browse the repository at this point in the history
  14. Remove ref

    Cawllec committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    ab2e5c9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0005ee0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ad1a4aa View commit details
    Browse the repository at this point in the history
  17. Updated rails 4.2 example

    Cawllec committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    83834fa View commit details
    Browse the repository at this point in the history
  18. Added rails 5.1 example

    Cawllec committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    b1512fe View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2342d8d View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2017

  1. Configuration menu
    Copy the full SHA
    f61f948 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91d860a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54775b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f6e503 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2017

  1. Configuration menu
    Copy the full SHA
    a9a3b4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a344910 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64bf8c7 View commit details
    Browse the repository at this point in the history
  4. Added clearance middleware

    Cawllec committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    4ca6a9c View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2017

  1. Configuration menu
    Copy the full SHA
    25b1942 View commit details
    Browse the repository at this point in the history
  2. Added que integration

    Cawllec committed Oct 12, 2017
    Configuration menu
    Copy the full SHA
    85db76c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b587d42 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    38f2571 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2017

  1. Updated version number

    Cawllec committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    35d540e View commit details
    Browse the repository at this point in the history