updated README to include more branch details

This commit is contained in:
Brad Rydzewski 2014-07-13 19:53:59 -07:00
parent 88d940e58a
commit 67b7803a4e
3 changed files with 8 additions and 10 deletions

View file

@ -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 <suraci.alex@gmail.com>
Artur Rodrigues <arturhoo@gmail.com>
Brad Rydzewski <brad@drone.io>
Justin Keller <justin@commando.io>
Martin Charles <martincharles07@gmail.com>
Michael Nutt <mnutt@movableink.com>
Thomas Burke <burke@drone.io>

View file

@ -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

View file

@ -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
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.