summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
* resolve all instances of no-undef eslint rule violationsclean-no-undefMike Greiling2016-12-1471-93/+249
* expand remaining non-explicit eslint-disable blocks and factor out globals wh...Mike Greiling2016-12-1374-93/+279
* Merge branch '25518-uniquely-style-labels' into 'master' Fatih Acet2016-12-133-1/+4
|\
| * added border-radius and padding to labels25518-uniquely-style-labelsDimitrie Hoekstra2016-12-133-1/+4
* | Merge branch 'dz-nested-group-improvements-2' into 'master' Sean McGivern2016-12-131-3/+4
|\ \
| * | Rename Routable.where_paths_in to Routable.where_full_path_indz-nested-group-improvements-2Dmitriy Zaporozhets2016-12-111-3/+3
| * | Validate presence of route by Routable concernDmitriy Zaporozhets2016-12-111-0/+1
* | | Merge branch '3478-copy-commit-hash-to-clipboard' into 'master' Sean McGivern2016-12-134-16/+8
|\ \ \
| * | | Tweak style and add back wordingvictorwu2016-12-121-1/+2
| * | | Clean up commit copy to clipboard and make consistentvictorwu2016-12-124-15/+6
| | |/ | |/|
* | | Merge branch '24949-view-2-up-swipe-onion-skin-controls-for-merge-request-dif...Fatih Acet2016-12-133-4/+7
|\ \ \
| * | | Instantiate ImageFile for diff-files in Diff24949-view-2-up-swipe-onion-skin-controls-for-merge-request-diff-containing-an-imageLuke "Jared" Bennett2016-12-043-4/+7
* | | | Merge branch 'issue_13270' into 'master' Sean McGivern2016-12-131-1/+8
|\ \ \ \
| * | | | Allow to delete tag release noteissue_13270Felipe Artur2016-12-121-1/+8
* | | | | 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 '25286-customer-label-doesn-t-autocomplete-correctly' into 'mast...Alfredo Sumaran2016-12-121-10/+11
|\ \ \ \ \ \
| * | | | | | Added special char test to the default beforeInsert callback. I removed the q...25286-customer-label-doesn-t-autocomplete-correctlyLuke "Jared" Bennett2016-12-081-10/+11
| | |_|/ / / | |/| | | |
* | | | | | Merge branch '19550-fix-contributer-graph-duplicates' into 'master' Alfredo Sumaran2016-12-121-4/+7
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | normalize author email so we can treat it as case insensitiveMike Greiling2016-12-101-4/+7
| | |_|_|/ | |/| | |
* | | | | 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-1215-119/+161
|\ \ \ \ \
| * | | | | rename snippets_path helper due to conflict19990-update-snippets-page-designMike Greiling2016-12-102-5/+5
| * | | | | use Snippet.none in favor of nil to allow chainingMike Greiling2016-12-101-1/+1
| * | | | | implement snippets_scope_menu partial to reduce code duplicationMike Greiling2016-12-104-53/+45
| * | | | | refactor duplicate code into a by_scope methodMike Greiling2016-12-101-35/+19
| * | | | | move snippet edited timeago under the snippet titleMike Greiling2016-12-102-8/+14
| * | | | | 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-102-13/+20
| * | | | | 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-103-7/+52
| * | | | | 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 'grapify-service-api' into 'master' Rémy Coutable2016-12-125-15/+18
|\ \ \ \ \
| * | | | | Grapify the service APIRobert Schilling2016-12-095-15/+18
* | | | | | Merge branch '25429-fix-awkward-wording-in-cherry-pick-and-revert-errors' int...Alfredo Sumaran2016-12-122-6/+5
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | 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
| * | | | | fix awkward verb conjugation in cherry-pick and revert errorsMike Greiling2016-12-101-1/+1
| * | | | | remove unnecessary nonce idMike Greiling2016-12-101-3/+2
| * | | | | fix broken string interpolationMike Greiling2016-12-101-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch '25483-broken-tabs' into 'master' Fatih Acet2016-12-125-9/+12
|\ \ \ \ \