- 20 Apr, 2018 1 commit
-
-
Sean McGivern authored
-
- 19 Apr, 2018 39 commits
-
-
Robert Speicher authored
-
Kamil Trzciński authored
-
Yorick Peterse authored
-
Francisco Javier López authored
-
GitLab Bot authored
# Conflicts: # app/controllers/projects/wikis_controller.rb # app/models/ci/job_artifact.rb # app/models/issue.rb # app/models/project.rb # app/models/project_statistics.rb # spec/models/ci/build_spec.rb [ci skip]
-
Rémy Coutable authored
CE upstream - 2018-04-18 15:24 UTC Closes gitaly#1115 See merge request gitlab-org/gitlab-ee!5408
-
Yorick Peterse authored
Fix N+1 queries when loading participants for a commit note Closes #45526 See merge request gitlab-org/gitlab-ce!18471
-
Yorick Peterse authored
[Rails5] Fix `User#manageable_groups` See merge request gitlab-org/gitlab-ce!18330
-
Fatih Acet authored
Fix typo in vue.md See merge request gitlab-org/gitlab-ce!18411
-
Dennis Tang authored
-
Tim Zallmann authored
Fixed IDE diff markers being cached too long See merge request gitlab-org/gitlab-ce!18311
-
Grzegorz Bizon authored
EE: Fix direct_upload when records with null file_store are used See merge request gitlab-org/gitlab-ee!5414
-
Tim Zallmann authored
Fix Epic timeline bar misalignment when start date is in last timeframe month and end date is out of range Closes #5658 See merge request gitlab-org/gitlab-ee!5360
-
Tim Zallmann authored
Added staged files state to IDE Closes #44842, #44844, and gitlab-ee#4541 See merge request gitlab-org/gitlab-ce!17898
-
Grzegorz Bizon authored
Fix direct_upload for old records See merge request gitlab-org/gitlab-ce!18360
-
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.
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
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
-
Kushal Pandya authored
-
Kushal Pandya authored
-
Kushal Pandya authored
-
Douwe Maan authored
Upgrading gitlab-gollum-lib and rouge See merge request gitlab-org/gitlab-ce!18436
-
Grzegorz Bizon authored
Resolve "Calculating total size of a project's CI artifacts" Closes #41059 See merge request gitlab-org/gitlab-ce!17839
-
Francisco Javier López authored
-
Douwe Maan authored
[Rails5] Avoid type casting in uniqueness validator See merge request gitlab-org/gitlab-ce!18470
-
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
Ee 41059 calculate artifact size more efficiently See merge request gitlab-org/gitlab-ee!5157
-
Sean McGivern authored
Fix label links update on project transfer Closes #44158 See merge request gitlab-org/gitlab-ce!18320
-
Jan Provaznik authored
-
Lukas Eipert authored
-
Phil Hughes authored
Resolve "Get rid of branch element all in bottom bar in WEB IDE" Closes #44834 See merge request gitlab-org/gitlab-ce!18367
-
André Luís authored
-
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.
-
Phil Hughes authored
-
Grzegorz Bizon authored
Resolve "Show `failure_reason` in jobs view content section" Closes #44271 See merge request gitlab-org/gitlab-ce!17814
-
Mayra Cabrera authored
-
Bob Van Landuyt authored
-
Grzegorz Bizon authored
Get GITLAB_FEATURES from Project#licensed_features instead of Namespace#features (#5320) See merge request gitlab-org/gitlab-ce!18189
-