Woodpecker is a community fork of the Drone CI system.
Go to file
2019-06-28 09:30:50 +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 Test Pause/Resume 2019-06-28 09:19:14 +02:00
model Fallback to default config. Allows incremental rollout of custom-path 2019-06-25 13:45:43 +02:00
plugins Renamed package 2019-04-04 20:51:20 +02:00
remote Persist intended URL through the OAuth flow 2019-06-27 08:25:00 +02:00
router Endpoint that blocks until there are running builds 2019-06-28 08:42:06 +02:00
server Endpoint that blocks until there are running builds 2019-06-28 08:42:06 +02:00
shared Just fixed format with go fmt ./... 2018-03-21 14:02:17 +01:00
store Fallback to default config. Allows incremental rollout of custom-path 2019-06-25 13:45:43 +02:00
vendor Latest UI 2019-06-27 09:37:55 +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-28 09:30:50 +02:00
.gitignore 1:n relationship for build-config 2019-06-07 10:40:16 +02:00
BUILDING How to generate sql files 2019-06-07 10:43:42 +02:00
docker-compose.yml Refactor 2019-06-05 15:58: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.