23 Oct, 2014
1 commit
17 Oct, 2014
1 commit
10 Oct, 2014
3 commits
-
…eatures/extract_issue_tracker Conflicts: Gemfile
26 Sep, 2014
1 commit
08 Sep, 2014
1 commit
05 Sep, 2014
1 commit
31 Aug, 2014
1 commit
30 Aug, 2014
2 commits
13 Jun, 2014
4 commits
-
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
-
have only one 'create issue' button
-
delegate tracker url
-
Features/extract issue tracker merge master
12 Jun, 2014
2 commits
-
Looks good. Thanks for your contribution.
11 Jun, 2014
2 commits
22 May, 2014
2 commits
-
Add to curl to summary
21 May, 2014
2 commits
07 May, 2014
3 commits
-
Those gems are specific to ruby version, and only used when debugging the app, so they dont need to be installed everytime
-
Bump Rails version to 3.2.18 for security fixes.
-
For CVE-2014-0130
30 Apr, 2014
1 commit
-
Slack integration
25 Apr, 2014
1 commit
-
ADD allow js client to add filters
23 Apr, 2014
1 commit
-
A new `Airbrake.addFilter( callback )` method has been added. Before sending any error, notifier.js will try each provided callback, passing error data as parameter. If any returns false, error won't be sent to errbit. This allows users to define fine grain filters for their javascript exceptions, like filtering out any error on scripts not coming from their domain : Airbrake.addFilter( function( error ){ return error.request_url.match( /^https?:\/\/my\.domain\.com\// ) });
19 Apr, 2014
1 commit
18 Apr, 2014
2 commits
15 Apr, 2014
2 commits
-
Typo in English translation file.
14 Apr, 2014
4 commits
-
Signed-off-by: Arthur Neves <arthurnn@gmail.com>
-
Fixed password reset token not working for Devise in current Errbit build.
10 Apr, 2014
1 commit
05 Apr, 2014
1 commit
-
[skip ci]