- 26 Apr, 2017 1 commit
-
-
Sean McGivern authored
- Ignore JS fixtures - Ignore qa directory - Rewrite concern specs to put concern name first
-
- 25 Apr, 2017 8 commits
-
-
Sean McGivern authored
Don't display the `is_admin?` flag for user API responses Closes #29903 See merge request !10846
-
Rémy Coutable authored
Fix typo in discussions doc. See merge request !10889
-
Timothy Andrew authored
-
Timothy Andrew authored
-
Timothy Andrew authored
- To prevent an attacker from enumerating the `/users` API to get a list of all the admins. - Display the `is_admin?` flag wherever we display the `private_token` - at the moment, there are two instances: - When an admin uses `sudo` to view the `/user` endpoint - When logging in using the `/session` endpoint
-
Achilleas Pipinellis authored
Add Health Check Documentation Closes #30649 See merge request !10565
-
Joshua Lambert authored
-
Rémy Coutable authored
Gitaly testing toml Closes gitaly#182 See merge request !10605
-
- 24 Apr, 2017 31 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
-
Marland Sitt authored
-
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.
-