- May 19, 2023
-
-
Changelog: fixed
-
- May 18, 2023
-
-
Changelog: added
-
-
Add a moderation status to the soamlogs index page to more easily identity if a user has been banned or blocked. part of: https://gitlab.com/gitlab-org/modelops/anti-abuse/team-tasks/-/issues/364 Changelog: changed
-
- May 17, 2023
-
-
-
Pavel Shutsin authored
API can be used to get a forecast on upcoming deployment frequency values for given project. Please not the API is in alpha state and can be changed at any time. Changelog: added EE: true
-
Add new CommitReferences component, fetch references on the frontend Changelog: changed
-
If a candidate is associated to a ci_build, render some information about that CI on the detail page Changelog: added
-
This allows fonrtned to continue to function regardless of whether it receives a jitsu key or a snowplow tracking key. Backend returns the expected value depending on whether the snowplow feature flag is enabled or not.
-
In content editor, improve keyboard navigation to create tables and make it more accessible using a screen reader. Changelog: added
-
Scott de Jonge authored
Add `aria-label` to `<nav>` element Add spec test
-
- May 16, 2023
-
-
Changelog: changed
-
Zehua Zhang authored
Add field allow_account_deletion to ApplicationSettings and add a feature flag named deleting_account_disabled_for_users to control whether users can delete their account. Changelog: changed EE: true
-
Adds also builtin Visualizations Moves filters in correct position
-
- make it more readable - update tests Changelog: changed EE: true
-
- use pajamas component for alert button Changelog: changed EE: true
-
Shinya Maeda authored
This commit introduces Environment Update GraphQL Mutation. Changelog: added
-
Adds support for adding Prometheus alert integrations to the AlertManagement::HttpIntegrations table. This commit covers database, models, and service changes, but the new type is not yet available via API. This will happen in a follow-up. This change helps enable the removal of Metrics Dashboard by separating metrics from alert ingestion. Changelog: changed
-
-
- May 15, 2023
-
-
We need to link everything to an organization. If we can not link a record to a specific organization, we can use the default organization Changelog: changed
-
Created a shortcut to navigate to CI/CD pipelines page. Changelog: added
-
Add user deactivate service and log audit event at the instance level Changelog: added MR: !117776 EE: true
-
-
Javiera Tapia authored
Allow individual Geo registry entries to be resynced or reverified via GraphQL mutations under a feature flag
-
Phil Hughes authored
#410237
-
Pavel Shutsin authored
The service will be used to get a forecast on upcoming deployment frequency values for given project. No user facing changes
-
Martin Čavoj authored
Changelog: changed EE: true
-
- Update app/views/shared/_captcha_check.html.haml, - Update ee/app/views/ldap_group_links/_form.html.haml - Update app/views/projects/mattermosts/_team_selection.html.haml, - Update ee/app/views/admin/geo/projects/_removed.html.haml
-
Until now, it was possible to update the milestone object in parallel. This would cause data loss when one user overrides the changes that antoher user has made seconds before. With this change, we are avoiding the avoiding concurrent edits, upgrade and subsquently data loss. Changelog: added
-
-
- We opted to use a new-line separator, see [this thread][1]. - !118967 [1]: !118967 (comment 1372287515)
-
- May 14, 2023
-
-
Disables the compliance pipeline configuration input when adding/editing a compliance framework for Premium licenses. Changelog: changed MR: !119163 EE: true
-
- May 12, 2023
-
-
Changelog: changed
-
* Add a feature toggle to the page * Add a button to the editor tabs * Wire the button to a dummy ai_assistant_drawer component
-
Changelog: changed
-
Amy Qualls authored
The messages to users running a too-early version of PostgreSQL had some problems. It was wordier than it needed to be, and had a comma splice to boot. Let's fix both.
-
Zack Cuddy authored
As Geo has matured the Full Details button has begun to make less UX sense. Currently the button links you to a random tab in Geo Replication and is confusing users. Thus the button is being removed. Changelog: removed EE: true
-
So users may know that their deployments might be skipped or fail during a configured deploy freeze. Changelog: added
-
In content editor, remove the formatting bubble menu action bar Changelog: changed
-
The purpose of this is to separate generic things like "socket messages" and "observable streams" out from being connected to "a component." Sometimes, it might make sense to connect a socket directly to a component's data or to a data store. In those cases, the `apollo` key of a Vue makes the most sense. However, sockets and observables are useful outside of just setting a property or updating data. In this case, we're attaching to a *signal*. Signals can be used in powerful applications like modifying a state machine, or in simple applications like how this is used, where we just call a method. Because we've chosen Apollo as our tool for communicating across Websockets, there's quite a bit of overhead associated with this signaling system, but by abstracting signal IO to a central place not in any particular component, we can re-use the code anywhere in the application.
-