agola web ui
Go to file
Simone Gotti 74cd268431 router: handle /run path
/run will accept two query parameters: projectref and runid and generate the
final run path. This is useful for calls from commit statuses target_url so we
don't have to provide a web api path the could change in the future.
2019-05-15 11:21:18 +02:00
public Initial commit 2018-12-09 14:21:20 +01:00
src router: handle /run path 2019-05-15 11:21:18 +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 update dependencies 2019-04-24 14:25:57 +02:00
package.json update dependencies 2019-04-24 14:25:57 +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.