Joscha Krutzki

Results 6 issues of Joscha Krutzki

"buildout_s1.cfg" creates a pip requirements file (s1-requirements.txt). This is used by bin/ad_make_wheels to create wheels and the requirements file to deploy adhocracy. This file is missing import packages like ZODB,...

bug
backend

List of midterm refactoring issues for the backend. Complex issues and discussions should go in linked additional issues. ## Backend code - [ ] config methods to add resource/sheet types...

backend
refactor

Due to colander serialzation/desearialization the websocket server uses the wrong path of the deleted resource. Solution: ``` use simple string instead of Resource SchemaNode to notify the websocket server ```

bug
backend

https://github.com/liqd/adhocracy/issues/444

If you start and stop solr with supervisor: ``` bin/supervisord bin/supervisorctl shutdown ``` The solr java process is not shutdown immediately: ``` pstree -a | grep java ```

bug
low-prio

bin/python bootstrap.py Traceback (most recent call last): File "bootstrap.py", line 154, in ws.require(requirement) File "/home/joka/dev/adhocracy/adhocracy_batou/work/adhocracy/python/python-2.7/lib/python2.7/site-packages/distribute-0.6.34-py2.7.egg/pkg_resources.py", line 696, in require needed = self.resolve(parse_requirements(requirements)) File "/home/joka/dev/adhocracy/adhocracy_batou/work/adhocracy/python/python-2.7/lib/python2.7/site-packages/distribute-0.6.34-py2.7.egg/pkg_resources.py", line 594, in resolve raise DistributionNotFound(req)...

bug