Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
302e3bb0
Commit
302e3bb0
authored
May 19, 2021
by
Evan Read
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Note the results limit disable feature flag will be removed
parent
bf623cc8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
11 deletions
+16
-11
doc/api/groups.md
doc/api/groups.md
+16
-11
No files found.
doc/api/groups.md
View file @
302e3bb0
...
...
@@ -722,18 +722,21 @@ Example response:
}
```
### Disabl
ing the results limit
### Disabl
e the results limit **(FREE SELF)**
The 100 results limit can be disabled if it breaks integrations developed using GitLab
12.
4 and earlier.
The 100 results limit can break integrations developed using GitLab 12.4 and earlier.
To disable the limit while migrating to using the
[
list a group's projects
](
#list-a-groups-projects
)
endpoint, ask a GitLab administrator
with Rails console access to run the following command:
For GitLab 12.5 to GitLab 13.12, the limit can be disabled while migrating to using the
[
list a group's projects
](
#list-a-groups-projects
)
endpoint.
Ask a GitLab administrator with Rails console access to run the following command:
```
ruby
Feature
.
disable
(
:limit_projects_in_groups_api
)
```
For GitLab 14.0 and later, the
[
limit cannot be disabled
](
https://gitlab.com/gitlab-org/gitlab/-/issues/257829
)
.
## New group
Creates a new project group. Available only for users who can create groups.
...
...
@@ -918,19 +921,21 @@ Example response:
}
```
### Disabl
ing the results limit
### Disabl
e the results limit **(FREE SELF)**
The 100 results limit can be disabled if it breaks integrations developed using GitLab
12.
4 and earlier.
The 100 results limit can break integrations developed using GitLab 12.4 and earlier.
To disable the limit while migrating to using the
[
list a group's projects
](
#list-a-groups-projects
)
endpoint, ask a GitLab administrator
with Rails console access to run the following command:
For GitLab 12.5 to GitLab 13.12, the limit can be disabled while migrating to using the
[
list a group's projects
](
#list-a-groups-projects
)
endpoint.
Ask a GitLab administrator with Rails console access to run the following command:
```
ruby
Feature
.
disable
(
:limit_projects_in_groups_api
)
```
For GitLab 14.0 and later, the
[
limit cannot be disabled
](
https://gitlab.com/gitlab-org/gitlab/-/issues/257829
)
.
### Options for `shared_runners_setting`
The
`shared_runners_setting`
attribute determines whether shared runners are enabled for a group's subgroups and projects.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment