summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Allow BetterErrors REPL to be enabledashmckenzie/enable-better-errors-replAsh McKenzie2019-06-051-0/+3
| | | | | | This allows the BetterErrors REPL to be available when your GitLab instance is listening on something _other_ than localhost.
* Merge branch 'bvl-fix-permission-on-image' into 'master'Achilleas Pipinellis2019-06-051-0/+0
|\ | | | | | | | | | | | | Remove executable permission from docs Closes #62782 See merge request gitlab-org/gitlab-ce!29200
| * Remove executable permission from docsBob Van Landuyt2019-06-051-0/+0
|/ | | | | `doc/user/admin_area/img/index_runners_search_or_filter.png` does not need x permissions.
* Merge branch 'bvl-use-global-ids-graphql' into 'master'Jan Provaznik2019-06-0516-16/+135
|\ | | | | | | | | | | | | Use global IDs when exposing GraphQL resources Closes #62650 See merge request gitlab-org/gitlab-ce!29080
| * Fix incorrect instances of `GraphQL::ID_TYPE`Bob Van Landuyt2019-06-036-8/+8
| | | | | | | | | | | | | | | | | | | | | | Since the `GraphQL::ID_TYPE` usages should represent globally unique ids, this changes some fields for which this is not the case into strings. The `ID_TYPE` is a specialised, so this change should be backwards compatible. https://graphql-ruby.org/type_definitions/scalars.html
| * Expose IDs in GraphQL as a GlobalIDBob Van Landuyt2019-06-0310-8/+127
| | | | | | | | | | | | | | | | | | | | This exposes all fields named `id` as GlobalIDs so they can be used across our entire GraphQL implementation. When the objects loaded are `ApplicationRecord`s. We'll use our existing batchloading to find them. Otherwise, we'll fall back to the default implementation of `GlobalID`: Calling the `.find` method on the class.
* | Merge branch 'docs-its-relative-8' into 'master'Achilleas Pipinellis2019-06-0511-33/+33
|\ \ | | | | | | | | | | | | Docs: Clean up links to remove ./ usage See merge request gitlab-org/gitlab-ce!29182
| * | Docs: Clean up links to remove ./ usageMarcel Amirault2019-06-0511-33/+33
|/ /
* | Merge branch 'docs-ssot-ci-variables' into 'master'Achilleas Pipinellis2019-06-058-17/+69
|\ \ | | | | | | | | | | | | Docs: ssot - ci variables See merge request gitlab-org/gitlab-ce!28606
| * | Delete proposed paragraphMarcia Ramos2019-06-058-17/+69
|/ / | | | | | | TBA to a different MR/issue
* | Merge branch 'renovate/gitlab-ui-3.x' into 'master'Fatih Acet2019-06-052-5/+5
|\ \ | | | | | | | | | | | | | | | | | | Update dependency @gitlab/ui to ^3.11.0 Closes gitlab-ee#11308 See merge request gitlab-org/gitlab-ce!29185
| * | Update dependency @gitlab/ui to ^3.11.0Lukas 'Eipi' Eipert2019-06-052-5/+5
| | |
* | | Merge branch 'issue-6568-single-codebase-spec-controllers' into 'master'Lin Jen-Shin2019-06-052-0/+34
|\ \ \ | | | | | | | | | | | | | | | | single codebase spec controllers See merge request gitlab-org/gitlab-ce!29041
| * | | Move specs to ce directoryissue-6568-single-codebase-spec-controllersMałgorzata Ksionek2019-06-032-0/+34
| | | |
* | | | Merge branch '62713-fix-uninstalling-cluster-apps' into 'master'Douglas Barbosa Alexandre2019-06-053-0/+30
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix connection to Tiller error while uninstalling Closes #62713 See merge request gitlab-org/gitlab-ce!29131
| * | | | Fix connection to Tiller error while uninstalling62713-fix-uninstalling-cluster-appsThong Kuah2019-06-053-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Both the `install-<app>` and `uninstall-<app>` pods loads the `values-content-configuration-<app>` configmap into the pod (see `#volume_specification`). This configmap contains the cert necessary to connect to Tiller. The cert though is only valid for 30 minutes. So this fixes the bug where the configmap when uninstalling should be updated as well.
* | | | | Merge branch ↵Filipa Lacerda2019-06-051-8/+8
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | '61910-common_utils_spec-js-fails-locally-on-master-for-roundofffloat' into 'master' Resolve "common_utils_spec.js fails locally for roundOffFloat" Closes #61910 See merge request gitlab-org/gitlab-ce!28963
| * | | | | Fix broken floating point tests61910-common_utils_spec-js-fails-locally-on-master-for-roundofffloatjboyson12019-05-301-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update tests to use toBeCloseTo instead of toBe for floating point checks. More info here: https://jestjs.io/docs/en/expect#tobeclosetonumber-numdigits
* | | | | | Merge branch 'jivanvl-add-single-stat-chart-component' into 'master'Filipa Lacerda2019-06-052-0/+65
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add single_stat chart component to the monitoring bundle See merge request gitlab-org/gitlab-ce!28948
| * | | | | | Add single_stat chart component to the monitoring bundlejivanvl-add-single-stat-chart-componentJose Vargas2019-06-042-0/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This merge requests just adds the component without integrating it to the dashboard, it adds tests as well
* | | | | | | Merge branch 'qa-ml-fix-add-file-template-tests' into 'master'Rémy Coutable2019-06-0512-32/+76
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [QA] Fix add file template tests Closes gitlab-org/quality/staging#46 and gitlab-org/quality/nightly#97 See merge request gitlab-org/gitlab-ce!28915
| * | | | | | | Fix Web IDE add template testMark Lapierre2019-06-0512-32/+76
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Wait for the new file modal to stop animating before clicking it We now need to click the commit button 3 times: 1. To enter commit mode 2. To being staging changes 3. To submit the commit
* | | | | | | Merge branch 'revert-git-depth-for-merge-request' into 'master'Kamil Trzciński2019-06-053-22/+10
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Revert a default GIT_DEPTH for MR pipeline See merge request gitlab-org/gitlab-ce!28926
| * | | | | | | Revert a default GIT_DEPTH for MR pipelinerevert-git-depth-for-merge-requestFabio Pitino2019-05-313-22/+10
| | | | | | | |
* | | | | | | | Merge branch '53134-multiple-extendes-for-a-job' into 'master'Kamil Trzciński2019-06-057-31/+129
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add multiple extends support Closes #53134 See merge request gitlab-org/gitlab-ce!26801
| * | | | | | | | Add multiple extends supportWolphin2019-06-057-31/+129
|/ / / / / / / /
* | | | | | | | Merge branch '55253-activity-feed-ui-enhance-line-height' into 'master'Phil Hughes2019-06-053-3/+9
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolve "Activity feed UI: Enhance line-height" Closes #55253 See merge request gitlab-org/gitlab-ce!28856
| * | | | | | | | Enhance line-height of Activity feed UI55253-activity-feed-ui-enhance-line-heightJacopo2019-05-313-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enhances line-height of Activity feed UI to 20px.
* | | | | | | | | Merge branch '50106-hide-whitespace-changes' into 'master'Phil Hughes2019-06-053-6/+13
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix whitespace changes visibility when the related file was initially collapsed Closes #50106 See merge request gitlab-org/gitlab-ce!28950
| * | | | | | | | Fix whitespace changes visibility when the related file was initially collapsedOndřej Budai2019-06-053-6/+13
|/ / / / / / / /
* | | | | | | | Merge branch 'Docs-add-info-about-runner-server-requirements' into 'master'Evan Read2019-06-051-2/+13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add info about runner server requirements See merge request gitlab-org/gitlab-ce!25242
| * | | | | | | | Mentioned executors typeAndrew Winata2019-06-051-2/+13
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also another factor of consideration for runner server requirements.
* | | | | | | | Merge branch 'docs-its-relative-6' into 'master'Evan Read2019-06-0521-87/+74
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Docs: Update all links to relative in /workflow and /administration See merge request gitlab-org/gitlab-ce!28971
| * | | | | | | | Docs: Update all links to relative in /workflow and /administrationMarcel Amirault2019-06-0521-87/+74
|/ / / / / / / /
* | | | | | | | Merge branch 'ce-mw-onboarding-tour-skeleton' into 'master'Mayra Cabrera2019-06-053-6/+16
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (CE Port) New user onboarding (Skeleton) See merge request gitlab-org/gitlab-ce!28753
| * | | | | | | | Add render_projects method to controllerMartin Wortschack2019-06-053-6/+16
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | - Render EE specific partial if exists
* | | | | | | | Merge branch 'docs/ssot-installation-guides' into 'master'Mike Lewis2019-06-0417-239/+256
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SSoT - Clean up docs under install/ Closes #61509 See merge request gitlab-org/gitlab-ce!28688
| * | | | | | | | Clean up docs under install/docs/ssot-installation-guidesAchilleas Pipinellis2019-06-0317-239/+256
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is an initiative to ensure all documentation complies completely with the Documentation Style Guide section "Documentation is the single source of truth (SSOT)" according to this epic https://gitlab.com/groups/gitlab-org/-/epics/1280. In particular, the changes of this commit touch all files under doc/install/. Most notably: - install/redis.md: Redirect to Redis section of install guide. - install/pivotal/index.md: Changed its content to reflect the current status, which is no longer supported (since 2017!). - install/google-protobuf.md: Incorporated inside installation.md under the troubleshooting section. - install/openshift_and_gitlab.md: Clarified that this guide is no longer relevant. We might want to redirect to the Chart docs in the future. - install/structure.md: Incorporated inside installation.md under its own section. - install/kubernetes/index.md: Redirected to https://docs.gitlab.com/charts
* | | | | | | | | Merge branch 'sast-catch-unexpected-token' into 'master'Robert Speicher2019-06-041-1/+1
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix `SyntaxError: Unexpected token` in SAST jobs See merge request gitlab-org/gitlab-ce!29156
| * | | | | | | | | Specify exception identifer in catch blocksast-catch-unexpected-tokenPaul Gascou-Vaillancourt2019-06-041-1/+1
|/ / / / / / / / /
* | | | | | | | | Merge branch 'fix-external-dashboard-specs' into 'master'Clement Ho2019-06-041-3/+5
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix "operation settings external dashboard component" Jest specs See merge request gitlab-org/gitlab-ce!29160
| * | | | | | | | | Fix submit button selector in specsPaul Gascou-Vaillancourt2019-06-041-3/+5
| | | | | | | | | |
* | | | | | | | | | Merge branch 'ce-9578-adjust-opened-issues-count-and-completion-rate' into ↵Robert Speicher2019-06-046-96/+33
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'master' Port: EE adjust burndown chart opened issues count See merge request gitlab-org/gitlab-ce!28777
| * | | | | | | | | | Adjust burndown chart opened issues countce-9578-adjust-opened-issues-count-and-completion-rateAlexandru Croitor2019-06-046-96/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adjust opened issues count in the milestone burndown chart to match current opened issues in the milestone. * Fix completion rate calculation to include milestones only.
* | | | | | | | | | | Merge branch 'fe-jestify-specs-starting-with-a-1' into 'master'Mike Greiling2019-06-044-14/+51
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Jestify some specs that start with "A" See merge request gitlab-org/gitlab-ce!28727
| * | | | | | | | | | | Jestify autosave spec and add localStorage helperfe-jestify-specs-starting-with-a-1Paul Slaughter2019-06-042-11/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The helper was needed because `jest.spyOn` would not work on this special window object property. The only way we could successfully spy on `localStorage` was with this helper.
| * | | | | | | | | | | Jestify api specPaul Slaughter2019-05-301-1/+1
| | | | | | | | | | | |
| * | | | | | | | | | | Jestify activities specPaul Slaughter2019-05-301-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also add `jQuery` to global in `test_setup`. This was needed because: - `vendor/jquery.endless-scroll` depends on it. - Adding it to `global` in the spec itself didn't work.
* | | | | | | | | | | | Merge branch '61045-charts-with-many-overlapping-series-display-incorrectly' ↵Filipa Lacerda2019-06-043-5/+10
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into 'master' Resolve "Charts with many overlapping series display incorrectly" Closes #61045 See merge request gitlab-org/gitlab-ce!29127
| * | | | | | | | | | | Resolve "Charts with many overlapping series display incorrectly"Adriel Santiago2019-06-043-5/+10
|/ / / / / / / / / / /