23 Dec, 2014
1 commit
21 Dec, 2014
1 commit
20 Dec, 2014
2 commits
14 Nov, 2014
2 commits
-
Conflicts: Gemfile.lock
04 Nov, 2014
1 commit
-
Removing duplication by rendering problems/search partial.
31 Aug, 2014
1 commit
-
Allow app to start w/o ERRBIT_EMAIL_FROM
22 Aug, 2014
1 commit
14 Aug, 2014
1 commit
23 Jul, 2014
1 commit
21 Jul, 2014
1 commit
-
Dokku mongodb plugin compatibility https://github.com/jeffutter/dokku-mongodb-plugin
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
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.
15 Apr, 2014
1 commit
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
10 Feb, 2014
1 commit
-
Support GitHub Enterprise repository links
08 Feb, 2014
1 commit
05 Feb, 2014
1 commit
-
Let companies or groups that run their own GitHub Enterprise installs be able to link their own repositories. That's the case with our company and we can't easily link the internal repositories.
02 Feb, 2014
1 commit
22 Jan, 2014
1 commit
21 Jan, 2014
1 commit
-
github repository is not working with http
17 Dec, 2013
1 commit
-
…eme. That commit resolves that issue
11 Dec, 2013
1 commit
-
This allows errbit to generate correct links in notifications when errbit is served over a non-standard port.
04 Dec, 2013
2 commits
-
* 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
03 Dec, 2013
1 commit
-
the JS can use either
22 Nov, 2013
1 commit
-
"Seriously?" Seriously? Replace these resolve/delete confirmations with ...
20 Nov, 2013
1 commit
06 Nov, 2013
1 commit
19 Oct, 2013
3 commits
-
Use get/post instead of match on routes
17 Oct, 2013
1 commit
14 Oct, 2013
3 commits
-
Update devise to 3.1.1, and remove token_authenticatable module
-
This case is need to avoid failure on rake assets:precompile if no ENV are define like in heroku See #461
12 Oct, 2013
1 commit
-
Add capabilities to addmin to regenerate the API key of his app
11 Oct, 2013
1 commit
-
Rails 4 and Mongoid 4 dont have Observers anymore, so we should remove them to make easier future migrations