Woodpecker is a community fork of the Drone CI system.
Go to file
2014-06-09 14:36:27 -07:00
client fixed compile error in queue 2014-06-04 14:44:05 -07:00
debian/drone updated gitignore to exclude binaries 2014-06-07 12:18:37 -07:00
server fixed repo.FindName to use actual hostname, now that host db field exists 2014-06-09 14:36:27 -07:00
shared altered repo to track repo hostname (ie github.com) and multiple clone urls 2014-06-05 15:04:59 -07:00
.drone.yml updated yml 2014-06-05 15:04:28 -07:00
.gitignore updated .gitignore to ignore client and server binaries 2014-06-07 12:57:48 -07:00
.gitmodules vendor all dependencies with Godep 2014-04-05 14:13:28 -07:00
AUTHORS updated info in authors 2014-06-04 14:27:29 -07:00
LICENSE initial public commit 2014-02-07 03:10:01 -07:00
Makefile pushing my local branch 2014-06-04 14:25:38 -07:00
README.md added message to indicate empty feed on user and repo dashboard screens 2014-06-05 16:48:45 -07:00

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.

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. configuration is driven by a file (~/.drone/drone.toml) and not the database

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