updated README to include more branch details
This commit is contained in:
parent
88d940e58a
commit
67b7803a4e
3 changed files with 8 additions and 10 deletions
2
AUTHORS
2
AUTHORS
|
@ -1,8 +1,10 @@
|
||||||
# This file lists all individuals having contributed content to the repository.
|
# 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.
|
# 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>
|
Artur Rodrigues <arturhoo@gmail.com>
|
||||||
Brad Rydzewski <brad@drone.io>
|
Brad Rydzewski <brad@drone.io>
|
||||||
Justin Keller <justin@commando.io>
|
Justin Keller <justin@commando.io>
|
||||||
Martin Charles <martincharles07@gmail.com>
|
Martin Charles <martincharles07@gmail.com>
|
||||||
|
Michael Nutt <mnutt@movableink.com>
|
||||||
Thomas Burke <burke@drone.io>
|
Thomas Burke <burke@drone.io>
|
||||||
|
|
3
Makefile
3
Makefile
|
@ -3,8 +3,7 @@ SHA := $(shell git rev-parse --short HEAD)
|
||||||
all: build
|
all: build
|
||||||
|
|
||||||
deps:
|
deps:
|
||||||
# npm install -g uglify-js
|
# which npm && npm -g install uglify-js less
|
||||||
# npm install -g less
|
|
||||||
go get github.com/GeertJohan/go.rice/rice
|
go get github.com/GeertJohan/go.rice/rice
|
||||||
go list github.com/drone/drone/... | xargs go get -t -v
|
go list github.com/drone/drone/... | xargs go get -t -v
|
||||||
|
|
||||||
|
|
13
README.md
13
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.
|
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
|
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
|
probably because I haven't gotten to that section yet.
|
||||||
means builds are not hooked up yet. Help is of course welcome.
|
|
||||||
|
|
||||||
Some of the fundamental changes include
|
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
|
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
|
6. github, bitbucket, etc authentication is used. No more drone password
|
||||||
7. github, bitbucket, etc repository data is cached upon login (and subsequent logins)
|
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
|
... probably more that I'm forgetting
|
||||||
|
|
||||||
Normally I wouldn't post experimental code in such disarray, but given the amount of activity around
|
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.
|
||||||
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
|
|
Loading…
Reference in a new issue