woodpecker/server
Anbraten ff01a9ff1d
Access repos by their ids (#1691)
closes #1295 
closes #648

# TODO
- [x] add new routes with `:repoID`
- [x] load repo in middleware using `:repoID` if present
- [x] update UI routes `:owner/:name` to `:repoID`
- [x] load repos using id in UI
- [x] add lookup endpoint `:owner/:name` to `:repoID`
- [x] redirect `:owner/:name` to `:repoID` in UI
- [x] use badge with `:repoID` route in UI
- [x] update `woodpecker-go`
- [x] check cli
- [x] add migrations / deprecation notes
- [x] check if #648 got solved directly
- [x] Test
  - [x] create repo
  - [x] repo pages
  - [x] ui redirects
  - [x] forge status links
2023-06-13 01:07:52 +02:00
..
api Access repos by their ids (#1691) 2023-06-13 01:07:52 +02:00
badges Rename build to pipeline in code (#1224) 2022-10-18 03:24:12 +02:00
cache Rename remote to forge (#1357) 2022-11-05 00:35:06 +01:00
ccmenu Rename build to pipeline in code (#1224) 2022-10-18 03:24:12 +02:00
cron Use modern error handling and enforce it via lint (#1327) 2023-02-02 00:08:02 +01:00
forge Access repos by their ids (#1691) 2023-06-13 01:07:52 +02:00
grpc Rework log streaming and related functions (#1802) 2023-06-06 09:52:08 +02:00
logging Rework log streaming and related functions (#1802) 2023-06-06 09:52:08 +02:00
model Access repos by their ids (#1691) 2023-06-13 01:07:52 +02:00
pipeline Drop old columns (#1838) 2023-06-07 19:22:44 +02:00
plugins Initiate Pagination Implementation for API and Infinite Scroll in UI (#1651) 2023-04-30 03:40:13 +02:00
pubsub Update Go dependencies and minimal Go version to 1.20 (#1650) 2023-03-21 00:48:15 +01:00
queue Update swagger API specification (#1782) 2023-06-03 21:38:36 +02:00
router Access repos by their ids (#1691) 2023-06-13 01:07:52 +02:00
store Access repos by their ids (#1691) 2023-06-13 01:07:52 +02:00
web Fix static assets with subpath (#1783) 2023-05-30 17:25:18 +02:00
config.go Migrate old logs to new database schema (#1828) 2023-06-12 22:43:14 +02:00