Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-07Use separate Kubernetes namespaces per environmentTiger Watson
Kubernetes deployments on new clusters will now have a separate namespace per project environment, instead of sharing a single namespace for the project. Behaviour of existing clusters is unchanged. All new functionality is controlled by the :kubernetes_namespace_per_environment feature flag, which is safe to enable/disable at any time.
2019-07-25Restructure project cluster topicEvan Read
Also fixes links to section headings that have changed.
2019-07-15Update docs on serverless apps deploymentsGrzegorz Bizon
2019-07-15Add a note about implicit Dockerfile serverless runtimeGrzegorz Bizon
2019-07-15Fix whitespace in user, and misc, docsMarcel Amirault
Many code blocks are 4spaced, and they render in GitLab without coloring as a result, even though they are fenced with a language label. If in a list, other items woll render as being in a code block too, even if not meant to. This fixes all these issues, and cleans up minor whitespace issues in /user, /security, /ssh and /migrate_ci_to_ce docs.
2019-07-11Give Knative serving permissions to service accountHordur Freyr Yngvason
GitLab uses a kubernetes service account to perform deployments. For serverless deployments to work as expected with externally created clusters with their own knative installations (e.g. via Cloud Run), this account requires additional permissions in the serving.knative.dev API group.
2019-07-02Revert "Elaborate instructions and add a reference"Hordur Freyr Yngvason
This reverts commit 092542d2fa5c036e4fc01ba3185f1dc0e9ddbebb. Included a stray file
2019-06-28Docs serverless sslDaniel Gruesso
2019-06-20Add version text and edit sectionEvan Read
2019-06-17Add documentation on using serverless with existing Knative instanceDaniel Gruesso
2019-06-07Merge branch 'master' into 'docs/fix-example-dot-net'Mike Lewis
# Conflicts: # doc/user/project/clusters/serverless/index.md
2019-04-17Update serverless.yml for functions to include only node.jsDaniel Gruesso
2019-04-06Add Knative metrics to PrometheusChris Baumbauer
2019-04-05Copy-edit new serverless documentationGrzegorz Bizon
2019-04-03Fix indentation of exemplary serverless.yml configGrzegorz Bizon
2019-04-03Update GitLab Serverless documentation to use `gitlabktl`Grzegorz Bizon
2019-04-03Update serverless docs to use `gitlabktl`Grzegorz Bizon
2019-04-03remove html tagWilliam Chia
2019-03-08Add support for ingress hostnameswalkafwalka
2019-03-04Update index.mdGrzegorz Bizon
2019-03-04Apply suggestion to doc/user/project/clusters/serverless/index.mdGrzegorz Bizon
2019-03-04Apply suggestion to doc/user/project/clusters/serverless/index.mdGrzegorz Bizon
2019-03-04Apply suggestion to doc/user/project/clusters/serverless/index.mdGrzegorz Bizon
2019-03-04Apply suggestion to doc/user/project/clusters/serverless/index.mdGrzegorz Bizon
2019-03-04Apply suggestion to doc/user/project/clusters/serverless/index.mdGrzegorz Bizon
2019-03-04Apply suggestion to doc/user/project/clusters/serverless/index.mdGrzegorz Bizon
2019-03-04Copy-edit new serverless CI/CD configuration docsGrzegorz Bizon
2019-03-04Add basic documentation about Serverless templateGrzegorz Bizon
2019-03-01Update Serverless docs with livestream feedbackDaniel Gruesso
2019-02-25Remove example.net, replace with example.comBrendan O'Leary
2019-02-25Fix misspellings in docsTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2019-02-22Update obtaining url for serverless appsdanielgruesso
2019-02-22Edits to serverless docMike Lewis
2019-02-22Update steps for clarityDaniel Gruesso
2019-02-18Remove consecutive blank lines from markdown filesEvan Read
For the sake of consistency, removes any extraneous consecutive blank lines from the doc suite.
2019-02-01Fix rendering of caution textEvan Read
2019-01-31Update intro note and stepsdanielgruesso
2019-01-30Update private repo stepsDaniel Gruesso
2019-01-30Removed orphaned file and update for clarityDaniel Gruesso
2019-01-30Removed orphaned file and update for claritydanielgruesso
2019-01-30Add domain retrieval info and imagedanielgruesso
2019-01-30Update tm cli version and clarify stepsdanielgruesso
2019-01-23Fix serverless.yml template indentationDaniel Gruesso
2019-01-11Add link to sample projectdanielgruesso
2019-01-11Initial Serverless Functions detailed viewChris Baumbauer
2019-01-04Update serverless extension to ymldanielgruesso
2018-12-22Update tm cli versionDaniel Gruesso
2018-12-21Merge branch 'docs-serverless-samples' into 'master'Achilleas Pipinellis
Docs serverless samples Closes #55371 See merge request gitlab-org/gitlab-ce!23961
2018-12-21Update verbiage for claritydanielgruesso