Commit graph

30 commits

Author SHA1 Message Date
2e797d2f62
Local code formatting 2021-09-20 11:30:00 +02:00
LUXEY Adrien
644e707956 environment.rs successfully replaced with new config/ configuration loader. No API changes, more tests, cleaner code: life is swell. 2021-08-16 11:19:16 +02:00
LUXEY Adrien
ae9550ce23 New configuration parsing using envy. Added minimal functionnality for
the future ACME parameters. Tests written and passing.

WIP: added envy dependncy and ConfigOpts structs that will constitute Diplonat's configuration

WIP: ConfigOpts from_env() and validate() methods written. No API change (the env names remain unchanged)! Now need to use our new ConfigOpts struct instead of Environment, and update references to the environment variables in the code.

WIP: RuntimeConfig with business logic done. Tests written, but they are all running from the same process - setting environment variables in each test produces incoherent results. Another solution for testing is needed.

WIP: tests are fully written using 'from_iter' and all passing
2021-08-16 10:26:06 +02:00
darkgallium
a59ed38121 ensure chain jump is added only once 2020-06-28 19:05:36 +02:00
darkgallium
d2ae084fc1 add actor for firewall & massive refactor 2020-05-24 20:40:49 +02:00
darkgallium
2dbf9da005 changing backend to use the cleaner ipt bindings
updating dependencies

minor fixes
2020-05-24 18:14:24 +02:00
5dd4544360 Dockerize app 2020-05-23 16:29:02 +02:00
c8742b1f14 Connecting elements 2020-05-22 19:21:11 +02:00
e1d0eadb9d WIP software 2020-05-22 18:41:13 +02:00
4cebe77b6f Consul Actor basic logic works 2020-05-22 12:29:55 +02:00
efbbc17f82 WIP consul actor 2020-05-22 12:25:44 +02:00
fe1d91fe06 WIP consul 2020-05-22 11:34:12 +02:00
d583c17782 We are now able to watch 2020-05-22 10:33:09 +02:00
2a6b440270 Working Consul 2020-05-21 23:04:21 +02:00
8c43611eb5 Broken Diplonat 2020-05-21 22:25:33 +02:00
4da459ce8b Working on logic 2020-05-21 17:51:30 +02:00
feadc844c0 WIP loops 2020-05-21 15:22:45 +02:00
00c2039034 Rewrite as an object 2020-05-09 16:50:38 +02:00
154546a7b4 Split logic in multiple files! 2020-05-09 16:27:54 +02:00
41caf6090c Add context to errors 2020-05-09 16:19:09 +02:00
a19ae25a7d Rewrite with modules, still in progress... 2020-05-09 15:53:22 +02:00
643d6980e5 Start to modularize 2020-05-09 15:33:02 +02:00
13cd2375d8 Set the correct endpoint 2020-05-08 12:46:10 +02:00
15a8745a31 Add README 2020-05-08 10:57:10 +02:00
506d4b1cbf WIP 2020-05-08 10:34:10 +02:00
fdffe91397 consul lib does not work for us, switching to reqwest 2020-02-14 10:46:39 +01:00
f827fd3113 WIP consul integration 2020-02-14 10:26:50 +01:00
0a31e36854 Working configuration parse 2020-02-13 00:17:23 +01:00
91ba85236d WIP serious configuration (broken code) 2020-02-12 19:14:02 +01:00
796a8d6f0b Initial commit 2020-02-12 18:33:10 +01:00