Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot
2023-03-06 18:08:12 +00:00
parent 49b16b7177
commit e22c3819ad
191 changed files with 2392 additions and 649 deletions

View File

@ -100,9 +100,9 @@ Owners also see the `plan` property associated with a namespace:
]
```
Users on GitLab.com also see `max_seats_used` and `seats_in_use` parameters.
Users on GitLab.com also see `max_seats_used`, `seats_in_use` and `max_seats_used_changed_at` parameters.
`max_seats_used` is the highest number of users the group had. `seats_in_use` is
the number of license seats currently being used. Both values are updated
the number of license seats currently being used. `max_seats_used_changed_at` shows the date when the `max_seats_used` value changed. All the values are updated
once a day.
`max_seats_used` and `seats_in_use` are non-zero only for namespaces on paid plans.
@ -114,6 +114,7 @@ once a day.
"name": "user1",
"billable_members_count": 2,
"max_seats_used": 3,
"max_seats_used_changed_at":"2023-02-13T12:00:02.000Z",
"seats_in_use": 2,
...
}