Commit Graph

104 Commits

Author SHA1 Message Date
Tiger Wang
856c5aeb48
add upx as part of building step to shrink the size of binary files (#28) 2022-12-29 18:19:49 -05:00
LinkLeong
8c960524e0 add error log 2022-12-07 03:56:35 +00:00
link
6b1d67efb1
Dependency (#27) 2022-12-07 11:01:33 +08:00
Tiger Wang
cbaba50f6f update deepmap/oapi-codegen from v0.12.2 to v0.12.4 (openapi) 2022-12-07 02:23:38 +00:00
Tiger Wang
2acf34b224
fix sqlite db lock by reducing maximum open connections to 1 (#26) 2022-12-02 17:14:57 -05:00
Tiger Wang
e2f9de8d4c add .goreleaser.debug.yaml for debugging 2022-12-02 18:23:24 +00:00
Tiger Wang
a7aec4cc5b add missing go generate to build process 2022-12-01 18:29:58 -05:00
link
98a35cb107
add message_bus service dependency (#25) 2022-12-01 17:17:44 +08:00
Tiger Wang
f6ad3aa89a
replace CGO implementation of sqlite with an implementation in pure Go (#24) 2022-11-30 00:07:36 -05:00
link
dab1fdd6be
Event retention (#23)
Signed-off-by: link <a624669980@163.com>
2022-11-30 12:16:11 +08:00
Tiger Wang
b41ab1ecce remove "-snapshot" from package naming 2022-11-29 17:51:12 +00:00
Ns2Kracy
a45ded5088
added arch support (#22) 2022-11-29 10:31:12 -05:00
Tiger Wang
36f4943020 bump version from 0.3.8 to 0.4.0 2022-11-28 16:43:08 +00:00
Tiger Wang
a50025f316 update go.sum 2022-11-25 17:06:38 -05:00
Tiger Wang
8512876392 update CasaOS-Common 2022-11-25 17:03:55 -05:00
Tiger Wang
23d3c28288
add restrictive license check to gorelease workflow (#21) 2022-11-10 19:40:11 -05:00
Tiger Wang
12b047295e
fix potential goroutine leak due to http request without a timeout (#20) 2022-11-03 18:07:11 -04:00
Tiger Wang
e2d9ecf229
bump version and cleanup migration tool for previous version (#19) 2022-11-02 11:05:42 -04:00
link
7da057088c
Update release.yml
Signed-off-by: link <a624669980@163.com>
2022-10-31 14:43:36 +08:00
Tiger Wang
2866ad73b5
change to use CasaOS-Common for calling gateway (#18) 2022-10-28 17:28:04 -04:00
link
f112ed1783
Update release.yml
Signed-off-by: link <a624669980@163.com>
2022-10-26 17:09:42 +08:00
link
1813afe0ae
Update release.yml
Signed-off-by: link <a624669980@163.com>
2022-10-26 17:05:01 +08:00
Tiger Wang
86a8c845c6
use $BASH instead of $SHELL in setup and cleanup script in case of running under non-bash shell. (#17)
fixes https://github.com/IceWhaleTech/CasaOS/issues/572
2022-10-21 13:41:41 -04:00
Tiger Wang
06ec3d5142
add cleanup script for future uninstall modularization (#16) 2022-10-20 21:07:35 -04:00
Tiger Wang
58a10d2200 fix incorrect version reference 2022-09-28 17:38:35 -04:00
Tiger Wang
0d7fee0cb1 fix gosec G114/G112 2022-09-28 17:30:34 -04:00
Tiger Wang
8fcaee063d add go test to goreleaser 2022-09-25 23:10:17 -04:00
Tiger Wang
71e4f36c42
wip (#15) 2022-09-16 14:48:38 +08:00
Tiger Wang (王豫)
58ce3d1210
fix migration from v0.3.5 (#14) 2022-09-09 09:00:49 -04:00
Tiger Wang
828fd3b8f5 cleanup mod 2022-09-06 23:17:09 +00:00
Tiger Wang (王豫)
ace8e30dfb
fix service startup issue (#13)
- update service to be ready only when initialization is completed
- remove starting service within setup script (let calling script to start the service instead)
2022-09-06 19:13:00 -04:00
Tiger Wang
931d466df6 minor code cleanup 2022-09-01 23:09:54 +00:00
Tiger Wang
e141c51b93 bump version to v0.3.6 2022-09-01 17:37:38 +00:00
Tiger Wang
7b3bdbbf8a cleanup setup and migration scripts 2022-09-01 17:34:37 +00:00
Tiger Wang (王豫)
38fee52518
add migration versioning (#12) 2022-08-31 23:58:59 -04:00
Tiger Wang (王豫)
6c73a4be13
fix migration from v0.3.3 (#11) 2022-08-31 17:56:39 -04:00
Tiger Wang (王豫)
9afe211d90
fix migration from 0.3.5.1 (#10) 2022-08-31 00:29:50 -04:00
Tiger Wang (王豫)
44ca8efc0d
update CasaOS-Common (#9) 2022-08-30 00:27:38 -04:00
Tiger Wang (王豫)
675ecb55f7
add migration logic for 0.2.x (#8) 2022-08-28 20:40:51 -04:00
Tiger Wang (王豫)
5417c6b94b
use middlewares from CasaOS-Common (#7) 2022-08-25 17:36:24 -04:00
Tiger Wang (王豫)
8d9c3f987d
fix migration not working for LEGACY_WITHOUT_VERSION (#6) 2022-08-23 22:55:46 -04:00
Tiger Wang
210aa979f5 bump version 2022-08-24 01:27:48 +00:00
Tiger Wang
44780ac1b4 bump version in migration.list 2022-08-22 21:33:25 +00:00
Tiger Wang (王豫)
acdbb326bc
change to static linking when building so older Linux distributions are supported (#5) 2022-08-22 17:22:27 -04:00
Tiger Wang (王豫)
8b2af35f39
add incrementation migration logic (#4) 2022-08-15 18:58:08 -04:00
Tiger Wang
2493e91ce8 build fix 2022-08-12 04:18:09 +00:00
Tiger Wang (王豫)
0b66fd838f
add migration from versions 0.3.3, 0.3.4, 0.3.5 (#3) 2022-08-12 00:07:50 -04:00
Tiger Wang
52d38428b6 update README.md 2022-08-08 16:46:43 +00:00
Tiger Wang
c1272b4b30 fixed goreleaser badge 2022-08-07 03:16:12 +00:00
Tiger Wang
fe354dfa7f removed branch trigger from GitHub workflow 2022-08-07 02:58:00 +00:00