node-nikita icon indicating copy to clipboard operation
node-nikita copied to clipboard

Automation and deployment solution with Node.js

Results 36 node-nikita issues
Sort by recently updated
recently updated
newest added

Run test in parallel, hopefully all the tests but starting with engine

enhancement

Remove everything which is no longer relevant inside the `core` package

enhancement

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...

bug

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...

bug

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...

enhancement

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 }] }) ```

enhancement

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".

bug

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...

bug
clean-up

add mecano actions to create/delete/modify krb5 policies

enhancement