21 Dec, 2015
3 commits
-
Refs #984 ensure fingerprinter updates on apps
20 Dec, 2015
2 commits
-
Use Ruby 2.2.4 by default for Heroku deployment
18 Dec, 2015
2 commits
-
Update gem uglifier in order to avoid security vuln as reported by gemnasium
17 Dec, 2015
1 commit
-
According to @zefer, the notifier can be passed in the context hash as well as the top level when creating a notice through the JSON api. https://github.com/airbrake/airbrake-js/pull/174#issuecomment-164918928
16 Dec, 2015
1 commit
15 Dec, 2015
3 commits
-
Update Nokogiri to address multiple CVEs
-
CVE-less unclosed comment uninitialized access issue CVE-2015-1819 CVE-2015-7941_1 CVE-2015-7941_2 CVE-2015-7942 CVE-2015-7942-2 CVE-2015-8035 CVE-2015-7995
10 Dec, 2015
2 commits
-
Refs #1001 truncate long messages on cache
-
Long messages need to be truncated so that Errbit will not try to cache messages that are too long on Problem records because the mongo text index will complain if the text is too long. Also, it's a good idea to have these kinds of limits in general.
07 Dec, 2015
2 commits
-
Disable user validation when reset password
05 Dec, 2015
1 commit
01 Dec, 2015
1 commit
24 Nov, 2015
1 commit
23 Nov, 2015
1 commit
-
add unicorn worker killer
22 Nov, 2015
1 commit
15 Nov, 2015
18 commits
-
Rubocop: whittling down the TODO list
-
By returning early the flow is hoped to be a bit clearer.
-
Based on https://github.com/bbatsov/ruby-style-guide#no-nested-conditionals This handles a few of the cases.
-
Based on https://github.com/bbatsov/ruby-style-guide#single-line-blocks
-
With the old order the test_queue files could not be found. Also fixing a Mongoid deprecation where .session is now .client
-
Keep CVE-based file names for easy finding.
-
Should make it less confusing what belongs where
-
This gains a bit of consistency and ease of updating these values, at the cost of a bit of readability. I find this new version perfectly readable, personally.
-
This unfolds a bit of nesting, hoping the new version is plenty readable
12 Nov, 2015
1 commit