-
Notifications
You must be signed in to change notification settings - Fork 174
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
Commits on Aug 20, 2016
-
2
Configuration menu - View commit details
-
Copy full SHA for a1b9e42 - Browse repository at this point
Copy the full SHA a1b9e42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f504dc - Browse repository at this point
Copy the full SHA 9f504dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c8bae6 - Browse repository at this point
Copy the full SHA 2c8bae6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94cea31 - Browse repository at this point
Copy the full SHA 94cea31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e398c8 - Browse repository at this point
Copy the full SHA 4e398c8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44ff0b0 - Browse repository at this point
Copy the full SHA 44ff0b0View commit details
Commits on Aug 21, 2016
-
Configuration menu - View commit details
-
Copy full SHA for edf1a5a - Browse repository at this point
Copy the full SHA edf1a5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 011e6cf - Browse repository at this point
Copy the full SHA 011e6cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96e6cd4 - Browse repository at this point
Copy the full SHA 96e6cd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 713fad3 - Browse repository at this point
Copy the full SHA 713fad3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e30d7a - Browse repository at this point
Copy the full SHA 0e30d7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7577dc5 - Browse repository at this point
Copy the full SHA 7577dc5View commit details
Commits on Aug 11, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 5144824 - Browse repository at this point
Copy the full SHA 5144824View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5286521 - Browse repository at this point
Copy the full SHA 5286521View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83ddab5 - Browse repository at this point
Copy the full SHA 83ddab5View commit details -
Test canceling reports, cleaning objects
Fix bug in custom metadata handling
Configuration menu - View commit details
-
Copy full SHA for c955512 - Browse repository at this point
Copy the full SHA c955512View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6838fde - Browse repository at this point
Copy the full SHA 6838fdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95b599d - Browse repository at this point
Copy the full SHA 95b599dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 03a1ebd - Browse repository at this point
Copy the full SHA 03a1ebdView commit details
Commits on Aug 23, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 64f6dd1 - Browse repository at this point
Copy the full SHA 64f6dd1View commit details
Commits on Aug 24, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 35eafcc - Browse repository at this point
Copy the full SHA 35eafccView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9d9b2b - Browse repository at this point
Copy the full SHA c9d9b2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca80cb2 - Browse repository at this point
Copy the full SHA ca80cb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8ef384 - Browse repository at this point
Copy the full SHA a8ef384View commit details -
Configuration menu - View commit details
-
Copy full SHA for 893de5a - Browse repository at this point
Copy the full SHA 893de5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc011db - Browse repository at this point
Copy the full SHA fc011dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8326a4b - Browse repository at this point
Copy the full SHA 8326a4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for de1b863 - Browse repository at this point
Copy the full SHA de1b863View commit details -
Configuration menu - View commit details
-
Copy full SHA for 065a25b - Browse repository at this point
Copy the full SHA 065a25bView commit details
Commits on Aug 25, 2017
-
Configuration menu - View commit details
-
Copy full SHA for b228264 - Browse repository at this point
Copy the full SHA b228264View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95e68cb - Browse repository at this point
Copy the full SHA 95e68cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e5e903 - Browse repository at this point
Copy the full SHA 0e5e903View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38a12e7 - Browse repository at this point
Copy the full SHA 38a12e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c80ce9 - Browse repository at this point
Copy the full SHA 7c80ce9View commit details -
Configuration menu - View commit details
-
Copy full SHA for fecaff0 - Browse repository at this point
Copy the full SHA fecaff0View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 8373b1f - Browse repository at this point
Copy the full SHA 8373b1fView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 770aff1 - Browse repository at this point
Copy the full SHA 770aff1View commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for 39d5e69 - Browse repository at this point
Copy the full SHA 39d5e69View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 7c02725 - Browse repository at this point
Copy the full SHA 7c02725View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2678efc - Browse repository at this point
Copy the full SHA 2678efcView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7502b7 - Browse repository at this point
Copy the full SHA f7502b7View commit details
Commits on Aug 26, 2017
-
Configuration menu - View commit details
-
Copy full SHA for b33760f - Browse repository at this point
Copy the full SHA b33760fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f484dbf - Browse repository at this point
Copy the full SHA f484dbfView commit details
Commits on Sep 20, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 403d8fa - Browse repository at this point
Copy the full SHA 403d8faView commit details
Commits on Sep 28, 2017
-
Configuration menu - View commit details
-
Copy full SHA for ff8317a - Browse repository at this point
Copy the full SHA ff8317aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6ca3bf - Browse repository at this point
Copy the full SHA f6ca3bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d8e174 - Browse repository at this point
Copy the full SHA 6d8e174View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8d421f - Browse repository at this point
Copy the full SHA b8d421fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0427409 - Browse repository at this point
Copy the full SHA 0427409View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8534770 - Browse repository at this point
Copy the full SHA 8534770View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5a4941 - Browse repository at this point
Copy the full SHA b5a4941View commit details -
Configuration menu - View commit details
-
Copy full SHA for 846a588 - Browse repository at this point
Copy the full SHA 846a588View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b48ab2 - Browse repository at this point
Copy the full SHA 4b48ab2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05521af - Browse repository at this point
Copy the full SHA 05521afView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad9959e - Browse repository at this point
Copy the full SHA ad9959eView commit details
Commits on Sep 29, 2017
-
Configuration menu - View commit details
-
Copy full SHA for c258ac2 - Browse repository at this point
Copy the full SHA c258ac2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42bd1e3 - Browse repository at this point
Copy the full SHA 42bd1e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a12445 - Browse repository at this point
Copy the full SHA 7a12445View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7aaa01f - Browse repository at this point
Copy the full SHA 7aaa01fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c994b16 - Browse repository at this point
Copy the full SHA c994b16View commit details
Commits on Oct 2, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 643ae3a - Browse repository at this point
Copy the full SHA 643ae3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee93eab - Browse repository at this point
Copy the full SHA ee93eabView commit details
Commits on Oct 3, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 57331fe - Browse repository at this point
Copy the full SHA 57331feView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc9d267 - Browse repository at this point
Copy the full SHA cc9d267View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75e3b1b - Browse repository at this point
Copy the full SHA 75e3b1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0ee41b - Browse repository at this point
Copy the full SHA c0ee41bView commit details -
Configuration menu - View commit details
-
Copy full SHA for edb64da - Browse repository at this point
Copy the full SHA edb64daView commit details -
Configuration menu - View commit details
-
Copy full SHA for e5d2d2f - Browse repository at this point
Copy the full SHA e5d2d2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fd5ebb - Browse repository at this point
Copy the full SHA 1fd5ebbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0dd81d3 - Browse repository at this point
Copy the full SHA 0dd81d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc59789 - Browse repository at this point
Copy the full SHA cc59789View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33b40ba - Browse repository at this point
Copy the full SHA 33b40baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 425c947 - Browse repository at this point
Copy the full SHA 425c947View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d52ac5 - Browse repository at this point
Copy the full SHA 4d52ac5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a926cc - Browse repository at this point
Copy the full SHA 4a926ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab2e5c9 - Browse repository at this point
Copy the full SHA ab2e5c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0005ee0 - Browse repository at this point
Copy the full SHA 0005ee0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad1a4aa - Browse repository at this point
Copy the full SHA ad1a4aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 83834fa - Browse repository at this point
Copy the full SHA 83834faView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1512fe - Browse repository at this point
Copy the full SHA b1512feView commit details -
Merge branch 'v5-example-updates' of github.com:bugsnag/bugsnag-ruby …
…into v5-example-updates
Configuration menu - View commit details
-
Copy full SHA for 2342d8d - Browse repository at this point
Copy the full SHA 2342d8dView commit details
Commits on Oct 6, 2017
-
Configuration menu - View commit details
-
Copy full SHA for f61f948 - Browse repository at this point
Copy the full SHA f61f948View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91d860a - Browse repository at this point
Copy the full SHA 91d860aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 54775b0 - Browse repository at this point
Copy the full SHA 54775b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f6e503 - Browse repository at this point
Copy the full SHA 3f6e503View commit details
Commits on Oct 11, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a9a3b4e - Browse repository at this point
Copy the full SHA a9a3b4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a344910 - Browse repository at this point
Copy the full SHA a344910View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64bf8c7 - Browse repository at this point
Copy the full SHA 64bf8c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ca6a9c - Browse repository at this point
Copy the full SHA 4ca6a9cView commit details
Commits on Oct 12, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 25b1942 - Browse repository at this point
Copy the full SHA 25b1942View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85db76c - Browse repository at this point
Copy the full SHA 85db76cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b587d42 - Browse repository at this point
Copy the full SHA b587d42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38f2571 - Browse repository at this point
Copy the full SHA 38f2571View commit details
Commits on Oct 26, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 35d540e - Browse repository at this point
Copy the full SHA 35d540eView commit details