- 12 Mar, 2019 1 commit
-
-
Gabriel Mazetto authored
This is a small polishing on the storage migration and storage rollback rake tasks. By aborting a migration while a rollback is already scheduled we want to prevent unexpected consequences.
-
- 11 Mar, 2019 28 commits
-
-
Filipa Lacerda authored
Fix expand all button not working Closes #51737 See merge request gitlab-org/gitlab-ce!25961
-
Filipa Lacerda authored
Switch to mocha repoter for karma specs Closes #58716 See merge request gitlab-org/gitlab-ce!25964
-
Annabel Dunstone Gray authored
[Fix] Individual contributor graph Closes #55411 See merge request gitlab-org/gitlab-ce!23852
-
Achilleas Pipinellis authored
Point out that backups need a task runner node Closes gitaly#1469 See merge request gitlab-org/gitlab-ce!24637
-
Jacob Vosmaer authored
-
Phil Hughes authored
expose group id on home panel Closes #58677 See merge request gitlab-org/gitlab-ce!25897
-
Andrew Fontaine authored
The `mocha` reporter provides a lot of detail about which tests that fail and why.
-
Douwe Maan authored
Add spec for `/api/internal/discover` without user See merge request gitlab-org/gitlab-ce!25936
-
Peter Marko authored
-
Phil Hughes authored
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51737
-
Marin Jankovski authored
Set specific reviewers for the single codebase effort See merge request gitlab-org/gitlab-ce!25804
-
Douwe Maan authored
Bring back Rugged implementation of commit_tree_entry See merge request gitlab-org/gitlab-ce!25896
-
Rémy Coutable authored
Extract quarantine code and add tests Closes #57666 See merge request gitlab-org/gitlab-ce!25223
-
Mark Lapierre authored
This avoids running before/after blocks for tests that are in quarantine
-
Marin Jankovski authored
This extends Danger so it informs MR authors that single codebase merge requests need to be approved by a specific group of engineers. Co-authored-by: Yorick Peterse <yorickpeterse@gmail.com>
-
Phil Hughes authored
Updates how to export the state object See merge request gitlab-org/gitlab-ce!25947
-
Filipa Lacerda authored
Backport EE CSS addition See merge request gitlab-org/gitlab-ce!25874
-
Phil Hughes authored
Reduces EE differences for environments table Closes gitlab-ee#10081 See merge request gitlab-org/gitlab-ce!25916
-
Phil Hughes authored
Introduce setTestTimeout() for synchronous Jest tests Closes #58658 See merge request gitlab-org/gitlab-ce!25926
-
Bob Van Landuyt authored
The behavior for GitLab shell calling `/discover` when a user is not found is currently untested. We are relying on this behaviour to make GitLab reply "Welcome to GitLab, Anonymous!".
-
Evan Read authored
Docs: Add automatic redirects to many moved files See merge request gitlab-org/gitlab-ce!25902
-
Marcel Amirault authored
-
Evan Read authored
Docs: Fix markdown for link in chatops doc See merge request gitlab-org/gitlab-ce!25952
-
Marcel Amirault authored
-
Evan Read authored
Add infos about runners concurrent jobs in .gitlab-ci.yml documentation See merge request gitlab-org/gitlab-ce!25809
-
Evan Read authored
Docs: Fix CI/CD related anchors See merge request gitlab-org/gitlab-ce!25591
-
Marcel Amirault authored
-
Evan Read authored
Docs: Clarify how Auto DevOps deploys using deploy token See merge request gitlab-org/gitlab-ce!25787
-
- 10 Mar, 2019 5 commits
-
-
Thong Kuah authored
We were emphasising a point that's no longer true since we implemented deploy tokens in 11.0 so rationalize the docs here.
-
Evan Read authored
Update pipeline webhook example response Closes #53121 See merge request gitlab-org/gitlab-ce!25914
-
Robert Speicher authored
Remove confusing author name from Changelog docs See merge request gitlab-org/gitlab-ce!25928
-
Filipa Lacerda authored
-
Stan Hu authored
Fix the last-ditch memory killer pgroup SIGKILL See merge request gitlab-org/gitlab-ce!25940
-
- 09 Mar, 2019 6 commits
-
-
Nick Thomas authored
-
Nick Thomas authored
Update cleanup.rake to fix a typo in the error message See merge request gitlab-org/gitlab-ce!25901
-
Nick Thomas authored
Filter merge requests by target branch See merge request gitlab-org/gitlab-ce!24380
-
Hiroyuki Sato authored
-
Stan Hu authored
Align EmailValidator to validate_email gem implementation. Closes #57352 See merge request gitlab-org/gitlab-ce!24971
-
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.
-