nci
nci copied to clipboard
Flexible, open source continuous integration server written in node.js
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
While developing plugins for node-ci, I needed the ability to edit build files after they were checked out, but before the steps were run. To address this, I added a...
By default, project steps should be shell commands. This pull request adds support for calling script files (bash scripts on *nix systems and batch files on windows systems) directly. This...
This pull request adds a 'started' strategy for build notifications. Most teams are using things like Slack for build notifications now, and it's helpful to know when builds are started,...
One day the build process hung in step "get sources" on command "git fetch". But I could not cancel it: ``` Fri, 07 Sep 2018 10:27:27 GMT] [resources error handler]...
Hi, I'd love to have ability to run scripts without scm since I do scm management in my scripts and I only need nci as a runner. Is it possible...
This PR fixes problem when `npm link` is used to link nci package to the project working directory (for example [nci-quick-setup](https://github.com/node-ci/nci-quick-setup)). Problem is described below. Also I made some refactoring...
Thanks for this awesome CI Server. I want to contribute to it because I want to use it for one of my projects. I suggest to update and refactor code...
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...
Removes [cacheable-request](https://github.com/jaredwray/cacheable-request). It's no longer used after updating ancestor dependency [nodemon](https://github.com/remy/nodemon). These dependencies need to be updated together. Removes `cacheable-request` Updates `nodemon` from 2.0.7 to 2.0.20 Release notes Sourced from...