- 12 Oct, 2012 4 commits
-
-
jozefvaclavik authored
Also (I think) I found few mistakes with snippets requests.
-
jozefvaclavik authored
Added documentation for getting project hook and editing project hook.
-
jozefvaclavik authored
-
jozefvaclavik authored
Added methods for listing one project hook and editing hooks. GET /project/:id/hooks/:hook_id PUT /project/:id/hooks/:hook_id
-
- 11 Oct, 2012 4 commits
-
-
Dmitriy Zaporozhets authored
Separate observing of Note and MergeRequests
-
Robb Kidd authored
-
Valeriy Sizov authored
-
Valeriy Sizov authored
Milestone "All Issues" filter
-
- 10 Oct, 2012 18 commits
-
-
Robb Kidd authored
* Move is_assigned? and is_being_xx? methods to IssueCommonality This is behavior merge requests have in common with issues. Moved methods to IssueCommonality role. Put specs directly into merge_request_spec because setup differs for issues and MRs specifically in the "closed" factory to use. * Add MergeRequestObserver. Parallels IssueObserver in almost every way. Ripe for refactoring. * Rename MailerObserver to NoteObserver With merge request observing moved out of MailerObserver, all that was left was Note logic. Renamed to NoteObserver, added tests and updated application config for new observer names. Refactored NoteObserver to use the note's author and not rely on current_user. * Set current_user for MergeRequestObserver IssueObserver and MergeRequestObserver are the only observers that need a reference to the current_user that they cannot look up on the objects they are observing.
-
Robert Speicher authored
Closes #1167
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
Progress on #1167
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Mix commit notes with merge request notes on MR show page
-
Dmitriy Zaporozhets authored
Postgresql
-
Riyad Preukschas authored
-
Riyad Preukschas authored
-
Riyad Preukschas authored
-
Andrey Kumanyaev authored
-
Andrey Kumanyaev authored
-
Andrey Kumanyaev authored
-
Dmitriy Zaporozhets authored
Show numer of notes for commits and merge requests
-
Dmitriy Zaporozhets authored
Cleanup auto-completion and add it to all GFM inputs
-
Dmitriy Zaporozhets authored
Fix forward/back while browsing Tree hierarchy
-
- 09 Oct, 2012 14 commits
-
-
Andrey Kumanyaev authored
-
Andrey Kumanyaev authored
-
Andrey Kumanyaev authored
-
Riyad Preukschas authored
-
Riyad Preukschas authored
-
Riyad Preukschas authored
-
Riyad Preukschas authored
* static initialization and setup moved to assets * per request initialization moved to layout partial
-
Riyad Preukschas authored
-
Robert Speicher authored
-
Robert Speicher authored
Closes #1578
-
Riyad Preukschas authored
-
randx authored
-
randx authored
-
Dmitriy Zaporozhets authored
Improve completion of emoji and team members
-