Woodpecker is a community fork of the Drone CI system.
Go to file
2019-06-19 20:44:36 +02:00
.github Update issue_template.md [ci skip] 2017-09-06 15:21:15 -07:00
cli Removed enterprise CLI features 2019-04-07 21:04:24 +02:00
cmd Unlimited 2019-06-01 09:45:20 +02:00
cncd I lost these files due to a wrong .gitignore entry 2019-04-26 13:53:56 +02:00
model Unlimited 2019-06-01 09:45:20 +02:00
plugins Renamed package 2019-04-04 20:51:20 +02:00
remote Renamed package 2019-04-04 20:51:20 +02:00
router Renamed package 2019-04-04 20:51:20 +02:00
server Fixed tests 2019-06-01 13:01:50 +02:00
shared Just fixed format with go fmt ./... 2018-03-21 14:02:17 +01:00
store Factored to a better place 2019-06-01 12:52:30 +02:00
vendor Latest UI with bugifx 2019-06-19 20:26:32 +02:00
version bump static version 2018-11-15 13:02:09 -08:00
.cli.sh CLI is pulled in for simpler(?) workflow 2019-04-06 21:32:14 +02:00
.dockerignore Building OSS 2019-04-05 10:17:27 +02:00
.drone.sh Building OSS 2019-04-05 10:17:27 +02:00
.drone.yml Bump version 2019-06-19 20:44:36 +02:00
.gitignore I lost these files due to a wrong .gitignore entry 2019-04-26 13:53:56 +02:00
BUILDING Locking down drone-ui version 2019-04-05 15:53:28 +02:00
docker-compose.yml Local test helper 2019-05-30 11:11:27 +02:00
Dockerfile update base image to drone/ca-certs 2017-09-11 16:03:11 -07:00
Dockerfile.agent add alpine images 2017-09-27 19:01:52 -07:00
Dockerfile.agent.alpine upgrade alpine base images to latest version 2018-02-01 22:15:50 +01:00
Dockerfile.agent.linux.arm add alpine images 2017-09-27 19:01:52 -07:00
Dockerfile.agent.linux.arm64 add alpine images 2017-09-27 19:01:52 -07:00
Dockerfile.alpine upgrade alpine base images to latest version 2018-02-01 22:15:50 +01:00
LICENSE Format LICENSE [ci skip] 2018-02-16 13:52:26 -08:00
README.md Usage 2019-06-04 09:44:41 +02:00

Yes, it's a fork

This repository is a hard fork of the Drone CI system.

Forked at the 0.8.9 version 768ed784bd

Why fork?

Drone has been an open-core project since many prior versions. With each source file indicating whether it is part of the Apache 2.0 licensed or the propritary enterprise license. In the 0.8 line the enterprise features were limited to features like autoscaling and secret vaults.

However in the 1.0 line, databases other than SQLite, TLS support and agent based horizontal scaling were also moved under the enterprise license. Limiting the open source version to single node, hobbyist deployments.

The above feature reductions and the lack of clear communication of what is part of the open-source version led to this fork.

The focus of this fork

The focus of this fork is

  • Github
  • Kubernetes and VM based backends
  • Linux/amd64
  • Some really good features that Drone 1.0 introduced: multiple pipelines, cron triggers

Why should you use this fork?

you shouldn't necessarily. Paying for Drone 1.0 is a fine choice.

Check the issues and releases of this project if you are evaluating this project. Also you can check the devlog to get the nuances: https://laszlo.cloud/drone-oss-08-devlog-1

The project is currently used by one user, with 50+ repos and 500+ builds a week.