git.delta.rocks / jrsonnet / refs/commits / c6d548433a70

difftreelog
  1. fix turns out, indicatif is still broken for some reason
    xkxnxlts Yaroslav Bolyukin 2025-07-17 #c6d5484
  2. build update to nixos release-25.05
    luvuxwnm Yaroslav Bolyukin 2025-06-28 #94ece5c
  3. feat minimal rollback support
    Lach 2025-06-18 #1470de8
  4. doc: add proper fleet logo
    Lach 2025-06-17 #11412de
  5. feat prevent restart of NetworkManager during activation
    Lach 2025-05-24 #b675486
  6. feat display longer ssh connect error
    Lach 2025-05-16 #8fb5fc6
  7. refactor do not use two hostnames for nixos-install
    Lach 2025-05-16 #a565064
  8. feat adopt keep-going-by-default behavior
    Lach 2025-05-12 #f39d780
  9. style reformat remaining tomls
    Lach 2025-04-27 #03574ae
  10. style add taplo config
    Lach 2025-04-27 #8058495
  11. fix generation data assertion for not regenerated secrets
    Lach 2025-04-27 #426fcb5
  12. style add treefmt
    Lach 2025-04-27 #51e9901
  13. feat(nixos) system.onlineActivationScripts
    Lach 2025-04-24 #0f6e11e
  14. fix expectedOwners is nullable
    Lach 2025-04-24 #1b47815
  15. fix do not check nixos config for secret management
    Lach 2025-04-24 #11af00b
  16. fix parse nixos-lustrate argument
    Lach 2025-04-24 #1658981
  17. fix use stderr for tracing logs
    Lach 2025-04-24 #5d4aeaf
  18. feat basic lustration helper
    Lach 2025-04-24 #33e3a6c
  19. feat online activation mode
    Lach 2025-04-10 #bd11592
  20. fix do not try to read host key if no secrets are defined
    Lach 2025-04-06 #2bba083
  21. feat nixos-install target
    Lach 2025-04-06 #3627c6c
  22. feat explicitly mark hosts as managed by fleet
    Lach 2025-04-05 #3972fee
  23. feat reenable indicatif, since the eaten line was fixed
    Lach 2025-03-29 #a1a72ce
  24. fix expirable secret regeneration
    Lach 2025-03-23 #4e5d91e
  25. fix allow generator to be functor
    Lach 2025-03-23 #1db45d4
  26. fixup nixos generator type
    Lach 2025-03-23 #16240eb
  27. fix propagate generator-helper in overlay
    Lach 2025-03-23 #098319f
  28. fix generator should be an unique functionTo
    Lach 2025-03-23 #3df4666
  29. refactor do not use try_blocks
    Lach 2025-03-23 #b59e008
  30. chore update flake
    Lach 2025-03-23 #3505340
  31. doc: tried to improve docs, realised I'm still too lazy for that
    Yaroslav Bolyukin 2025-03-23 #cd1bdf7
  32. refactor cleaner toplevel value handling
    Yaroslav Bolyukin 2024-12-09 #a70ed4a
  33. fix differentiate between imported functor and just nixpkgs
    Yaroslav Bolyukin 2024-12-08 #c0e7b60
  34. fix do not require wildcard with callPackage
    Yaroslav Bolyukin 2024-12-08 #ffbc7e9
  35. feat secret read-shared subcommand
    Yaroslav Bolyukin 2024-12-08 #3b8059d
  36. feat regenerate --skip-hosts argument
    Yaroslav Bolyukin 2024-12-08 #602c928
  37. fix do not assert for secret regeneration command
    Yaroslav Bolyukin 2024-12-08 #347bd4a
  38. fix do not treat expectedGenerationData as part
    Yaroslav Bolyukin 2024-12-03 #68ce59a
  39. fix batched builds evaluation errors
    Yaroslav Bolyukin 2024-12-03 #6d3c085
  40. refactor replace builtins.currentSystem with pure alternative
    Yaroslav Bolyukin 2024-11-30 #7de6204
  41. feat secret regeneration
    Yaroslav Bolyukin 2024-11-30 #3e7b063
  42. feat enable eval pure mode
    Yaroslav Bolyukin 2024-11-30 #2a6bd68
  43. refactor expected owners consistent naming
    Yaroslav Bolyukin 2024-11-30 #bbcec9f
  44. feat generation data
    Yaroslav Bolyukin 2024-11-30 #80667c4
  45. feat retrieve tagged hosts
    Yaroslav Bolyukin 2024-11-30 #6d807f6
  46. feat create gc root per built system
    Yaroslav Bolyukin 2024-11-19 #fcad02a
  47. fix documentation generator fix
    Yaroslav Bolyukin 2024-11-19 #353fd26
  48. * chore(deps): update to `age` version `0.11`
    
    * chore(deps): update the remaining dependencies
    
    * chore: simplify `encrypt_secret_data` bounds
    
    * chore: simplify `encrypt_secret_data` bounds even more
    Petr Portnov | PROgrm_JARvis 2024-11-17 #b66f857
  49. fix invalid nix execution place
    Yaroslav Bolyukin 2024-11-14 #966948d
  50. refactor prepare batching for secrets
    Yaroslav Bolyukin 2024-11-14 #feb74e5
  51. feat do not use build batching for single-host jobs
    Yaroslav Bolyukin 2024-11-14 #e7a5b5f
  52. fix native-eval stub
    Yaroslav Bolyukin 2024-11-14 #45f5af0
  53. feat batch builds in legacy eval
    Yaroslav Bolyukin 2024-11-14 #064468b
  54. refactor use nix build to update profile generation
    Yaroslav Bolyukin 2024-11-14 #dfbdb4a
  55. fix run activation script on deploy boot subcommand
    Yaroslav Bolyukin 2024-11-12 #15fd410
  56. feat default for nixpkgs.buildUsing
    Yaroslav Bolyukin 2024-11-11 #d8d77b8
  57. feat make self' available in nixos modules
    Yaroslav Bolyukin 2024-11-11 #8fb243b
  58. feat forward self argument
    Yaroslav Bolyukin 2024-11-11 #92f63f5
  59. feat(readme) minimize example
    Petr Portnov 2024-11-11 #9e7bb97
  60. fix(readme) make basic example compilable
    Petr Portnov 2024-11-11 #6899c70
  61. feat make inputs' available in nixos config
    Yaroslav Bolyukin 2024-11-10 #05eadde
  62. feat nixosConfigurations output compat
    Yaroslav Bolyukin 2024-11-03 #c05c232
  63. fix secret generation
    Yaroslav Bolyukin 2024-09-09 #13f8ec8
  64. ci fix nix flake check
    Yaroslav Bolyukin 2024-09-04 #ef18a9f
  65. feat pass flake inputs to nixos config args
    Yaroslav Bolyukin 2024-09-04 #749ed81
  66. Merge pull request #7 from mrshiposha/fix/flake-file
    Yaroslav Bolyukin 2024-09-04 #76e09f9
  67. fix stub terraform provider
    Yaroslav Bolyukin 2024-09-03 #3143e34
  68. fix flake.nix
    Daniel Shiposha 2024-09-04 #fc915a4
  69. feat fleet tf now executes terraform by itself
    Yaroslav Bolyukin 2024-09-01 #f59b068
  70. refactor prepare for decoupling fleet-cli from fleet-data-storage
    Yaroslav Bolyukin 2024-08-31 #87c4900
  71. feat experimental opentofu integration
    Yaroslav Bolyukin 2024-08-18 #213ad7d
  72. refactor remove _resolvedPkgs option
    Yaroslav Bolyukin 2024-08-18 #505f82e
  73. refactor move definitions around
    Yaroslav Bolyukin 2024-08-17 #d2cec5d
  74. refactor declare configuration using flake parts
    Yaroslav Bolyukin 2024-08-14 #cc4ecd6
  75. feat ability to select specialisation to activate
    Yaroslav Bolyukin 2024-07-24 #f779c26
  76. feat lenient nixosModules type
    Yaroslav Bolyukin 2024-07-11 #d9fb30d
  77. build reduce flake dependencies (#6)
    Petr Portnov | PROgrm_JARvis 2024-07-09 #e9ac172
  78. fix impermanence compat
    Yaroslav Bolyukin 2024-07-07 #d675bc0
  79. fix mkBytes argument
    Yaroslav Bolyukin 2024-07-07 #c055cb1
  80. refactor move app-specific generators out of tree
    Yaroslav Bolyukin 2024-07-06 #2a9ff81
  81. feat bytes generator helper
    Yaroslav Bolyukin 2024-07-06 #f17a60a
  82. feat fleet secret add --merge cli flag
    Yaroslav Bolyukin 2024-07-05 #bd8e3e5
  83. fix secret encoding handling
    Yaroslav Bolyukin 2024-07-05 #0528ea1
  84. feat hex secret encoding
    Yaroslav Bolyukin 2024-07-02 #453e81e
  85. fix print secret name on part initialization failure
    Yaroslav Bolyukin 2024-07-02 #1389456
  86. feat add node id to garbage secret generator
    Yaroslav Bolyukin 2024-07-02 #db32654
  87. feat make secret system compatible with impermanence
    Yaroslav Bolyukin 2024-07-02 #27d8bf1
  88. refactor use generator helper for built-in secret generators
    Yaroslav Bolyukin 2024-06-28 #67bf612
  89. ci add flake outputs formatter, schemas
    Yaroslav Bolyukin 2024-06-03 #b56a5a3
  90. ci crude migration to flake-parts
    Yaroslav Bolyukin 2024-06-02 #7c29776
  91. * fix(fleet-cmd): include the required package for tab completions
    
    * style(fleet-cmd): reformat automatically
    Petr Portnov | PROgrm_JARvis 2024-06-02 #aac7f38
  92. feat(fleet-cmd): add automatic completions
    Yaroslav Bolyukin 2024-06-02 #ad7852d
  93. feat always build with crane
    Yaroslav Bolyukin 2024-06-01 #d8bac4e
  94. feat(fleet-cmd) add automatic completions
    Petr Portnov 2024-06-02 #d940537
  95. refactor c bindings
    Yaroslav Bolyukin 2024-05-25 #966e7f1
  96. doc: migration to updated fleet.nix format
    Yaroslav Bolyukin 2024-05-21 #3f5aab0
  97. refactor rework fleet.nix secret bookkeeping
    Yaroslav Bolyukin 2024-05-21 #a59c7c9
  98. Merge pull request #2 from CertainLach/fix-alejandra-hash
    Yaroslav Bolyukin 2024-05-14 #2c5a4bd
  99. fix secret generator should create $out themself
    Yaroslav Bolyukin 2024-05-13 #459a846
  100. build downgrade `clap`
    Petr Portnov 2024-05-13 #b663896