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
|
2524c6900c
|
Fix reggression, save not activated repos to database on sync again (#510)
* Fix #508
* Add testcase
Unrelated nits:
* Rm one index (unique will already create an index)
* Do not drop on UpdateUser
|
2021-11-14 22:13:59 +01: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 |
|
6543
|
a94807efeb
|
Refactor: move model/ to server/model/ (#366)
|
2021-09-27 19:51:55 +02:00 |
|