Commit Graph

5 Commits

Author SHA1 Message Date
andri lim 57ff0b8555
Add push raises (#101)
* Add push raises

* Fix gcsafe violation

* remove debug code
2024-02-12 12:39:19 +07:00
jangko 7340359702
Add copyright to source code 2024-02-12 10:26:05 +07:00
tersec 7217854b60
rm deprecated ValidIpAddress support (#96) 2024-01-25 12:05:18 +01:00
tersec 7568f1b7c3
support IpAddress in contexts ValidIpAddress is supported (#95) 2023-10-27 09:49:03 +00:00
Zahary Karadjov 0fc26c5b25
Bugfixes for the config file support
- The config files processing was not taking into account the `name`
  pragma of the configuration object fields.

- The required fields were not searched within config files before
  reporting an error that they are missing.

- Fields with the same names were not supported in different case branches

- The loaded config file path can now depend on the configuration
  supplied through the command-line.
2022-03-04 23:24:58 +02:00