Jason Kraus

Results 29 issues of Jason Kraus

Dockit should have a field that can reference either a dockit document or a django model. The value of the field could specify a protocol followed by a protocol specific...

feature

Index backends should have a function for refreshing/recreating indexes and dockit should provide task and management commands to interface with that functionality.

feature

Django provides a TestCase that wraps each test in a transaction. Since document storage and indexing does not use Django's transaction system the states between tests are leaked. Dockit should...

feature

Not really sure what the difference is between the two and the lack of definition creates inconsistent names in the code.

Right now it will only retrieve the pk values but nothing else. It is unclear how to make the django orm work appropriately.

bug

- Setup an AWS docker swarm with convoy installed on each node - Create an EBS volume through docker py: ``` swarm_client.create_volume( name='someuuid', driver='convoy', driver_opts={ 'size': '20G', } ) ```...

Currently only docker-compose 1.5.0 or older will work with the installed version of docker. This means version 2 of the `docker-compose.yml` format is incompatible with circle ci.

Request for comments: what practices should we include in the writing of python code? Here are a few to get the ball rolling: * Use black for automatic code formatting:...

discussion

When delivering a site (or API) to a client there are a common set of things that should be gathered and checked: Various credentials or keys are needed to properly...

enhancement
help wanted