pat-s
|
7673d5253f
|
refactor: migrate import paths from github to codeberg
|
2025-01-31 14:57:57 +01:00 |
|
Patrick Schratz
|
f262ab5c08
|
refactor: add CROW_ vars (#21)
|
2025-01-19 13:01:18 +01:00 |
|
Patrick Schratz
|
5e0dc2688f
|
refactor: use own import paths (#5)
|
2025-01-17 00:36:19 +01:00 |
|
qwerty287
|
81b74025d4
|
Update Go imports paths (#4605)
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
|
2024-12-22 10:44:34 +01:00 |
|
6543
|
6e38a950cd
|
Add options to controll the database connections (open,idle,timeout) (#4212)
|
2024-11-05 15:03:22 +01:00 |
|
6543
|
757f5a58e2
|
Gracefully shutdown server (#3896)
|
2024-07-14 01:46:01 +02:00 |
|
Robert Kaussow
|
89e100cfd1
|
Add godot linter to harmonitze toplevel comments (#3650)
|
2024-05-13 22:58:21 +02:00 |
|
qwerty287
|
b9f6f3f9fb
|
Replace goimports with gci (#3202)
`gci` seems to be much more strict.
|
2024-01-14 18:22:06 +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 |
|
qwerty287
|
7bacbd5699
|
Migrate to Xormigrate (#2711)
Co-authored-by: Anbraten <anton@ju60.de>
|
2023-11-28 10:31:54 +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 |
|
Robert Kaussow
|
443c23c58a
|
Use global logger for xorm logs and add options (#1997)
Please let me know if this goes in the right direction. Needs some tests and docs.
|
2023-07-15 01:15:13 +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 |
|
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 |
|