DavHau
336e99b2a7
clan-cli tests: remove dynamic inclusion of helpers module
...
Dynamically extending the python path at runtime is bad for developer experience, as this is not understood by the text editor and therefore jump to definition etc. does not work.
-> Better to remove the dynamic inclusion and force developers to specify the import correctly.
2024-07-05 16:38:22 +07:00
clan-bot
376b1f3939
Merge pull request 'fixtures_flakes.py: remove dead code' ( #1709 ) from DavHau/clan-core:DavHau-dave into main
2024-07-05 09:00:41 +00:00
DavHau
bb1950a4a0
fixtures_flakes.py: remove dead code
2024-07-05 15:55:52 +07:00
clan-bot
07b99450e1
Merge pull request 'devShells: make all shells inherit from default shell' ( #1708 ) from DavHau/clan-core:DavHau-dave into main
2024-07-05 08:06:19 +00:00
DavHau
c9485fb3fd
devShells: make all shells inherit from default shell
...
Currently, important tools from the default shell are lost as soon as select-shell is used to switch to another shell. select-shell itself, for example is missing, which makes it impossible to switch back to another shell.
2024-07-05 15:01:25 +07:00
clan-bot
194956f2fd
Merge pull request 'clan.core: rename clan.{deployment,networking} -> clan.core.{deployment,networking}' ( #1706 ) from DavHau/clan-core:DavHau-rename-clanCore into main
2024-07-04 10:09:17 +00:00
DavHau
18b64f2d0b
clan.core: rename clan.{deployment,networking} -> clan.core.{deployment,networking}
2024-07-04 17:05:37 +07:00
clan-bot
5c7b9aa2a4
Merge pull request 'vars: add generator.runtimeInputs' ( #1705 ) from DavHau/clan-core:DavHau-dave into main
2024-07-04 06:45:32 +00:00
DavHau
10bb3127a1
vars: add generator.runtimeInputs
2024-07-04 13:42:25 +07:00
clan-bot
afe0a37f92
Merge pull request 'reference docs: add missing description fields and enforce it from now on' ( #1704 ) from DavHau/clan-core:DavHau-dave into main
2024-07-04 06:38:15 +00:00
DavHau
97bc973969
reference docs: add missing description fields and enforce it from now on
2024-07-04 13:34:55 +07:00
clan-bot
95dcbe0cd9
Merge pull request 'vars: import by default & fix option rendering' ( #1690 ) from DavHau/clan-core:DavHau-dave into main
2024-07-04 06:15:50 +00:00
DavHau
3de7903317
vars: import by default & fix option rendering
2024-07-04 13:12:29 +07:00
clan-bot
56d5362a7e
Merge pull request 'facts: mention prompt_value in docs for generator.scripts' ( #1703 ) from DavHau/clan-core:DavHau-facts-docs into main
2024-07-04 06:03:34 +00:00
DavHau
841282fb06
facts: mention prompt_value in docs for generator.scripts
2024-07-04 12:59:49 +07:00
clan-bot
60d5390b79
Merge pull request 'move FlakeId to flake id' ( #1701 ) from refactor-machine into main
2024-07-03 16:37:44 +00:00
Jörg Thalheim
9994f3c101
add assertion if FlakeId has wrong value
2024-07-03 18:28:55 +02:00
Jörg Thalheim
a582eb9fd4
don't catch all exceptions when generating facts
2024-07-03 18:28:55 +02:00
Jörg Thalheim
6037ad1ce0
move FlakeId to flake id
...
move FlakeId to flake id
2024-07-03 18:28:55 +02:00
clan-bot
f5831f744c
Merge pull request 'matrix-bot: Add data directory to gitignore' ( #1702 ) from Qubasa/clan-core:Qubasa-matrix-bot into main
2024-07-03 15:37:33 +00:00
Qubasa
698ff9dded
matrix-bot: Move it to clan-infra
2024-07-03 17:33:42 +02:00
Qubasa
fab539d497
matrix-bot: Add data directory to gitignore
2024-07-03 17:33:42 +02:00
clan-bot
2d14238769
Merge pull request 'matrix-bot: Fix incorrect caching of already pinged maintainers' ( #1700 ) from Qubasa/clan-core:Qubasa-matrix-bot into main
2024-07-03 12:27:02 +00:00
Qubasa
e4f1fc1392
matrix-bot: Fix incorrect caching of already pinged maintainers
2024-07-03 14:23:43 +02:00
clan-bot
842d9a360c
Merge pull request 'refactor-machine' ( #1691 ) from refactor-machine into main
2024-07-03 10:48:09 +00:00
clan-bot
a76eab0bd1
Merge pull request 'clanModules: init packages' ( #1697 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-07-03 10:35:03 +00:00
Jörg Thalheim
2f1dac6962
make machine class now a dataclass
2024-07-03 12:34:43 +02:00
Johannes Kirschbauer
e3f7fefa45
clanModules: init packages
2024-07-03 12:31:53 +02:00
clan-bot
273eba7d23
Merge pull request 'Init single disk' ( #1694 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-07-03 10:00:28 +00:00
Johannes Kirschbauer
8405b119a5
Fix frontmatter of module
2024-07-03 11:57:15 +02:00
Johannes Kirschbauer
e1fd63bca2
clanModules: init single disk
2024-07-03 11:05:00 +02:00
clan-bot
fa524c9a14
Merge pull request 'matrix-bot: Init git commit summarizer' ( #1693 ) from Qubasa/clan-core:Qubasa-matrix-bot into main
2024-07-02 17:54:05 +00:00
Qubasa
4c28cda5c5
matrix-bot: Working timer
...
matrix-bot: Working timer 2
matrix-bot: nix fmt
2024-07-02 19:49:41 +02:00
Qubasa
379480d564
matrix-bot: Working openai integration
2024-07-02 19:47:38 +02:00
Qubasa
05dae89b12
matrix-bot: Working private room join and better message
2024-07-02 19:47:38 +02:00
Qubasa
e560273392
matrix-bot: Init working sending and receiving
...
matrix-bot: Code cleanup
matrix-bot: Code cleanup#
matrix-bot: Code cleanup#
matrix-bot: Ping on review neede
Add .gitignore
Working user ping
2024-07-02 19:47:36 +02:00
Qubasa
c284449d42
matrix-bot: Add argparse
...
add mautrix
2024-07-02 19:47:21 +02:00
Qubasa
341b8df7ad
matrix-bot: Init git commit summarizer
2024-07-02 19:43:42 +02:00
clan-bot
da7ad18b48
Merge pull request 'API: tests for module instance update' ( #1692 ) from hsjobeki/clan-core:hsjobeki-main into main
2024-07-02 14:12:28 +00:00
Johannes Kirschbauer
3227de583f
API: tests for module instance update
2024-07-02 16:09:13 +02:00
kenji
afe8f5c549
Merge pull request 'add: lib/facts.nix' ( #1681 ) from kenji/clan-core:feature/clanLib into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1681
2024-07-02 11:34:26 +00:00
a-kenji
2271404a51
lib: add fact loaders to clan lib
2024-07-02 11:34:26 +00:00
Ingolf Wagner
c612b9c124
add lib/facts.nix
2024-07-02 11:34:26 +00:00
kenji
d028927602
Merge pull request 'zerotier-static/halalify-all' ( #1689 ) from kenji/clan-core:zerotier-static/halalify-all into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1689
2024-07-02 11:18:11 +00:00
a-kenji
d44c28b8e4
zerotier-static: halalify all packages
2024-07-02 13:14:26 +02:00
Jörg Thalheim
cc3f99bfaa
simplify clan uri further
2024-07-02 12:52:10 +02:00
clan-bot
4d6b84f71c
Merge pull request 'remove unused multi machine clan urls' ( #1687 ) from Mic92-main into main
2024-07-02 10:26:14 +00:00
kenji
bae4f5e346
Merge pull request 'zerotier-peers: use halalified package' ( #1686 ) from kenji/clan-core:zerotier-static/halalify into main
...
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/1686
2024-07-02 10:24:07 +00:00
a-kenji
3aec89806e
zerotier-peers: use halalified package
2024-07-02 10:24:07 +00:00
Jörg Thalheim
ae8cff57aa
remove unused multi machine clan urls
2024-07-02 12:20:30 +02:00