Nils

Results 135 issues of Nils

in https://github.com/gis-ops/routing-py/pull/41#commitcomment-55187341 we realized that the `**kwargs` are not even used when they're passed to a method. instead of removing that parameter, we should make use of it and simply...

https://alexwlchan.net/2016/11/you-should-use-keyring/

Let's create separate issues from this list once we discussed them a little bit @zephylac. If you'd like to be involved too, we can see which ones who tackles: -...

infrastructure

Right now, every single test creates, imports and drops tables. Use `setUpClass` to only do that once.

enhancement | suggestion
waiting for release

More proper error codes: right now all is 500, even when most are user input errors, i.e. rather the 4xx family

enhancement | suggestion
waiting for release

Things to think about: - [ ] The tags are 1:1 with OSM objects, so they can be merged into one table - [ ] `uuid` is mostly useless it...

enhancement | suggestion

Instead of the parameter `request` I think it'd be more consistent to have path parameters instead.

Ideally we'd only have one single entrypoint for config, no docker specific config etc.

infrastructure
waiting for release

`Dockerfile` and template docker-compose.yml can be improved: - [ ] Use a Python base image - [ ] has a lot of unnecessary RUN statements making the final image huge...

infrastructure
waiting for release

Take `tests` out of the main package: can have very undesirable side effects otherwise as the root `__init__.py` is executed when running the tests

infrastructure
waiting for release