-
add make target for setting up local test environment
Add target
setup-phpipam
to setup a local test environment on an easy way.
- Switch sphinx from recommonmark to myst_parser
- remove duplicated code from test cases
- Add ability to use
podman
if available on your system to spin up local test environment.
-
#51 - Subnet address search with zero results raises incorrect exception
When searching for addresses in an empty subnet,
PHPEntityNotFoundException
will be raised.
- add test cases to check PHPyPAMEntityNotFoundException
- fix #48 - raise PHPyPAMEntityNotFoundException if searching for non existing host
- add markdownlint config
- add changelog
- fix exception handling for connection errors
- documentation tool chain (#27)
- Merge pull request #28 from cmeissner/contributing_and_documentation
- We now should evaluate almost all not found messages and raise the correct Exception.
- handle not found execption for vrf
- return controller paths not names
- returns controller paths not names
- some project stuff
- fix typo
- detailed exception handling
- Add exception handling for stupid error reporting of non existing subnets
- First more or less productive release. Feel free to report bugs and issues
- add controllers method
- add first simple tests
- extend documentation