- 21 Dec, 2017 6 commits
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Dmitriy Zaporozhets authored
Rename clair and sast:image references to sast:container Closes #4359 See merge request gitlab-org/gitlab-ee!3850
-
Rémy Coutable authored
Resolve "Static analysis is broken on `master`" Closes #4406 See merge request gitlab-org/gitlab-ee!3853
-
Grzegorz Bizon authored
Use 'preload' in export to CSV Closes #4376 See merge request gitlab-org/gitlab-ee!3841
-
Rémy Coutable authored
Add support for defining explicit dependencies to QA factories / EE See merge request gitlab-org/gitlab-ee!3832
-
Grzegorz Bizon authored
-
- 20 Dec, 2017 15 commits
-
-
Mike Greiling authored
Update d3 to v4 to enable tree shaking (EE counterpart) See merge request gitlab-org/gitlab-ee!3564
-
Jose Ivan Vargas authored
-
Mike Greiling authored
move groups.scss .plan-badge to ee namespace See merge request gitlab-org/gitlab-ee!3746
-
Nick Thomas authored
Split project repository and wiki repository status in Geo node status Closes #3735 See merge request gitlab-org/gitlab-ee!3560
-
James Lopez authored
-
Marcia Ramos authored
Add Browser Performance Testing docs Closes #4404 See merge request gitlab-org/gitlab-ee!3852
-
Joshua Lambert authored
-
Filipa Lacerda authored
-
Joshua Lambert authored
-
Filipa Lacerda authored
EE port of layout-nav-es-module See merge request gitlab-org/gitlab-ee!3829
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Douwe Maan authored
[EE] Add BlocksJsonSerialization model concern and include it in User See merge request gitlab-org/gitlab-ee!3835
-
Dmitriy Zaporozhets authored
Decision was made to name feature as SAST for containers Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Phil Hughes authored
Resolve "Reset Pipeline Minutes / Pipeline Quota in the Admin UI" Closes #3973 See merge request gitlab-org/gitlab-ee!3656
-
Matija Čupić authored
-
- 19 Dec, 2017 19 commits
-
-
Robert Speicher authored
-
Robert Speicher authored
-
Jan Provaznik authored
If issues are filtered by multiple labels, then GROUP BY statement is used to filter only issues with these labels. This is problem in combination with '.includes' which may use JOIN statement to load associated resources in single query instead of a separate query. Then the generated SQL query fails because associated resources are included in 'SELECT ...' statements but not in the GROUP BY statement. Usage of '.preload' instead of '.includes' ensures that Active Record uses a separate query instead of JOIN. Closes #4376
-
Robert Speicher authored
-
Valery Sizov authored
CE upstream - Saturday Closes gitlab-ce#38019, gitlab-qa#86, #4125, and gitaly#808 See merge request gitlab-org/gitlab-ee!3803
-
Marcia Ramos authored
Multiple k8s clusters documentation Closes #4320 See merge request gitlab-org/gitlab-ee!3800
-
Marcia Ramos authored
Mention Auto SAST in merge request SAST docs Closes #4380 See merge request gitlab-org/gitlab-ee!3836
-
Jacob Schatz authored
Fix onion-skin re-entering state (EE Version) See merge request gitlab-org/gitlab-ee!3743
-
Clement Ho authored
-
Jacob Schatz authored
Remove related links in MR widget when empty state (EE Version) See merge request gitlab-org/gitlab-ee!3763
-
Clement Ho authored
-
Achilleas Pipinellis authored
-
Jacob Schatz authored
Show inline edit button for issues (EE Version) See merge request gitlab-org/gitlab-ee!3719
-
Clement Ho authored
-
Achilleas Pipinellis authored
-
Robert Speicher authored
Previously, this would include the entire User record in the update hash, which was rendered in the response using `to_json`, erroneously exposing every attribute of that record, including their (now removed) private token. Now we only include the user ID, and perform the lookup on-demand.
-
Robert Speicher authored
-
Robert Speicher authored
-
Robert Speicher authored
-