Johannes Kirschbauer
5d12154f96
Forward clan name for vm test compatibility
2024-08-03 12:05:09 +02:00
Johannes Kirschbauer
ac6b7f84e0
Fix wrong unit tests
2024-08-03 12:05:09 +02:00
Johannes Kirschbauer
ef58bea020
Fix wrong default for imports
2024-08-03 12:05:09 +02:00
Johannes Kirschbauer
d51508656f
Add flake-parts module
2024-08-03 12:05:09 +02:00
Johannes Kirschbauer
8fd09b8403
Add build-clan module
2024-08-03 12:05:09 +02:00
clan-bot
f6daaf79a7
Merge pull request 'vars: simplify tests' ( #1842 ) from DavHau/clan-core:DavHau-vars into main
2024-08-03 08:51:39 +00:00
DavHau
d3542cf1c8
vars: simplify tests
2024-08-03 15:47:35 +07:00
clan-bot
844c219348
Merge pull request 'vars: introduce share flag' ( #1841 ) from DavHau/clan-core:DavHau-vars into main
2024-08-03 08:33:38 +00:00
DavHau
8086f70b79
clan-cli/tests: improve test helpers for VMs
2024-08-03 15:26:53 +07:00
DavHau
cc9c828598
vars: introduce share flag
2024-08-03 15:26:53 +07:00
clan-bot
a40ddd2b24
Merge pull request 'clan-app: Finish flash view. clan-cli: Flash cli now verifies if language and keymap are valid. formatter.nix: Add deno as formatter' ( #1839 ) from Qubasa/clan-core:Qubasa-Qubasa-main into main
2024-08-02 17:02:32 +00:00
Qubasa
58a36a5c12
formatter.nix: Add prettier
2024-08-02 18:56:53 +02:00
Qubasa
f1d124dabd
clan-app: Finish flash view. clan-cli: Flash cli now verifies if language and keymap are valid.
2024-08-02 17:51:45 +02:00
kenji
e2bdf22f78
Merge pull request 'formatter: remove broken vale configuration' ( #1835 ) from kenji/clan-core:clan/rm-broken-vale into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1835
Reviewed-by: Luis Hebendanz <consulting@qube.email >
2024-07-31 17:04:54 +00:00
a-kenji
c7c6012bcc
formatter: remove broken vale configuration
...
Removes the broken and uncommented value configuration for vale.
While vale can be a valuable tool, we need a working configuration if we
want to use it. Keeping a broken configuration on main is not a
sustainable model.
We can fix it and reintroduce it cleanly at a later stage.
2024-07-31 18:42:16 +02:00
Mic92
b3af929490
Merge pull request 'clan: remove config subcommand' ( #1828 ) from kenji/clan-core:clan/remove-config into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1828
2024-07-31 16:35:36 +00:00
a-kenji
a465ad8638
clan: remove config subcommand
...
This removes the `config` subcommand from the cli and the documentation
to keep the api surface small.
While this functionality was convenient it doesn't need to be surfaced
by the clan cli.
The remaining `config` python module should be ported to the `clan-app`
in a follow up pr. Because the functionality is currently only used by
the `clan-app`.
Ideally together with: #1830 .
2024-07-31 16:35:36 +00:00
clan-bot
26edcb8562
Merge pull request 'Deserializer: add Literal; Annotated fields' ( #1833 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-07-31 11:06:48 +00:00
Johannes Kirschbauer
6c5f9ca6db
Deserializer: add Literal; Annotated fields
2024-07-31 13:00:28 +02:00
clan-bot
0894ee95c8
Merge pull request 'Deserializer: replace pydantic' ( #1826 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-07-30 12:36:08 +00:00
kenji
350d565ddd
Merge pull request 'clan: remove flatpak check' ( #1831 ) from kenji/clan-core:clan/rm-flatpak into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1831
2024-07-30 12:34:19 +00:00
Johannes Kirschbauer
4b2d1b7923
Deserializer: add Nullable fields
2024-07-30 14:26:13 +02:00
a-kenji
acb5560de8
clan: remove flatpak check
...
This check logs, if the cli is started inside a flatpak environment.
2024-07-30 14:21:15 +02:00
kenji
2d4cd0c9be
Merge pull request 'merge-after-ci: use nix fmt' ( #1823 ) from kenji/clan-core:feat/merge-after-ci into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1823
2024-07-30 11:43:40 +00:00
a-kenji
d360cf86cb
merge-after-ci: use nix fmt
...
Use `nix fmt` instead of `treefmt` directly, since `treefmt` depends on
the cached devshell. This can lead to confusing errors.
2024-07-30 11:43:40 +00:00
kenji
f11ddf92e9
Merge pull request 'checks/mumble: improve dependency closure' ( #1827 ) from kenji/clan-core:mumble-improve-closure into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1827
2024-07-30 11:40:13 +00:00
a-kenji
9f6f754606
checks/mumble: improve dependency closure
2024-07-30 13:11:50 +02:00
kenji
03f87b24d3
Merge pull request 'clan/secrets: improve naming of secret key' ( #1825 ) from kenji/clan-core:kenji-cli-change-wording into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1825
Reviewed-by: Mic92 <joerg@thalheim.io >
2024-07-30 10:58:45 +00:00
a-kenji
ccdfd0c6fc
clan/secrets: improve naming of secret key
...
Change the secret key help wording to: `secret-name`,
to convey that it is the key and not the value.
Fixes : #1696
2024-07-30 12:54:22 +02:00
Johannes Kirschbauer
e21bfbc257
Deserializer: replace pydantic
2024-07-30 12:26:16 +02:00
kenji
f3c909b563
Merge pull request 'gitignore: add .nixos-test-history' ( #1822 ) from kenji/clan-core:kenji-git/add-nixos-test into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1822
2024-07-30 09:27:30 +00:00
a-kenji
b357b545d3
gitignore: add .nixos-test-history
...
Add the artifacts created by nixos tests to gitignore.
2024-07-30 09:27:30 +00:00
kenji
915b2fbe73
Merge pull request 'mumble: init clan-module' ( #1821 ) from kenji/clan-core:init/mumble-module into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1821
2024-07-30 09:21:00 +00:00
a-kenji
13c70168a4
mumble: init clan-module
...
This adds the `mumble` clan-module.
This allows for voice chatting in a true peer-to-peer network.
Every machine that has the module enabled is a potential host and
client - every participant has the same role.
It doesn't matter who in the network is online - as long as one of the
machines is up, one server is up and people can start their voice chat.
2024-07-30 10:55:08 +02:00
Mic92
99a87a6120
Merge pull request 'better visual seperation between flake/non-flake version' ( #1817 ) from facter into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1817
2024-07-29 15:56:51 +00:00
Jörg Thalheim
c037ec2eeb
better visual seperation between flake/non-flake version
2024-07-29 15:56:51 +00:00
Mic92
65c03ecf96
Merge pull request 'blog: grammar fixes for introducing nixos-facter' ( #1820 ) from brianmcgee/clan-core:fix/blog-nixos-facter-grammmer into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1820
2024-07-29 15:56:37 +00:00
Brian McGee
d04d5b2c3b
blog: grammar fixes for introducing nixos-facter
2024-07-29 16:51:00 +01:00
clan-bot
ded91c308a
Merge pull request 'clan-vm-manager: Fix regression' ( #1818 ) from Qubasa/clan-core:Qubasa-main into main
2024-07-29 15:37:02 +00:00
Qubasa
0dcc9f903b
clan-vm-manager: Fix regression
2024-07-29 17:33:46 +02:00
clan-bot
35e5ad513d
Merge pull request 'Clan-app: edit clan, memoize active clan' ( #1819 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-07-29 15:10:00 +00:00
Johannes Kirschbauer
6a13cb80cb
Clan-app: edit clan, memoize active clan
2024-07-29 17:06:11 +02:00
clan-bot
d80488f786
Merge pull request 'nixos-facter: smaller fixes' ( #1816 ) from facter into main
2024-07-29 13:59:51 +00:00
Jörg Thalheim
2f07e47926
nixos-facter: smaller fixes
2024-07-29 15:53:50 +02:00
Mic92
034593f742
Merge pull request 'blog: introducing nixos-facter' ( #1786 ) from brianmcgee/clan-core:blog/nixos-facter into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1786
2024-07-29 13:47:00 +00:00
Jörg Thalheim
2f9945bec5
disko fixup
2024-07-29 15:43:07 +02:00
Brian McGee
94f65d3118
blog: introducing nixos-facter
2024-07-29 13:24:37 +00:00
DavHau
2155675fc6
vars: fix bug when computing taarget path for sops
2024-07-29 12:09:59 +00:00
clan-bot
3da42e698b
Merge pull request 'shell.nix: remove dependency in shell.nix on webui' ( #1815 ) from Qubasa/clan-core:Qubasa-main into main
2024-07-29 12:07:27 +00:00
Qubasa
21f7a3c269
shell.nix: remove dependency in shell.nix on webui
2024-07-29 13:52:11 +02:00