Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
rstudio
/
plumber
Public
Notifications
You must be signed in to change notification settings
Fork
259
Star
1.4k
Code
Issues
119
Pull requests
8
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
[WAIT] When processing a route, use most specific mount paths first
- #748
#748
Draft
schloerke
wants to merge 13 commits into
main
rstudio/plumber:main
from
mount_on_root
rstudio/plumber:mount_on_root
Copy head branch name to clipboard
Conversation
Commits
13
(13)
Checks
Files changed
Draft
[WAIT] When processing a route, use most specific mount paths first
#748
schloerke
wants to merge 13 commits into
main
rstudio/plumber:main
from
mount_on_root
rstudio/plumber:mount_on_root
Copy head branch name to clipboard
Commits
Commits on Dec 31, 2020
Sort mounts by decreasing path order
Show description for 459c18e
schloerke
and
meztez
committed
459c18e
View commit details
Copy full SHA for 459c18e
Browse repository at this point
Use pre sorted `private$mnts` for routing
schloerke
committed
fe524e6
View commit details
Copy full SHA for fe524e6
Browse repository at this point
Use regular sorted mounts for pr$mounts
schloerke
committed
b745d14
View commit details
Copy full SHA for b745d14
Browse repository at this point
pull out mounts to a variable to avoid sorting within the active binding
Show description for e34cbc0
schloerke
committed
e34cbc0
View commit details
Copy full SHA for e34cbc0
Browse repository at this point
Add docs explaining the mount exec order
schloerke
committed
300a145
View commit details
Copy full SHA for 300a145
Browse repository at this point
Update NEWS.md
schloerke
committed
1b03190
View commit details
Copy full SHA for 1b03190
Browse repository at this point
Use `Map` to loop over the mounts and mount paths
schloerke
committed
3c56426
View commit details
Copy full SHA for 3c56426
Browse repository at this point
If a node is a Endpoint or Plumber router, then merge
schloerke
committed
7d3b8b4
View commit details
Copy full SHA for 7d3b8b4
Browse repository at this point
Add test for a mounted path that conflicts with another mounted path
schloerke
committed
5ad400f
View commit details
Copy full SHA for 5ad400f
Browse repository at this point
Earlier R version don't like to check `is.na(NULL)`. Check `is.null(x)` first
schloerke
committed
99d5183
View commit details
Copy full SHA for 99d5183
Browse repository at this point
Validate that there is no error produced while printing
schloerke
committed
838b18a
View commit details
Copy full SHA for 838b18a
Browse repository at this point
Remove some R 3.4 warnings about sort(NULL)
schloerke
committed
6ca073a
View commit details
Copy full SHA for 6ca073a
Browse repository at this point
Try to remove last R 3.4 warning when package loads
schloerke
committed
6bc2cbf
View commit details
Copy full SHA for 6bc2cbf
Browse repository at this point
You can’t perform that action at this time.