Go to file
2015-07-26 12:47:41 +03:00
bin add nci bin 2015-07-20 23:34:51 +03:00
data better git support + allow run tests with git instead of mercurial 2015-07-15 14:06:02 +03:00
lib better git support + allow run tests with git instead of mercurial 2015-07-15 14:06:02 +03:00
resources omit scm changes for builds list 2015-07-22 23:30:30 +03:00
static omit big fields not needed for list 2015-07-22 23:18:47 +03:00
test switch to git for tests by default 2015-07-16 22:19:43 +03:00
views base functionalit 2015-05-09 23:22:05 +03:00
.bowerrc react through requirejs 2015-04-10 23:17:03 +03:00
.gitignore add unarchived test repos to git ignore 2015-07-14 01:10:47 +03:00
.npmignore add npmignore 2015-03-18 00:33:52 +03:00
app.js set default http option 2015-07-21 00:01:55 +03:00
bower.json terminal functionality 2015-06-14 18:24:03 +03:00
dataio.js patch dataio to notify resource clients from the server 2015-05-03 18:23:01 +03:00
db.js store only id for number builds projection 2015-07-15 11:19:22 +03:00
distributor.js fix build resource creation for completed build 2015-07-12 15:39:24 +03:00
gulpfile.js do not watch for data dir 2015-07-14 01:16:38 +03:00
httpApi.js use one http server for web interface and api 2015-07-12 15:05:33 +03:00
LICENSE.txt update contributors 2015-07-06 01:32:47 +03:00
package.json watch css, fonts using chokidar cli 2015-07-26 12:47:41 +03:00
projectsWatcher.js fix high cpu usage at start by set watcher depth 2015-07-15 00:52:25 +03:00
README.md update readme 2015-07-21 00:26:44 +03:00
scheduler.js add scheduler 2015-07-12 11:39:22 +03:00

nci

nci - Continuous integration server written in node.js

work in progress...

TODO for release 1.0

  • Dashboard (builds list, projects autocomlete)
  • Build page (build info(dates, changes, etc), console)
  • Awesome build output (very close to terminal)
  • Url for trigger build run
  • YAML project and server(executors count, etc) configs
  • Persistent build and console output information
  • Project relations (blocks, triggers, etc)
  • Writes to stderr must not break the build
  • Mail and jabber notifications (with commits, current step and error)
  • Rename notification strategies according to statuses
  • Work with git
  • Build every commit, commit with tag, etc
  • Safe id and build numbers generation
  • Scheduler
  • Better tests coverage
  • Compile client for production
  • Semantic versioning and plugins

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
  • Ability to change build parameters from ui (at least target branch)
  • Embedded database (apparently level db)
  • Lightweight (minimal dependencies)
  • Cancel build