- 10 Dec, 2020 40 commits
-
-
Mark Florian authored
Implement API Fuzzing MR Widget and Vuln Modal See merge request gitlab-org/gitlab!48123
-
Marcel Amirault authored
Docs: "Checking pipeline status" when gitlab-ci.yml excludes branch See merge request gitlab-org/gitlab!49033
-
Daniel Griscom authored
-
Bob Van Landuyt authored
Preload user status for mentioning users See merge request gitlab-org/gitlab!48668
-
Adam Hegyi authored
This change uses BatchLoader to efficiently preload UserStatus.availability for several different user arrays.
-
Bob Van Landuyt authored
Track test failures on pipeline completion See merge request gitlab-org/gitlab!48695
-
Sean McGivern authored
Restrict access to jobs that use `CI_DEBUG_TRACE=True` See merge request gitlab-org/gitlab!48932
-
Allison Browne authored
Keep users from viewing job traces if they are not developers on the project and the job is using the env variable CI_DEBUG_TRACE=true
-
Sean McGivern authored
Remove Gitaly request from projects#show See merge request gitlab-org/gitlab!49565
-
Marcin Sedlak-Jakubowski authored
Fix future tense issues See merge request gitlab-org/gitlab!49694
-
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
-
Igor Drozdov authored
It's not used by the view, so we can remove it
-
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
-
Erick Bajao authored
We moved this to pipeline completion so that we have the total count of failures across all builds. We need this count to check if the limit is reached.
-
Martin Wortschack authored
-
Dylan Griffith authored
Fix kwargs deprecation warnings for Ruby 2.7 See merge request gitlab-org/gitlab!49574
-
Marcel Amirault authored
-