13 Feb, 2015
1 commit
-
Refs #785 add md and txt issue tracker templates
12 Feb, 2015
2 commits
-
Actually, using "native" integers works too, and seems simpler.
-
The user's organization ids are converted to String, but the configuration value `Errbit::Config.github_org_id` is always an Integer. They can't possibly match. By converting the config's value to a String, it works. There might be a better solution by using Integers all the way,
09 Feb, 2015
1 commit
26 Jan, 2015
1 commit
21 Jan, 2015
2 commits
-
I've also did some other minor changes: * Move json payload to fixture file * Add status code to error cases in controller * Move v3 api route outside of api namespace. I've some problems with making this work in tests. * Fix issue with custom exception class
-
Also I've added additional spec for requests with api_key set to nil.
18 Jan, 2015
1 commit
-
This will allow to capture errors send by airbrake-js.
01 Jan, 2015
1 commit
27 Dec, 2014
2 commits
26 Dec, 2014
2 commits
21 Dec, 2014
1 commit
20 Dec, 2014
1 commit
14 Nov, 2014
1 commit
-
Conflicts: Gemfile.lock
17 Jun, 2014
2 commits
-
Add notices to show action
-
This commit backs out the nesting of the error and notices as this would be better placed in an error or notices route.
15 Jun, 2014
1 commit
-
If there is no problem for the requested id the api will now correctly return a 404 status.
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
12 Jun, 2014
1 commit
11 Jun, 2014
1 commit
12 May, 2014
1 commit
09 May, 2014
1 commit
-
This allows a problem id to be passed to the problem api and only information for that problem will be returned.
22 Mar, 2014
1 commit
21 Mar, 2014
1 commit
26 Feb, 2014
2 commits
19 Feb, 2014
1 commit
-
Give admins the ability to destroy all problems associated with an app
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
02 Feb, 2014
2 commits
22 Jan, 2014
1 commit
10 Dec, 2013
1 commit
09 Dec, 2013
1 commit
-
….io/kb/ios/app-versions
06 Dec, 2013
1 commit
-
…his amount. filtering only happens if both min_app_version and app-version are set.
04 Dec, 2013
3 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
13 Nov, 2013
1 commit