23 Oct, 2015
1 commit
-
Rubocop: consistent access modifier indentation
20 Oct, 2015
2 commits
-
This reverts commit 644116d884df846f633ee0d213fab94138e80465.
-
This is a tough call, both the Rails style (with private/protected) methods indented one level under the keyword, and other places using the standard ruby don't modify identation for access level. I think this strikes a good balance while still being readable. s
15 Oct, 2015
2 commits
-
Tiny addition to overall consistency
12 Oct, 2015
5 commits
-
That's what the majority of the codebase is using, so following that
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.
21 Aug, 2015
1 commit
10 Apr, 2015
1 commit
01 Jan, 2015
1 commit
20 Dec, 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
12 Jun, 2014
1 commit
11 Jun, 2014
1 commit
26 Feb, 2014
2 commits
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
31 Oct, 2013
1 commit
-
Using the scope on apps controller will yield lots of queries, so we need to call .to_a
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
17 Jul, 2013
1 commit
-
* Stop using inherited_resources and only decent_exposure * Use decent_exposure when it's possible * Extract some translation
15 Jul, 2013
1 commit
-
Extract some instance variable in DecentExposure extract same usage of params in ProblemController and AppController
12 Feb, 2013
1 commit
28 Oct, 2012
3 commits
10 Aug, 2012
1 commit
07 Aug, 2012
1 commit
04 Jun, 2012
3 commits
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.
04 Jan, 2012
1 commit
19 Oct, 2011
1 commit