summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Don't use -uchangelog-code-styleJacob Vosmaer2018-06-221-1/+1
|
* Use exceptions instead of exitJacob Vosmaer2018-06-212-11/+20
|
* Forget about using 'warn'Jacob Vosmaer2018-06-211-2/+2
|
* Add onesJacob Vosmaer2018-06-211-2/+2
|
* Improve shell code in bin/changelogJacob Vosmaer2018-06-211-11/+24
|
* 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
| * | | | Add spec for more examples of trailing punctuation that should be ignoreddm-label-reference-periodDouwe Maan2018-06-201-3/+5
| | | | |
| * | | | Properly detect label reference if followed by period or question markDouwe Maan2018-06-183-7/+17
| | | | |
* | | | | Merge branch 'blackst0ne-rails5-fix-action-cable-mount-path' into 'master'Rémy Coutable2018-06-211-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [Rails5] Fix ActionCable's mount_path configuration See merge request gitlab-org/gitlab-ce!20051
| * | | | | [Rails5] Fix ActionCable's mount_path configurationblackst0ne-rails5-fix-action-cable-mount-pathblackst0ne2018-06-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The original MR [1] fixed red specs for Rails 5. But while the failed specs were fixed, that changes brought new failed specs which weren't caught up in [1]. This commit just fixes the fix. :) New errors are like these: ``` Failed to upgrade to WebSocket (REQUEST_METHOD: GET, HTTP_CONNECTION: keep-alive, HTTP_UPGRADE: ) Finished "/-/boards/1/lists"[non-WebSocket] for 127.0.0.1 at 2018-06-20 18:09:26 +0200 ``` [1]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20015
* | | | | | Merge branch 'rails5-fix-48140' into 'master'Rémy Coutable2018-06-213-0/+10
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rails 5 fix Capybara::ElementNotFound: Unable to find visible css #modal-revert-commit Closes #48140 et #48139 See merge request gitlab-org/gitlab-ce!20044
| * | | | | | Rails 5 fix Capybara::ElementNotFound: Unable to find visible css ↵Jasper Maes2018-06-203-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | #modal-revert-commit and expected: "/bar" got: "/foo"
* | | | | | | Merge branch 'zj-raw-changes-mandatory' into 'master'Douwe Maan2018-06-212-54/+29
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Raw changes calculation is Gitaly only now Closes gitaly#1138 See merge request gitlab-org/gitlab-ce!20057
| * | | | | | | Raw changes calculation is Gitaly only nowZeger-Jan van de Weg2018-06-212-54/+29
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | Closes https://gitlab.com/gitlab-org/gitaly/issues/1138
* | | | | | | Merge branch 'bvl-finder-methods-cop' into 'master'Douwe Maan2018-06-215-4/+110
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add a cop for `FinderMethods` Closes #42705 See merge request gitlab-org/gitlab-ce!19951
| * | | | | | Add a cop for `FinderMethods`bvl-finder-methods-copBob Van Landuyt2018-06-205-4/+110
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This notifies developers when calling `find(_by!)` chained on `execute`. And suggests using the methods from `FinderMethods`. These will perform the correct authorization checks on the resource when it is found.
* | | | | | | Update VERSION to 11.1.0-prev11.1.0.preFilipa Lacerda2018-06-211-1/+1
| | | | | | |
* | | | | | | Update CHANGELOG.md for 11.0.0Filipa Lacerda2018-06-21214-1074/+240
| | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | | Merge branch 'MadLittleMods-master-patch-55656' into 'master'Filipa Lacerda2018-06-211-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a couple Vuex typos See merge request gitlab-org/gitlab-ce!20046
| * | | | | | | Fix a couple Vuex typosMadLittleMods-master-patch-55656Eric Eastwood2018-06-201-2/+2
| | | | | | | |
* | | | | | | | Merge branch 'docs-styleguidelines-nav' into 'master'Achilleas Pipinellis2018-06-211-2/+16
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs: update style guidelines with rules for navigation items See merge request gitlab-org/gitlab-ce!20024
| * | | | | | | | clarify what "methods" aredocs-styleguidelines-navMarcia Ramos2018-06-201-3/+4
| | | | | | | | |
| * | | | | | | | Update styleguide.md with rules for navigation itemsMarcia Ramos2018-06-201-2/+15
| | | | | | | | |
* | | | | | | | | Merge branch 'mk/fix-n-plus-1-queries-in-uploads-check-rake-task' into 'master'Stan Hu2018-06-203-9/+39
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix N+1 queries in uploads check rake task Closes #47924 See merge request gitlab-org/gitlab-ce!20012
| * | | | | | | | Fix documentation code blocksmk/fix-n-plus-1-queries-in-uploads-check-rake-taskMichael Kozono2018-06-201-0/+1
| | | | | | | | |
| * | | | | | | | Avoid N+1 queries while processing uploadsMichael Kozono2018-06-202-9/+38
| | | | | | | | |
* | | | | | | | | Merge branch 'sh-fallback-to-first-tab-signin' into 'master'Clement Ho2018-06-202-0/+20
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fall back to the first sign-in tab if the local storage value is bad See merge request gitlab-org/gitlab-ce!20050
| * | | | | | | | | Fall back to the first sign-in tab if the local storage value is badStan Hu2018-06-202-0/+20
| | |_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If `current_signin_tab` is `#crowd`, then no tab will be active. Fix this by using the first available tab. Relates to https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20049#note_82996324
* | | | | | | | | Merge branch 'bvl-dont-generate-mo' into 'master'Rubén Dávila2018-06-202-1/+5
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't generate `.mo` files Closes #47979 See merge request gitlab-org/gitlab-ce!20048