agola web ui
Go to file
Simone Gotti 449096c0a3 logs: handle line feed and always use streaming
remove the use of http server sent events, just use the streaming api

handle line feeds by rewriting the current line. This isn't perfect since it
won't handle subtle cases where the colors are change between lines but will
work in all standard cases

Now commands that writes a progess will work correctly without adding a new line
every time and users will see the progress in realtime.
2019-05-19 14:17:12 +02:00
public Initial commit 2018-12-09 14:21:20 +01:00
src logs: handle line feed and always use streaming 2019-05-19 14:17:12 +02:00
.dockerignore Initial commit 2018-12-09 14:21:20 +01:00
.gitignore Initial commit 2018-12-09 14:21:20 +01:00
Dockerfile Initial commit 2018-12-09 14:21:20 +01:00
LICENSE Initial commit 2018-12-09 14:21:20 +01:00
README.md Initial commit 2018-12-09 14:21:20 +01:00
babel.config.js Initial commit 2018-12-09 14:21:20 +01:00
jsconfig.json Initial commit 2018-12-09 14:21:20 +01:00
package-lock.json *: add click away detection for dropdowns 2019-05-17 17:00:46 +02:00
package.json *: add click away detection for dropdowns 2019-05-17 17:00:46 +02:00
vue.config.js Initial commit 2018-12-09 14:21:20 +01:00

README.md

agola-web

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.