- 10 Dec, 2020 40 commits
-
-
Bob Van Landuyt authored
Bust the cache for ReleaseHighlights See merge request gitlab-org/gitlab!49276
-
Simon Knox authored
Add a project setting to allow edit commit messages See merge request gitlab-org/gitlab!49152
-
Mayra Cabrera authored
A new setting was added under Project > Visibility to allow commit authors to edit comimt messages on unprotected branches. This setting is stored in a new column in 'project_settings' table. Changes are currently under a feature flag. Related to https://gitlab.com/gitlab-org/gitlab/-/issues/287798
-
Simon Knox authored
Create a shared color picker component See merge request gitlab-org/gitlab!48606
-
Robert Hunt authored
- Implemented input type of color for preview area - Implemented text HEX input - Implemented validation on the HEX value - Implemented preset color selections - Added tests for the new component - Added translations - Added a changelog
-
Nicolò Maria Mezzopera authored
Upgrade dependency @gitlab/ui to v24.6.0 See merge request gitlab-org/gitlab!49414
-
Peter Hegman authored
Also fix failing specs due to https://gitlab.com/gitlab-org/gitlab-ui/-/merge_requests/1886
-
Phil Hughes authored
Remove deprecated fa-styles See merge request gitlab-org/gitlab!49700
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!49702
-
Mikołaj Wawrzyniak authored
Extend Vulnerability GraphQL API with External Issue Links See merge request gitlab-org/gitlab!48616
-
Alan (Maciej) Paruszewski authored
This change adds externalIssueLinks to Vulnerability GraphQL API to fetch linked issues in external tracker.
-
Andreas Brandl authored
Primary key for elasticsearch_indexed_namespaces See merge request gitlab-org/gitlab!48944
-
Achilleas Pipinellis authored
Add details for hashed storage migration See merge request gitlab-org/gitlab!49627
-
Achilleas Pipinellis authored
Change block users for inactivity to deactivate users instead: documentation See merge request gitlab-org/gitlab!46006
-
Shem Gyll authored
-
Achilleas Pipinellis authored
Add metadata to offline guides See merge request gitlab-org/gitlab!49696
-
Nick Thomas authored
Move actual_shared_runners_minutes_limit to Ci::Minutes::Quota See merge request gitlab-org/gitlab!48949
-
Fabio Pitino authored
Moved to Ci::Minutes::Quota#total_minutes
-
Bob Van Landuyt authored
Heuristic to choose indexes for reindexing See merge request gitlab-org/gitlab!48698
-
Andreas Brandl authored
This implements an index selection strategy for reindexing. We order indexes by their expected bloat level using a btree bloat heuristic. We start reindexing for indexes with the highest absolute level of bloat. See https://gitlab.com/gitlab-org/gitlab/-/issues/258576
-
Sean McGivern authored
Add destroy call to admin and groups integrations controller See merge request gitlab-org/gitlab!49153
-
Andy Soiron authored
Adds the destroy call to the admin and group integrations reset actions to actually reset an integration. Inheriting integrations will be deleted on the database level with a "ON DELETE CASCADE" foreign key
-
GitLab Release Tools Bot authored
-
Martin Wortschack authored
Merge branch '271250-fe-devops-report-adding-preparing-state-and-tooltips-in-segment-table-3' into 'master' DevOps Report: Add table cell tooltips See merge request gitlab-org/gitlab!49687
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!49693
-
Martin Wortschack authored
-
Dylan Griffith authored
Fix kwargs deprecation warnings for Ruby 2.7 See merge request gitlab-org/gitlab!49574
-
Marcel Amirault authored
-
GitLab Release Tools Bot authored
-
Imre Farkas authored
Resolve "Integrate FortiToken Cloud to GitLab 2FA options" See merge request gitlab-org/gitlab!49089
-
Manoj M J authored
This change integrates FortiCloud Token to GitLab 2FA options
-
Martin Wortschack authored
Merge branch '271250-fe-devops-report-adding-preparing-state-and-tooltips-in-segment-table-2' into 'master' DevOps Report: Add tooltips to table headings See merge request gitlab-org/gitlab!49577
-
Brandon Labuschagne authored
-
Heinrich Lee Yu authored
Add ability to update compliance frameworks via GraphQL See merge request gitlab-org/gitlab!49157
-
Dmytro Zaporozhets (DZ) authored
Fix usage data tracking for some issue events See merge request gitlab-org/gitlab!49571
-
Phil Hughes authored
Fix performance bar loading issue See merge request gitlab-org/gitlab!48797
-
Brandon Labuschagne authored
This commit adds tooltips to the devops adoption table cell components. These dispaly a boolean value.
-
Bob Van Landuyt authored
Add support for filtering MRs by review in GraphQL See merge request gitlab-org/gitlab!49464
-
Max Woolf authored
Adds a new UpdateService and updateComplianceFramework mutation
-
Heinrich Lee Yu authored
Fix requirements import authorize route to match Workhorse route See merge request gitlab-org/gitlab!49594
-