- 23 Jul, 2021 40 commits
-
-
Justin Ho Tuan Duong authored
It is added both as filtered search value and token. This allows users to see labels as the selected token and they can even select more labels in the filter bar if needed. We are currently not using `fetchLabels` since the backend for this is not ready yet. Changelog: changed EE: true
-
Michael Kozono authored
Convert old GraphQL types to newer type names (Part 9) [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!66566
-
Nick Gaskill authored
GithubImporter: Add missing docs about some recent added stages See merge request gitlab-org/gitlab!66733
-
Kassio Borges authored
-
Brett Walker authored
in prep for interpreter
-
Saikat Sarkar authored
Fix Error 500 viewing pipelines with invalid UTF-8 data See merge request gitlab-org/gitlab!66686
-
Nicolò Maria Mezzopera authored
Replace Dependency List custom sorting with GlSorting component See merge request gitlab-org/gitlab!66737
-
Suzanne Selhorn authored
Update docs about ignoring columns with more information See merge request gitlab-org/gitlab!66739
-
Kati Paizee authored
Update service ping metric implementation guidelines See merge request gitlab-org/gitlab!66616
-
Kamil Trzciński authored
Update gitlab-experiment to version 0.6.2 See merge request gitlab-org/gitlab!66109
-
Jeremy Jackson authored
-
Paul Slaughter authored
Update the design sprint issue template See merge request gitlab-org/gitlab!65804
-
Nick Gaskill authored
Update proofreader.md - adding Korean proofreader See merge request gitlab-org/gitlab!66721
-
Andreas Brandl authored
Revert backfill on ci_build_trace_sections See merge request gitlab-org/gitlab!66627
-
Mark Florian authored
A snapshot test was removed, since it provided almost no value. Using GlSorting has changed the styling slightly, although not in a harmful way: the width of the dropdown is fixed, instead of scaling with the amount of text in the selected item. The GlSorting component may not be fully Pajamas-compliant, and fixing that may bring this UI back to nearly how it looked previously. Addresses part of https://gitlab.com/gitlab-org/gitlab/-/issues/335066.
-
Jose Ivan Vargas authored
Sort according to the field in Dependency List See merge request gitlab-org/gitlab!66672
-
Miguel Rincon authored
Merge branch '328034-devops-adoption-add-dependency-scanning-to-the-adoption-table-fe' into 'master' DevOps Adoption - Add Dependency Scanning to the adoption table See merge request gitlab-org/gitlab!66602
-
Brandon Labuschagne authored
-
Markus Koller authored
Expose security scanners in regards to approval See merge request gitlab-org/gitlab!66116
-
Zamir Martins authored
Return scanners when querying rules, and allow setting scanners when creating or updating rules. Changelog: added EE: true
-
Doug Stull authored
Convert old GraphQL types to newer type names (Part 1) See merge request gitlab-org/gitlab!66461
-
Jan Provaznik authored
Add Group information menu See merge request gitlab-org/gitlab!65819
-
Andreas Brandl authored
-
Andreas Brandl authored
This disables and removes the backfill for the int8 migration on ci_build_trace_sections. Changelog: other
-
Stan Hu authored
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/66423 fixed the build log view when invalid UTF-8 characters were present, but the pipeline view would still fail since it would attempt to show a few lines from the build. We consolidate the helper method in EncodingHelper and use it to drop invalid UTF-8 characters. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/336683 Changelog: fixed
-
Doug Stull authored
Add ability to refresh billing seat counts See merge request gitlab-org/gitlab!65606
-
Ryan Cobb authored
-
Yorick Peterse authored
Refactor Gitlab::Database to support multiple DBs See merge request gitlab-org/gitlab!65262
-
Matthias Käppler authored
Add data consistency for PipelineNotificationWorker See merge request gitlab-org/gitlab!66459
-
Mark Florian authored
-
Olena Horal-Koretska authored
AutoDevOps enabled alert on security Config Page See merge request gitlab-org/gitlab!65832
-
Jannik Lehmann authored
-
Olena Horal-Koretska authored
Improve email settings text See merge request gitlab-org/gitlab!62867
-
Russell Dickenson authored
-
lauraMon authored
-
Yorick Peterse authored
This refactors the module Gitlab::Database so it supports multiple databases. Logic tied to a connection is now scoped to instances of Gitlab::Dababase::Connection. For every database, an instance of this class is created and stored in Gitlab::Database::DATABASES. The module Gitlab::Database still exposes various methods that forward the call to a corresponding instance of Database::Connection. These wrappers and their use will be changed in separate commits, as otherwise the diffs become far too large for anybody to make sense of. See https://gitlab.com/gitlab-org/gitlab/-/issues/331776 for more information.
-
Jacob Vosmaer authored
Geo: Add Geo-secondary-specific routing in Workhorse See merge request gitlab-org/gitlab!63321
-
Corinna Wiesner authored
The docs about ignoring a column before dropping it from the database were missing a paragraph about adding the ignore rule to the CE model if the model exists in CE and EE.
-
Siddharth Asthana authored
Changelog: other
-
Kamil Trzciński authored
Fix Database/MultipleDatabases offenses fix [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!65816
-