diff --git a/AUTHORS b/AUTHORS index 1eebfa081..fb74bfa30 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,8 +1,10 @@ # This file lists all individuals having contributed content to the repository. # If you're submitting a patch, please add your name here in alphabetical order as part of the patch. +Alex Suraci Artur Rodrigues Brad Rydzewski Justin Keller Martin Charles +Michael Nutt Thomas Burke diff --git a/Makefile b/Makefile index 161a3a22e..e67c8dd17 100644 --- a/Makefile +++ b/Makefile @@ -3,8 +3,7 @@ SHA := $(shell git rev-parse --short HEAD) all: build deps: - # npm install -g uglify-js - # npm install -g less + # which npm && npm -g install uglify-js less go get github.com/GeertJohan/go.rice/rice go list github.com/drone/drone/... | xargs go get -t -v diff --git a/README.md b/README.md index 3c06931ff..899f473db 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ +[![Build Status](http://test.drone.io/v1/badge/github.com/bradrydzewski/drone/status.svg?branch=exp)](http://test.drone.io/github.com/bradrydzewski/drone) + Experimental version of Drone.IO with deep GitHub, GitHub Enterprise and Bitbucket integration. I am currently copy / pasting functionality into this branch. So if you see something that is missing it -probably because I haven't gotten to that section yet. The initial focus has been on the API and UI, which -means builds are not hooked up yet. Help is of course welcome. +probably because I haven't gotten to that section yet. Some of the fundamental changes include @@ -13,12 +14,8 @@ Some of the fundamental changes include 5. github, bitbucket, etc native permissions are used. No more teams or permissions in Drone 6. github, bitbucket, etc authentication is used. No more drone password 7. github, bitbucket, etc repository data is cached upon login (and subsequent logins) -8. configuration is driven by a file (~/.drone/drone.toml) and not the database +8. angularjs user interface with modified reactive design ... probably more that I'm forgetting -Normally I wouldn't post experimental code in such disarray, but given the amount of activity around -the project I wanted to give the community visibility into these changes. I could also use the help! - -I'm tracking my TODO list here: -https://gist.github.com/bradrydzewski/85b7720c276a70a1bed5 \ No newline at end of file +If you find an issue please don't log a bug. I'm probably aware of it and just haven't gotten to fixing it yet ... especially if it is related to a) angular b) emails or c) github, bitbucket and gitlab functionality. \ No newline at end of file