- 05 Jun, 2018 40 commits
-
-
Grzegorz Bizon authored
Optimise runner update cached info See merge request gitlab-org/gitlab-ce!19187
-
Clement Ho authored
Resolve "Active tab for new project doesn't change properly" Closes #47146 See merge request gitlab-org/gitlab-ce!19408
-
Annabel Gray authored
-
Grzegorz Bizon authored
Add Davy Defaud as French proofreader See merge request gitlab-org/gitlab-ce!19428
-
Robert Speicher authored
Fix an N+1 in avatar URLs Closes #43114 See merge request gitlab-org/gitlab-ce!18488
-
Phil Hughes authored
Resolve "Huge artifacts block" Closes #41772 See merge request gitlab-org/gitlab-ce!19421
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Filipa Lacerda authored
Fix layout in admin edit user form Closes #47230 See merge request gitlab-org/gitlab-ce!19409
-
Clement Ho authored
-
Rémy Coutable authored
Fixing dead link in the readme file See merge request gitlab-org/gitlab-ce!19393
-
Eddie Stubbington authored
-
Sean McGivern authored
This is tricky: the query was being run in `ObjectStorage::Extension::RecordsUploads#retrieve_from_store!`, but we can't just add batch loading there, because the `#upload=` method there would use the result immediately, making the batch only have one item. Instead, we can pre-emptively add an item to the batch whenever an avatarable object is initialized, and then reuse that batch item in `#retrieve_from_store!`. However, this also has problems: 1. There is a lot of logic in `Avatarable#retrieve_upload_from_batch`. 2. Some of that logic constructs a 'fake' model for the batch key. This should be fine, because of ActiveRecord's override of `#==`, but it relies on that staying the same.
-
Rémy Coutable authored
Add Configuration team to the list See merge request gitlab-org/gitlab-ce!19416
-
Sean McGivern authored
Prevent Gitaly WriteConfig log noise Closes gitaly#1221 See merge request gitlab-org/gitlab-ce!19375
-
Jacob Vosmaer (GitLab) authored
-
Kamil Trzciński authored
Add background migrations to archive legacy job traces Closes #46642 See merge request gitlab-org/gitlab-ce!19194
-
Nick Thomas authored
Also verify if extending would override a class method See merge request gitlab-org/gitlab-ce!19377
-
Kamil Trzciński authored
Resolve "NoMethodError: undefined method `previous_changes' for nil:NilClass" Closes #46452 See merge request gitlab-org/gitlab-ce!19190
-
Matija Čupić authored
-
Filipa Lacerda authored
-
Nick Thomas authored
Perform pull request IO work outside a transaction See merge request gitlab-org/gitlab-ce!19372
-
Achilleas Pipinellis authored
Update security products job and artifact names in documentation. See merge request gitlab-org/gitlab-ce!19315
-
Yorick Peterse authored
Support rails5 in postgres indexes function and fix some migrations Closes #46236 See merge request gitlab-org/gitlab-ce!19400
-
Grzegorz Bizon authored
Fix Rubocop offense in build specs See merge request gitlab-org/gitlab-ce!19419
-
Grzegorz Bizon authored
-
Grzegorz Bizon authored
Optimise pages service calling See merge request gitlab-org/gitlab-ce!19388
-
Rémy Coutable authored
Bring CE-EE parity to app/services/projects/update_service.rb See merge request gitlab-org/gitlab-ce!19117
-
Rémy Coutable authored
Eliminate N+1 queries for CI job artifacts in /api/projects/:id/pipelines/:pipeline_id/jobs See merge request gitlab-org/gitlab-ce!19353
-
Phil Hughes authored
Resolve "Add Xcode Button in UI" Closes #45820 See merge request gitlab-org/gitlab-ce!19406
-
André Luís authored
-
Filipa Lacerda authored
Fixed alignment issues with IDE sidebar Closes #47244 See merge request gitlab-org/gitlab-ce!19272
-
Filipa Lacerda authored
Fix jobs log background color Closes #47261 See merge request gitlab-org/gitlab-ce!19411
-
Rémy Coutable authored
[Rails5] Update Gemfile.rails5.lock See merge request gitlab-org/gitlab-ce!19405
-
Fabio Busatto authored
-
Grzegorz Bizon authored
Support presigned multipart uploads See merge request gitlab-org/gitlab-ce!18855
-
Kamil Trzciński authored
-
Kamil Trzciński authored
-
Rémy Coutable authored
Remove N+1 query for author in issues API See merge request gitlab-org/gitlab-ce!19345
-
Phil Hughes authored
Resolve "Wiki print view is broken" Closes #47236 See merge request gitlab-org/gitlab-ce!19392
-
Phil Hughes authored
Support smarter system notes Closes #33166 See merge request gitlab-org/gitlab-ce!17164
-