summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Dedupe vue versions in yarn.lockupdate-vuejs-dependenciesMike Greiling2018-09-261-13/+2
|
* Upgrade vue-loader from 15.2.4 to 15.4.2Mike Greiling2018-09-262-10/+14
|
* Upgrade vuejs from 2.5.16 to 2.5.17Mike Greiling2018-09-262-3/+14
| | | | | | | https://github.com/vuejs/vue/releases most relevant release notes are in the 2.5.17 beta post: https://github.com/vuejs/vue/releases/tag/v2.5.17-beta.0
* Merge branch 'mk/backport-fix-safe-request-store-test' into 'master'Yorick Peterse2018-09-261-3/+3
|\ | | | | | | | | [CE backport] Fix RequestStore-related EE-only test failure See merge request gitlab-org/gitlab-ce!21915
| * Fix RequestStore-related test failuremk/backport-fix-safe-request-store-testMichael Kozono2018-09-251-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | The test was failing https://gitlab.com/gitlab-org/gitlab-ee/-/jobs/101444126 because https://gitlab.com/gitlab-org/gitlab-ee/blob/a04056efad6639420b469eced5130751a8cf2757/ee/spec/support/request_store.rb which is in EE only, clears the RequestStore before every test, regardless of whether RequestStore is active. This test is unusual because it sets up RequestStore without it being active, to make sure that the tested code doesn’t attempt to use RequestStore. These two unusual facts combined to cause the failure in EE only. The fix works because of the particular order of RSpec hooks in the test lifecycle.
* | Merge branch 'patch-28' into 'master'Achilleas Pipinellis2018-09-261-1/+1
|\ \ | | | | | | | | | | | | uploads.md: Fix incorrect path reference See merge request gitlab-org/gitlab-ce!21901
| * | uploads.md: Fix incorrect path referencePer Lundberg2018-09-251-1/+1
| | |
* | | Merge branch 'frozen-string-app-controllers-much-more' into 'master'Rémy Coutable2018-09-2689-12/+183
|\ \ \ | | | | | | | | | | | | | | | | Enable even more frozen string in app/controllers See merge request gitlab-org/gitlab-ce!21919
| * | | Enable even more frozen string in app/controllersgfyoung2018-09-2589-12/+183
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enables frozen string for some vestigial files as well as the following: * app/controllers/projects/**/*.rb * app/controllers/sherlock/**/*.rb * app/controllers/snippets/**/*.rb * app/controllers/users/**/*.rb Partially addresses #47424.
* | | | Merge branch 'patch-29' into 'master'Rémy Coutable2018-09-261-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Docs: Update deploy token example to use https See merge request gitlab-org/gitlab-ce!21720
| * | | | Update deploy token example to use httpsClayton Carter2018-09-131-1/+1
| | | | |
* | | | | Merge branch 'patch-24' into 'master'Rémy Coutable2018-09-261-1/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | docs: link to repo check failures See merge request gitlab-org/gitlab-ce!21829
| * | | | | docs: link to repo check failuresBen Bodenmiller2018-09-201-1/+2
| | | | | |
* | | | | | Merge branch '51839-remove-sorting-on-project-tags' into 'master'Nick Thomas2018-09-264-10/+13
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Preserve order of project tags list Closes #51839 See merge request gitlab-org/gitlab-ce!21897
| * | | | | | Preserve order of project tags listDennis Tang2018-09-264-10/+13
|/ / / / / /
* | | | | | Merge branch 'fix-gitlab-capitalization-translations-ce' into 'master'Rémy Coutable2018-09-2610-33/+33
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Correct GitLab capitalization in CE Translation files See merge request gitlab-org/gitlab-ce!21832
| * | | | | | Correct GitLab capitalizations in translationsMarcel Amirault2018-09-2010-33/+33
| | | | | | |
* | | | | | | Merge branch '49329-mr-show-commit-details' into 'master'Phil Hughes2018-09-2616-10/+420
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Commit details are not displayed when reviewing an MR commit by commit" See merge request gitlab-org/gitlab-ce!21784
| * | | | | | | Resolve "Commit details are not displayed when reviewing an MR commit by commit"Paul Slaughter2018-09-2616-10/+420
|/ / / / / / /
* | | | | | | Merge branch 'merge-cpp-junit-documentation-update' into 'master'Rémy Coutable2018-09-261-0/+21
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added cpp documentation for junit integration. See merge request gitlab-org/gitlab-ce!21916
| * | | | | | | Added cpp documentation for junit integration. Shaun Burns2018-09-251-0/+21
| | | | | | | |
* | | | | | | | Merge branch 'tc-fix-rails5-subquery-selfjoin' into 'master'Douwe Maan2018-09-261-1/+9
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Work around a bug in Rails 5, where LIMIT causes trouble Closes #51729 See merge request gitlab-org/gitlab-ce!21879
| * | | | | | | | Work around a bug in Rails 5, where LIMIT causes troubletc-fix-rails5-subquery-selfjoinToon Claes2018-09-251-1/+9
| | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The original code caused Rails to generate invalid SQL. The problem lays in the `.arel` method in `ActiveRecord::Relation`. When there was a `limit` on the relation, the `LIMIT` statement was taken over to Arel, but the value wasn't. ```ruby relation = Event.limit(2) relation.to_sql #=> "SELECT `events`.* FROM `events` LIMIT 2" relation.arel.to_sql #=> "SELECT `events`.* FROM `events` LIMIT ?" ``` Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51729
* | | | | | | | Merge branch 'patch-28' into 'master'Phil Hughes2018-09-261-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | fix board list vertical scroll bar always shows up See merge request gitlab-org/gitlab-ce!20481
| * | | | | | | fix board list vertical scroll bar always shows upEmeryao2018-07-091-1/+1
| | | | | | | |
* | | | | | | | Merge branch 'jivl-glui-link' into 'master'4037-add-group-level-wikiClement Ho2018-09-252-8/+17
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Add link component from gitlab-ui See merge request gitlab-org/gitlab-ce!21803
| * | | | | | | Add link component from gitlab-uiJose Ivan Vargas2018-09-252-8/+17
|/ / / / / / /
* | | | | | | Merge branch 'leipert-dedupe-dependencies-2018-09-25' into 'master'Mike Greiling2018-09-251-346/+34
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Dedupe frontend dependencies See merge request gitlab-org/gitlab-ce!21908
| * | | | | | | Dedupe frontend dependenciesleipert-dedupe-dependencies-2018-09-25Lukas Eipert2018-09-251-346/+34
| | | | | | | |
* | | | | | | | Merge branch 'add-gitlab-ui-skeleton-loading' into 'master'Mike Greiling2018-09-2512-222/+31
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add gitlab-ui skeleton loading See merge request gitlab-org/gitlab-ce!21871
| * | | | | | | | Add gitlab-ui skeleton loadingClement Ho2018-09-2512-222/+31
|/ / / / / / / /
* | | | | | | | Merge branch 'docs/zj-update-repository-lang' into 'master'Achilleas Pipinellis2018-09-251-1/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update doc/user/project/repository/index.md See merge request gitlab-org/gitlab-ce!21898
| * | | | | | | | Update doc/user/project/repository/index.mddocs/zj-update-repository-langZeger-Jan van de Weg2018-09-251-1/+3
| | | | | | | | |
* | | | | | | | | Merge branch '51316-qa-fix-transient-fork-spec-failure' into 'master'Rémy Coutable2018-09-253-4/+44
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Troubleshoot "Transient failure in qa/specs/features/project/fork_project_spec.rb" See merge request gitlab-org/gitlab-ce!21858
| * | | | | | | | | Assert successful sign in after registration51316-qa-fix-transient-fork-spec-failureMark Lapierre2018-09-253-4/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `.has_personal_area?` waits for sign in but does not ensure that it's successful. Raise an exception if not successful so we can capture a screenshot at the point of failure Adds a workaround and code to help troubleshoot why a new user doesn't stay signed in after loading a project page.
* | | | | | | | | | Merge branch 'frozen-string-app-controller-more' into 'master'Stan Hu2018-09-2552-1/+108
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enable more frozen string in app/controllers/ See merge request gitlab-org/gitlab-ce!21873
| * | | | | | | | | | Enable more frozen string in app/controllers/gfyoung2018-09-2352-1/+108
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enables frozen string for the following: * app/controllers/dashboard/**/*.rb * app/controllers/explore/**/*.rb * app/controllers/google_api/**/*.rb * app/controllers/groups/**/*.rb * app/controllers/import/**/*.rb * app/controllers/instance_statistics/**/*.rb * app/controllers/ldap/**/*.rb * app/controllers/oauth/**/*.rb * app/controllers/profiles/**/*.rb Partially addresses #47424.
* | | | | | | | | | | Merge branch 'follow-up-geo-sync-disabled-wikis' into 'master'Douglas Barbosa Alexandre2018-09-2511-99/+11
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/6906 See merge request gitlab-org/gitlab-ce!21903
| * | | | | | | | | | | Geo: sync disabled wikis. Stage 2follow-up-geo-sync-disabled-wikisValery Sizov2018-09-2511-99/+11
| | |_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We started syncing all the wiki regardless of the fact it's disabled or not. We couldn't do that in one stage because of needing of smoth update and deprecating things. This is the second stage that finally removes unused columns in the geo_node_status table.
* | | | | | | | | | | Merge branch 'fix-committer-typo' into 'master'Rémy Coutable2018-09-255-7/+12
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix committer typo Closes #51808 See merge request gitlab-org/gitlab-ce!21899
| * | | | | | | | | | | Fix committer typoGeorge Tsiolis2018-09-255-7/+12
| | | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'leipert-fix-mr-widget-header-margins' into 'master'Annabel Dunstone Gray2018-09-252-25/+40
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix margins in merge request header Closes #51726 See merge request gitlab-org/gitlab-ce!21878
| * | | | | | | | | | | | Fix merge request header marginsleipert-fix-mr-widget-header-marginsLukas Eipert2018-09-252-25/+40
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'ce-improve-review-apps' into 'master'Douglas Barbosa Alexandre2018-09-256-0/+459
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [CE] Improve review apps See merge request gitlab-org/gitlab-ce!21087
| * | | | | | | | | | | | [CE] Port review apps file to CEce-improve-review-appsRémy Coutable2018-09-256-0/+459
| | |_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* | | | | | | | | | | | Merge branch 'fa-handle_invalid_utf8_errors' into 'master'Stan Hu2018-09-255-0/+73
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Render 412 when invalid UTF-8 is passed as parameter See merge request gitlab-org/gitlab-ce!21774
| * | | | | | | | | | | | Render 412 for invalid UTF-8 parametersfa-handle_invalid_utf8_errorsFelipe Artur2018-09-225-0/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Renders 412 error page when invalid UTF-8 is passed as parameters in controllers.
* | | | | | | | | | | | | Merge branch 'osw-clean-up-phase-for-diff-files-removal' into 'master'Yorick Peterse2018-09-252-0/+28
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add clean-up phase for ScheduleDiffFilesDeletion migration Closes #51469 See merge request gitlab-org/gitlab-ce!21734
| * | | | | | | | | | | | | Add clean-up phase for ScheduleDiffFilesDeletionOswaldo Ferreira2018-09-252-0/+28
| | |/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Process any remaining ScheduleDiffFilesDeletion workers and remove temporary added index.
* | | | | | | | | | | | | Merge branch 'ml-qa-register-ldap' into 'master'Dan Davison2018-09-255-8/+62
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | QA: Allow registration when LDAP is enabled See merge request gitlab-org/gitlab-ce!21846