- 25 Apr, 2017 2 commits
-
-
Joshua Lambert authored
-
Rémy Coutable authored
Gitaly testing toml Closes gitaly#182 See merge request !10605
-
- 24 Apr, 2017 38 commits
-
-
Robert Speicher authored
Fix scoping issues with Spinach tests See merge request !10895
-
Stan Hu authored
Fix scoping issues with Spinach tests (e.g. https://gitlab.com/gitlab-org/gitlab-ce/builds/14929499)
-
Jacob Schatz authored
Remove names from docs and add vue experts instead See merge request !10817
-
Jacob Schatz authored
Use jQuery niceness on blob_fork_suggestion See merge request !10858
-
Jacob Schatz authored
Add aria to icon See merge request !10670
-
Sean McGivern authored
Ensure replying to an individual note by email creates a note with its own discussion ID Closes #31067 See merge request !10890
-
Clement Ho authored
-
Jacob Schatz authored
Add normal wrapping to task lists Closes #31269 See merge request !10860
-
Jacob Schatz authored
Moved NotebookLab assets into repo See merge request !10630
-
Sean McGivern authored
Eliminate N+1 queries in loading namespaces for every issuable in milestones See merge request !10871
-
Sean McGivern authored
Fix commenting on an existing discussion on an unchanged line that is no longer in the diff Closes #31339 See merge request !10888
-
Douwe Maan authored
-
Annabel Dunstone Gray authored
Fixes the spacing around diff discussion buttons Closes #31102 See merge request !10879
-
Rémy Coutable authored
Test both PostgreSQL and MySQL for the win Closes #2582 See merge request !10156
-
Stan Hu authored
-
Rémy Coutable authored
Allow OAuth clients to push code Closes #30305 See merge request !10677
-
Douwe Maan authored
-
Rémy Coutable authored
See merge request !10567 Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Sean McGivern authored
Cache Routable#full_path in RequestStore to reduce duplicate route loads See merge request !10872
-
Rémy Coutable authored
doc: fix gitaly url typo See merge request !10772
-
Kamil Trzciński authored
Properly expire cache for **all** MRs of a pipeline Closes #31040 See merge request !10770
-
Kamil Trzciński authored
Fix missing duration for blocked pipelines Closes #31264 See merge request !10856
-
Kamil Trzciński authored
Fix incorrect commit status text on main project page See merge request !10863
-
Rémy Coutable authored
Use `:empty_project` where possible in top-level feature specs See merge request !10836
-
Sean McGivern authored
Make handler metric params more explicit See merge request !10854
-
Clement Ho authored
-
Douwe Maan authored
Documentation: correct typo (missing 's') in project pipeline job list endpoint See merge request !10862
-
Sean McGivern authored
Fix incorrect spec filenames which were ingored by CI See merge request !10875
-
Douwe Maan authored
Added test to prevent ‘Request access’ regression See merge request !10866
-
Stan Hu authored
We see in #27387 that a call to `polymorphic_path` will cause duplicate SELECT route calls for each merge request in a milestone. This happens because calling `project.namespace.becomes(Namespace)` will instantiate a new instance of a Namespace for each merge request, which causes a N+1 query on the routes table. This change caches the state of the route by the specific class and ID, which dramatically eliminates duplicate work.
-
Sean McGivern authored
Fix updating merge_when_build_succeeds via merge API endpoint Closes #22740 See merge request !10873
-
Achilleas Pipinellis authored
Database SSL support for backup script. Closes #1440 See merge request !9715
-
Sean McGivern authored
Fix 9.1 Gitaly source update steps Closes #31288 See merge request !10877
-
Rémy Coutable authored
docs(api): add curl arguments for file upload See merge request !10848
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Phil Hughes authored
Closes #31102
-
Rémy Coutable authored
Except where necessary, use `sign_in` over `login_as` in features See merge request !10320
-
Rémy Coutable authored
Make location of gitlab_workhorse_secret configurable See merge request !10357
-