30 Aug, 2014
1 commit
13 Jun, 2014
1 commit
-
Conflicts: Gemfile Gemfile.lock app/controllers/apps_controller.rb app/models/issue_trackers/github_issues_tracker.rb app/views/apps/_fields.html.haml app/views/apps/edit.html.haml spec/models/issue_trackers/github_issues_tracker_spec.rb
11 Jun, 2014
2 commits
14 Feb, 2014
1 commit
-
Conflicts: Gemfile Gemfile.lock app/models/issue_trackers/github_issues_tracker.rb app/models/issue_trackers/redmine_tracker.rb spec/models/issue_trackers/redmine_tracker_spec.rb
22 Jan, 2014
1 commit
10 Dec, 2013
1 commit
04 Dec, 2013
2 commits
-
This new system can avoid having all dependencies in Errbit directly. Now if you want new issue tracker you need add it. Not delete it like previous. This work is in progress actually
-
* avoid a filter to parse IssueTracker params * Add acceptance test with phantomjs to be sure the Apps editing works fine with IssueTracker * Add IssueTrackers::None the IssueTracker configure doing nothing
30 Nov, 2013
1 commit
03 Oct, 2013
1 commit
-
Now the api_key of app can be regenerate. In previous this api-key can't be regenerate by the web front. To regenerate this api_key you need go to the edit app page. See #547
17 Sep, 2013
1 commit
16 Sep, 2013
1 commit
-
Conflicts: app/views/apps/show.html.haml
20 Aug, 2013
1 commit
31 Jul, 2013
1 commit
23 Jul, 2013
2 commits
-
spec/controllers
17 Jul, 2013
1 commit
-
* Stop using inherited_resources and only decent_exposure * Use decent_exposure when it's possible * Extract some translation
15 Jul, 2013
2 commits
-
Extract some instance variable in DecentExposure extract same usage of params in ProblemController and AppController
02 Jul, 2013
2 commits
-
Extract the filter `find_problem` in decent_exposure to get this problem
-
1) Limit some before_filter using the expose system 2) Extract some view test in view spec instead of controller spec
06 Jun, 2013
1 commit
-
Fix #456
05 Jun, 2013
1 commit
-
* Extract in UserDestroy the user destroy system with callback * Avoid delete himself * little refactor on rspec to be more rspec compiliant
04 Jun, 2013
1 commit
19 May, 2013
2 commits
-
The API received notice return a 500 if no all params are pass. Now return a 400 and information about args needed Fix #393
-
Use Nokogiri to parse XML and see if it's valid XML
06 May, 2013
4 commits
-
Extract all concern about this call to his own class and move test to this class
-
When a notice is do with an invalid api_key the return is a 404 HTTP code and no explain about what really happen. Now if you try post a notice with a bad API_KEY, errbit return a 422 HTTP status code, like doing by airbrake. see #472
-
Add some test with notice send with empty backtrace Add some test directly in the ErrorReport model
21 Mar, 2013
2 commits
-
Notice API: properly transform <var> tags
-
<var> tags with blank values were ending up completely wrong in the resulting hash. This: (a user with a blank name) <var key="user"> <var key="id">123</var> <var key="name"/> </var> Gets parsed by hoptoad_notifier into this: { 'key' => 'user', 'var' => [{ 'key' => 'id', '__content__' => '123' },{ 'key' => 'name' }] } Which when passed through the "rekey" method, ended up like this: { 'user' => { 'id' => '123', 'key' => 'name' # bad and wrong } } Now, after these changes, it correctly comes through as: { 'user' => { 'id' => '123', 'name' => nil # much better! } }
13 Mar, 2013
1 commit
12 Mar, 2013
1 commit
08 Mar, 2013
1 commit
-
Previously, creating a user without a github login would result in user.github_login == '' instead of nil. This prevented creating more than one user without a github login because of the unique index on the field.
14 Feb, 2013
1 commit
11 Jan, 2013
1 commit
15 Nov, 2012
1 commit
05 Nov, 2012
1 commit