nci - Continuous integration server written in node.js
work in progress...
Dashboard (builds list, projects autocomlete)Build page (build info(dates, changes, etc), console)Awesome build output (very close to terminal)Url for trigger build runYAML project and server(executors count, etc) configsPersistent build and console output informationProject relations (blocks, triggers, etc)Writes to stderr must not break the buildMail and jabber notificationsRename notification strategies according to statusesWork with gitBuild every commit, commit with tag, etcSafe id and build numbers generationSchedulerBetter tests coverageCompile client for productionSemantic versioning and pluginsComplete uncompleted builds on server startThrow away workspace changes on repository update
git checkout before reset- slow move out from build page (with lot of output) to main page - several sec at ff (ff very slow on remove/replace terminal element)
when long line appear console output row numbers not on the same line with contentsome "undefined" comments in scm changes- projects list scroll
Error during send: TypeError: Cannot read property 'changes' of undefinedBuilds losserror on git after change branch: fatal: ambiguous argument '18a8ea4..branch': unknown revision or path not in the working tree.- "Uncaught TypeError: Cannot read property 'name' of undefined" at item.js (jade)
- strange git with merge commits changes detection, e.g. whem update from "0.3.7" commit to master "new build timeline style, sime layout fixes" and "add some responsive styles to build timeline, revert in-progress pulsate animation" appear but should not.
- include fonts and other external static (if any)
- build console doesn't stick to the bottom at ff
more strict server and project configs valifation- ui browser tests needed
- use one from: jquery or native browser methods
- cleanup project steps (remove cwd, options) inside build by migration
bad mercurial tags inside scm.rev.tags- change scm url currently requires workspace removing
- check git submodules on update init
should write at the end of build console out that build is done (or error)share workspace files at static- "clear workspace" button
show more builds button (or infinity scroll) on start pagehide console output by default (when go on completed build page you scroll down to the output which could be very long)speed up build points animation at ff (maybe borrow something from animate.css?)- current successfully streak icons at project page
- cancell in progress build + buld/step timeout
- rev hash link to repo web ui
Responsive ui (persistent connection via socketio or something else + data streams (from shell commands, etc))Console output should be very close to the terminal outputShell command is the main scriptTasks 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 shownNamed build steps- Ability to change build parameters from ui (at least target branch)
Embedded database (apparently level db)Lightweight (minimal dependencies)Cancel build