summaryrefslogtreecommitdiff
path: root/app/views
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into bitbucket-oauth2Valery Sizov2016-12-14102-561/+726
|\
| * Merge branch '25136-last-deployment-link' into 'master' Grzegorz Bizon2016-12-141-2/+1
| |\
| | * Changes after review25136-last-deployment-linkFilipa Lacerda2016-12-071-1/+1
| | * Changes after reviewFilipa Lacerda2016-12-071-1/+1
| | * Fix broken link for latest deploymentFilipa Lacerda2016-12-071-2/+1
| * | Merge branch '3478-copy-commit-hash-to-clipboard' into 'master' Sean McGivern2016-12-132-13/+5
| |\ \
| | * | Tweak style and add back wordingvictorwu2016-12-121-1/+2
| | * | Clean up commit copy to clipboard and make consistentvictorwu2016-12-122-12/+3
| * | | Merge branch '25155-fix-edited-text-in-comments' into 'master' Fatih Acet2016-12-121-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | break comment "edited at" block out of the note-text element to prevent issue...25155-fix-edited-text-in-commentsMike Greiling2016-12-121-1/+1
| * | | Merge branch '25106-hide-issue-mr-button-for-not-loggedin' into 'master' Fatih Acet2016-12-122-5/+6
| |\ \ \
| | * | | removes extra if check25106-hide-issue-mr-button-for-not-loggedinNur Rony2016-12-121-5/+4
| | * | | hides new MR button from not loggedin userNur Rony2016-12-121-2/+3
| | * | | adds check for logged in user in group issuesNur Rony2016-12-121-7/+8
| * | | | Merge branch '19990-update-snippets-page-design' into 'master' Fatih Acet2016-12-1211-93/+106
| |\ \ \ \
| | * | | | rename snippets_path helper due to conflict19990-update-snippets-page-designMike Greiling2016-12-101-4/+4
| | * | | | implement snippets_scope_menu partial to reduce code duplicationMike Greiling2016-12-103-53/+34
| | * | | | move snippet edited timeago under the snippet titleMike Greiling2016-12-101-6/+6
| | * | | | fix snippets reference id in search results (should be $ not #)Mike Greiling2016-12-101-1/+1
| | * | | | conditionally display assoc project info in snippets indexMike Greiling2016-12-104-4/+13
| | * | | | fix failing testsMike Greiling2016-12-101-2/+2
| | * | | | update snippets list designMike Greiling2016-12-101-13/+10
| | * | | | ensure all snippets count badge is accurate for non team membersMike Greiling2016-12-101-1/+4
| | * | | | move project new snippet button into snippet scope navigation headerMike Greiling2016-12-101-27/+31
| | * | | | add scope filters to project snippets pageMike Greiling2016-12-101-0/+27
| | * | | | move new snippet button to main snippet navigation blockMike Greiling2016-12-103-48/+42
| | * | | | remove plus icon in "new snippet" buttonMike Greiling2016-12-101-2/+0
| | * | | | invert snippet action buttonsMike Greiling2016-12-102-4/+4
| | * | | | remove unused class nameMike Greiling2016-12-102-4/+4
| | * | | | update action button order for snippets pageMike Greiling2016-12-102-12/+12
| | |/ / /
| * | | | Merge branch '25429-fix-awkward-wording-in-cherry-pick-and-revert-errors' int...Alfredo Sumaran2016-12-121-5/+4
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | prevent create_merge_request form field helpers from generating an id value25429-fix-awkward-wording-in-cherry-pick-and-revert-errorsMike Greiling2016-12-101-2/+2
| | * | | remove unnecessary nonce idMike Greiling2016-12-101-3/+2
| | * | | fix broken string interpolationMike Greiling2016-12-101-1/+1
| | |/ /
| * | | Fix tests25483-broken-tabsFilipa Lacerda2016-12-123-4/+4
| * | | Fix Pipeline graph disappeared from the builds tab in commits and merge reque...Filipa Lacerda2016-12-121-1/+1
| * | | remove left_align setting from notification setting dropdown in favor of a pu...25510-fix-notifications-dropdown-alignmentMike Greiling2016-12-103-5/+3
| |/ /
| * | Merge branch '25324-change-housekeeping-btn-to-default' into 'master' Alfredo Sumaran2016-12-091-1/+1
| |\ \
| | * | Use default btn styling for Housekeeping button on projects settings pageRyan Harris2016-12-061-1/+1
| * | | Merge branch 'remove-your_email-gsub-in-help-page' into 'master' Sean McGivern2016-12-091-1/+1
| |\ \ \
| | * | | Stop replacing `$your_email` with the user's emailremove-your_email-gsub-in-help-pageRémy Coutable2016-12-091-1/+1
| * | | | Merge branch '23305-leave-project-and-leave-group-should-be-buttons' into 'ma...Jacob Schatz2016-12-093-33/+22
| |\ \ \ \
| | * | | | Removed leave buttons from settings dropdowns23305-leave-project-and-leave-group-should-be-buttonsLuke "Jared" Bennett2016-11-263-33/+22
| * | | | | Merge branch 'members-dropdowns' into 'master' Fatih Acet2016-12-095-4/+40
| |\ \ \ \ \
| | * | | | | Updated JS based on reviewPhil Hughes2016-12-092-2/+20
| | * | | | | Updated members dropdownsPhil Hughes2016-12-073-2/+20
| | | |_|_|/ | | |/| | |
| * | | | | Merge branch '25374-svg-as-prop' into 'master' Fatih Acet2016-12-091-1/+3
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Replace play icon svg logicFilipa Lacerda2016-12-091-1/+3
| * | | | | Merge branch 'fix/milestone-summary' into 'master' Sean McGivern2016-12-091-2/+4
| |\ \ \ \ \
| | * | | | | Displays milestone remaining days only when it's presentDouglas Barbosa Alexandre2016-12-081-2/+4