summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Expire correct method caches after HEAD changed44725-expire_correct_methods_after_change_headImre Farkas2018-06-223-9/+16
|
* Merge branch 'unify-redis_shared_examples.rb' into 'master'Sean McGivern2018-06-221-1/+8
|\ | | | | | | | | Unify spec/support/redis/redis_shared_examples.rb See merge request gitlab-org/gitlab-ce!20074
| * Bring changes from EEunify-redis_shared_examples.rbLin Jen-Shin2018-06-211-1/+8
| |
* | Merge branch 'docs/autodevops-k8s' into 'master'Marcia Ramos2018-06-2230-159/+308
|\ \ | | | | | | | | | | | | | | | | | | Document end to end flow for Kubernetes and Auto DevOps Closes #44455 See merge request gitlab-org/gitlab-ce!19699
| * | Add paragraph for self-hosted instancesdocs/autodevops-k8sAchilleas Pipinellis2018-06-221-1/+6
| | |
| * | Edits to quick_start_guide.mdMike Lewis2018-06-211-61/+51
| | |
| * | Document end to end flow for Kubernetes and Auto DevOpsAchilleas Pipinellis2018-06-2130-159/+313
| | |
* | | Merge branch 'blackst0ne-fix-protect-from-forgery-in-application-controller' ↵Douwe Maan2018-06-226-5/+10
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' [Rails5] Force the `protect_from_forgery` callback run first Closes #48204 See merge request gitlab-org/gitlab-ce!20055
| * | | [Rails5] Force the `protect_from_forgery` callback run firstblackst0ne-fix-protect-from-forgery-in-application-controllerblackst0ne2018-06-216-5/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since Rails 5.0 the `protect_from_forgery` callback doesn't run first by default anymore. [1] Instead it gets inserted into callbacks chain where callbacks get called in order. This commit forces the callback to run first. [1]: https://github.com/rails/rails/commit/39794037817703575c35a75f1961b01b83791191
* | | | Merge branch 'unify-object_storage_spec.rb' into 'master'Douwe Maan2018-06-221-0/+12
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Unify object_storage_spec.rb with EE See merge request gitlab-org/gitlab-ce!20069
| * | | | Bring this test from EEunify-object_storage_spec.rbLin Jen-Shin2018-06-211-0/+12
| | | | |
* | | | | Merge branch 'unify-container_registry_authentication_service_spec.rb' into ↵Grzegorz Bizon2018-06-221-0/+13
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Unify spec/services/auth/container_registry_authentication_service_spec.rb See merge request gitlab-org/gitlab-ce!20071
| * | | | | Bring changes from EEunify-container_registry_authentication_service_spec.rbLin Jen-Shin2018-06-211-0/+13
| | | | | |
* | | | | | Merge branch 'unify-destroy_service_spec.rb' into 'master'Robert Speicher2018-06-211-2/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use expect_next_instance_of to replace expect_any_instance_of See merge request gitlab-org/gitlab-ce!20072
| * | | | | | Use expect_next_instance_of to replace expect_any_instance_ofunify-destroy_service_spec.rbLin Jen-Shin2018-06-211-2/+6
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'sh-add-recaptcha-all-logins' into 'master'Robert Speicher2018-06-215-6/+88
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Show a reCAPTCHA on signin page if custom header is set Closes #48184 See merge request gitlab-org/gitlab-ce!20076
| * | | | | | Show a reCAPTCHA on signin page if custom header is setStan Hu2018-06-215-6/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will only be displayed if `X-GitLab-Show-Login-Captcha` is set as an HTTP header.
* | | | | | | Merge branch 'retroactive-changelogs' into 'master'Clement Ho2018-06-212-0/+10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Retroactively add changelogs See merge request gitlab-org/gitlab-ce!20079
| * | | | | | | Retroactively add changelogsgfyoung2018-06-212-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For community contributions, changelogs should be added to the MR.
* | | | | | | | Merge branch 'fix-webpack-node-env' into 'master'Clement Ho2018-06-212-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | Enable webpack nodeEnv optimization See merge request gitlab-org/gitlab-ce!20075
| * | | | | | | disable nodeEnv within karma configfix-webpack-node-envfix-foo-testMike Greiling2018-06-211-0/+1
| | | | | | | |
| * | | | | | | enable accidentally-disabled nodeEnv optimizationMike Greiling2018-06-211-1/+0
| | | | | | | |
* | | | | | | | Merge branch 'fix-diff-comment-alignment' into 'master'Mike Greiling2018-06-212-5/+4
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix diff comment alignment for parallel code additions Closes #47861 See merge request gitlab-org/gitlab-ce!20006
| * | | | | | | fix z-index and vertically centerfix-diff-comment-alignmentSimon Knox2018-06-201-1/+3
| | | | | | | |
| * | | | | | | fix add diff comment icon positionSimon Knox2018-06-202-8/+1
| | | | | | | |
| * | | | | | | Fix diff comment alignment for parallel code additionsClement Ho2018-06-191-0/+4
| | | | | | | |
* | | | | | | | Merge branch 'move-boards-modal-empty-state-vue-component' into 'master'Filipa Lacerda2018-06-214-32/+41
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move boards modal EmptyState vue component See merge request gitlab-org/gitlab-ce!20068
| * | | | | | | | Move boards modal EmptyState vue componentGeorge Tsiolis2018-06-214-32/+41
| | | | | | | | |
* | | | | | | | | Merge branch 'sh-fix-login-active-tabs' into 'master'Clement Ho2018-06-211-2/+2
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix multiple active tabs when Crowd or LDAP is in use Closes #48192 See merge request gitlab-org/gitlab-ce!20049
| * | | | | | | | | Fix multiple active tabs when Crowd or LDAP is in useStan Hu2018-06-211-2/+2
|/ / / / / / / / /
* | | | | | | | | Merge branch 'unify-project_features_apply_to_issuables_shared_examples.rb' ↵Robert Speicher2018-06-211-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Unify spec/support/shared_examples/features/project_features_apply_to_issuables_shared_examples.rb See merge request gitlab-org/gitlab-ce!20073
| * | | | | | | | | Bring changes from EELin Jen-Shin2018-06-211-1/+1
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'fix-raspi-issues' into 'master'Clement Ho2018-06-211-1/+4
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow omnibus to disable sourcemaps in memory constrained environments See merge request gitlab-org/gitlab-ce!20053
| * | | | | | | | | Allow omnibus to disable sourcemaps in memory constrained environmentsMike Greiling2018-06-211-1/+4
|/ / / / / / / / /
* | | | | | | | | Merge branch 'jl-helm-docs' into 'master'Marcia Ramos2018-06-218-32/+395
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | Add `gitlab` chart documentation See merge request gitlab-org/gitlab-ce!20056
| * | | | | | | | Add `gitlab` chart documentationJoshua Lambert2018-06-218-32/+395
|/ / / / / / / /
* | | | | | | | Merge branch 'ce-6436-6149-unify-project_creator_spec' into 'master'Robert Speicher2018-06-218-11/+78
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | CE: Resolve "Extract EE specific files/lines for project_creator_spec" See merge request gitlab-org/gitlab-ce!19850
| * | | | | | | | Add docs around expect_next_instance_ofce-6436-6149-unify-project_creator_specLin Jen-Shin2018-06-211-0/+48
| | | | | | | | |
| * | | | | | | | Implement `expect_next_instance_of` and use itLin Jen-Shin2018-06-217-11/+30
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We need this because `expect_any_instance_of` doesn't work on prepended models. Now we could use the same code between CE/EE
* | | | | | | | Merge branch 'no-multi-assign-follow-up' into 'master'Clement Ho2018-06-216-18/+17
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | Follow-up to !19808: Split up for-loop initializations See merge request gitlab-org/gitlab-ce!19915
| * | | | | | | Follow-up to !19808: Split up for-loop initializationsgfyoung2018-06-216-18/+17
|/ / / / / / /
* | | | | | | Merge branch 'restore-custom-hooks-wiki' into 'master'Douwe Maan2018-06-211-0/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Restore custom hooks for wiki See merge request gitlab-org/gitlab-ce!20065
| * | | | | | | Restore custom hooks for wikirestore-custom-hooks-wikiAhmad Hassan2018-06-211-0/+2
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'changes_tab_vue_refactoring' into 'master'Tim Zallmann2018-06-21221-2282/+8933
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changes tab VUE refactoring Closes #42882 See merge request gitlab-org/gitlab-ce!17011
| * | | | | | Changes tab VUE refactoringFelipe Artur2018-06-21221-2282/+8933
|/ / / / / /
* | | | | | Merge branch 'blackst0ne-rails5-set-request-format-in--commits-controller' ↵Rémy Coutable2018-06-212-0/+19
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' [Rails5] Set request.format in commits_controller Closes #48144 et #48143 See merge request gitlab-org/gitlab-ce!20023
| * | | | | | [Rails5] Set request.format in commits_controllerblackst0ne-rails5-set-request-format-in--commits-controllerblackst0ne2018-06-202-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since Rails 5.0 `request.format` is being set depending on the route extension. In commits pages we pass a ref as a URL parameter. If the ref is an extension-like, Rails converts it and sets to `request.format`. E.g. if the ref is `some_branch.atom`, Rails starts responding with `atom` format, but it should response with `html` because `.atom` is the part of ref name, not the format. This commit explicitly sets `request.format` to `:html` when needed.
* | | | | | | Merge branch 'da-usage-ping' into 'master'Sean McGivern2018-06-212-23/+24
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add enabled prefix to feature keys to be consistent with other keys See merge request gitlab-org/gitlab-ce!20043
| * | | | | | | Add enabled prefix to feature keys to be consistent with other keysda-usage-pingDouglas Barbosa Alexandre2018-06-202-23/+24
| | | | | | | |
* | | | | | | | Merge branch 'dm-label-reference-period' into 'master'Sean McGivern2018-06-213-8/+20
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Properly detect label reference if followed by period or question mark See merge request gitlab-org/gitlab-ce!19965