commis icon indicating copy to clipboard operation
commis copied to clipboard

A Django implementation of a Chef server

Results 8 commis issues
Sort by recently updated
recently updated
newest added

Here's a fix for the databag item update bug discussed in Issue #13 (https://github.com/coderanger/commis/issues/13). I also added wsgi.py... it can't hurt ! ;-) ps: I pushed 2 untested and buggy...

I have had many issues with the searches (the non-configured, out-of-the-box search functionality): sometimes the "total" would be >0, but the "rows" would be empty ([]), even though start=0 and...

When uploading a cookbook that exists on the server (same version), modified files are doubled: I end up with several cookbook_files with the same path, but different content. I fixed...

I could not understand why I had a "missing template" when deploying an application using commis. It turns out that the missing template has the exact same content as another...

I get HTTP 500 Errors when trying to upload a data bag item from a file: $ knife --version Chef: 11.4.0 $ ruby --version ruby 1.9.3p286 (2012-10-12 revision 37165) [x86_64-darwin11.4.2]...

Hi, "knife environment ..." commands fail. I looked at commis's source code, and apparently environments are not implemented. Any plan to do so? Thanks, Aurélien

Results from uwsgi log: `POST /api/environments/_default/cookbook_versions => generated 0 bytes in 255692 msecs (HTTP/1.1 200) 1 headers in 18446744073709551615 bytes (0 switches on core 0)` Chef-client log: `[Tue, 29 May...

The README now has a step-by-step for going from a Python interpreter to a working Commis install. Automating this in a way that anybody can use is the next obvious...