- 09 Sep, 2019 40 commits
-
-
Paul Gascou-Vaillancourt authored
- Added a toggle that can be turned on to hide dismissed vulnerabilities - Added specs for gl-toggle-vuex - Updated specs for all changed files
-
Robert Speicher authored
Create issue from generic alert notification See merge request gitlab-org/gitlab-ee!16021
-
GitLab Bot authored
-
Stan Hu authored
Improve performance and (memory usage (a little)) of project export See merge request gitlab-org/gitlab-ce!32423
-
Kamil Trzciński authored
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.
-
GitLab Bot authored
-
Marcia Ramos authored
Resolve "Job Failed #290891184 - docs lint broken in `master`" Closes #67209 See merge request gitlab-org/gitlab-ce!32825
-
GitLab Bot authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Achilleas Pipinellis authored
Docs: Clarified note for preferred integration method Closes #28683 See merge request gitlab-org/gitlab-ce!32770
-
Matt Penna authored
-
GitLab Bot authored
-
Marcia Ramos authored
Align introduced text to standard See merge request gitlab-org/gitlab-ce!32804
-
Evan Read authored
-
Marcia Ramos authored
Fix capitalization of GitLab Closes #67023 See merge request gitlab-org/gitlab-ce!32800
-
Evan Read authored
-
GitLab Bot authored
-
Marcia Ramos authored
docs update to mysql_to_postgresql.md adding timeout parameters Closes #43903 See merge request gitlab-org/gitlab-ce!31462
-
Alexander Strachan authored
-
Stan Hu authored
Improve performance of search by lowering counters Closes gitlab-ee#11777 See merge request gitlab-org/gitlab-ce!32211
-
Francisco Javier López authored
Lowering the limit when performing search from 1001 to 101. This will allow us to speed this process.
-
GitLab Bot authored
-
Kamil Trzciński authored
Add skeleton Pages internal API See merge request gitlab-org/gitlab-ce!32732
-
GitLab Bot authored
-
Achilleas Pipinellis authored
Update repository_mirroring.md See merge request gitlab-org/gitlab-ce!32797
-
Kamil Trzciński authored
Passing job:rules downstream and E2E specs for job:rules configuration See merge request gitlab-org/gitlab-ce!32609
-
drew authored
-
Lin Jen-Shin authored
Use delete_all for deleting events See merge request gitlab-org/gitlab-ce!32751
-
GitLab Bot authored
-
Achilleas Pipinellis authored
Correct typo in documentation See merge request gitlab-org/gitlab-ce!32791
-
Paulo Ribeiro authored
-
Andreas Brandl authored
Make epic_issues relative_position migration more robust Closes #66923 See merge request gitlab-org/gitlab-ce!32646
-
Achilleas Pipinellis authored
Fix broken table in dependency scanning documentation See merge request gitlab-org/gitlab-ee!16301
-
Kushal Pandya authored
Adds total usage in storage quotas Closes #14693 See merge request gitlab-org/gitlab-ee!16048
-
GitLab Bot authored
-
Achilleas Pipinellis authored
Add complete list of personas in feature issue template See merge request gitlab-org/gitlab-ce!32778
-
Philippe Lafoucrière authored
-
Rémy Coutable authored
Internationalization of shared/promotions/_promote_audit_events.html.haml See merge request gitlab-org/gitlab-ee!16033
-
GitLab Bot authored
-
Ash McKenzie authored
Fixes interruptible property documentation See merge request gitlab-org/gitlab-ce!32758
-