- 11 Apr, 2018 1 commit
-
-
Yorick Peterse authored
This refactors the Markdown pipeline so it supports the rendering of multiple documents that may belong to different projects. An example of where this happens is when displaying the event feed of a group. In this case we retrieve events for all projects in the group. Previously we would group events per project and render these chunks separately, but this would result in many SQL queries being executed. By extending the Markdown pipeline to support this out of the box we can drastically reduce the number of SQL queries. To achieve this we introduce a new object to the pipeline: Banzai::RenderContext. This object simply wraps two other objects: an optional Project instance, and an optional User instance. On its own this wouldn't be very helpful, but a RenderContext can also be used to associate HTML documents with specific Project instances. This work is done in Banzai::ObjectRenderer and allows us to reuse as many queries (and results) as possible.
-
- 10 Apr, 2018 29 commits
-
-
Marin Jankovski authored
CE upstream - 2018-04-10 12:26 UTC See merge request gitlab-org/gitlab-ee!5310
-
Achilleas Pipinellis authored
Add a note about not supporting recursive includes on Ci YAML documentation See merge request gitlab-org/gitlab-ee!5282
-
Mayra Cabrera authored
-
Achilleas Pipinellis authored
explain auto-devops better See merge request gitlab-org/gitlab-ee!5290
-
GitLab Bot authored
-
Achilleas Pipinellis authored
[ci skip]
-
Rémy Coutable authored
CE upstream - 2018-04-10 04:58 UTC See merge request gitlab-org/gitlab-ee!5305
-
Marin Jankovski authored
Revert "Merge branch 'improve-jobs-queuing-time-metric' into 'master'" See merge request gitlab-org/gitlab-ce!18276
-
Nick Thomas authored
-
Kamil Trzciński authored
This reverts merge request !17730
-
Phil Hughes authored
Replace vue resource with axios for pipelines table See merge request gitlab-org/gitlab-ce!18264
-
Filipa Lacerda authored
-
Sean McGivern authored
Document process for new Git features See merge request gitlab-org/gitlab-ce!18230
-
Jacob Vosmaer (GitLab) authored
-
Filipa Lacerda authored
-
Sean McGivern authored
Use Gitaly 0.95.0 See merge request gitlab-org/gitlab-ce!18256
-
Sean McGivern authored
-
Sean McGivern authored
-
Filipa Lacerda authored
Fix conflicts for app/assets/javascripts/vue_merge_request_widget/components/mr_widget_pipeline.vue
-
Rémy Coutable authored
Port Ruby 2.3.7 changes to EE See merge request gitlab-org/gitlab-ee!5304
-
Stan Hu authored
-
Douwe Maan authored
Change all in-product trial references from Premium/EE to Ultimate See merge request gitlab-org/gitlab-ee!5258
-
Jeremy Watson authored
-
Kamil Trzciński authored
Verify that deploy token has valid access when pulling container registry image Closes #45148 See merge request gitlab-org/gitlab-ce!18260
-
Mayra Cabrera authored
-
Stan Hu authored
Ruby 2.3.7 fails when attempting to set `auth_data`. Previous versions would not complain.
-
GitLab Bot authored
# Conflicts: # CHANGELOG.md # app/assets/javascripts/vue_merge_request_widget/components/mr_widget_pipeline.vue # app/models/issue.rb # app/models/project.rb [ci skip]
-
Stan Hu authored
CE upstream - 2018-04-09 12:27 UTC See merge request gitlab-org/gitlab-ee!5299
-
Robert Speicher authored
Migrate features/project/project.feature to RSpec and reorganize several Project feature specs See merge request gitlab-org/gitlab-ce!18223
-
- 09 Apr, 2018 10 commits
-
-
Robert Speicher authored
[EE] Migrate features/project/project.feature to RSpec and reorganize several Project feature specs See merge request gitlab-org/gitlab-ee!5272
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Stan Hu authored
-
Michael Kozono authored
-
Mayra Cabrera authored
[ci skip]
-
Mayra Cabrera authored
[ci skip]
-
Mayra Cabrera authored
[ci skip]
-