@@ -601,7 +601,7 @@ If you use an external container registry, some features associated with the
...
@@ -601,7 +601,7 @@ If you use an external container registry, some features associated with the
container registry may be unavailable or have [inherent risks](../../user/packages/container_registry/index.md#use-with-external-container-registries).
container registry may be unavailable or have [inherent risks](../../user/packages/container_registry/index.md#use-with-external-container-registries).
For the integration to work, the external registry must be configured to
For the integration to work, the external registry must be configured to
use a JSON Web Token to authenticate with GitLab. The
use a JSON Web Token to authenticate with GitLab. The
If the project you wish to export is available at `https://gitlab.example.com/baltig/pipeline-templates`, the value to use for `PROJECT_PATH` would be `baltig/pipeline-templates`.
If the project you wish to export is available at `https://gitlab.example.com/baltig/pipeline-templates`, the value to use for `PROJECT_PATH` would be `baltig/pipeline-templates`.
If this all runs successfully, you will see output like the following before being returned to the Rails console prompt:
If this all runs successfully, you will see output like the following before being returned to the Rails console prompt:
...
@@ -392,7 +392,7 @@ If this all runs successfully, you will see output like the following before bei
...
@@ -392,7 +392,7 @@ If this all runs successfully, you will see output like the following before bei
=>nil
=>nil
```
```
The exported project will be located within a `.tar.gz` file in `/var/opt/gitlab/gitlab-rails/uploads/-/system/import_export_upload/export_file/`.
The exported project will be located within a `.tar.gz` file in `/var/opt/gitlab/gitlab-rails/uploads/-/system/import_export_upload/export_file/`.
## Repository
## Repository
...
@@ -598,7 +598,7 @@ group = Group.find_by_path_or_name('group-name')
...
@@ -598,7 +598,7 @@ group = Group.find_by_path_or_name('group-name')
group.project_creation_level=0
group.project_creation_level=0
```
```
### Modify group - disable 2FA requirement
### Modify group - disable 2FA requirement
WARNING:
WARNING:
When disabling the 2FA Requirement on a subgroup, the whole parent group (including all subgroups) is affected by this change.
When disabling the 2FA Requirement on a subgroup, the whole parent group (including all subgroups) is affected by this change.
# Set up local Codesandbox development environment
# Set up local Codesandbox development environment
This guide walks through setting up a local [Codesandbox repository](https://github.com/codesandbox/codesandbox-client) and integrating it with a local GitLab instance. Codesandbox
This guide walks through setting up a local [Codesandbox repository](https://github.com/codesandbox/codesandbox-client) and integrating it with a local GitLab instance. Codesandbox
is used to power the Web IDE's [Live Preview feature](../../user/project/web_ide/index.md#live-preview). Having a local Codesandbox setup is useful for debugging upstream issues or
is used to power the Web IDE's [Live Preview feature](../../user/project/web_ide/index.md#live-preview). Having a local Codesandbox setup is useful for debugging upstream issues or
creating upstream contributions like [this one](https://github.com/codesandbox/codesandbox-client/pull/5137).
creating upstream contributions like [this one](https://github.com/codesandbox/codesandbox-client/pull/5137).
## Initial setup
## Initial setup
...
@@ -59,7 +59,7 @@ to use a locally-built module. To build and use a local `smooshpack` module:
...
@@ -59,7 +59,7 @@ to use a locally-built module. To build and use a local `smooshpack` module:
yarn run start
yarn run start
```
```
Now, in the GitLab project, you can run `yarn link "smooshpack"`. `yarn` looks
Now, in the GitLab project, you can run `yarn link "smooshpack"`. `yarn` looks
for `smooshpack`**on disk** as opposed to the one hosted remotely.
for `smooshpack`**on disk** as opposed to the one hosted remotely.
@@ -50,8 +50,8 @@ The DevOps Adoption tab shows you which segments of your organization are using
...
@@ -50,8 +50,8 @@ The DevOps Adoption tab shows you which segments of your organization are using
- Deploys
- Deploys
- Scanning
- Scanning
Segments are arbitrary collections of GitLab groups that you define. You might define a segment to represent a small team, a large department, or a whole organization.
Segments are arbitrary collections of GitLab groups that you define. You might define a segment to represent a small team, a large department, or a whole organization.
You are limited to creating a maximum of 20 segments, and each segment is limited to a maximum of 20 groups.
You are limited to creating a maximum of 20 segments, and each segment is limited to a maximum of 20 groups.
Buttons to manage your segments appear in the DevOps Adoption section of the page.
Buttons to manage your segments appear in the DevOps Adoption section of the page.