- 12 Apr, 2018 12 commits
-
-
Filipa Lacerda authored
-
James Lopez authored
Update the .gitignore, .gitlab-ci.yml, and Dockerfile templates See merge request gitlab-org/gitlab-ce!18338
-
Filipa Lacerda authored
Move TimeTrackingHelpState vue component See merge request gitlab-org/gitlab-ce!18319
-
Phil Hughes authored
Remove green background from unlock button in admin area Closes #41269 See merge request gitlab-org/gitlab-ce!18288
-
Filipa Lacerda authored
-
Douwe Maan authored
Merge branch 'backport-of-rd-3429-enabling-maximum-file-size-limit-in-repository-causes-pushes-to-fail' into 'master' Backport of EE !4989 See merge request gitlab-org/gitlab-ce!18238
-
Douwe Maan authored
Optimise rendering of Markdown documents that belong to different projects See merge request gitlab-org/gitlab-ce!18157
-
Achilleas Pipinellis authored
Update Auto-Devops docs to mention new REPLICAS env var See merge request gitlab-org/gitlab-ce!18036
-
Dylan Griffith authored
-
Marin Jankovski authored
Fix empty state for build that does not have a trace Closes #45204 See merge request gitlab-org/gitlab-ce!18278
-
Grzegorz Bizon authored
Resolve "RSpec Flaky pruner failure / Job Failed #62392094" Closes #45245 See merge request gitlab-org/gitlab-ce!18316
-
Rubén Dávila authored
-
- 11 Apr, 2018 28 commits
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Robert Speicher authored
Fix finding wiki file when Gitaly is enabled Closes gitaly#1126 See merge request gitlab-org/gitlab-ce!18317
-
Nick Thomas authored
[CE Backport] Propagate broadcast messages to secondaries See merge request gitlab-org/gitlab-ce!18324
-
Michael Kozono authored
-
Clement Ho authored
Limit dropdown toggle width for protected branches / tags See merge request gitlab-org/gitlab-ce!18212
-
Clement Ho authored
Document example for sprintf without escaping See merge request gitlab-org/gitlab-ce!16712
-
Clement Ho authored
Add i18n and update specs for UnresolvedDiscussions vue component See merge request gitlab-org/gitlab-ce!17866
-
Clement Ho authored
Vertical misalignment of login box header Closes #41748 See merge request gitlab-org/gitlab-ce!16275
-
Clement Ho authored
Add possibility to filter Karma spec files by path Closes #40899 See merge request gitlab-org/gitlab-ce!16102
-
Filipa Lacerda authored
Move TimeTrackingEstimateOnlyPane vue component See merge request gitlab-org/gitlab-ce!18318
-
Takuya Noguchi authored
-
Yorick Peterse authored
[Rails5] Update Event#subclass_from_attributes method See merge request gitlab-org/gitlab-ce!18312
-
🚄 Job van der Voort 🚀 authored
Link Monitor docs to the front page Closes #45006 See merge request gitlab-org/gitlab-ce!18314
-
George Tsiolis authored
-
George Tsiolis authored
-
Ahmad Sherif authored
Fixes gitaly#1126
-
Rémy Coutable authored
Resolve "tree/master shows incorrect CI build status" Closes #44541 See merge request gitlab-org/gitlab-ce!17995
-
Lin Jen-Shin authored
-
Clement Ho authored
Replace vue resource with axios for pipeline details page See merge request gitlab-org/gitlab-ce!18285
-
Filipa Lacerda authored
-
Douwe Maan authored
Client implementation for InfoAttributes See merge request gitlab-org/gitlab-ce!18261
-
Grzegorz Bizon authored
Resolve "Illustration for the case where the job has finished and the log was erased" Closes #45159 See merge request gitlab-org/gitlab-ce!18253
-
Achilleas Pipinellis authored
-
Zeger-Jan van de Weg authored
Clients can now request the attributes from `$GIT_DIR/info/attributes` through Gitaly. The Gitaly migration is described in gitlab-org/gitaly#1082. The parser algorithm was implemented in a way it could handle both file contents or a File handle, and both were already tested. Other than that, using the boy scout rule, I've removed a class, InfoAttributes, as it was delegating everything to the parser and therefor wasn't really needed in my opinion.
-
Winnie Hellmann authored
-
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.
-
Grzegorz Bizon authored
Resolve "Clean outdated flaky specs from the flaky specs report" Closes #37721 See merge request gitlab-org/gitlab-ce!18196
-
Rémy Coutable authored
Replace the `project/issues/milestones.feature` spinach test with an rspec analog See merge request gitlab-org/gitlab-ce!18300
-