summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | test updatesPhil Hughes2017-11-101-1/+1
| * | | | | | | | Added tests to multi-file Vuex storePhil Hughes2017-11-101-4/+4
| |/ / / / / / /
* | | | | | | | Export text utils as ES6 modulesFilipa Lacerda2017-11-1317-206/+227
* | | | | | | | Merge branch '39564-clear-filter-on-gitlab-dropdown-open' into 'master'Tim Zallmann2017-11-121-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Change fix, instead of hacking in a filter clear every time, fix the root cau...39564-clear-filter-on-gitlab-dropdown-openLuke "Jared" Bennett2017-11-071-3/+1
| * | | | | | | Run filter method for filterable gl_dropdown instancesLuke "Jared" Bennett2017-11-061-0/+2
* | | | | | | | Merge branch 'fix-502-mrs-with-lots-of-versions' into 'master'Yorick Peterse2017-11-101-1/+13
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix another timeout when searching for pipelinesSean McGivern2017-11-101-1/+13
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'issue_39773_be' into 'master'Sean McGivern2017-11-101-11/+16
|\ \ \ \ \ \ \ \
| * | | | | | | | Prevent fast forward merge when rebase is requiredissue_39773_beFelipe Artur2017-11-101-11/+16
| |/ / / / / / /
* | | | | | | | Prepare Repository#fetch_source_branch for migrationJacob Vosmaer (GitLab)2017-11-101-0/+4
|/ / / / / / /
* | | | | | | Merge branch 'cleanup-issues-schema' into 'master'Sean McGivern2017-11-101-1/+0
|\ \ \ \ \ \ \
| * | | | | | | Clean up schema of the "issues" tablecleanup-issues-schemaYorick Peterse2017-11-091-1/+0
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch '32059-fix-oauth-phishing' into 'master'Douwe Maan2017-11-104-6/+35
|\ \ \ \ \ \ \
| * | | | | | | Merge branch '32059-fix-oauth-phishing' into 'security-10-1'Douwe Maan2017-11-104-6/+35
* | | | | | | | Merge branch 'tz-no-cdn-for-svg-sprites' into 'master'Douwe Maan2017-11-101-1/+8
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Fixed Function + Test based on MRTim Zallmann2017-11-091-3/+2
| * | | | | | | Icon Sprite URL is also local even if asset_host is setTim Zallmann2017-11-091-1/+9
| |/ / / / / /
* | | | | | | Merge branch 'disable-issue-action-button-if-isSubmitting' into 'master'Fatih Acet2017-11-091-1/+2
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Disable issue action button whilst submitting and testdisable-issue-action-button-if-isSubmittingLuke "Jared" Bennett2017-11-061-1/+2
| | |/ / / / | |/| | | |
* | | | | | Merge branch '37920-improve-breadcrumbs-clipping' into 'master'Tim Zallmann2017-11-091-4/+18
|\ \ \ \ \ \
| * | | | | | Dynamically truncate breadcrumbs37920-improve-breadcrumbs-clippingAnnabel Dunstone Gray2017-11-081-3/+14
| * | | | | | Remove max-width on desktopAnnabel Dunstone Gray2017-11-081-1/+4
| | |/ / / / | |/| | | |
* | | | | | Always return full avatar URL for private/internal groups/projects when asset...Douwe Maan2017-11-091-7/+18
* | | | | | Merge branch 'fix-todos-last-page' into 'master'Rémy Coutable2017-11-091-1/+1
|\ \ \ \ \ \
| * | | | | | Fix access to the final page of todosSean McGivern2017-11-091-1/+1
| |/ / / / /
* | | | | | Enables scroll to bottom once user has scrolled back to bottom in job logFilipa Lacerda2017-11-091-26/+24
* | | | | | Revert "add metrics tagging to the sidekiq middleware"39958-updatemergerequestsworker-are-failing-on-metric-taggingmicael.bergeron2017-11-081-9/+0
|/ / / / /
* | | | | Fix Error 500 when pushing LFS objects with a write deploy keyStan Hu2017-11-081-1/+2
* | | | | Merge branch 'dm-notes-for-commit-id' into 'master'Rémy Coutable2017-11-088-27/+8
|\ \ \ \ \
| * | | | | Use Commit#notes and Note.for_commit_id when possible to make sure we use all...dm-notes-for-commit-idDouwe Maan2017-11-088-27/+8
* | | | | | Resolve "Merge request widget - CI information has different margins"Filipa Lacerda2017-11-084-92/+109
* | | | | | Merge branch 'github-importer-refactor' into 'master'Douwe Maan2017-11-0823-15/+670
|\ \ \ \ \ \
| * | | | | | Replace old GH importer with the parallel importergithub-importer-refactorYorick Peterse2017-11-071-4/+4
| * | | | | | Rewrite the GitHub importer from scratchYorick Peterse2017-11-0723-6/+661
| * | | | | | Refactor User.find_by_any_emailYorick Peterse2017-11-071-9/+9
* | | | | | | Merge branch 'jivl-add-missing-strings-tag-page' into 'master'Tim Zallmann2017-11-081-3/+3
|\ \ \ \ \ \ \
| * | | | | | | Added missing strings to prepare the tags page for internationalizationjivl-add-missing-strings-tag-pageJose Ivan Vargas2017-11-071-3/+3
* | | | | | | | Merge branch 'feature-change-signout-route' into 'master'Douwe Maan2017-11-081-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Change Sign Out route from a DELETE to a GETJoe Marty2017-11-061-1/+1
* | | | | | | | | Merge branch 'tc-delete-merged-protected-tags-fix' into 'master'Douwe Maan2017-11-081-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | When deleting merged branches, ignore protected tagstc-delete-merged-protected-tags-fixToon Claes2017-11-071-1/+1
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge branch '37824-many-branches-lock-server' into 'master'Annabel Dunstone Gray2017-11-076-24/+81
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | Remove truncate mixinAnnabel Dunstone Gray2017-11-071-1/+0
| * | | | | | | | Change cursor to pointer on hovertauriedavis2017-11-071-0/+1
| * | | | | | | | Simplify design for no tags, branchestauriedavis2017-11-071-17/+4
| * | | | | | | | Addresses frontend comments.37824-many-branches-lock-serverMayra Cabrera2017-11-071-6/+6
| * | | | | | | | Ensure enough space between branch linksMayra Cabrera2017-11-072-1/+5
| * | | | | | | | Update CSS to use flexbox for branch and tag labelskushalpandya2017-11-071-8/+8
| * | | | | | | | Address discussions on the MEMayra Cabrera2017-11-073-7/+7