ci_max_artifact_size_cluster_image_scanning integer DEFAULT 0 NOT NULL,
ci_max_artifact_size_cluster_image_scanning integer DEFAULT 0 NOT NULL,
ci_jobs_trace_size_limit integer DEFAULT 100 NOT NULL,
ci_jobs_trace_size_limit integer DEFAULT 100 NOT NULL,
pages_file_entries integer DEFAULT 200000 NOT NULL,
pages_file_entries integer DEFAULT 200000 NOT NULL,
dast_profile_schedules integer DEFAULT 1 NOT NULL
dast_profile_schedules integer DEFAULT 1 NOT NULL,
external_audit_event_destinations integer DEFAULT 5 NOT NULL
);
);
CREATE SEQUENCE plan_limits_id_seq
CREATE SEQUENCE plan_limits_id_seq
...
@@ -20929,6 +20948,8 @@ ALTER TABLE ONLY atlassian_identities ALTER COLUMN user_id SET DEFAULT nextval('
...
@@ -20929,6 +20948,8 @@ ALTER TABLE ONLY atlassian_identities ALTER COLUMN user_id SET DEFAULT nextval('
ALTER TABLE ONLY audit_events ALTER COLUMN id SET DEFAULT nextval('audit_events_id_seq'::regclass);
ALTER TABLE ONLY audit_events ALTER COLUMN id SET DEFAULT nextval('audit_events_id_seq'::regclass);
ALTER TABLE ONLY audit_events_external_audit_event_destinations ALTER COLUMN id SET DEFAULT nextval('audit_events_external_audit_event_destinations_id_seq'::regclass);
ALTER TABLE ONLY authentication_events ALTER COLUMN id SET DEFAULT nextval('authentication_events_id_seq'::regclass);
ALTER TABLE ONLY authentication_events ALTER COLUMN id SET DEFAULT nextval('authentication_events_id_seq'::regclass);
ALTER TABLE ONLY award_emoji ALTER COLUMN id SET DEFAULT nextval('award_emoji_id_seq'::regclass);
ALTER TABLE ONLY award_emoji ALTER COLUMN id SET DEFAULT nextval('award_emoji_id_seq'::regclass);
...
@@ -22300,6 +22321,9 @@ ALTER TABLE ONLY ar_internal_metadata
...
@@ -22300,6 +22321,9 @@ ALTER TABLE ONLY ar_internal_metadata
@@ -25084,6 +25108,8 @@ CREATE UNIQUE INDEX index_experiments_on_name ON experiments USING btree (name);
...
@@ -25084,6 +25108,8 @@ CREATE UNIQUE INDEX index_experiments_on_name ON experiments USING btree (name);
CREATE INDEX index_expired_and_not_notified_personal_access_tokens ON personal_access_tokens USING btree (id, expires_at) WHERE ((impersonation = false) AND (revoked = false) AND (expire_notification_delivered = false));
CREATE INDEX index_expired_and_not_notified_personal_access_tokens ON personal_access_tokens USING btree (id, expires_at) WHERE ((impersonation = false) AND (revoked = false) AND (expire_notification_delivered = false));
CREATE UNIQUE INDEX index_external_audit_event_destinations_on_namespace_id ON audit_events_external_audit_event_destinations USING btree (namespace_id, destination_url);
CREATE UNIQUE INDEX index_external_pull_requests_on_project_and_branches ON external_pull_requests USING btree (project_id, source_branch, target_branch);
CREATE UNIQUE INDEX index_external_pull_requests_on_project_and_branches ON external_pull_requests USING btree (project_id, source_branch, target_branch);
CREATE UNIQUE INDEX index_feature_flag_scopes_on_flag_id_and_environment_scope ON operations_feature_flag_scopes USING btree (feature_flag_id, environment_scope);
CREATE UNIQUE INDEX index_feature_flag_scopes_on_flag_id_and_environment_scope ON operations_feature_flag_scopes USING btree (feature_flag_id, environment_scope);
...
@@ -28276,6 +28302,9 @@ ALTER TABLE ONLY packages_conan_file_metadata
...
@@ -28276,6 +28302,9 @@ ALTER TABLE ONLY packages_conan_file_metadata
| <aid="mutationexportrequirementsclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
| <aid="mutationexportrequirementsclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
| <aid="mutationexportrequirementserrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
| <aid="mutationexportrequirementserrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
| <aid="mutationexternalauditeventdestinationcreateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
| <aid="mutationexternalauditeventdestinationcreategrouppath"></a>`groupPath` | [`ID!`](#id) | Group path. |
#### Fields
| Name | Type | Description |
| ---- | ---- | ----------- |
| <aid="mutationexternalauditeventdestinationcreateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
| <aid="mutationexternalauditeventdestinationcreateerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
| <aid="mutationexternalauditeventdestinationdestroyclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
| <aid="mutationexternalauditeventdestinationdestroyid"></a>`id` | [`AuditEventsExternalAuditEventDestinationID!`](#auditeventsexternalauditeventdestinationid) | ID of external audit event destination to destroy. |
#### Fields
| Name | Type | Description |
| ---- | ---- | ----------- |
| <aid="mutationexternalauditeventdestinationdestroyclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
| <aid="mutationexternalauditeventdestinationdestroyerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
| <aid="mutationexternalauditeventdestinationupdateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
| <aid="mutationexternalauditeventdestinationupdatedestinationurl"></a>`destinationUrl` | [`String`](#string) | Destination URL to change. |
| <aid="mutationexternalauditeventdestinationupdateid"></a>`id` | [`AuditEventsExternalAuditEventDestinationID!`](#auditeventsexternalauditeventdestinationid) | ID of external audit event destination to destroy. |
#### Fields
| Name | Type | Description |
| ---- | ---- | ----------- |
| <aid="mutationexternalauditeventdestinationupdateclientmutationid"></a>`clientMutationId` | [`String`](#string) | A unique identifier for the client performing the mutation. |
| <aid="mutationexternalauditeventdestinationupdateerrors"></a>`errors` | [`[String!]!`](#string) | Errors encountered during execution of the mutation. |
@@ -5943,6 +6001,29 @@ The edge type for [`Event`](#event).
...
@@ -5943,6 +6001,29 @@ The edge type for [`Event`](#event).
| <aid="eventedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
| <aid="eventedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
| <aid="eventedgenode"></a>`node` | [`Event`](#event) | The item at the end of the edge. |
| <aid="eventedgenode"></a>`node` | [`Event`](#event) | The item at the end of the edge. |
#### `ExternalAuditEventDestinationConnection`
The connection type for [`ExternalAuditEventDestination`](#externalauditeventdestination).
##### Fields
| Name | Type | Description |
| ---- | ---- | ----------- |
| <aid="externalauditeventdestinationconnectionedges"></a>`edges` | [`[ExternalAuditEventDestinationEdge]`](#externalauditeventdestinationedge) | A list of edges. |
| <aid="externalauditeventdestinationconnectionnodes"></a>`nodes` | [`[ExternalAuditEventDestination]`](#externalauditeventdestination) | A list of nodes. |
| <aid="externalauditeventdestinationconnectionpageinfo"></a>`pageInfo` | [`PageInfo!`](#pageinfo) | Information to aid in pagination. |
#### `ExternalAuditEventDestinationEdge`
The edge type for [`ExternalAuditEventDestination`](#externalauditeventdestination).
##### Fields
| Name | Type | Description |
| ---- | ---- | ----------- |
| <aid="externalauditeventdestinationedgecursor"></a>`cursor` | [`String!`](#string) | A cursor for use in pagination. |
| <aid="externalauditeventdestinationedgenode"></a>`node` | [`ExternalAuditEventDestination`](#externalauditeventdestination) | The item at the end of the edge. |
#### `GroupConnection`
#### `GroupConnection`
The connection type for [`Group`](#group).
The connection type for [`Group`](#group).
...
@@ -9837,6 +9918,18 @@ Representing an event.
...
@@ -9837,6 +9918,18 @@ Representing an event.
| <aid="eventid"></a>`id` | [`ID!`](#id) | ID of the event. |
| <aid="eventid"></a>`id` | [`ID!`](#id) | ID of the event. |
| <aid="eventupdatedat"></a>`updatedAt` | [`Time!`](#time) | When this event was updated. |
| <aid="eventupdatedat"></a>`updatedAt` | [`Time!`](#time) | When this event was updated. |
### `ExternalAuditEventDestination`
Represents an external resource to send audit events to.
#### Fields
| Name | Type | Description |
| ---- | ---- | ----------- |
| <aid="externalauditeventdestinationdestinationurl"></a>`destinationUrl` | [`String!`](#string) | External destination to send audit events to. |
| <aid="externalauditeventdestinationgroup"></a>`group` | [`Group!`](#group) | Group the destination belongs to. |
| <aid="externalauditeventdestinationid"></a>`id` | [`ID!`](#id) | ID of the destination. |
### `ExternalIssue`
### `ExternalIssue`
Represents an external issue.
Represents an external issue.
...
@@ -10062,6 +10155,7 @@ four standard [pagination arguments](#connection-pagination-arguments):
...
@@ -10062,6 +10155,7 @@ four standard [pagination arguments](#connection-pagination-arguments):
| <aid="groupemailsdisabled"></a>`emailsDisabled` | [`Boolean`](#boolean) | Indicates if a group has email notifications disabled. |
| <aid="groupemailsdisabled"></a>`emailsDisabled` | [`Boolean`](#boolean) | Indicates if a group has email notifications disabled. |
| <aid="groupepicsenabled"></a>`epicsEnabled` | [`Boolean`](#boolean) | Indicates if Epics are enabled for namespace. |
| <aid="groupepicsenabled"></a>`epicsEnabled` | [`Boolean`](#boolean) | Indicates if Epics are enabled for namespace. |
| <aid="groupexternalauditeventdestinations"></a>`externalAuditEventDestinations` | [`ExternalAuditEventDestinationConnection`](#externalauditeventdestinationconnection) | External locations that receive audit events belonging to the group. Available only when feature flag `ff_external_audit_events_namespace` is enabled. This flag is disabled by default, because the feature is experimental and is subject to change without notice. (see [Connections](#connections)) |
| <aid="groupfullname"></a>`fullName` | [`String!`](#string) | Full name of the namespace. |
| <aid="groupfullname"></a>`fullName` | [`String!`](#string) | Full name of the namespace. |
| <aid="groupfullpath"></a>`fullPath` | [`ID!`](#id) | Full path of the namespace. |
| <aid="groupfullpath"></a>`fullPath` | [`ID!`](#id) | Full path of the namespace. |
| <aid="groupid"></a>`id` | [`ID!`](#id) | ID of the namespace. |
| <aid="groupid"></a>`id` | [`ID!`](#id) | ID of the namespace. |
...
@@ -16709,6 +16803,12 @@ A `AnalyticsDevopsAdoptionEnabledNamespaceID` is a global ID. It is encoded as a
...
@@ -16709,6 +16803,12 @@ A `AnalyticsDevopsAdoptionEnabledNamespaceID` is a global ID. It is encoded as a
An example `AnalyticsDevopsAdoptionEnabledNamespaceID` is: `"gid://gitlab/Analytics::DevopsAdoption::EnabledNamespace/1"`.
An example `AnalyticsDevopsAdoptionEnabledNamespaceID` is: `"gid://gitlab/Analytics::DevopsAdoption::EnabledNamespace/1"`.
### `AuditEventsExternalAuditEventDestinationID`
A `AuditEventsExternalAuditEventDestinationID` is a global ID. It is encoded as a string.
An example `AuditEventsExternalAuditEventDestinationID` is: `"gid://gitlab/AuditEvents::ExternalAuditEventDestination/1"`.
### `AwardableID`
### `AwardableID`
A `AwardableID` is a global ID. It is encoded as a string.
A `AwardableID` is a global ID. It is encoded as a string.