15 Jan, 2013
2 commits
-
Conflicts: app/assets/stylesheets/sections/notes.scss app/contexts/notes/load_context.rb app/models/project.rb app/observers/note_observer.rb app/roles/votes.rb app/views/commit/show.html.haml app/views/merge_requests/_show.html.haml app/views/merge_requests/diffs.js.haml app/views/merge_requests/show.js.haml app/views/notes/_note.html.haml features/steps/project/project_merge_requests.rb spec/models/note_spec.rb
05 Jan, 2013
1 commit
04 Jan, 2013
1 commit
03 Jan, 2013
1 commit
23 Dec, 2012
1 commit
-
Conflicts: app/assets/stylesheets/main.scss app/models/project.rb app/views/notes/_common_form.html.haml app/views/notes/_per_line_form.html.haml lib/gitlab/markdown.rb spec/models/note_spec.rb
18 Dec, 2012
1 commit
14 Dec, 2012
1 commit
03 Dec, 2012
6 commits
-
* remove length restriction on note * add format validation for line_code
01 Dec, 2012
1 commit
19 Nov, 2012
1 commit
24 Oct, 2012
1 commit
-
Without lambdas, Date.today will be evaluated in the class body. For it to have a running scope of last week etc, it will need to be evaluated each time the scope is called. In Rails 4.0, lambdas will be required for all scopes, so not a bad idea to go ahead and change them all now.
13 Oct, 2012
1 commit
10 Oct, 2012
1 commit
09 Oct, 2012
2 commits
27 Sep, 2012
2 commits
26 Sep, 2012
1 commit
14 Sep, 2012
2 commits
08 Sep, 2012
1 commit
06 Sep, 2012
1 commit
10 Aug, 2012
1 commit
-
Didn't bother with files in db/, config/, or features/
26 Jun, 2012
1 commit
20 Jun, 2012
1 commit
15 May, 2012
1 commit
14 Mar, 2012
1 commit
10 Feb, 2012
1 commit
25 Jan, 2012
1 commit
21 Jan, 2012
1 commit
20 Jan, 2012
1 commit
10 Jan, 2012
1 commit
04 Jan, 2012
1 commit
24 Dec, 2011
1 commit
-
Allows to alert only the commit author when a new note is added on a commit, useful when gitlabhq is used for code reviews, allows less noise with mails...