Skip to content

Export seat usage as CSV

Krasimir Angelov requested to merge 262877-seat-usage-export-in-request into master

What does this MR do?

This MR adds ability for top-level group owners to export seat usage data as CSV file. This new feature is behind the seat_usage_export feature flag.

The CSV is streamed as request response, same as what we do when exporting users for self-managed instances. Before we enable the feature flag globally we should test with some groups that have many billable members.

There are couple of changes not directly related to the export feature, but made to match what we do in the API endpoint when listing the same data on the page:

  1. check if group is top-level group.
  2. use same policy (admin_group_member instead of admin_group)

Related to #262877 (closed).

Screenshots or Screencasts (strongly suggested)

image

How to setup and validate locally (strongly suggested)

Example below:

  1. Enable seat usage export
    Feature.enable(:seat_usage_export)
  2. With CustomersDot up and running, go to Settings -> Billing -> Seat usage for a group that has a subscription.
  3. Click Export list.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

Related to #262877 (closed)

Edited by Krasimir Angelov

Merge request reports