Commit Graph

  • b14d0ab686 feat: Can now save configuration, refactored repository into manager as it also executes commands to reload services and calling it a repository was found misleading by @stremblay" Jean-Gabriel Gill-Couture 2024-11-22 14:15:23 -0500
  • 9a37aa1321 feat(opnsense-config): Public API now a bit simpler, added support for latest opnsense version in xml types Jean-Gabriel Gill-Couture 2024-11-21 21:49:38 -0500
  • cc9bcb902c feat: DhcpConfig can now effectively manage a config file to add a static map entry Jean-Gabriel Gill-Couture 2024-11-18 17:05:48 -0500
  • cb1fea1eda wip: Interfaces using NamedList helper type to handle dynamic interface names, some refactoring on top Jean-Gabriel Gill-Couture 2024-11-18 07:08:03 -0500
  • 65c395aeae wip(opnsense-config): Refactoring to improve usability and features Jean-Gabriel Gill-Couture 2024-11-14 23:45:13 -0500
  • 85786cf648 feat(opnsense-config): ip_in_range function works jeangab 2024-11-07 09:22:22 -0500
  • 0700265622 wip: Implement add static mapping public function jeangab 2024-11-07 07:49:13 -0500
  • 50ca6afb47 feat(opnsense-config): Xml parsing now works great to parse a full production config. Only some element ordering that is not consistent across multiple elements of the same type sometimes does not match but moving some stuff around gets us easily to a 100% matching file Jean-Gabriel Gill-Couture 2024-11-06 16:23:08 -0500
  • ab59923dae feat(opnsense-config): Add MaybeString type to preserve xml serialization of empty elements Jean-Gabriel Gill-Couture 2024-11-02 13:51:12 -0400
  • ebdc83b21b wip: RawXml ser/de works well, still a few more complex cases to test but seems good wnough for the opnsense config case Jean-Gabriel Gill-Couture 2024-10-20 07:39:41 -0400
  • e0acbf304b wip: Full opnsense deserializer almost done, works on a slightly cheated config file, next step is to try the real config file Jean-Gabriel Gill-Couture 2024-10-18 00:48:57 -0400
  • b332723431 feat(opnsense-config): Refactor config to use a repository trait, implement file based and ssh, save a full config file Jean-Gabriel Gill-Couture 2024-10-14 16:13:20 -0400
  • 8459c38499 wip(opnsense-config): It compiles now, still have to test it Jean-Gabriel Gill-Couture 2024-10-14 07:53:02 -0400
  • 32cea6c3ff wip: New crate opnsense-config Jean-Gabriel Gill-Couture 2024-10-13 08:48:56 -0400
  • 6a5ebdbac7 wip: xml parser Jean-Gabriel Gill-Couture 2024-10-04 11:26:55 -0400
  • 407bdbc032 wip: OPNSense XML config editor coming along jeangab 2024-09-30 16:20:11 -0400
  • 465106438a wip: Actual implementation of opnsense dhcp jeangab 2024-09-27 16:51:49 -0400
  • b0fc55e1fb Merge pull request 'feat: Significant refactoring to introduce the HostBinding struct that has for sole purpose to bind a PhysicalHost and LogicalHost together. The PhysicalHost contains everything hardware up to the mac address, LogicalHost ip address, name and above' (#3) from feat/architecture_v1 into master johnride 2024-09-27 13:29:20 +0000
  • 13ba3964c0 feat: Improve DHCP architecture, much better, architecture feels good right now jeangab 2024-09-26 22:22:56 -0400
  • 1e1aa53eaa feat: Significant refactoring to introduce the HostBinding struct that has for sole purpose to bind a PhysicalHost and LogicalHost together. The PhysicalHost contains everything hardware up to the mac address, LogicalHost ip address, name and above jeangab 2024-09-23 00:30:27 -0400
  • 9d0aa406e4 wip: Trying to figure out a nice way to have inventory and topology bound, maybe creating nodes that have this only purpose would make sense jeangab 2024-09-21 09:35:49 -0400
  • 042ff7e7dd chore: Move client setups to private repos that can be cloned manually by the developer Jean-Gabriel Gill-Couture 2024-09-13 16:19:49 -0400
  • 532f600283 Merge pull request 'feat/opnsenseFqm' (#2) from feat/opnsenseFqm into master johnride 2024-09-10 15:41:14 +0000
  • df714e216a feat: Topology, inventory, score, its all coming together and compiles. I think its very usable as a first alpha version. Game on Jean-Gabriel Gill-Couture 2024-09-08 22:42:29 -0400
  • ff3d53c704 wip: Working hard on topology, seems to have something that may work, next step is put the building blocks together for real Jean-Gabriel Gill-Couture 2024-09-08 19:06:21 -0400
  • 87a9ec3ec4 wip: FQM topology with OKDHaCluster, not satisfied yet with the cluster topology data structure Jean-Gabriel Gill-Couture 2024-09-08 11:32:19 -0400
  • 8592a3bc36 feat: Refactored harmony into a workspace with independent modules per client, completed RusshClient test_connection implementation. Needs refactoring though jeangab 2024-09-06 16:10:06 -0400
  • cc01ec5fe5 chore(harmony): Use Cargo workspaces for core harmony and client specific implementation jeangab 2024-09-06 12:17:23 -0400
  • aa28ab37b8 Core domain structure for harmony rs (#1) jeangab 2024-09-06 12:41:00 +0000
  • 231b1cca9f feat(watchguard): debut d'automation, structure tftp Sylvain Tremblay 2024-09-02 07:49:56 -0400
  • 411e3ce8cd doc(adr): Wrote ADR for Rust Language and Hexagonal architecture jeangab 2024-09-01 16:09:15 -0400
  • 1881428a63 try out ipmi and redfish rust crates Jean-Gabriel Gill-Couture 2024-08-30 11:44:25 -0400
  • 7d69ac447a Try out bifrost and see if we want to use it as bare metal provisionner jeangab 2024-08-28 16:16:36 -0400