diff options
Diffstat (limited to 'doc/subscriptions/gitlab_com/index.md')
-rw-r--r-- | doc/subscriptions/gitlab_com/index.md | 39 |
1 files changed, 36 insertions, 3 deletions
diff --git a/doc/subscriptions/gitlab_com/index.md b/doc/subscriptions/gitlab_com/index.md index c9b066144f3..6f1bf0df044 100644 --- a/doc/subscriptions/gitlab_com/index.md +++ b/doc/subscriptions/gitlab_com/index.md @@ -29,7 +29,7 @@ Members of every subgroup and project in the group: To subscribe to GitLab SaaS: -1. View the [GitLab SaaS feature comparison](https://about.gitlab.com/pricing/gitlab-com/feature-comparison/) +1. View the [GitLab SaaS feature comparison](https://about.gitlab.com/pricing/feature-comparison/) and decide which tier you want. 1. Create a user account for yourself by using the [sign up page](https://gitlab.com/users/sign_up). @@ -190,6 +190,30 @@ If you add a member to a group by using the [share a group with another group](. - Remove the member from the shared group. You must be a group owner to do this. - From the group's membership page, remove access from the entire shared group. +## Seat usage alerts + +> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/348481) in GitLab 15.2 [with a flag](../../administration/feature_flags.md) named `seat_flag_alerts`. +> - [Generally available](https://gitlab.com/gitlab-org/gitlab/-/issues/362041) in GitLab 15.4. Feature flag `seat_flag_alerts` removed. + +If you have the Owner role of the top-level group, an alert notifies you +of your total seat usage. + +The alert displays on group, subgroup, and project +pages, and only for top-level groups linked to subscriptions enrolled +in [quarterly subscription reconciliations](../quarterly_reconciliation.md). +After you dismiss the alert, it doesn't display until another seat is used. + +The alert displays based on the following seat usage. You cannot configure the +amounts at which the alert displays. + +| Seats in subscription | Seat usage | +|-----------------------|------------------------------------------------------------------------| +| 0-15 | One seat remaining in the subscription. | +| 16-25 | Two seats remaining in the subscription. | +| 26-99 | 10% of seats have been used. | +| 100-999 | 8% of seats have been used. | +| 1000+ | 5% of seats have been used | + ## Upgrade your GitLab SaaS subscription tier To upgrade your [GitLab tier](https://about.gitlab.com/pricing/): @@ -309,6 +333,10 @@ locked. Projects can only be unlocked by purchasing more storage subscription un ### Purchase more storage and transfer +Prerequisite: + +- You must have at least the Owner role. + You can purchase a storage subscription for your personal or group namespace. NOTE: @@ -324,9 +352,9 @@ You can [cancel the subscription](#enable-or-disable-automatic-subscription-rene 1. Select **Purchase more storage** and you are taken to the Customers Portal. 1. Select **Add new subscription**. 1. Scroll to **Purchase add-on subscriptions** and select **Buy storage subscription**. -1. In the **Subscription details** section select the name of the user or group from the dropdown. +1. In the **Subscription details** section select the name of the user or group from the dropdown list. 1. Enter the desired quantity of storage packs. -1. In the **Billing information** section select the payment method from the dropdown. +1. In the **Billing information** section select the payment method from the dropdown list. 1. Select the **Privacy Policy** and **Terms of Service** checkbox. 1. Select **Buy subscription**. 1. Sign out of the Customers Portal. @@ -388,3 +416,8 @@ If your credit card is declined when purchasing a GitLab subscription, possible Check with your financial institution to confirm if any of these reasons apply. If they don't apply, contact [GitLab Support](https://support.gitlab.com/hc/en-us/requests/new?ticket_form_id=360000071293). + +### Unable to link subcription to namespace + +If you cannot link a subscription to your namespace, ensure that you have the Owner role +for that namespace. |