- 10 Dec, 2020 40 commits
-
-
Justin Ho authored
Since the epic to migrate away from this component has been complete. https://gitlab.com/groups/gitlab-org/-/epics/3907
-
Susan Tacker authored
Fix typo in style guide See merge request gitlab-org/gitlab!49685
-
Craig Norris authored
Fix future tense and add spelling exception See merge request gitlab-org/gitlab!49661
-
Amy Qualls authored
Fixes future tense on two documents in the development directory, and adds variations on 'transpile' to the spelling exceptions dictionary. A quick web search demonstrates it's a real term.
-
Marcin Sedlak-Jakubowski authored
Docs: fix linting errors in doc/user/project/milestones/index.md See merge request gitlab-org/gitlab!49547
-
Jonston Chan authored
-
Sean McGivern authored
Add a note about GraphQL categorization See merge request gitlab-org/gitlab!49368
-
Bob Van Landuyt authored
-
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
-