- 28 Oct, 2021 40 commits
-
-
Dmytro Zaporozhets (DZ) authored
Fixes email invites being case senstive See merge request gitlab-org/gitlab!73079
-
Dmitry Gruzd authored
Permit `MergeRequestDiffCommit#commit_author` to be nil See merge request gitlab-org/gitlab!73258
-
Adam Hegyi authored
Add Prometheus metrics for loose foreign keys See merge request gitlab-org/gitlab!73192
-
Vitali Tatarintev authored
Development guideline Docs: Not everything is a service object See merge request gitlab-org/gitlab!71343
-
David O'Regan authored
Deprecations in Docs - Improve sort order See merge request gitlab-org/gitlab!73188
-
Patrick Bajao authored
Added GraphQL API mutation for requiring attention See merge request gitlab-org/gitlab!72990
-
Phil Hughes authored
Fixes a bug when accepting an email invite it would require both the invited email and the users email to match case. Changelog: fixed Closes https://gitlab.com/gitlab-org/gitlab/-/issues/338022
-
Rémy Coutable authored
storage-statistics API project/group, add missing fields See merge request gitlab-org/gitlab!72075
-
David O'Regan authored
Within the milestone, we should organize them alphabetically
-
Alex Kalderimis authored
-
Peter Leitzen authored
Force eager loading of the application code for specs require it See merge request gitlab-org/gitlab!73154
-
Alessio Caiazza authored
Use matching gitaly binary for workhorse integration tests See merge request gitlab-org/gitlab!72271
-
Marcel Amirault authored
Update docs to link out to VS Code extension See merge request gitlab-org/gitlab!72808
-
Amy Qualls authored
-
Rémy Coutable authored
Enable logging of Sidekiq bulk job insertions See merge request gitlab-org/gitlab!73223
-
Fabio Pitino authored
Support tracking of shared runners duration together with CI minutes See merge request gitlab-org/gitlab!72315
-
Phil Hughes authored
Adds the GraphQL mutation that will mark the assignee or reviewer as requiring attention. Creates a todo item when the users attention is required. https://gitlab.com/gitlab-org/gitlab/-/issues/343325
-
Thong Kuah authored
Clarify what is a service object, and alternatives if the object is not a service object
-
Denys Mishunov authored
Fix sidebar labels scoped label selection bug See merge request gitlab-org/gitlab!72693
-
Coung Ngo authored
-
Matthias Käppler authored
See merge request gitlab-org/gitlab!72405
-
Zamir Martins authored
Add vulnerability state as part of the granular settings for Vulnerability-Check approval project rules. Changelog: added
-
Marcel Amirault authored
Add information about the archived docs banner See merge request gitlab-org/gitlab!73048
-
Evan Read authored
-
Jarka Košanová authored
Migrate subscription metrics to use instrumentation classes See merge request gitlab-org/gitlab!72495
-
Marcel Amirault authored
Fix json in kaniko example See merge request gitlab-org/gitlab!72245
-
Rémy Coutable authored
Remove group_authorized_agents feature flag See merge request gitlab-org/gitlab!71441
-
Alper Akgun authored
Default enable the feature flag "new_graphql_keyset_pagination" See merge request gitlab-org/gitlab!72942
-
Kushal Pandya authored
Merge branch '343593-when-editing-epic-boards-the-wrong-text-is-being-shown-in-edit-modal' into 'master' Fix epic board scope text See merge request gitlab-org/gitlab!73234
-
Kati Paizee authored
Carve group wiki info into its own page See merge request gitlab-org/gitlab!72906
-
Amy Qualls authored
-
Fiona Neill authored
Update doc for redis-total See merge request gitlab-org/gitlab!72999
-
release-tools approver bot authored
Update Gitaly version See merge request gitlab-org/gitlab!73231
-
Heinrich Lee Yu authored
Standardize error message field in structured logs See merge request gitlab-org/gitlab!73196
-
Ramya Authappan authored
Remove Gitaly E2E tests from quarantine See merge request gitlab-org/gitlab!73143
-
Stan Hu authored
In https://gitlab.com/gitlab-com/gl-infra/production/-/issues/5808, we haven't been able tell whether ProjectImportScheduleWorker jobs were ever scheduled or that they were dropped somehow. This change will enable logging of the Sidekiq bulk job insertions for these workers. Changelog: added
-
Florie Guibert authored
Changelog: fixed
-
Stan Hu authored
Some of our log messages emitted `error` as a string, and others emitted `error.message`. In Elasticsearch, if the `error.message` is mapping is used, `error` is an object capable of holding other fields. As a result of these mixed types, Elasticsearch would flag a mapping conflict and dropped certain log messages, depending on which value arrived first for the day. To avoid this mapping conflict, we now standardize on `error.message`. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/344015 Changelog: fixed
-
Tiger authored
Changelog: added
-
Eulyeon Ko authored
Default enable the FF "new_graphql_keyset_pagination". https://gitlab.com/gitlab-org/gitlab/-/issues/323730 A paginated graphql query may gain performance if a keyset order can be automatically built by the introduced changes behind the feature flag. Changelog: performance
-