6543
|
2961aaf72b
|
Harden datastore (#1940)
- only explicit when filters
- write all more complex filter with builder
- reuse builder
|
2023-07-07 13:10:16 +02:00 |
|
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 |
|
qwerty287
|
0f9188597e
|
Initiate Pagination Implementation for API and Infinite Scroll in UI (#1651)
- Add pagination support to the API endpoints that return lists of items
- Adjust UI to enable infinite scrolling via pagination
|
2023-04-30 03:40:13 +02:00 |
|
Harikesh00
|
36e42914fa
|
Renamed procs/jobs to steps in code (#1331)
Renamed `procs` to `steps` in code for the issue #1288
Co-authored-by: Harikesh Prajapati <harikesh.prajapati@druva.com>
Co-authored-by: qwerty287 <ndev@web.de>
Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
Co-authored-by: 6543 <6543@obermui.de>
|
2022-10-28 17:38:53 +02:00 |
|
qwerty287
|
f88c70b55e
|
Rename to pipeline in DB and JSONs (#1296)
Closes #1282
Follow-up to #1224, addresses #745
- changes JSON fields
- adds migration to rename columns
- fixes some comments
|
2022-10-22 15:54:43 +02:00 |
|
Joonhyeok Ahn (Joon)
|
186aee61cf
|
Check if repo exists before creating pipeline (#1297)
Close #1257
make sure the repo exists first before triggering the pipeline
|
2022-10-22 01:34:11 +02:00 |
|
qwerty287
|
849e05bb8b
|
Rename build to pipeline in code (#1224)
Ref: #745
Co-authored-by: Anbraten <anton@ju60.de>
Co-authored-by: 6543 <6543@obermui.de>
|
2022-10-18 03:24:12 +02:00 |
|