07 Jan, 2015
2 commits
05 Jan, 2015
1 commit
-
Support Ruby 2.2.0
01 Jan, 2015
2 commits
31 Dec, 2014
3 commits
28 Dec, 2014
1 commit
23 Dec, 2014
2 commits
20 Dec, 2014
3 commits
17 Dec, 2014
1 commit
-
This reverts commit b966b8827e3da7517a721fdc821bbcf6936b0fb1.
02 Dec, 2014
1 commit
18 Nov, 2014
2 commits
-
Extract all Issue Tracker in gems
14 Nov, 2014
2 commits
-
Conflicts: Gemfile.lock
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
30 Aug, 2014
2 commits
22 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
07 May, 2014
2 commits
-
Those gems are specific to ruby version, and only used when debugging the app, so they dont need to be installed everytime
-
For CVE-2014-0130
19 Feb, 2014
1 commit
-
To pick up recent security fixes (CVE-2014-0080, 0081, 0082).
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
09 Feb, 2014
1 commit
-
One breaking change was how to get the urls of objects from the github objects. The only place we used this has been updated.
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