- 28 Sep, 2020 17 commits
-
-
Luke Duncalfe authored
Adds a set of services and workers to allow an asynchronous copy of designs from one issue to another. It happens asynchronously from the in-request issue move as the copy can take around 15s for 50 designs. The copy involves copying designs, versions and discussions on designs. https://gitlab.com/gitlab-org/gitlab/-/issues/13426
-
Heinrich Lee Yu authored
Introduce feature flag `additional_repo_storage_by_namespace` See merge request gitlab-org/gitlab!43188
-
Dylan Griffith authored
Add popular avatar sizes for user, group and project Closes #251085 See merge request gitlab-org/gitlab!43160
-
Dylan Griffith authored
New created groups inherits integrations See merge request gitlab-org/gitlab!43162
-
Stan Hu authored
Fix 'already initialized constant' warning See merge request gitlab-org/gitlab!43378
-
Igor Drozdov authored
Fix Ruby 2.7 deprecation warnings in ee/spec/requests/git_http_spec.rb See merge request gitlab-org/gitlab!43496
-
Evan Read authored
Fix links to redirected files See merge request gitlab-org/gitlab!43493
-
Mark Lapierre authored
Allow scoped feature flag toggling in QA tests See merge request gitlab-org/gitlab!42923
-
Mark Lapierre authored
- Allows feature flags to be set for a user, project, group, or feature group
-
Marcel Amirault authored
Add security note to multi-projects pipeline docs Closes #32854 See merge request gitlab-org/gitlab!43040
-
Dominic Couture authored
-
Thong Kuah authored
Revise role and policy creation Closes #119296 See merge request gitlab-org/gitlab!42907
-
Stan Hu authored
In Ruby 3.0, positional arguments and keyword arguments will be separated. Ruby 2.7 will warn for behaviors that will change in Ruby 3.0. In most cases, you can avoid the incompatibility by adding the double splat operator. It explicitly specifies passing keyword arguments instead of a Hash object. Part of https://gitlab.com/gitlab-org/gitlab/-/issues/257438
-
Marcel Amirault authored
Make links point directly to the target page, not the redirect
-
Miguel Rincon authored
Replace alert for gl-alert in blob/upload See merge request gitlab-org/gitlab!43350
-
Russell Dickenson authored
Add details about Issue links to Vulnerability docs See merge request gitlab-org/gitlab!43445
-
Jonathan Schafer authored
-
- 27 Sep, 2020 9 commits
-
-
Russell Dickenson authored
Simplify SAST in Core messaging table See merge request gitlab-org/gitlab!43034
-
James Fargher authored
Update details for ci_job_jwt feature flag See merge request gitlab-org/gitlab!43489
-
James Fargher authored
Check if HEAD report is nil See merge request gitlab-org/gitlab!43210
-
mo khan authored
-
Evan Read authored
Document requirement of Git v2.28.0 for strong consistency See merge request gitlab-org/gitlab!43287
-
Evan Read authored
Remove common name from Gitaly TLS support See merge request gitlab-org/gitlab!43448
-
Evan Read authored
Improve Gitaly mixed configuration details See merge request gitlab-org/gitlab!43051
-
Krasimir Angelov authored
Related to https://gitlab.com/gitlab-org/gitlab/-/issues/251080.
-
Thong Kuah authored
Add create_cloud_run_clusters feature flag details See merge request gitlab-org/gitlab!43469
-
- 26 Sep, 2020 6 commits
-
-
Kamil Trzciński authored
Add group for project_transactionless_destroy Flag See merge request gitlab-org/gitlab!43452
-
Martin Wortschack authored
VSA base spec minor reorganization See merge request gitlab-org/gitlab!42329
-
Martin Wortschack authored
Remove Referrer-Policy from to header See merge request gitlab-org/gitlab!26065
-
Matt Kasa authored
-
Andrew Fontaine authored
Merge branch '233703-replace-bootstrap-alerts-in-app/views/import/shared/_errors.html.haml' into 'master' Replace bootstrap alerts in app/.../_errors.html.haml Closes #233703 See merge request gitlab-org/gitlab!41288
-
Gilang Gumilar authored
-
- 25 Sep, 2020 8 commits
-
-
Stan Hu authored
Set abuse_notification_email instead of admin_notification_email See merge request gitlab-org/gitlab!41319
-
Jose Ivan Vargas authored
Replace bootstrap alert in jaeger page Closes #233688 See merge request gitlab-org/gitlab!41610
-
Robert Speicher authored
Fix the scroll position in code search results See merge request gitlab-org/gitlab!43083
-
Stan Hu authored
Remove N+1 in license scanning report comparison See merge request gitlab-org/gitlab!42895
-
mo khan authored
* chore: remove unused entity class * docs: add changelog entry * fix: use fully qualified name to prevent collision with app/models/vulnerability.rb * refactor: delegate to LicenseCompliance to perform diff * refactor: switch to LicensePolicyEntity * refactor: update serializer to map from LicensePolicy * test: add spec to detect N+1 query
-
Stan Hu authored
Fix theme selector for light themes See merge request gitlab-org/gitlab!43239
-
Kerri Miller authored
Return only the latest build with coverage in MR widget JSON See merge request gitlab-org/gitlab!42402
-
Simon Lenz authored
-