diff --git a/doc/administration/auth/oidc.md b/doc/administration/auth/oidc.md index 3445f916ef4..698a5506b83 100644 --- a/doc/administration/auth/oidc.md +++ b/doc/administration/auth/oidc.md @@ -35,7 +35,7 @@ The OpenID Connect will provide you with a client details and secret for you to { 'name' => 'openid_connect', 'label' => '', 'args' => { - "name' => 'openid_connect', + 'name' => 'openid_connect', 'scope' => ['openid','profile'], 'response_type' => 'code', 'issuer' => '', diff --git a/doc/ci/environments.md b/doc/ci/environments.md index dd13d368571..903866b534e 100644 --- a/doc/ci/environments.md +++ b/doc/ci/environments.md @@ -131,15 +131,27 @@ In summary, with the above `.gitlab-ci.yml` we have achieved the following: job will deploy our code to a staging server while the deployment will be recorded in an environment named `staging`. -> Starting with GitLab 8.15, the environment name is exposed to the Runner in -> two forms: `$CI_ENVIRONMENT_NAME`, and `$CI_ENVIRONMENT_SLUG`. The first is -> the name given in `.gitlab-ci.yml` (with any variables expanded), while the -> second is a "cleaned-up" version of the name, suitable for use in URLs, DNS, -> etc. -> -> Starting with GitLab 9.3, the environment URL is exposed to the Runner via -> `$CI_ENVIRONMENT_URL`. The URL is expanded from `.gitlab-ci.yml`, or if -> the URL was not defined there, the external URL from the environment is used. +#### Environment variables and Runner + +Starting with GitLab 8.15, the environment name is exposed to the Runner in +two forms: + +- `$CI_ENVIRONMENT_NAME`. The name given in `.gitlab-ci.yml` (with any variables + expanded). +- `$CI_ENVIRONMENT_SLUG`. A "cleaned-up" version of the name, suitable for use in URLs, + DNS, etc. + +If you change the name of an existing environment, the: + +- `$CI_ENVIRONMENT_NAME` variable will be updated with the new environment name. +- `$CI_ENVIRONMENT_SLUG` variable will remain unchanged to prevent unintended side + effects. + +Starting with GitLab 9.3, the environment URL is exposed to the Runner via +`$CI_ENVIRONMENT_URL`. The URL is expanded from either: + +- `.gitlab-ci.yml`. +- The external URL from the environment if not defined in `.gitlab-ci.yml`. ### Configuring manual deployments diff --git a/doc/user/markdown.md b/doc/user/markdown.md index 3f77431aa69..475bd7d17a0 100644 --- a/doc/user/markdown.md +++ b/doc/user/markdown.md @@ -1305,7 +1305,7 @@ Example: ```markdown | header 1 | header 2 | header 3 | -| --- | ------ |----------| +| --- | ------ |---------:| | cell 1 | cell 2 | cell 3 | | cell 4 | cell 5 is longer | cell 6 is much longer than the others, but that's ok. It will eventually wrap the text when the cell is too large for the display size. | | cell 7 | | cell
9 | diff --git a/locale/gitlab.pot b/locale/gitlab.pot index c77c28e9fef..7ea09c9061f 100644 --- a/locale/gitlab.pot +++ b/locale/gitlab.pot @@ -2278,6 +2278,9 @@ msgstr "" msgid "BillingPlans|@%{user_name} you are currently using the %{plan_link} plan." msgstr "" +msgid "BillingPlans|Congratulations, your new trial is activated" +msgstr "" + msgid "BillingPlans|Current plan" msgstr "" @@ -2317,6 +2320,9 @@ msgstr "" msgid "BillingPlans|Your GitLab.com trial will expire after %{expiration_date}. You can learn more about GitLab.com Gold by reading about our %{features_link}." msgstr "" +msgid "BillingPlans|Your Gold trial will expire after %{expiration_date}. You can learn more about GitLab.com Gold by reading about our %{features_link}." +msgstr "" + msgid "BillingPlans|features" msgstr ""