- 31 May, 2018 37 commits
-
-
Clement Ho authored
-
Annabel Gray authored
Fix snippets embed form Closes #46948 See merge request gitlab-org/gitlab-ce!19219
-
Clement Ho authored
-
Rémy Coutable authored
Make ActiveRecordSubscriber rails 5 compatible Closes #44702 See merge request gitlab-org/gitlab-ce!19276
-
Douwe Maan authored
Add merge requests list endpoint for groups Closes #45082 See merge request gitlab-org/gitlab-ce!18915
-
Felipe Artur authored
-
Grzegorz Bizon authored
Fixes redudant script failure message Closes #46552 and #44271 See merge request gitlab-org/gitlab-ce!19138
-
Grzegorz Bizon authored
Take two for MR metrics population background migration See merge request gitlab-org/gitlab-ce!19097
-
Mike Greiling authored
Add yarn clean step, to delete production compiled assets See merge request gitlab-org/gitlab-ce!19212
-
Clement Ho authored
Fix active tab styling Closes #46799 See merge request gitlab-org/gitlab-ce!19264
-
Annabel Gray authored
-
Clement Ho authored
Add link to hack for styling Capybara HTML dumps See merge request gitlab-org/gitlab-ce!19205
-
Winnie Hellmann authored
-
Douwe Maan authored
Export assigned issues in iCalendar feed Closes #44184 See merge request gitlab-org/gitlab-ce!17783
-
Imre Farkas authored
-
Jarka Kadlecová authored
-
Nick Thomas authored
Eliminate cached N+1 queries for projects in Issue API See merge request gitlab-org/gitlab-ce!19269
-
Rémy Coutable authored
Use strings as properties key in kubernetes service spec. See merge request gitlab-org/gitlab-ce!19265
-
Rémy Coutable authored
Add /vendor/gitaly-ruby to gitignore See merge request gitlab-org/gitlab-ce!19261
-
Yorick Peterse authored
Replace .having with .where in calendar query Closes #46964 See merge request gitlab-org/gitlab-ce!19230
-
Yorick Peterse authored
Replace `.exists` with `EXISTS ()` Closes #46277 See merge request gitlab-org/gitlab-ce!19178
-
Douwe Maan authored
Use Gitaly 0.104.0 See merge request gitlab-org/gitlab-ce!19258
-
Douwe Maan authored
Fix encoding bug in Gitaly::Commit::TreeEntry Closes #46445 and gitaly#1208 See merge request gitlab-org/gitlab-ce!19243
-
Phil Hughes authored
Merge branch '45520-remove-links-from-web-ide-unexpectedly-navigate-you-to-a-different-page' into 'master' Resolve "Remove links from Web IDE unexpectedly navigate you to a different page" Closes #45520 See merge request gitlab-org/gitlab-ce!19129
-
Sam Beckham authored
-
Rémy Coutable authored
Cleanup code for General Project Settings See merge request gitlab-org/gitlab-ce!19245
-
Lukas Eipert authored
-
Sean McGivern authored
Adjust permitted params filtering on merge scheduling Closes #46903 See merge request gitlab-org/gitlab-ce!19255
-
Sean McGivern authored
Resolve "Unable to start rails console if using master from gitlab-shell" Closes #46991 See merge request gitlab-org/gitlab-ce!19251
-
Douwe Maan authored
Fix cattr_accessor definition Closes #46282 See merge request gitlab-org/gitlab-ce!19192
-
Douwe Maan authored
Removal of API v3 from the codebase Closes #36819 See merge request gitlab-org/gitlab-ce!18970
-
Phil Hughes authored
Resolve "Extra whitespace when hovering commit sha in MR widget" Closes #46971 See merge request gitlab-org/gitlab-ce!19267
-
Rémy Coutable authored
Fix various bugs related to relative_url_root in development See merge request gitlab-org/gitlab-ce!19213
-
Stan Hu authored
In CE, every `Issue` entity is also a `ProjectEntity`, which calls `entity&.project.try(:id)` to show the project ID. In an API request with 100 issues, this would hit the Rails statement cache 100 times for the same project and cause unnecessary overhead as related models would also be loaded. In EE, we call `Issue#supports_weight?` for each issue, which then calls `project&.feature_available?(:issue_weights)`. If the project is not preloaded, this incurs additional overhead, as each individual Project object has to be queried. This can lead to a significant performance hit. In loading the CE project with 100 issues, this contributed to at least 22% of the load time. See https://gitlab.com/gitlab-org/gitlab-ce/issues/47031 for why testing this is a bit tricky.
-
Achilleas Pipinellis authored
Improve structure of snippets documentation See merge request gitlab-org/gitlab-ce!19234
-
Andreas Kämmerle authored
-
Achilleas Pipinellis authored
Add Wiki and Snippets to project feature overview See merge request gitlab-org/gitlab-ce!19235
-
- 30 May, 2018 3 commits
-
-
Filipa Lacerda authored
* master: (32 commits) Update CHANGELOG.md for 10.8.3 Update "col-xs" usage to bootstrap4 Add missing usage_ping_enabled to API settings Make Repository#blob_data_at a public method Fix UI broken in line profiling modal due to Bootstrap 4 Only preload member records for the relevant projects/groups/user in projects API Fix after sign-in with Google button Fix a wrong link reference in docs Simplify spec: `2.times.each` -> `2.times` Replace grape-route-helpers with our own grape-path-helpers Add archived param to the json response Consider we might have prefix for stable branches Convert spec/javascripts/.eslintrc to yml format as well Remove version lock on awesome_print dependency Fix import project by url layout Fix missing timeout value in object storage pre-authorization call fix last lints disable no-multi-assign fix `spaced-comment` remove unused createComponentWithMixin from vue spec helpers ...
-
Mayra Cabrera authored
[ci skip]
-
Filipa Lacerda authored
-