Woodpecker is a community fork of the Drone CI system.
Go to file
Brad Rydzewski 4d4026d309 Merge branch 'exp' of git@github.com:bradrydzewski/drone.git into exp
Conflicts:
	server/handler/hook.go
2014-07-17 22:54:13 -07:00
client adding stubs for command line API 2014-07-16 00:34:23 -07:00
debian/drone removed --path from list of args, since isn't used 2014-07-16 00:33:15 -07:00
plugin integrated plugin model for remotes 2014-07-12 19:01:58 -07:00
server ability to ignore branches, or skip a build using [CI SKIP] in message 2014-07-17 22:49:11 -07:00
shared ability to ignore branches, or skip a build using [CI SKIP] in message 2014-07-17 22:49:11 -07:00
.drone.yml using rice append and cleaner build process 2014-07-13 19:41:08 -07:00
.gitignore removed css files. designers will be providing 2014-06-21 14:22:38 -07:00
AUTHORS updated README to include more branch details 2014-07-13 19:53:59 -07:00
Dockerfile updated Dockerfile 2014-07-17 22:25:30 -07:00
LICENSE initial public commit 2014-02-07 03:10:01 -07:00
Makefile added working Dockerfile 2014-07-16 22:14:53 -07:00
README.md style mods to the login page 2014-07-13 20:24:03 -07:00

Build Status

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.

Some of the fundamental changes include

  1. modification to project structure
  2. api-driven design
  3. interface to abstract github, bitbucket, gitlab code (see /shared/remote)
  4. handlers are structures with service providers "injected"
  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. angularjs user interface with modified responsive design

... probably more that I'm forgetting

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.