- 24 Apr, 2017 40 commits
-
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre 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
-
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
-
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
-