mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-01-10 23:45:07 +00:00
update readme
This commit is contained in:
parent
e804437c76
commit
8d5f410a4f
24
README.md
24
README.md
@ -37,7 +37,7 @@ Ui fixes
|
||||
~~This usually means you called setState() on an unmounted component.~~
|
||||
~~This is a no-op.~~
|
||||
* show duration details (steps duration) on build page
|
||||
* speed up build points animation at ff
|
||||
* speed up build points animation at ff (maybe borrow something from animate.css?)
|
||||
* current successfully streak icons at project page
|
||||
* ~~don't appear build from other project on project page~~
|
||||
* ~~update project info changes (avg duration, etc) on the fly - project page~~
|
||||
@ -46,15 +46,15 @@ Ui fixes
|
||||
|
||||
## Roadmap
|
||||
|
||||
* Responsive ui (persistent connection via socketio or something else +
|
||||
data streams (from shell commands, etc))
|
||||
* ~~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)
|
||||
* ~~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
|
||||
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
|
||||
@ -62,9 +62,9 @@ restart
|
||||
* 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
|
||||
* ~~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)
|
||||
* ~~Embedded database (apparently level db)~~
|
||||
* ~~Lightweight (minimal dependencies)~~
|
||||
* Cancel build
|
||||
|
Loading…
Reference in New Issue
Block a user