e51e8fe408
flake.nix: fix loglevel setting, module.nix: use default loglevel 'info'
Build and test / check (push) Successful in 2m6s
Build and test / build (push) Successful in 2m45s
Build and test / check-license (push) Successful in 5m30s
Build and test / test (push) Successful in 3m39s
Build and test / docs (push) Successful in 5m2s
2025-11-26 19:11:06 +09:00
fa1d27e09c
server: make use of database connection pool
2025-11-26 19:11:06 +09:00
20331a4429
server: refactor server logic into supervisor + session handler
2025-11-26 19:11:05 +09:00
f5ff50365f
client: fix doccomment for edit-privs
Build and test / check (push) Successful in 1m25s
Build and test / build (push) Successful in 3m0s
Build and test / test (push) Successful in 2m47s
Build and test / check-license (push) Successful in 5m44s
Build and test / docs (push) Successful in 5m54s
2025-11-26 14:10:42 +09:00
7fa6f6aafe
server: add connection counter
Build and test / check (push) Successful in 2m16s
Build and test / build (push) Successful in 2m43s
Build and test / check-license (push) Successful in 5m41s
Build and test / test (push) Successful in 3m37s
Build and test / docs (push) Successful in 5m4s
2025-11-26 13:51:07 +09:00
77667e546c
README: improve joke
...
It somehow got worse
2025-11-26 13:51:03 +09:00
f9c5f1347e
client: rename <verb>-db-privs -> <verb>-privs
2025-11-26 13:50:43 +09:00
a4acfe91af
Rename project to muscl
2025-11-26 13:50:06 +09:00
805c2d11ff
core/protocol: split commands into separate files
Build and test / check (push) Successful in 2m8s
Build and test / build (push) Successful in 3m3s
Build and test / check-license (push) Successful in 4m58s
Build and test / test (push) Successful in 3m47s
Build and test / docs (push) Successful in 5m47s
2025-11-26 02:51:23 +09:00
c9815fe7de
Remove tui stub
...
This should just be added later when (if) it is ever implemented
2025-11-26 02:08:31 +09:00
1571f6e2c7
core: split mysql user/db into separate types module
2025-11-26 02:03:18 +09:00
9e39401049
client: split commands into separate files
2025-11-26 01:51:08 +09:00
4fb60f8563
client: rename and merge user/db command modules
2025-11-26 01:25:47 +09:00
39fa228d1c
flake.nix: build with crane for vm
Build and test / check (push) Successful in 1m30s
Build and test / build (push) Successful in 3m56s
Build and test / test (push) Successful in 2m55s
Build and test / check-license (push) Successful in 5m32s
Build and test / docs (push) Successful in 6m47s
2025-11-26 01:10:01 +09:00
412e5c1604
Cargo.toml: bump deps
Build and test / check (push) Successful in 1m42s
Build and test / build (push) Successful in 2m47s
Build and test / test (push) Successful in 3m17s
Build and test / check-license (push) Successful in 6m4s
Build and test / docs (push) Successful in 5m36s
2025-11-25 19:38:05 +09:00
d350438176
cargo-deny: fix license list
2025-11-25 19:38:05 +09:00
d1de7b71bb
.gitea/workflows: check licenses
2025-11-25 19:38:04 +09:00
8b893db898
.gitea/workflows: test and push coverage
2025-11-25 19:38:04 +09:00
03a761a0ff
Refactor privilege handling
Build / check (push) Successful in 2m41s
Build / build (push) Successful in 3m5s
Build / docs (push) Successful in 5m37s
2025-11-25 19:20:46 +09:00
7760b001d8
Get rid of dependency on 'futures'
Build / check (push) Successful in 1m32s
Build / build (push) Successful in 4m11s
Build / docs (push) Successful in 7m2s
2025-11-20 19:34:24 +09:00
9d3b543998
Add pipeline for publishing debs
Build / check (push) Successful in 1m32s
Build / build (push) Successful in 3m8s
Build / docs (push) Successful in 5m44s
2025-11-11 02:21:57 +09:00
6a7e8db162
Add script to create deb package
Build / check (push) Successful in 1m38s
Build / build (push) Successful in 3m47s
Build / docs (push) Successful in 5m41s
2025-11-11 01:29:34 +09:00
30d02775c2
Make compile-time feature for SUID/SGID mode
Build / check (push) Successful in 1m27s
Build / build (push) Successful in 2m46s
Build / docs (push) Successful in 6m33s
2025-11-11 00:28:34 +09:00
0feb959199
.gitea/workflows: remove rust cache step
...
Build / check (push) Successful in 1m28s
Build / build (push) Successful in 3m47s
Build / docs (push) Successful in 5m39s
This is broken and just takes a bunch of time, removing it for now
2025-11-11 00:06:23 +09:00
c2dcd40442
cargo fmt
Build / check (push) Successful in 11m49s
Build / build (push) Successful in 12m51s
Build / docs (push) Has been cancelled
2025-11-10 23:50:55 +09:00
7514d5e738
flake.nix: set vim as default editor in test vm
Build / check (push) Failing after 5m52s
Build / build (push) Successful in 13m18s
Build / docs (push) Successful in 15m43s
2025-11-10 22:56:37 +09:00
c6d3bbca6f
Add warning comments for functions running as SUID/SGID
Build / check (push) Failing after 5m22s
Build / build (push) Successful in 14m47s
Build / docs (push) Successful in 15m41s
2025-11-10 12:11:24 +09:00
d932b57aaa
Use multithreaded tokio runtime for external server
Build / check (push) Failing after 5m19s
Build / build (push) Successful in 13m21s
Build / docs (push) Successful in 18m22s
2025-11-10 01:28:01 +09:00
f90e60d856
server: don't unset NOTIFY_SOCKET on enabling watchdog
2025-11-10 01:06:37 +09:00
46c5d372b2
Deduplicate common username/group prefixes in error msg
Build / check (push) Failing after 5m20s
Build / build (push) Successful in 12m54s
Build / docs (push) Successful in 16m35s
2025-11-10 00:50:36 +09:00
e8b28f5116
flake.nix: misc fixes to test vm
Build / docs (push) Has been cancelled
Build / build (push) Has been cancelled
Build / check (push) Has been cancelled
2025-11-10 00:40:01 +09:00
9e23f03ca2
Use non-templated systemd service
...
The previous setup was broken
This commit also adds some code to check that the database connection is
valid before it starts, as well as refactors the code that splits
between starting and external or internal server.
2025-11-10 00:38:26 +09:00
bd4791dc17
Check that executable is not SUID/SGID for unrelated subcommands
2025-11-10 00:33:53 +09:00
05a4f9ad1d
module.nix: don't run with debug logging by default (move to test vm)
2025-11-09 20:28:19 +09:00
a57eefa5be
module.nix: render config to /etc
2025-11-09 20:27:36 +09:00
45fbec1ad4
module.nix: default runtimedir to /run, improve systemd unit
2025-11-09 20:14:48 +09:00
968c71ba79
example-config.toml: improve comments, default runtimedir to /run
2025-11-09 20:14:10 +09:00
44c2fe3eca
Cargo.toml: add additional metadata
Build / check (push) Successful in 11m32s
Build / build (push) Successful in 14m50s
Build / docs (push) Successful in 15m40s
2025-11-09 19:26:07 +09:00
3405010508
README: add note about nixos vm
Build / check (push) Successful in 11m53s
Build / build (push) Successful in 12m53s
Build / docs (push) Successful in 16m38s
2025-11-09 18:49:48 +09:00
0294381804
module.nix: explicitly disable PrivateIPC
Build / build (push) Successful in 12m55s
Build / check (push) Successful in 11m32s
Build / docs (push) Successful in 15m46s
2025-11-09 16:07:19 +09:00
0457a2317d
flake.nix: add runnable vm configuration
2025-11-09 16:06:55 +09:00
1ee79a5b47
flake.lock: bump, Cargo.toml: update inputs
2025-11-09 16:06:08 +09:00
92f6561190
.gitea/workflows: update gitea-web target host
Build / docs (push) Failing after 1m20s
Build / check (push) Failing after 6m10s
Build / build (push) Successful in 13m44s
2025-08-03 04:53:25 +02:00
f212ef1bfb
Cargo.toml: update deps, flake.nix: add cargo-edit, bump nixpkgs
Build / build (push) Failing after 1m25s
Build / check (push) Failing after 6m32s
Build / docs (push) Failing after 7m37s
2025-07-11 19:09:43 +02:00
c2d22ee7f8
flake.lock: bump, Cargo.lock: bump, Cargo.toml: update inputs, format, etc
Build / build (push) Has been cancelled
Build / check (push) Has been cancelled
Build / docs (push) Has been cancelled
2025-05-07 10:39:10 +02:00
8ba946976d
README: add better description
Build / build (push) Has been cancelled
Build / check (push) Has been cancelled
Build / docs (push) Has been cancelled
2025-03-18 12:38:28 +01:00
1cfe9ab350
LICENSE: change from GPLv2-only to BSD3
Build / check (push) Successful in 12m24s
Build / build (push) Successful in 13m47s
Build / docs (push) Successful in 15m32s
2025-01-18 22:40:48 +01:00
7aadb016a2
README.md: add badge for rust docs
Build / build (push) Successful in 13m10s
Build / docs (push) Successful in 16m44s
Build / check (push) Successful in 11m18s
2025-01-18 21:51:57 +01:00
d9b11f6e38
Update rust dependencies
Build / check (push) Successful in 12m25s
Build / build (push) Successful in 14m3s
Build / docs (push) Successful in 18m5s
2025-01-18 20:44:53 +01:00
3fb7c143fb
flake.nix: update to nixpkgs-unstable
Build / docs (push) Failing after 15s
Build / check (push) Has been cancelled
Build / build (push) Has been cancelled
2025-01-18 20:36:35 +01:00