- 11 Mar, 2019 20 commits
-
-
Harald Reingruber authored
-
Douwe Maan authored
Add spec for `/api/internal/discover` without user See merge request gitlab-org/gitlab-ce!25936
-
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.
-
- 08 Mar, 2019 9 commits
-
-
Marin Jankovski authored
Remove select2-rails (select2 is now installed via yarn) See merge request gitlab-org/gitlab-ce!25929
-
Mike Greiling authored
-
Mike Lewis authored
Docs: intro to CI/CD - fix typos See merge request gitlab-org/gitlab-ce!25917
-
Marcia Ramos authored
-
Winnie Hellmann authored
Allows contributors to set the timeout for individual jest tests.
-
Fatih Acet authored
-
Scott Hampton authored
Adding the dashboard skeleton SCSS file to CE. [skip visual]
-
Phil Hughes authored
Skip gitlab:ui:visual job for docs again See merge request gitlab-org/gitlab-ce!25922
-
Filipa Lacerda authored
Async loads EE components Creates a Mixin for EE properties
-