Go to file
2015-04-30 18:15:23 +03:00
lib add sample projects and their loading 2015-04-13 01:19:42 +03:00
projects add sample projects and their loading 2015-04-13 01:19:42 +03:00
resources add jquery, pluck configs on the fly 2015-04-30 18:15:23 +03:00
static add jquery, pluck configs on the fly 2015-04-30 18:15:23 +03:00
test more distributor tests 2015-04-09 22:39:22 +03:00
views show names of loaded projects on the client 2015-04-13 01:56:47 +03:00
.bowerrc react through requirejs 2015-04-10 23:17:03 +03:00
.gitignore react through requirejs 2015-04-10 23:17:03 +03:00
.npmignore add npmignore 2015-03-18 00:33:52 +03:00
app.js remove unused console.log 2015-04-11 10:22:46 +03:00
bower.json add jquery, pluck configs on the fly 2015-04-30 18:15:23 +03:00
LICENSE.txt instial commit 2014-05-09 20:48:53 +04:00
package.json strict versions + run dev script 2015-04-13 00:41:13 +03:00
README.md add project dependencies to the roadmap 2015-04-12 17:54:04 +03:00

nci

nci - Continuous integration server written in node.js

work in progress...

Roadmap

  • Responsive ui (persistent connection via socketio or something else + data streams (from shell commands, etc))
  • Console output should be very close to the terminal output
  • Shell command is the main script
  • Tasks relations can be set easily (runAfter, runBefore, prevents, prevented) it also can be attached to the specific branch or commit (e.g. release commits can trigger auto deploy tasks)
  • Ability to build every or specified commits (even if they pushed in a bunch)
  • Simple API for triggering build on scm hook
  • Project dependencies (all projects specified at dependencies should be built before build current project) and optional start for all projects after ci restart
  • Build can be continued from the current failed step
  • Failing of build step can be prevented if special condition for the build step is defined and matched (e.g. ui tests timeout error or internet connection problems detected by regexp) then step will be rerun without error
  • Approximate remaining build time should be shown
  • Named build steps
  • Target branch can be changed easily from ui
  • Embedded database (apparently level db)
  • Lightweight (minimal dependencies)