- 28 Oct, 2021 40 commits
-
-
GitLab Bot 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
-
GitLab Bot 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
-
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
-
GitLab Release Tools Bot authored
[ci skip]
-
Jarka Košanová authored
Migrate subscription metrics to use instrumentation classes See merge request gitlab-org/gitlab!72495
-
GitLab Bot authored
-
GitLab Release Tools Bot authored
[ci skip]
-
Marcel Amirault authored
Fix json in kaniko example See merge request gitlab-org/gitlab!72245
-
GitLab Release Tools Bot authored
[ci skip]
-
Rémy Coutable authored
Remove group_authorized_agents feature flag See merge request gitlab-org/gitlab!71441
-
GitLab Bot authored
-
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
-
GitLab Bot authored
-
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
-
Bogdan Denkovych authored
In https://gitlab.com/gitlab-org/gitlab/-/merge_requests/72964 we disabled eager loading for the test environment. As it was mentioned there are specs that depend on all the application that is being loaded. See https://gitlab.com/gitlab-org/gitlab/-/merge_requests/72964#note_713060754 This MR introduces `:eager_load` rspec tag and adds this tag to specs that require it. There are still might be some specs that require this tag. This MR do not address all the cases from https://gitlab.com/gitlab-org/gitlab/-/issues/343878. Those two still need further investigation: - https://gitlab.com/gitlab-org/gitlab/blob/8ba2a598bab0475bd6f2ab9ebcef4a1852b8d512/spec/support/before_all_adapter.rb#L5 - https://gitlab.com/gitlab-org/gitlab/blob/452d554d81b0e310ef0e86eb8ea3a1c7bf6fbf90/spec/support/helpers/migrations_helpers.rb#L70 So I am not sure whether we can close the issue after merging this MR. Adding this tag to the spec would make `Rails.application.eager_load!` be called before its execution to load the application code. See https://api.rubyonrails.org/classes/Rails/Application.html#method-i-eager_load-21
-
Quang-Minh Nguyen authored
-
GitLab Bot authored
-
James Fargher authored
Add Gitlab.dev_env_or_com? to gon See merge request gitlab-org/gitlab!73133
-