- 19 Apr, 2018 5 commits
-
-
Kamil Trzciński authored
Old records have a null value of file_store column. This causes the problems with current direct_upload implementation, as this makes it to choose Store::REMOTE instead of Store::LOCAL. This change moves the store save when change saving the object.
-
Phil Hughes authored
Geo: Add back job artifacts sync status to /admin/geo_nodes Closes #5712 See merge request gitlab-org/gitlab-ee!5411
-
Grzegorz Bizon authored
Ee 41059 calculate artifact size more efficiently See merge request gitlab-org/gitlab-ee!5157
-
Dylan Griffith authored
Previously we scheduled a worker to just some this but we were running into performance issues when the build table was getting too large. So now we've updated the code such that this column is updated immediately and incremented/decremented by the correct amount whenever artifacts are created or deleted. We've also added the performance optimization that we do not update this statistic if a project is deleted because it could result in many updates for a project with many builds.
-
Grzegorz Bizon authored
Get GITLAB_FEATURES from Project#licensed_features instead of Namespace#features (#5320) See merge request gitlab-org/gitlab-ee!5242
-
- 18 Apr, 2018 35 commits
-
-
Michael Kozono authored
-
Robert Speicher authored
EE: revert goldiloader for EE master See merge request gitlab-org/gitlab-ee!5409
-
Philippe Lafoucrière authored
Resolve "Avoid possible infinite loops in Container Scanning" See merge request gitlab-org/gitlab-ee!5407
-
Olivier Gonzalez authored
-
Douwe Maan authored
CE Port: Fix Custom hooks are not triggered by UI wiki edit See merge request gitlab-org/gitlab-ee!5357
-
Francisco Javier López authored
-
Phil Hughes authored
Port Group member contribution analytics table to Vue Closes #4949 See merge request gitlab-org/gitlab-ee!5269
-
Yorick Peterse authored
-
Yorick Peterse authored
This reverts the addition of the "goldiloader" Gem and all use of it. While this Gem is very promising it's causing a variety of problems on GitLab.com due to it eager-loading too much data in places where we don't expect/can handle this. At least for the time being this means we have to go back to manually fixing N+1 query problems, but at least those should not cause a negative impact on availability.
-
Philippe Lafoucrière authored
Fix security products examples See merge request gitlab-org/gitlab-ee!5302
-
Rémy Coutable authored
CE upstream - 2018-04-17 20:56 UTC Closes gitaly#401 et gitlab-org/release/docs#9 See merge request gitlab-org/gitlab-ee!5399
-
Filipa Lacerda authored
EE Port of CE!18422 See merge request gitlab-org/gitlab-ee!5402
-
Kushal Pandya authored
-
Kushal Pandya authored
-
Kushal Pandya authored
-
Kushal Pandya authored
-
Kushal Pandya authored
-
Kushal Pandya authored
-
Kushal Pandya authored
-
Kushal Pandya authored
-
Kushal Pandya authored
-
Kushal Pandya authored
-
Kushal Pandya authored
-
Kushal Pandya authored
-
Kushal Pandya authored
-
Sean McGivern authored
Ee blackst0ne rails5 add safe params helper See merge request gitlab-org/gitlab-ee!5403
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
EE: Resolve "Make a Rubocop that forbids returning from a block" See merge request gitlab-org/gitlab-ee!5377
-
Sean McGivern authored
Avoid wrong closing dates being caught by the query on Burndown charts Closes gitlab-com/support-forum#3273 See merge request gitlab-org/gitlab-ee!5400
-
Sean McGivern authored
Update docs subgroup issues in group board See merge request gitlab-org/gitlab-ee!5398
-
Victor Wu authored
-
Remove differences with CE version of update_pages_service.rb See merge request gitlab-org/gitlab-ee!5274
-
Douwe Maan authored
Usage ping for projects_reporting_ci_cd_back_to_github See merge request gitlab-org/gitlab-ee!5386
-
Douwe Maan authored
Merge branch 'jej/5598-documentation-changelog-for-branch-unprotection-restrictions-api' into 'master' First part of "Documentation & Changelog for Branch Unprotection Restrictions & API" See merge request gitlab-org/gitlab-ee!5396
-
Lin Jen-Shin authored
Merge branch '42889-avoid-return-inside-block' of gitlab.com:jacopo-beschi/gitlab-ce into 42889-avoid-return-inside-block-ee * '42889-avoid-return-inside-block' of gitlab.com:jacopo-beschi/gitlab-ce: Uses the rubocop helpers expect_offense and expect_no_offenses Updates after 4th review Updates after 3rd review Updates after 2nd review Fixes cop errors Adds AvoidBreakFromStrongMemoize Cop Minor review changes Adds Rubocop rule to avoid returning from a block
-