3bc2cd20eb
Prepare next dev (4.0.1)
/ build (push) Successful in 5m25s
2024-10-25 16:42:04 +02:00
2b3d7f8289
Release 4.0.0 #release
/ build (push) Successful in 5m17s
/ release (push) Successful in 6m27s
2024-10-25 16:20:29 +02:00
d0312a5853
feat(embedded_ui): fully integrate UI into GoLang binary ( #43 )
...
/ build (push) Successful in 5m30s
Reviewed-on: #43
Co-authored-by: Varakh <varakh@varakh.de>
Co-committed-by: Varakh <varakh@varakh.de>
2024-10-25 14:12:35 +00:00
f066511eff
chore(deps): updates
/ build (push) Successful in 3m56s
2024-10-24 21:36:51 +02:00
ac5b9da086
chore(deps): updates
/ build (push) Successful in 3m56s
2024-09-07 16:04:54 +02:00
a76d55c78b
chore(renovate): add renovate's CVE scanning dashboard
/ build (push) Waiting to run
2024-09-07 15:43:54 +02:00
3d815758ba
fix(deps): update all minor dependencies ( #38 )
...
/ build (push) Successful in 3m45s
github.com/adrg/xdg require minor v0.4.0 -> v0.5.0
github.com/go-co-op/gocron/v2 require minor v2.7.1 -> v2.11.0
github.com/redis/go-redis/v9 require minor v9.5.3 -> v9.6.1
Co-authored-by: Renovate Bot <renovate@myservermanager.com>
Co-committed-by: Renovate Bot <renovate@myservermanager.com>
2024-08-01 21:27:27 +00:00
7db195af6d
fix(deps): update all patch dependencies ( #37 )
...
/ build (push) Successful in 4m16s
github.com/urfave/cli/v2 require patch v2.27.2 -> v2.27.3
gorm.io/gorm require patch v1.25.10 -> v1.25.11
Co-authored-by: Renovate Bot <renovate@myservermanager.com>
Co-committed-by: Renovate Bot <renovate@myservermanager.com>
2024-08-01 07:15:40 +00:00
0f9ae11bbb
fix(deps): update module github.com/go-co-op/gocron/v2 to v2.7.1 ( #36 )
...
/ build (push) Successful in 3m42s
github.com/go-co-op/gocron/v2 require minor v2.5.0 -> v2.7.1
Co-authored-by: Renovate Bot <renovate@myservermanager.com>
Co-committed-by: Renovate Bot <renovate@myservermanager.com>
2024-07-03 05:42:19 +00:00
67e9ce31b0
Prepare next dev
/ build (push) Successful in 5m1s
2024-06-15 12:20:57 +02:00
c5c6249fa7
Release 3.0.2 #release
/ build (push) Successful in 5m8s
/ release (push) Successful in 5m55s
2024-06-15 12:10:32 +02:00
61506f44f1
fix(filter): fixed filter for Updates ignoring desired state
/ build (push) Successful in 5m7s
2024-06-14 09:16:30 +02:00
3ece069068
chore(deps): updates
...
- github.com/go-playground/validator/v10 v10.22.0
- gorm.io/driver/postgres v1.5.9
- gorm.io/driver/sqlite v1.5.6
2024-06-14 09:05:48 +02:00
f37ea4fbbb
feat(api): Don't enforce JSON content type for GET and DELETE requests and enhance cross-module code sharing with a commons module
/ build (push) Successful in 4m52s
2024-06-11 23:47:30 +02:00
20588b44bf
Prepare next dev after hotfix
/ build (push) Successful in 4m46s
2024-06-11 00:10:46 +02:00
4046695f1c
hotfix(3.0.1): Fixed finding proper remaining Action invocations by their state
/ build (push) Has been cancelled
/ release (push) Successful in 5m35s
2024-06-11 00:08:21 +02:00
abc78036d0
Prepare next dev
/ build (push) Successful in 4m56s
2024-06-10 23:21:44 +02:00
9259299a56
Release 3.0.0 #release
/ build (push) Successful in 4m47s
/ release (push) Successful in 5m41s
2024-06-10 22:31:56 +02:00
1fc3818d3c
feature(api,release): prepare for next major release and switch to requiring content-type set to JSON for all incoming requests and expose more CORS environment variables
...
/ build (push) Successful in 5m3s
- Switched to enforce JSON as Content-Type for all incoming requests
- Switched to properly respond with JSON on page not found or method not allowed
- Renamed CORS_ALLOW_ORIGIN to CORS_ALLOW_ORIGINS
- Added CORS_ALLOW_CREDENTIALS which defaults to true
- Added CORS_EXPOSE_HEADERS which defaults to *
- Overhauled package visibility for server module
2024-06-10 20:03:25 +02:00
1d79258670
chore(deps): update go-redis to 9.5.3
/ build (push) Successful in 5m26s
2024-06-08 10:36:31 +02:00
17592d4fad
Minor refactor tackling typos, overhauling README, adding hints about useful resources to README, and avoid any panic/Fatalf from services and init calls #noissue
/ build (push) Successful in 5m1s
2024-06-03 21:39:03 +02:00
302d0b1ad4
Use capacity to avoid arr copying #noissue
2024-06-02 23:13:44 +02:00
d958f48717
Use recommended race option for testing #noissue
2024-06-02 23:11:12 +02:00
9679166d0a
Adapt GOMAXPROCS automatically for k8s and docker deployments #noissue
2024-06-02 23:11:00 +02:00
47a48523a9
Introduce go vet and upgrades #noissue
/ build (push) Successful in 3m12s
2024-06-02 17:22:43 +02:00
04a3ef39fa
Updated OCI image base to alpine 3.20 with Go 1.22 #noissue
/ build (push) Successful in 3m38s
2024-05-24 01:17:51 +02:00
165b992629
feature(locking): add proper locking and overhaul existing locking service ( #34 )
...
/ build (push) Successful in 3m11s
Reviewed-on: #34
Co-authored-by: Varakh <varakh@varakh.de>
Co-committed-by: Varakh <varakh@varakh.de>
2024-05-24 00:54:35 +02:00
95074b2a86
chore(deps): update dependencies and move to gocron v2 ( #33 )
...
/ build (push) Successful in 3m2s
Reviewed-on: #33
Co-authored-by: Varakh <varakh@varakh.de>
Co-committed-by: Varakh <varakh@varakh.de>
2024-05-16 07:33:32 +00:00
19c367a5d8
chore(docker,deps): updates and change docker base ( #31 )
...
/ build (push) Successful in 3m22s
- update gin/cors to 1.7.2
- change docker base to alpine 3.19 which requires an indirect dependency upgrade to sqlite3 as long as go-gorm/sqlite bundles the old version
Co-authored-by: Varakh <varakh@varakh.de>
Co-committed-by: Varakh <varakh@varakh.de>
2024-05-01 20:45:35 +00:00
dce287d6a3
fix(release): prepare next dev cycle
/ build (push) Successful in 3m9s
2024-05-01 12:22:31 +02:00
98b37ca289
fix(release,webhooks): Fixed retrieval of encrypted webhook token and prepare patch 2.0.1 release
/ build (push) Successful in 3m21s
/ release (push) Successful in 4m21s
2024-05-01 12:20:51 +02:00
c1631a0588
fix(deps): update module github.com/go-playground/validator/v10 to v10.20.0 ( #29 )
...
/ build (push) Successful in 3m14s
Co-authored-by: Renovate Bot <renovate@myservermanager.com>
Co-committed-by: Renovate Bot <renovate@myservermanager.com>
2024-05-01 09:01:54 +00:00
1406b53180
fix(deps): update module github.com/urfave/cli/v2 to v2.27.2 ( #28 )
...
/ build (push) Successful in 3m16s
Co-authored-by: Renovate Bot <renovate@myservermanager.com>
Co-committed-by: Renovate Bot <renovate@myservermanager.com>
2024-05-01 07:04:20 +00:00
b20530941e
Prepare next dev cycle #noissue
/ build (push) Successful in 3m19s
2024-04-28 23:04:20 +02:00
52dfb5e21a
Prepare release of 2.0.0 #noissue
/ build (push) Successful in 3m37s
/ release (push) Successful in 3m59s
2024-04-28 22:57:39 +02:00
7c3545976b
feat(docs,license): clean up documentation and add license
/ build (push) Successful in 3m16s
2024-04-28 22:34:26 +02:00
c0928c4128
feat(actions): introduce an explicit event for changes of an update's version
2024-04-28 22:27:34 +02:00
0277868c1b
feat(auth): align CLI application with new auth mode wording
2024-04-28 22:27:34 +02:00
927bee30cf
fix(locks): access to in-memory locks inside scheduled background tasks are now properly guarded
2024-04-28 22:27:34 +02:00
10bc3a59bb
feat(updates,events): Streamline update state changes into one event type only ( #27 )
...
Reviewed-on: #27
Co-authored-by: Varakh <varakh@varakh.de>
Co-committed-by: Varakh <varakh@varakh.de>
2024-04-28 22:27:34 +02:00
79c5da119a
fix(actions): state not considered in test payload ( #26 )
...
Reviewed-on: #26
Co-authored-by: Varakh <varakh@varakh.de>
Co-committed-by: Varakh <varakh@varakh.de>
2024-04-28 22:27:34 +02:00
faffad851c
feat(auth): Add support for multiple basic auth credentials ( #25 )
...
Reviewed-on: #25
Co-authored-by: Varakh <varakh@varakh.de>
Co-committed-by: Varakh <varakh@varakh.de>
2024-04-28 22:27:34 +02:00
f231e66e7c
feat(actions): Add support for <VAR>STATE</VAR> ( #24 )
...
Reviewed-on: #24
Co-authored-by: Varakh <varakh@varakh.de>
Co-committed-by: Varakh <varakh@varakh.de>
2024-04-28 22:27:34 +02:00
5d9fe621d8
fix(deps): update module gorm.io/gorm to v1.25.10 ( #23 )
...
gorm.io/gorm require patch v1.25.9 -> v1.25.10
Co-authored-by: Renovate Bot <renovate@myservermanager.com>
Co-committed-by: Renovate Bot <renovate@myservermanager.com>
2024-04-28 22:27:34 +02:00
66800d26df
feat(actions): Add actions and secrets (with proper asynchronous enqueue and dequeue mechanism) ( #22 )
...
Reviewed-on: #22
Co-authored-by: Varakh <varakh@varakh.de>
Co-committed-by: Varakh <varakh@varakh.de>
2024-04-28 22:27:34 +02:00
6420e19a8d
Change Renovate schedule
2024-04-28 22:27:34 +02:00
e8dba980e1
Add file logging via LOGGING_DIRECTORY and add an example systemd service for native deployments
2024-04-28 22:27:34 +02:00
99c63fdb8d
Minor method renaming
2024-04-28 22:27:34 +02:00
5acc136fe8
Update dependencies
2024-04-28 22:27:34 +02:00
0194429c80
Adapted logging which defaults to JSON encoding
2024-01-24 23:21:48 +01:00