summaryrefslogtreecommitdiff
path: root/app/models
Commit message (Expand)AuthorAgeFilesLines
* Allow to create new branch and empty WIP merge request from issue pageAlfredo Sumaran2017-05-041-0/+8
* Merge branch '31671-merge-request-message-contains-carriage-returns' into 'ma...Douwe Maan2017-05-031-19/+23
|\
| * removes the possibility of commit messages having carriage returnsTiago Botelho2017-05-031-19/+23
* | Merge branch 'dm-link-discussion-to-outdated-diff' into 'master' Sean McGivern2017-05-037-23/+67
|\ \
| * | Allow commenting on older versions of the diff and comparisons between diff v...dm-link-discussion-to-outdated-diffDouwe Maan2017-05-037-23/+67
* | | Merge branch 'dm-blob-external-storage' into 'master' Sean McGivern2017-05-034-50/+85
|\ \ \
| * | | Refactor Blob support of external storage in preparation of job artifact blobsdm-blob-external-storageDouwe Maan2017-05-034-50/+85
| |/ /
* | | Include missing project attributes to Import/ExportJames Lopez2017-05-031-0/+15
|/ /
* | Merge branch '30272-bvl-reject-more-namespaces' into 'master' Douwe Maan2017-05-024-5/+13
|\ \
| * | Refresh the markdown cache if it was `nil`Bob Van Landuyt2017-05-021-0/+3
| * | Rename `NamespaceValidator` to `DynamicPathValidator`Bob Van Landuyt2017-05-013-3/+3
| * | Use the namespace validator for validating all pathsBob Van Landuyt2017-05-011-1/+1
| * | Check `has_parent?` for determining validation typeBob Van Landuyt2017-05-011-0/+4
| * | Streamline the path validation in groups & projectsBob Van Landuyt2017-05-011-2/+3
* | | Merge branch 'gitaly-branch-tag-count' into 'master' Sean McGivern2017-05-021-7/+1
|\ \ \
| * | | Cleanupgitaly-branch-tag-countKim "BKC" Carlbäcker2017-04-281-3/+1
| * | | Use Gitaly for getting Branch/Tag countsKim "BKC" Carlbäcker2017-04-281-6/+2
* | | | Merge branch '26488-target-disabled-mr' into 'master' Sean McGivern2017-05-022-0/+15
|\ \ \ \
| * | | | Fix 404 when upstream has disabled merge requestsmhasbini2017-04-272-0/+15
* | | | | Merge branch 'dm-snippet-blob-viewers' into 'master' Sean McGivern2017-05-012-24/+61
|\ \ \ \ \
| * | | | | Use blob viewers for snippetsDouwe Maan2017-04-302-24/+61
| | |_|/ / | |/| | |
* | | | | Merge branch '30586-fix-gitaly-is-ancestor' into 'master' 31611-sketch43-click-opens-new-tab-and-closes-it-quicklySean McGivern2017-05-011-9/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix Gitaly::Commit#is_ancestor30586-fix-gitaly-is-ancestorKim "BKC" Carlbäcker2017-04-281-9/+7
* | | | | Merge branch 'dm-video-viewer' into 'master' Sean McGivern2017-04-282-0/+14
|\ \ \ \ \
| * | | | | Display video blobs in-line like imagesdm-video-viewerDouwe Maan2017-04-282-0/+14
| |/ / / /
* | | | | Merge branch 'dz-improve-add-users-method' into 'master' Douwe Maan2017-04-281-0/+5
|\ \ \ \ \
| * | | | | Collect all users by single query when using Member#add_usersdz-improve-add-users-methodDmitriy Zaporozhets2017-04-281-0/+5
* | | | | | Merge branch '28020-improve-todo-list-when-comes-from-yourself' into 'master' Sean McGivern2017-04-281-0/+12
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Improve text on todo list when the todo action comes from yourselfJacopo2017-04-281-0/+12
* | | | | | Add board_move slash commandAlex Sanford2017-04-281-0/+1
| |_|_|/ / |/| | | |
* | | | | Merge branch 'dm-blob-viewers' into 'master' Tim Zallmann2017-04-2819-58/+383
|\ \ \ \ \
| * | | | | Fix typoDouwe Maan2017-04-271-1/+1
| * | | | | Address feedbackDouwe Maan2017-04-271-9/+12
| * | | | | Explain BlobViewer::Base#render_errorDouwe Maan2017-04-272-0/+16
| * | | | | Explain how viewers are selected from RICH_VIEWERSDouwe Maan2017-04-272-13/+28
| * | | | | Add specsDouwe Maan2017-04-272-5/+5
| * | | | | Small code tweaksDouwe Maan2017-04-271-12/+18
| * | | | | Set BlobViewer::Base.binary instead of .textDouwe Maan2017-04-2712-17/+17
| * | | | | Add BlobViewer::Base#binary? methodDouwe Maan2017-04-272-22/+30
| * | | | | Refactor overriding max sizeDouwe Maan2017-04-273-22/+20
| * | | | | Address feedbackDouwe Maan2017-04-273-9/+8
| * | | | | Add test stubsDouwe Maan2017-04-271-2/+2
| * | | | | Download blob viewer is client-sideDouwe Maan2017-04-272-2/+4
| * | | | | Add rich blob viewersDouwe Maan2017-04-2711-0/+120
| * | | | | Add simple blob viewersDouwe Maan2017-04-275-0/+55
| * | | | | Refactor Blob and add BlobViewer::BaseDouwe Maan2017-04-272-56/+151
| * | | | | Pass project to BlobDouwe Maan2017-04-273-4/+12
| | |/ / / | |/| | |
* | | | | Merge branch 'dm-fix-ghost-user-validation' into 'master' Robert Speicher2017-04-271-1/+3
|\ \ \ \ \
| * | | | | Skip validation when creating internal (ghost, service desk) usersdm-fix-ghost-user-validationDouwe Maan2017-04-261-1/+3
| | |_|/ / | |/| | |
* | | | | Merge branch '31138-improve-test-settings-for-services-in-empty-projects' int...Douwe Maan2017-04-272-2/+2
|\ \ \ \ \ | |_|/ / / |/| | | |