- Jul 09, 2022
-
-
In FIPS mode, if a deploy key were present, clicking on the "Allowed to push" dropdown would fail with a "Failed to load groups, users and deploy keys" message. This occurred because the JavaScript attempted to use the `fingerprint` attribute of the key. However, on a FIPS system, the MD5 fingerprint is not available, and the `null` value breaks the dropdown. To fix this, we use the `fingerprint_sha256` attribute instead. This commit also puts the SHA256 fingerprint first in the HTML views to avoid confusion. Relates to #364562 Changelog: fixed
-
Changelog: added
-
- Jul 08, 2022
-
-
Add migrations to drop table Update gitlab schema Changelog: removed MR: !91859
-
* Removes and updates usage of legacy_stage(s) * Removes Ci::LegacyStage Model * Removes Ci::LegacyStage presenter * Removes LegacyStage from factory
-
David O'Regan authored
This reverts merge request !81833
-
to RunnersResolver Changelog: added
-
This reschedules a batched background migration that backfills missing search data for issues imported prior to a fix for #361219. Changelog: other
-
Darby Frey authored
-
Duplicate events to Snowplow along with RedisHLL. Behind a FF
-
Pedro Pombeiro authored
-
-
Kassio Borges authored
Related to: #364065
-
Preload required user associations: followers, followees, user_preference Changelog: performance
-
Exposes the properties needed for the Security pipeline tab to function properly and installs the necessary plugins (Vuex and VueRouter).
-
Jan Provaznik authored
Allows passing hierarchy widget data when creating new WorkItem. This will be used in hierarchy widget to create new child tasks directly from parent issue.
-
Pedro Pombeiro authored
-
Disable legacy OpenSource license for inactive public projects Changelog: added
-
Deepika Guliani authored
-
Albert authored
If a job in a child pipeline creates a coverage report, the report is included in the parent pipeline's coverage report. Changelog: added
-
Changelog: added EE: true Signed-off-by:
Andrew Smith <espadav8@gmail.com>
-
Phil Calder authored
-
- Jul 07, 2022
-
-
Eduardo Bonet authored
Removes our Ruby implementation of a Json Source Map generator in favor of OJ Saj parser Changelog: performance
-
-
Steve Abrams authored
Disable the Debian package registry feature when FIPS mode is enabled. APIs will return 404, services and workers will raise errors.
-
Eduardo Sanz García authored
* remove `New identity` from the user identity table (identity tab) and add it to the primary action buttons row * move left the `Edit` and `User administration` to the left * add pencil-square icon to the `Edit` button * remove ellipsis icon from the `User administration` Changelog: changed
-
-
The settings UI for Project-level Secure Files now aligns with the correct pattern for CI/CD settings. Changelog: changed MR: !90526
-
-
Payton Burdette authored
Add ability to search throughout visible job logs based on a substring with vitrual scrolling to lines.
-
Tetiana Zavediuk authored
During project import from GitHub, for each imported issue, check if any events of type labeled or unlabeled exist for that issue and create corresponding events in GitLab. Resolves: #354235 Changelog: added
-
Bob Van Landuyt authored
This feature flag was enabled in production since 2022-05-27 without further issue https://gitlab.com/gitlab-com/gl-infra/feature-flag-log/-/issues/11581 Changelog: performance
-
- implemented Assign myself button - added invite members modal
-
Changelog: fixed
-
- match other modal setup on the page
-
Hannes Moser authored
-
This allows site administrators to monitor how frequently runners are being authenticated, as well as how frequently authentication is failing. Changelog: added
-
Eugenia Grieff authored
- Add HierarchyInputType - Add ParentLinks::CreateService - Add HierarchyService::UpdateService
-
This change prepares the components and tests for additional EE-only filters. User searches mock data is exported to a separate file so it can be reused in EE and CE tests respectively.
-
Miguel Rincon authored
This change refactors a complicated smart query factory by using a renderless components. This solution makes use a of a simpler renderless component that fetches a total count of runners given arbitrary filters, so the component can be reused in different layouts.
-
Patrick Bajao authored
When lines have CRLF endings, GitLab is not able to parse them correctly as we match the conflict markers after we delete the newline character. That only deletes the LF and keep the CR. To fix it, we also delete the CR before we match the conflict markers. Changelog: fixed
-