summaryrefslogtreecommitdiff
path: root/app/views
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'siemens/gitlab-ce-fix/subgroup-hide-button' into 'master' Rémy Coutable2017-04-121-1/+1
|\
| * Move permission to create subgroup into GroupPolicyDmitriy Zaporozhets2017-04-111-1/+1
| * fix(subgroups): add verification of group creation capability to subgroup UIFabio Huser2017-03-301-1/+1
* | Merge branch 'dm-outdated-diff-link' into 'master' Sean McGivern2017-04-114-14/+16
|\ \
| * | Statisfy Robertcop and Seancopdm-outdated-diff-linkDouwe Maan2017-04-111-1/+1
| * | Some code tweaksDouwe Maan2017-04-082-2/+4
| * | Fix views after rebaseDouwe Maan2017-04-081-1/+1
| * | Fix specs and make tweaksDouwe Maan2017-04-082-5/+6
| * | Change discussion headline to 'a now outdated portion of the diff'Douwe Maan2017-04-081-4/+3
| * | Add link to diff header tooDouwe Maan2017-04-081-11/+6
| * | Link to outdated diff in older MR version from outdated diff discussionDouwe Maan2017-04-084-9/+14
* | | Merge branch '30636-fix-blame-edit-blob-without-repo-permissions' into 'master' Annabel Dunstone Gray2017-04-112-7/+7
|\ \ \
| * | | Fix edit button on blame page without repo perms30636-fix-blame-edit-blob-without-repo-permissionsEric Eastwood2017-04-102-7/+7
* | | | Merge branch 'signed-out-menu-shortcuts' into 'master' Jacob Schatz2017-04-111-3/+16
|\ \ \ \
| * | | | Added keyboard shortcuts to signed out menusigned-out-menu-shortcutsPhil Hughes2017-04-101-3/+16
* | | | | Merge branch 'mr-widget-bug-fix' into 'master' Stan Hu2017-04-111-1/+1
|\ \ \ \ \
| * | | | | Added tests and fixed a typoJose Ivan Vargas2017-04-101-1/+1
| * | | | | Fix typo on the class merge-when-pipeline_succeedsJose Ivan Vargas2017-04-101-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'fix/gb/improve-container-registry-clipboard-links' into 'master' Kamil Trzciński2017-04-112-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add container registry repositories view specsfix/gb/improve-container-registry-clipboard-linksGrzegorz Bizon2017-04-102-2/+2
| | |/ / | |/| |
* | | | Don't show 'Copy content' button on text files that are not rendered as textDouwe Maan2017-04-107-35/+29
* | | | Merge branch 'document-polling-interval' into 'master' Stan Hu2017-04-101-0/+1
|\ \ \ \
| * | | | Document how polling interval is useddocument-polling-intervalAdam Niedzielski2017-04-101-0/+1
* | | | | Merge branch 'file-view-container' into 'master' Jacob Schatz2017-04-101-3/+3
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Remove limited container on file viewfile-view-containerAnnabel Dunstone Gray2017-04-071-3/+3
* | | | | Merge branch '30676-project-export-email' into 'master' Sean McGivern2017-04-101-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Fix email not being sent after project exportmhasbini2017-04-091-1/+1
| | |/ / | |/| |
* | | | Merge branch 'remove_is_admin' into 'master' Robert Speicher2017-04-091-1/+1
|\ \ \ \
| * | | | Remove the User#is_admin? methodblackst0ne2017-04-091-1/+1
| |/ / /
* | | | Add a name field to the group edit formadd-field-for-group-nameDouglas Lovell2017-04-091-7/+11
|/ / /
* | | Merge branch 'master' into new-resolvable-discussionDouwe Maan2017-04-076-3/+8
|\ \ \
| * \ \ Merge branch 'dm-remove-copy-link-on-blame-page' into 'master' Douwe Maan2017-04-082-3/+4
| |\ \ \ | | |/ / | |/| |
| | * | Rename displaying_blame to blamedm-remove-copy-link-on-blame-pageDouwe Maan2017-04-072-4/+4
| | * | Don't show Copy contents button on Blame pageDouwe Maan2017-04-072-3/+4
| * | | Put back usernames in activity and profile feedAnnabel Dunstone Gray2017-04-074-0/+4
| |/ /
* | | Merge branch 'master' into new-resolvable-discussionLuke "Jared" Bennett2017-04-0716-7/+199
|\ \ \ | |/ /
| * | Merge branch 'dosuken123/gitlab-ce-2989-run-cicd-pipelines-on-a-schedule-idea...Sean McGivern2017-04-073-0/+30
| |\ \
| | * | Fix test failuresKamil Trzcinski2017-04-072-2/+2
| | * | Simplify ifKamil Trzcinski2017-04-071-1/+1
| | * | Update code to remove no longer needed changesKamil Trzcinski2017-04-071-6/+0
| | * | Update tests to cover trigger scheduleKamil Trzcinski2017-04-071-11/+6
| | * | Fix ref referenceKamil Trzcinski2017-04-072-21/+36
| | * | N/A to None. Revert validates from validates_presence_of.Shinya Maeda2017-04-071-1/+1
| | * | Add def trigger_schedule in Trigger. Use persisted? for checling existanceShinya Maeda2017-04-071-1/+1
| | * | Use allow_destroy. Remove condtion from form.haml.Shinya Maeda2017-04-071-5/+2
| | * | Add form for scheduled triggerShinya Maeda2017-04-073-1/+30
| * | | Merge branch '18471-restrict-tag-pushes-protected-tags' into 'master' Douwe Maan2017-04-0713-7/+169
| |\ \ \
| | * | | Show Flash message above Tags list18471-restrict-tag-pushes-protected-tagsKushal Pandya2017-04-071-1/+3
| | * | | Documentation for protected tagsJames Edwards-Jones2017-04-071-3/+3
| | * | | Merge branch 'master' into '18471-restrict-tag-pushes-protected-tags'Kushal Pandya2017-04-0646-171/+241
| | |\ \ \