qwerty287
|
92cd0d04a3
|
Unify DB tables/columns (#3806)
Co-authored-by: Anbraten <6918444+anbraten@users.noreply.github.com>
|
2024-06-27 09:32:06 +02:00 |
|
qwerty287
|
5e2f7d81b3
|
Clean up models (#3228)
|
2024-01-22 07:56:18 +01:00 |
|
runephilosof-karnovgroup
|
adb2c82790
|
Update go module path for major version 2 (#2905)
https://go.dev/doc/modules/release-workflow#breaking
Fixes https://github.com/woodpecker-ci/woodpecker/issues/2913 fixes
#2654
```
runephilosof@fedora:~/code/platform-woodpecker/woodpecker-repo-configurator (master)$ go get go.woodpecker-ci.org/woodpecker@v2.0.0
go: go.woodpecker-ci.org/woodpecker@v2.0.0: invalid version: module contains a go.mod file, so module path must match major version ("go.woodpecker-ci.org/woodpecker/v2")
```
---------
Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
|
2023-12-08 08:15:08 +01:00 |
|
6543
|
5a7b689e30
|
Switch to go vanity urls (#2706)
Co-authored-by: Anbraten <anton@ju60.de>
|
2023-11-07 08:04:33 +01: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 |
|
Joaquin
|
482678daf5
|
Fix pipeline feed not updated by new events (#1424)
Co-authored-by: Anbraten <anton@ju60.de>
|
2022-11-18 10:59:24 +01:00 |
|
qwerty287
|
3372d1a87c
|
Rename remote to forge (#1357)
As of #745
Co-authored-by: Anbraten <anton@ju60.de>
|
2022-11-05 00:35:06 +01:00 |
|
Joonhyeok Ahn (Joon)
|
aed3a80287
|
Migrate sql querys to xorm query builder (#1356)
Co-authored-by: 6543 <6543@obermui.de>
|
2022-10-31 16:08:57 +01: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 |
|
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 |
|
6543
|
ca8e215cfa
|
Migrate to Xorm (#474)
close #234
* Migrate store
* Migrate tests
* Rewrite migrations
* Init fresh DB in on step
* Rm old stuff (meddler, sql files, dead code, ...)
|
2021-11-13 20:18:06 +01:00 |
|