- 12 Mar, 2019 9 commits
-
-
Stan Hu authored
1. Ignore tables that use STI in reltuples count strategy. Models that use Rails' single-type inheritance, such as `Group` and `CiService`, need an additional WHERE clause to count the total properly, which isn't supported by the reltuples strategy. For now, we just omit these from the statistics sampling and rely on the other strategies to get this data. 2. Fix tablesample count strategy not counting groups properly. Models such as `Group` needs a WHERE clause to distinguish it from namespaces. We now add in the WHERE clause if STI is in use. Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/7435
-
Evan Read authored
Olliverschinagl/gitlab ce clarify master branch name See merge request gitlab-org/gitlab-ce!25965
-
Toon Claes authored
The 'master' branch name is confusing as it indicates some special branch name, where it is actually just a 'ref'. 'branches' _is_ a special name as it indicates 'all' branches. Lets clarify the example a little to indicate this. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
-
Evan Read authored
Resolve "A lot of Trigger Token is Accessible from Internet because of the Documentation" Closes #52261 See merge request gitlab-org/gitlab-ce!25945
-
Matija Čupić authored
-
Evan Read authored
Update setTestTimeout documentation See merge request gitlab-org/gitlab-ce!25932
-
Luke Bennett authored
-
Evan Read authored
doc/ci/yaml: correct recursive expanded includes documentation See merge request gitlab-org/gitlab-ce!25918
-
Elan Ruusamäe authored
-
- 11 Mar, 2019 31 commits
-
-
Evan Read authored
doc: ci/include: note about caching See merge request gitlab-org/gitlab-ce!22654
-
Elan Ruusamäe authored
-
Stan Hu authored
Upgrading gitaly version to 1.27.0 See merge request gitlab-org/gitlab-ce!25986
-
Clement Ho authored
Remove node 6 config See merge request gitlab-org/gitlab-ce!25933
-
Douglas Barbosa Alexandre authored
Add feature flag to enforce gitaly request limits See merge request gitlab-org/gitlab-ce!25931
-
Mark Lapierre authored
We typically don't want to enforce request limits in production However, we have some production-like test environments, i.e., ones where `Rails.env.production?` returns `true`. We do want to be able to check if the limit is being exceeded while testing in those environments.
-
John Cai authored
Fixes bug in FindAllTags when using a commit sha as the tagname would cause an error
-
Mike Greiling authored
Removes the CSRF token if the emojis.json is on a CDN Closes #58784 See merge request gitlab-org/gitlab-ce!25979
-
Tim Zallmann authored
-
Nick Thomas authored
Support multiple roulette roles per project See merge request gitlab-org/gitlab-ce!25818
-
Mike Greiling authored
This removes trailing commas from node scripts which previously omitted them for compatiblity with node 6
-
Fatih Acet authored
Remove polyfill warnings from the FE testing docs See merge request gitlab-org/gitlab-ce!25970
-
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
-
Luke Bennett authored
-
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
-
Andreas Brandl authored
-
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
-