01 Jun, 2012
1 commit
06 Jan, 2012
1 commit
03 Jan, 2012
3 commits
02 Jan, 2012
1 commit
28 Nov, 2011
1 commit
30 Sep, 2011
1 commit
29 Sep, 2011
1 commit
27 Sep, 2011
1 commit
26 Sep, 2011
2 commits
-
Conflicts: app/controllers/apps_controller.rb app/models/app.rb app/models/deploy.rb app/models/problem.rb app/views/notices/_backtrace.html.haml app/views/notices/_summary.html.haml public/stylesheets/application.css spec/models/problem_spec.rb
-
…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
11 Sep, 2011
1 commit
09 Sep, 2011
2 commits
-
…back to issue trackers such as redmine. Redmine can now also be configured with 2 projects - one for creating tickets, and one for viewing files. (Some organizations do it this way because of permissions issues)
-
github url, but points to a redmine repo. The format of the link is something like: https://redmine.example.com/projects/my_great_project/repository/revisions/master/entry after that file path and line number are appended. Conflicts: app/views/notices/_backtrace.html.haml
08 Sep, 2011
1 commit
07 Sep, 2011
2 commits
05 Sep, 2011
1 commit
03 Sep, 2011
1 commit
01 Sep, 2011
1 commit
31 Aug, 2011
3 commits
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.
25 Aug, 2011
1 commit
24 Aug, 2011
1 commit
-
In before filter you can simply redirect to halt execution (simplified require_admin!). Extracted creating deploy logic to separate methods for defaut deploy and heroku deploy. Haml views should use haml-style tag declarations: %h3#watchers_toggle not %h3{:id => 'watchers_toggle'}
18 Aug, 2011
5 commits
-
…ke a while to load after you click them.
-
…e icons. Added desaturated 'inactive' icons.
15 Aug, 2011
1 commit
13 Aug, 2011
2 commits
11 Aug, 2011
1 commit
-
Unresolved errors link goes to application page (so I see only errors from selected application). Fixed "no errors" message (now it spreads over whole table columns).
09 Aug, 2011
3 commits
-
Adding users one by one could be a bit tedious for large teams.