04 Nov, 2015
3 commits
15 Oct, 2015
1 commit
12 Oct, 2015
1 commit
01 Sep, 2015
1 commit
-
In the past users could only follow apps if an admin did it for them. But now users can follow and unfollow any apps. Following an app is no longer like a permission to view that app.
11 Jan, 2015
1 commit
26 Dec, 2014
1 commit
21 Dec, 2014
1 commit
20 Dec, 2014
1 commit
31 Aug, 2014
1 commit
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
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
20 Aug, 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
29 Oct, 2012
1 commit
28 Oct, 2012
1 commit
03 Jun, 2012
2 commits
-
It fixes ActionView::Template::Error (undefined method `>' for nil:NilClass) error. This error was showing when there is only one app was present. In AppsController when we were trying to sort our apps and if apps.count == 1 the sort method actually doesn't call block so we had empty @unresolved_counts, @problem_counts assigns.
05 Jan, 2012
1 commit
29 Nov, 2011
1 commit
19 Oct, 2011
1 commit
26 Sep, 2011
1 commit
-
…les, fixed whitespace, upgraded RSpec to 2.6.0 Conflicts: app/helpers/errs_helper.rb app/mailers/mailer.rb app/models/notice.rb app/views/errs/_table.html.haml app/views/errs/show.html.haml app/views/notices/_summary.html.haml spec/models/issue_trackers/redmine_tracker_spec.rb spec/views/errs/show.html.haml_spec.rb
05 Sep, 2011
1 commit
27 Aug, 2011
2 commits
-
…. (We needed to set up 10+ apps using the same issue tracker and watcher email). Works great, and is tested, but I wouldn't mind some help on the UI.
-
…issue tracker models. This not only keeps the view DRY, but also streamlines the process of creating new issue trackers. Next step is to write a rails generator so that we can run 'rails generate issue_tracker NewIssueTracker'. Also, this commit contains a fix for the apps/edit page, where issue trackers were not being saved correctly.
18 Aug, 2011
2 commits
-
…t, I'm not getting paid at all!
15 Aug, 2011
1 commit
13 Aug, 2011
1 commit
12 Aug, 2011
2 commits