-
-
Notifications
You must be signed in to change notification settings - Fork 373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Access repos by their IDs #1691
Conversation
Deployment of preview was successful: https://woodpecker-ci-woodpecker-pr-1691.surge.sh |
Maybe they could use different routes: |
Tried that at the beginning. One issue was that the links of the repo views need to distinguish pointing to the owner-repo or the repo-id route, so we would need to duplicate those views / add some routing helper or always use the repo-id in links again which would result in almost the same way as directly redirecting |
@lafriks I changed some parts and removed some deprecation plannings. Would these changes be fine for you:
|
closes #1295
closes #648
TODO
:repoID
:repoID
if present:owner/:name
to:repoID
:owner/:name
to:repoID
:owner/:name
to:repoID
in UI:repoID
route in UIwoodpecker-go