01 Jun, 2013
2 commits
-
Unfuddle Tracker
-
Rely on pjax rails
31 May, 2013
12 commits
-
In 1.8.7 the Symbol#<=> is not define. We can't sort directly array of Symbol, we need define how we sort it
-
Fix docs filename typo.
-
Not only is "Developper" a misspelling, but it's not what's linked to from the README.
-
Test all factories
-
*viewing occurrence* message is lost on pjax requests without this change. activateTabbedPanels js function?
-
Update Changelog
30 May, 2013
2 commits
-
We need to be up to date with our dependencies. Now it's almost done
-
The ical generation failed in some case like report on #343. Now the ical generation work. fix #343
29 May, 2013
3 commits
27 May, 2013
2 commits
23 May, 2013
3 commits
-
[ ci skip ]
-
Adds a much shorter Redmine Issue template.
-
Confirm actions on index page
22 May, 2013
8 commits
-
All details are present in the errbit app. We do not need to clutter the issue description with the same details.
-
To test the rake db:seeds task require the db/seeds.rb file instead of require 'task' and launch the task. Avoid useless output on test to stubing Kernel.puts
-
The ProblemClearer launch a repair:database to limit the size of mongoDB database. Avoid to do it in test because can take 3s. This commit reduce by 3s the spec suite
-
[ ci skip ]
-
Refactor Problem.merge!
-
* Extract the Problem#merge! in his own class * Extract the update cache system from problem in his own class * Welcome back to the backtrace_line_spec not found by a rspec spec because no end by _spec.rb
21 May, 2013
2 commits
-
README updated; Thoughtbot sold Airbrake in 2011.
-
“Late last year, Airbrake was acquired by the team at Exceptional, inc.” — http://robots.thoughtbot.com/post/17212734809/airbrake-acquired-by-exceptional (February 7, 2012)
19 May, 2013
6 commits
-
[ci skip]
-
The API received notice return a 500 if no all params are pass. Now return a 400 and information about args needed Fix #393
-
[ci skip]
-
Use Nokogiri to parse XML and see if it's valid XML
-
Fix for issue #409: Error on Gravatar helpers when no email is provided
-
We can have a more quick test suite with test-queue. A doc explain how you can use it [ci skip]