- 09 Mar, 2019 1 commit
-
-
Stan Hu authored
This brings back some of the changes in https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/20176/diffs. We discovered another N+1 that hits Gitaly `TreeEntry` via the `RelativeLinkFilter`: https://gitlab.com/gitlab-org/gitlab-ce/issues/58657. When a blob is loaded with many relative links, `TreeEntry` is called for each link to scan the URI type. There are multiple paths that hit Gitaly `TreeEntry`, and https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/25706 did not cover all cases. This commit covers another common use case. For users using Gitaly on top of NFS, accessing the Git data directly via Rugged may be faster than going through than Gitaly. This merge request introduces the feature flag `rugged_commit_tree_entry` to activate the Rugged method.
-
- 07 Mar, 2019 39 commits
-
-
Mike Lewis authored
Created documentation for replying to comments See merge request gitlab-org/gitlab-ce!25633
-
Dan Davison authored
Unquarantine fixed tests See merge request gitlab-org/gitlab-ce!25875
-
Kushal Pandya authored
Fix "yarn-deduplicate has unmet dependencies" See merge request gitlab-org/gitlab-ce!25885
-
Luke Bennett authored
Fix for mismatch in EE on FIXTURE_PATHS to FIXTURE_PATH Closes gitlab-ee#10266 See merge request gitlab-org/gitlab-ce!25878
-
Annabel Dunstone Gray authored
Display Ancestors in Issuable Sidebar See merge request gitlab-org/gitlab-ce!25886
-
Rajat Jain authored
-
Mike Greiling authored
-
Kushal Pandya authored
Resolve "Improve stop pipeline modal" Closes #46464 See merge request gitlab-org/gitlab-ce!25059
-
Fatih Acet authored
Resolve "Project template for iOS" Closes #58648 See merge request gitlab-org/gitlab-ce!25872
-
Jason Lenny authored
-
Stan Hu authored
Resolve "Hashed storage migration should not be attempted if project does not validate" Closes #56618 See merge request gitlab-org/gitlab-ce!25753
-
Andreas Brandl authored
Use date for upcoming milestone comparison Closes #58325 See merge request gitlab-org/gitlab-ce!25806
-
Stan Hu authored
Incremental backups See merge request gitlab-org/gitlab-ce!24035
-
Rémy Coutable authored
Adding additional usage metrics for Release to weekly ping See merge request gitlab-org/gitlab-ce!25014
-
Darby Frey authored
-
Kamil Trzciński authored
Resolve "Mask the existing variables" Closes #58010 See merge request gitlab-org/gitlab-ce!25868
-
Matija Čupić authored
-
Rémy Coutable authored
Remove translation dependency in CA spec Closes #58653 See merge request gitlab-org/gitlab-ce!25882
-
-
Luke Bennett authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Mike Lewis authored
# Conflicts: # doc/user/discussions/index.md
-
Sean McGivern authored
Bring back Rugged implementation of TreeEntry See merge request gitlab-org/gitlab-ce!25706
-
Mike Lewis authored
Add jest to frontend_testing docs See merge request gitlab-org/gitlab-ce!25748
-
Lin Jen-Shin authored
Update packages comment in gitlab.yml.example [ci skip] See merge request gitlab-org/gitlab-ce!25877
-
Mike Lewis authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
[CE] Extract EE specific code for spec/support See merge request gitlab-org/gitlab-ce!25569
-
Mike Lewis authored
-
Sean McGivern authored
Bring back Rugged implementation of GetTreeEntries See merge request gitlab-org/gitlab-ce!25674
-
Mike Lewis authored
-
Dmitriy Zaporozhets authored
Project whitelist for JupyterHub deployment See merge request gitlab-org/gitlab-ce!25684
-
https://gitlab.com/amit1rrr/gitlab-ceAmit Rathi authored
Merge branch 'restrict-jupyter-login' of https://gitlab.com/amit1rrr/gitlab-ce into restrict-jupyter-login
-
Frederic Van Espen authored
-
Filipa Lacerda authored
Revert "Merge branch 'id-1951-filter-merge-requests-by-approvers' into 'master'" See merge request gitlab-org/gitlab-ce!25850
-
Igor authored
This reverts merge request !24982
-
Douwe Maan authored
Port translations from EE See merge request gitlab-org/gitlab-ce!25863
-
Stan Hu authored
-
Filipa Lacerda authored
Fixed the blob editor deleting all content for files Closes #58578 See merge request gitlab-org/gitlab-ce!25865
-