drone/drone-ui

Name: drone-ui

Owner: drone.io

Description: Front-end for the Drone continuous integration server

Created: 2015-11-13 20:17:10.0

Updated: 2018-05-21 23:35:10.0

Pushed: 2018-04-18 21:33:36.0

Homepage: https://github.com/drone/drone

Size: 2693

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

This project contains the source code for the drone user interface. The generated javascript and css assets are embedded into a Go source file which is imported into the main drone application, using go get.

Building

To compile the source and create minified css and javascript assets:

 install    # install project dependencies

 run format # formats the codebase
 run lint   # lints the codebase
 run test   # tests the codebase
 run build  # builds the production bundle
Running

To run a devserver with watching, hotreloading and proxy to drone server:

rt DRONE_SERVER=<drone server>
rt DRONE_TOKEN=<drone api token>

 run start

For example:

rt DRONE_SERVER=http://your.drone.server
rt DRONE_TOKEN=eyJhbGciOiJIUzI1NiIsIn...

 run start

Note you will need to retrieve your drone user token from the tokens screen in the drone user interface. When the server is running you can open the following url in your browser:

://localhost:9999
Releases

To bundle and embed the code in a Go source file install the following command line utility:

et github.com/bradrydzewski/togo

To generate the Go source file run the following command:

enerate ./...
nstall ./...

Note that for security reasons we will not accept a pull request that updates embedded Go asset file since we are not able to easily review the embedded, minified code. This file is instead automatically generated by our build server to prevent tampering.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.