- 23 Apr, 2021 31 commits
-
-
Vitaly Slobodin authored
Users search: fix avatar size See merge request gitlab-org/gitlab!59883
-
Mark Chao authored
Handle Rails 6.1 ActiveModel::Errors changes See merge request gitlab-org/gitlab!59861
-
Jacques Erasmus authored
Add validation to fork form with validation directive See merge request gitlab-org/gitlab!55838
-
Matthias Käppler authored
Reduce number of SQL queries on SystemNote create See merge request gitlab-org/gitlab!59102
-
Luke Duncalfe authored
-
Sanad Liaquat authored
Update testcase links to new ones See merge request gitlab-org/gitlab!60067
-
Dylan Griffith authored
Return connection error for activation See merge request gitlab-org/gitlab!59840
-
Igor Drozdov authored
Modal errors as objects are introduced: https://github.com/rails/rails/pull/32313 model.errors.first returns ActiveModel::Error object that's why model.errors.first[1] doesn't work in Rails 6.1 We need a way that works both for 6.1 and 6.0 in order to introduce changes gradually: model.errors.values.first works for both versions. Even though treating errors as a hash is deprecated it works so we can introduce the changes in 6.0 and then fix the deprecations when we're on 6.1 (cherry picked from commit b5ecc309314429040921233d4a6216655fede089)
-
Stan Hu authored
Avoid creating note in rollout issue See merge request gitlab-org/gitlab!60083
-
Dylan Griffith authored
Fix RSpec/EmptyLineAfterFinalLetItBe for ee/spec/lib/gitlab/elastic See merge request gitlab-org/gitlab!58381
-
Abdul Wadood authored
-
Simon Knox authored
Merge branch '328564-use-a-correct-group-path-when-fetching-an-epic-in-graphql-boards' into 'master' Use a correct group path when fetching epic in graphql boards See merge request gitlab-org/gitlab!59937
-
Eulyeon Ko authored
-
Russell Dickenson authored
Make external issue tracker docs consistent See merge request gitlab-org/gitlab!59996
-
Marcin Sedlak-Jakubowski authored
-
Stan Hu authored
Fix LFS push mirroring for mirrors set up a long time ago See merge request gitlab-org/gitlab!59972
-
Albert Salim authored
-
Samantha Ming authored
-
Martin Wortschack authored
Resolve "[VSA] "Days to completion" chart should display averages" See merge request gitlab-org/gitlab!59453
-
Brandon Labuschagne authored
-
Simon Knox authored
Merge branch '293843-expand-filtering-functionality-of-vulnerabilities-graphql-endpoint-to-support-vendor-group-graphql' into 'master' Add scannerId field to group vulnerabilities query See merge request gitlab-org/gitlab!58156
-
Heinrich Lee Yu authored
Add support for setting DAST_API_SPECIFICATION See merge request gitlab-org/gitlab!59719
-
Philip Cunningham authored
-
Heinrich Lee Yu authored
Review and revise EWM integration UI text See merge request gitlab-org/gitlab!59386
-
Marcin Sedlak-Jakubowski authored
-
Michael Kozono authored
Merge branch '326751-refactor-issues-list-page-from-haml-to-vue-add-existing-filtered-search-components' into 'master' Add author, assignee, and label tokens to issues list page refactor See merge request gitlab-org/gitlab!59490
-
Coung Ngo authored
-
Michael Kozono authored
Geo - Add spec to avoid breaking the Geo replication for new upload types See merge request gitlab-org/gitlab!59798
-
Marcel Amirault authored
Remove unnecessary whitespace from end of lines See merge request gitlab-org/gitlab!60076
-
Evan Read authored
-
Simon Knox authored
Fix bug Swimlanes headers partially sticky See merge request gitlab-org/gitlab!59944
-
- 22 Apr, 2021 9 commits
-
-
Yannis Roussos authored
Make migration pause time a configurable value See merge request gitlab-org/gitlab!58583
-
Patrick Bair authored
Make the number of seconds to sleep in a batched_background_migration be a configurable value. The pause_ms column is added to the database to store this information, and it is now passed through to each job.
-
Mike Greiling authored
Update copy-webpack-plugin to 6.4.1 See merge request gitlab-org/gitlab!60061
-
Yannis Roussos authored
Initialize conversion of ci_sources_pipelines.source_job_id to bigint See merge request gitlab-org/gitlab!59951
-
Stan Hu authored
Add FindingEvidenceRequest model See merge request gitlab-org/gitlab!59539
-
Anastasia McDonald authored
Due to comment limit exceeded
-
Andrew Fontaine authored
Externalise strings in appearances/preview_sign_in.html.haml See merge request gitlab-org/gitlab!58138
-
Marvin Karegyeya authored
-
Mayra Cabrera authored
Add IterationCadenceDestroy mutation See merge request gitlab-org/gitlab!59060
-