summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Resolve "Un-vendor CI templates"Dylan Griffith2018-09-2662-119/+37
|
* Merge branch 'dm-fix-assign-unassign-quick-actions' into 'master'Rémy Coutable2018-09-262-16/+18
|\ | | | | | | | | Don't ignore first action when assign and unassign quick actions are used in the same comment See merge request gitlab-org/gitlab-ce!21749
| * Make using assign and unassign quick actions together work as expectedDouwe Maan2018-09-262-16/+18
| |
* | Merge branch 'patch-29' into 'master'Kamil Trzciński2018-09-261-0/+1
|\ \ | | | | | | | | | | | | ci docs: clarify allow_failure default See merge request gitlab-org/gitlab-ce!21791
| * | ci docs: clarify allow_failure defaultC.J. Jameson2018-09-181-0/+1
| | |
* | | Merge branch 'rename-squash-before-merge-vue-component' into 'master'Phil Hughes2018-09-266-18/+8
|\ \ \ | | | | | | | | | | | | | | | | Rename squash before merge vue component See merge request gitlab-org/gitlab-ce!21851
| * | | Rename squash before merge vue componentGeorge Tsiolis2018-09-216-18/+8
| | | |
* | | | Merge branch 'docs/add-artifact-file-url' into 'master'Kamil Trzciński2018-09-261-0/+14
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Add documentation for stable URLs for Artifacts See merge request gitlab-org/gitlab-ce!21890
| * | | | Add documentation for stable URLs for ArtifactsJorge C. Leitao2018-09-241-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was not documented, and it is a very useful feature for badges, versioned documentation, etc. already exist, it is just not documented. This commit fixes this.
* | | | | Merge branch 'patch-25' into 'master'Marcia Ramos2018-09-261-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Docs: one-off typo fix See merge request gitlab-org/gitlab-ce!21872
| * | | | | Docs: one-off typo fixBen Bodenmiller2018-09-221-1/+1
| |/ / / /
* | | | | 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