- 11.09.2019 1 коммит
-
-
ddavison создал
-
- 10.09.2019 1 коммит
-
-
ddavison создал
-
- 09.09.2019 38 коммитов
-
-
ddavison создал
-
ddavison создал
K3d is required for running local k8s clusters When using gcloud environment, require GCLOUD_ environment vars
-
-
GitalyBot создал
-
Clement Ho создал
Give notification buttons btn-xs class Closes #60724 See merge request gitlab-org/gitlab-ce!32827
-
Clement Ho создал
Merge branch '9102-hide-dismissed-vulnerabilities-in-the-group-security-dashboard-backport' into 'master' Add toggle to show/hide dismissed vulnerabilities (ports ee!15333) See merge request gitlab-org/gitlab-ce!32413
-
-
Stan Hu создал
Improve performance and (memory usage (a little)) of project export See merge request gitlab-org/gitlab-ce!32423
-
Kamil Trzciński создал
ActiveModel::Serialization is simple in that it recursively calls `as_json` on each object to serialize everything. However, for a model like a Project, this can generate a query for every single association, which can add up to tens of thousands of queries and lead to memory bloat. To improve this, we can do several things: 1. We use `tree:` and `preload:` to automatically generate a list of all preloads that could be used to serialize objects in bulk. 2. We observe that a single project has many issues, merge requests, etc. Instead of serializing everything at once, which could lead to database timeouts and high memory usage, we take each top-level association and serialize the data in batches. For example, we serialize the first 100 issues and preload all of their associated events, notes, etc. before moving onto the next batch. When we're done, we serialize merge requests in the same way. We repeat this pattern for the remaining associations specified in import_export.yml.
-
Marcia Ramos создал
Resolve "Job Failed #290891184 - docs lint broken in `master`" Closes #67209 See merge request gitlab-org/gitlab-ce!32825
-
-
Achilleas Pipinellis создал
Docs: Clarified note for preferred integration method Closes #28683 See merge request gitlab-org/gitlab-ce!32770
-
Matt Penna создал
-
-
Evan Read создал
-
Marcia Ramos создал
Fix capitalization of GitLab Closes #67023 See merge request gitlab-org/gitlab-ce!32800
-
Evan Read создал
-
Marcia Ramos создал
docs update to mysql_to_postgresql.md adding timeout parameters Closes #43903 See merge request gitlab-org/gitlab-ce!31462
-
Alexander Strachan создал
-
Stan Hu создал
Improve performance of search by lowering counters Closes gitlab-ee#11777 See merge request gitlab-org/gitlab-ce!32211
-
Francisco Javier López создал
Lowering the limit when performing search from 1001 to 101. This will allow us to speed this process.
-
-
Achilleas Pipinellis создал
Update repository_mirroring.md See merge request gitlab-org/gitlab-ce!32797
-
Kamil Trzciński создал
Passing job:rules downstream and E2E specs for job:rules configuration See merge request gitlab-org/gitlab-ce!32609
-
drew создал
-
-
Achilleas Pipinellis создал
Correct typo in documentation See merge request gitlab-org/gitlab-ce!32791
-
Paulo Ribeiro создал
-
Andreas Brandl создал
Make epic_issues relative_position migration more robust Closes #66923 See merge request gitlab-org/gitlab-ce!32646
-
Achilleas Pipinellis создал
Add complete list of personas in feature issue template See merge request gitlab-org/gitlab-ce!32778
-
Philippe Lafoucrière создал
-
Ash McKenzie создал
Fixes interruptible property documentation See merge request gitlab-org/gitlab-ce!32758
-
-
Lin Jen-Shin создал
Make the 'package-and-qa-manual:master' job only run on .com Closes #67188 See merge request gitlab-org/gitlab-ce!32812
-
-
Tiger создал
-
-
Cédric Tabin создал
-