Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
parent
bf69484afa
commit
3f0f13c6d9
4 changed files with 29 additions and 11 deletions
|
@ -35,7 +35,7 @@ The OpenID Connect will provide you with a client details and secret for you to
|
|||
{ 'name' => 'openid_connect',
|
||||
'label' => '<your_oidc_label>',
|
||||
'args' => {
|
||||
"name' => 'openid_connect',
|
||||
'name' => 'openid_connect',
|
||||
'scope' => ['openid','profile'],
|
||||
'response_type' => 'code',
|
||||
'issuer' => '<your_oidc_url>',
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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 <br> 9 |
|
||||
|
|
|
@ -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 <strong>expire after %{expiration_date}</strong>. You can learn more about GitLab.com Gold by reading about our %{features_link}."
|
||||
msgstr ""
|
||||
|
||||
msgid "BillingPlans|Your Gold trial will <strong>expire after %{expiration_date}</strong>. You can learn more about GitLab.com Gold by reading about our %{features_link}."
|
||||
msgstr ""
|
||||
|
||||
msgid "BillingPlans|features"
|
||||
msgstr ""
|
||||
|
||||
|
|
Loading…
Reference in a new issue