node-nikita
node-nikita copied to clipboard
Automation and deployment solution with Node.js
Run test in parallel, hopefully all the tests but starting with engine
wait_connect results in Error: { [Error: (SSH) Channel open failure: open failed] reason: 'ADMINISTRATIVELY_PROHIBITED', lang: '' } A workaround is to force ssh to null in mecano/wait/connect 116 child.execute 117...
Hi, When the uid or gid is nan : `if ((!options.uid || options.stat.uid === options.uid) && (!options.gid || options.stat.gid === options.gid))` !options.uid will return true [5.DEBUG nikita/lib/chown] "Entering chown" [6.INFO...
This action is using an old programming style. I hasn't been yet updated because it is quite complex. Once we get this done, there are a few functionnality we need...
The merge property shall apply to a single acl, exemple: ``` nikita.acl.add({ acls: [{ to: "dn.subtree='ou=users,dc=ryba'", by: [ "dn.children='ou=users,dc=ryba' ], overwrite: false, Default is to merge }] }) ```
Right now, the [code](https://github.com/adaltas/node-nikita/blame/master/src/log/fs.coffee.md#L59-L61) generating the directory name create sth like "171712".
This is one of the last code which no longer pass the tests. Also, the doc doesn't follow the general guideline. I already spend quite a good amount of time...