Commit Graph

1303 Commits

Author SHA1 Message Date
Douglas Barbosa Alexandre e820791982 Merge branch '58208-explicitly-set-masterauth' into 'master'
Explicitly set master_auth for new GKE clusters

Closes #58208

See merge request gitlab-org/gitlab-ce!26018
2019-03-14 00:12:06 +00:00
James Ramsay af0ca13107 Fix incorrect link format in docs 2019-03-13 11:00:35 +00:00
Thong Kuah 86abef88b4 Add docs about requirement for basic auth and cert
Document that GitLab need the cluster to be created with basic auth and
cert and why. Also note we have started explicitly enabling this so that
we are ready when these settings are disabled by default in GKE 1.12
2019-03-13 16:28:04 +13:00
Marcel Amirault 8272b0c8bd Docs: Fix CI/CD related anchors 2019-03-11 01:47:01 +00:00
Steve Azzopardi 7028c40e36
Update pipeline webhook example response
In the example response we have builds with status `success` but the
property `runner` is null, which is not a realistic representation of
the response. The runner is always sent if the build has ran.

closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53121
2019-03-08 11:57:35 +01:00
Mike Greiling 5596eed162 Merge branch 'ingress-hostnames' into 'master'
Add support for ingress hostnames

Closes #58244, #56158, and #46691

See merge request gitlab-org/gitlab-ce!25181
2019-03-08 07:16:01 +00:00
Marcia Ramos 82bd2d4706 Add up-to-date illustations
- Pipeline status
- Job running
- Rollback button
2019-03-07 23:35:23 +00:00
walkafwalka 460797dec3 Add support for ingress hostnames 2019-03-07 15:25:48 -08:00
Amit Rathi 236927a4e1 Merge branch 'restrict-jupyter-login' of https://gitlab.com/amit1rrr/gitlab-ce into restrict-jupyter-login 2019-03-07 15:14:22 +00:00
Kushal Pandya 02e464b636 Merge branch 'eb-update-cycle-analytics-docs' into 'master'
Update Cycle Analytics Documentation

See merge request gitlab-org/gitlab-ce!25536
2019-03-07 13:47:01 +00:00
Marcia Ramos 6671a619e2 Move proj templates into default getting started guide
- Move instructions to use project templates to getting started
- Move the fork illustration into the in-depth guide
- Add screenshot for current project templates

Copyedit - better wording

Copy edit - typo
2019-03-07 12:14:53 +00:00
Kushal Pandya 16c8e367cb Merge branch '7714-boards-fe' into 'master'
Display Recent Boards in Board switcher

See merge request gitlab-org/gitlab-ce!25696
2019-03-07 06:55:11 +00:00
Rajat Jain 0b59cac8fd Porting changes from EE
- Extract 445px as a variable
- Documentation changes: new image and update copy
2019-03-07 10:05:12 +05:30
Marcel Amirault fa1071a78a Docs: Add missing redirects to /user and /project_services docs 2019-03-07 04:29:49 +00:00
Eric Brinkman e3fa463d1b
Update Cycle Analytics documentation
Removed duplicate info.
Update pipeline health to cycle analytics.
Updated screenshots.
2019-03-07 01:58:42 +00:00
Patrick Bajao e371520f46 Allow protected branch creation via web and API
This commit includes changes to add `UserAccess#can_create_branch?`
which will check whether the user is allowed to create a branch even
if it matches a protected branch.

This is used in `Gitlab::Checks::BranchCheck` when the branch name
matches a protected branch.

A `push_to_create_protected_branch` ability in `ProjectPolicy` has been
added to allow Developers and above to create protected branches.
2019-03-06 12:20:27 +00:00
Marcel Amirault 084d16a8fa Docs: Fix all anchors in /user docs 2019-03-05 12:55:30 +00:00
Heinrich Lee Yu ccae921fbf Add docs and update screenshot 2019-03-05 12:20:08 +08:00
Grzegorz Bizon 248fe72c65 Update index.md 2019-03-04 21:09:39 +08:00
Grzegorz Bizon f4c87aa3b2 Apply suggestion to doc/user/project/clusters/serverless/index.md 2019-03-04 21:09:39 +08:00
Grzegorz Bizon e2a5d369b5 Apply suggestion to doc/user/project/clusters/serverless/index.md 2019-03-04 21:09:39 +08:00
Grzegorz Bizon 085b8189c5 Apply suggestion to doc/user/project/clusters/serverless/index.md 2019-03-04 21:09:39 +08:00
Grzegorz Bizon f0ba91fd83 Apply suggestion to doc/user/project/clusters/serverless/index.md 2019-03-04 21:09:39 +08:00
Grzegorz Bizon 73e78b7faf Apply suggestion to doc/user/project/clusters/serverless/index.md 2019-03-04 21:09:39 +08:00
Grzegorz Bizon ae0fe48824 Apply suggestion to doc/user/project/clusters/serverless/index.md 2019-03-04 21:09:39 +08:00
Grzegorz Bizon 21a1f09717 Copy-edit new serverless CI/CD configuration docs 2019-03-04 21:09:39 +08:00
Grzegorz Bizon 714c77a6fa Add basic documentation about Serverless template 2019-03-04 21:09:39 +08:00
Reuben Pereira c77d3ee314 Update error tracking settings docs 2019-03-03 22:36:50 +00:00
Daniel Gruesso aca5332345 Update Serverless docs with livestream feedback 2019-03-01 15:45:17 +00:00
Daniel Gruesso 2c7e6223b9 Increase jupyter seo 2019-02-28 20:23:31 +00:00
Nick Thomas a5174cf0fc Merge branch '42086-project-fetch-statistics-api-http-only' into 'master'
Resolve "Project fetch statistics API (HTTP only)"

Closes #42086

See merge request gitlab-org/gitlab-ce!23596
2019-02-27 12:07:05 +00:00
Jacopo 5ae9a44aa1 Add project http fetch statistics API
The API get projects/:id/traffic/fetches allows user with write
access to the repository to get the number of clones for the
last 30 days.
2019-02-27 11:52:35 +01:00
Sean McGivern f26cd63b0f Merge branch 'add_YouTrack_integration' into 'master'
Added YouTrack integration

Closes #42595

See merge request gitlab-org/gitlab-ce!25361
2019-02-26 15:06:29 +00:00
Yauhen Kotau 1d388205d5 Fix docs-link test 2019-02-25 14:56:10 +03:00
Yauhen Kotau c0009b088f Update YouTrack integration service documentation 2019-02-25 14:37:22 +03:00
Takuya Noguchi e8fee6b8f7 Fix misspellings in docs
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-02-25 10:31:35 +09:00
Aviad Levy f74ce4dba5 Docs: fix url of pipeline status badge 2019-02-24 23:43:19 +00:00
danielgruesso 1ef732e1da Update obtaining url for serverless apps 2019-02-22 15:02:45 -05:00
danielgruesso 30d8dcc7dc Update adding existing cluster 2019-02-22 14:33:57 -05:00
danielgruesso 715b3fc713 Update adding existing cluster 2019-02-22 14:31:52 -05:00
danielgruesso 05b97dc52e Merge branch 'docs-serverless-updates' of gitlab.com:gitlab-org/gitlab-ce into docs-serverless-updates 2019-02-22 14:12:30 -05:00
danielgruesso f0b2067879 Add improved images 2019-02-22 14:12:13 -05:00
Mike Lewis a76f63b11c Edits to serverless doc 2019-02-22 19:12:12 +00:00
Daniel Gruesso 3190e3ca4a Replace 2 images with better quality ones 2019-02-22 18:46:46 +00:00
Daniel Gruesso 13652822e9 Update steps for clarity 2019-02-22 18:45:16 +00:00
Evan Read eb86630959 Ensure all lists are surrounded by new lines
Markdown renderers find it easier to determine
where lists start and end when lists are surrounded
by new lines.

For consistency, also ensure entries in the list
are aligned when they span multipls lines.
2019-02-22 13:17:10 +00:00
Marcel Amirault 4672501864 Docs: Fix all anchors related to YAML 2019-02-22 00:25:06 +00:00
Kotau Yauhen d5e38b00cf Remove new_issue_url field from YouTrack integration service 2019-02-21 10:39:44 +00:00
Evan Read 5f2785081c Merge branch 'docs-upgrade-runner' into 'master'
Docs: document upgrade k8s apps

See merge request gitlab-org/gitlab-ce!25323
2019-02-21 03:13:14 +00:00
Evan Read 9fc79aed57 Refactor CI/CD landing page
Restructures existing page and adds improvements.
2019-02-20 00:33:55 +00:00