Commit graph

13 commits

Author SHA1 Message Date
3fa1756feb
restore data model with { resources } wrappers, this time working 2025-08-26 23:31:48 +02:00
ede5b4db11
simpler data model, not sure it's desirable but at least it's consistent 2025-08-26 17:31:53 +02:00
b8c77fa7e3
wrap application resources to match the input of apply 2025-08-25 17:18:22 +02:00
5cb2ff6054
stylize user-specified names by quotes to clarify their status 2025-08-25 17:16:59 +02:00
b6bae49678
fix a bug of mismatching names in data model test
matches the name of `shell` to `operator-environment`.
2025-08-25 17:14:45 +02:00
d67f5a2b7d
allow different deployment types 2025-08-24 17:51:37 +02:00
e5b08faa1b
put config stuff in an attrset 2025-08-24 17:51:37 +02:00
1048ac674e
fix linter gripes 2025-08-24 17:51:37 +02:00
d1d152d2df
add explanatory comment 2025-08-24 17:51:37 +02:00
76a07a17ad
implement and test data model for runtime environments 2025-08-24 17:51:37 +02:00
5345860006 data model: add run-time configuration (#437)
based on @fricklerhandwerk's work at https://git.fediversity.eu/fricklerhandwerk/Fediversity/compare/main...data-model-as-diagram part of #103.
supersedes #402.

on the application model, feedback on a [sample implementation](kiara/Fediversity#2) welcome as well.

Reviewed-on: Fediversity/Fediversity#437
Reviewed-by: Valentin Gagarin <valentin.gagarin@tweag.io>
Co-authored-by: Kiara Grouwstra <kiara@procolix.eu>
Co-committed-by: Kiara Grouwstra <kiara@procolix.eu>
2025-07-06 21:42:25 +02:00
9a25a04bfa specify _class module attributes to explicitly declare module types (#398)
closes #93.

note that this includes classes:

- `nixos`
- `nixosTest`
- `nixops4Resource`
- `nixops4Deployment`

.. and my (made-up, as per the [docs](https://ryantm.github.io/nixpkgs/module-system/module-system/#module-system-lib-evalModules-param-class)):

- `nix-unit`
- `package`

.. while i did not manage to cover:

- service tests, given `pkgs.nixosTest` seemed to not actually like `_class = "nixosTest"` (?!)

... nor #93's mentioned destructured arguments for that matter, as per Fediversity/Fediversity#93 (comment) - let me know if that is still desired as well.

Reviewed-on: Fediversity/Fediversity#398
Reviewed-by: Valentin Gagarin <valentin.gagarin@tweag.io>
Co-authored-by: Kiara Grouwstra <kiara@procolix.eu>
Co-committed-by: Kiara Grouwstra <kiara@procolix.eu>
2025-06-23 17:24:54 +02:00
939f9d961d add data model entity: application (#387)
part of #103.

Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
Reviewed-on: Fediversity/Fediversity#387
Co-authored-by: Kiara Grouwstra <kiara@procolix.eu>
Co-committed-by: Kiara Grouwstra <kiara@procolix.eu>
2025-06-17 17:11:52 +02:00