- 23 Apr, 2021 40 commits
-
-
Michelle Gill authored
Add documentation
-
James Ramsay authored
-
James Ramsay authored
Git differentiates the author and committer so that the person who writes the change can be acknowledged even though someone else committed it. Suggestions may be proposed by a different person to who applies the change. If this information is lost, the provenance of the change can be hard to discern.
-
Olena Horal-Koretska authored
Externalize strings in users/_profile.html.haml See merge request gitlab-org/gitlab!58106
-
Marvin Karegyeya authored
-
Vitali Tatarintev authored
Update Usage Ping Metrics - Alerting See merge request gitlab-org/gitlab!60044
-
David O'Regan authored
-
Sarah Groff Hennigh-Palermo authored
Load correct data when switching branches in pipeline editor See merge request gitlab-org/gitlab!57941
-
Mireya Andres authored
-
Markus Koller authored
Resolve "Expose webhook data for Key via its own data-builder class" See merge request gitlab-org/gitlab!59608
-
Vitaly Slobodin authored
Enable Style/ParenthesesAroundCondition cop for HAML-lint See merge request gitlab-org/gitlab!59553
-
Achilleas Pipinellis authored
Docs: add troubleshooting for schannel error for TLS See merge request gitlab-org/gitlab!59922
-
Caleb Cooper authored
-
Achilleas Pipinellis authored
Add Free tier to Pages-related docs See merge request gitlab-org/gitlab!60003
-
Achilleas Pipinellis authored
Crop image for dashboard templates doc See merge request gitlab-org/gitlab!60041
-
🤖 GitLab Bot 🤖 authored
Update Gitaly version See merge request gitlab-org/gitlab!60093
-
Marcin Sedlak-Jakubowski authored
Remove unnecessary image from tracing doc See merge request gitlab-org/gitlab!60056
-
David Fernandez authored
Move Debian endpoints concern to correct file See merge request gitlab-org/gitlab!59811
-
GitLab Release Tools Bot authored
-
Thong Kuah authored
Merge branch '322786-denormalize-project-permissions-to-merge-request-in-elasticsearch' into 'master' Denormalize project permissions to merge request in Elasticsearch See merge request gitlab-org/gitlab!59731
-
David Fernandez authored
Add Packages::Debian::GenerateDistributionKeyService See merge request gitlab-org/gitlab!53826
-
Dmitry Gruzd authored
Backend for implementing real-time issue assignees using GraphQL subscriptions See merge request gitlab-org/gitlab!59834
-
David Fernandez authored
Resolve "JWT API token support for Terraform Module Registry" See merge request gitlab-org/gitlab!56421
-
Heinrich Lee Yu authored
Review and revise YouTrack integration UI text See merge request gitlab-org/gitlab!59998
-
Marcin Sedlak-Jakubowski authored
-
Dmitry Gruzd authored
Add metrics to monitor pipelines with policy jobs See merge request gitlab-org/gitlab!59848
-
Alan (Maciej) Paruszewski authored
-
Matthias Käppler authored
Optimize Nokogiri search for post-processing pipeline [RUN ALL RSPEC] [RUN AS-IF-FOSS] See merge request gitlab-org/gitlab!59983
-
Vitaly Slobodin authored
Users search: fix avatar size See merge request gitlab-org/gitlab!59883
-
Manoj M J authored
Refactor Key event data for webhooks
-
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
-
Vasilii Iakliushin authored
Contributes to https://gitlab.com/gitlab-org/gitlab/-/issues/271242 **Problem** doc.search(...) operation has a bad performance for complex html documents with many elements. **Solution** Avoid unnecessary doc.search calls. 1. Combine multiple search operations 2. Share calculated result between several filters
-
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
-