mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-27 04:11:03 +00:00
Merge remote-tracking branch 'origin/master' into multi-pipeline
* origin/master: Bump version Updating the UI: matrix-reloaded Usage Some info on the project
This commit is contained in:
commit
302f07da3c
4 changed files with 827 additions and 956 deletions
|
@ -109,7 +109,7 @@ pipeline:
|
||||||
repo: laszlocloud/drone-oss-08-server
|
repo: laszlocloud/drone-oss-08-server
|
||||||
dockerfile: Dockerfile.alpine
|
dockerfile: Dockerfile.alpine
|
||||||
secrets: [ docker_username, docker_password ]
|
secrets: [ docker_username, docker_password ]
|
||||||
tag: [ 0.8.94-alpine ]
|
tag: [ 0.8.95-alpine ]
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
|
|
||||||
|
@ -118,7 +118,7 @@ pipeline:
|
||||||
repo: laszlocloud/drone-oss-08-agent
|
repo: laszlocloud/drone-oss-08-agent
|
||||||
dockerfile: Dockerfile.agent.alpine
|
dockerfile: Dockerfile.agent.alpine
|
||||||
secrets: [ docker_username, docker_password ]
|
secrets: [ docker_username, docker_password ]
|
||||||
tag: [ 0.8.94-alpine ]
|
tag: [ 0.8.95-alpine ]
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
|
|
||||||
|
@ -126,7 +126,7 @@ pipeline:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
repo: laszlocloud/drone-oss-08-server
|
repo: laszlocloud/drone-oss-08-server
|
||||||
secrets: [ docker_username, docker_password ]
|
secrets: [ docker_username, docker_password ]
|
||||||
tag: [ 0.8.94 ]
|
tag: [ 0.8.95 ]
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
|
|
||||||
|
@ -135,7 +135,7 @@ pipeline:
|
||||||
repo: laszlocloud/drone-oss-08-agent
|
repo: laszlocloud/drone-oss-08-agent
|
||||||
dockerfile: Dockerfile.agent
|
dockerfile: Dockerfile.agent
|
||||||
secrets: [ docker_username, docker_password ]
|
secrets: [ docker_username, docker_password ]
|
||||||
tag: [ 0.8.94 ]
|
tag: [ 0.8.95 ]
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
|
|
||||||
|
|
54
README.md
54
README.md
|
@ -1,41 +1,31 @@
|
||||||
Drone is a Continuous Delivery system built on container technology. Drone uses a simple YAML configuration file, a superset of docker-compose, to define and execute Pipelines inside Docker containers.
|
## Yes, it's a fork
|
||||||
|
|
||||||
<br/>
|
This repository is a hard fork of the Drone CI system.
|
||||||
|
|
||||||
<img src="https://github.com/drone/brand/blob/master/screenshots/screenshot_build_success.png" style="max-width:100px;" />
|
Forked at the `0.8.9` version https://github.com/drone/drone/commit/768ed784bd74b0e0c2d8d49c4c8b6dca99b25e96
|
||||||
|
|
||||||
Sample Pipeline Configuration:
|
## Why fork?
|
||||||
|
|
||||||
```yaml
|
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.
|
||||||
pipeline:
|
|
||||||
backend:
|
|
||||||
image: golang
|
|
||||||
commands:
|
|
||||||
- go get
|
|
||||||
- go build
|
|
||||||
- go test
|
|
||||||
|
|
||||||
frontend:
|
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.
|
||||||
image: node:6
|
|
||||||
commands:
|
|
||||||
- npm install
|
|
||||||
- npm test
|
|
||||||
|
|
||||||
publish:
|
The above feature reductions and the lack of clear communication of what is part of the open-source version led to this fork.
|
||||||
image: plugins/docker
|
|
||||||
repo: octocat/hello-world
|
|
||||||
tags: [ 1, 1.1, latest ]
|
|
||||||
registry: index.docker.io
|
|
||||||
|
|
||||||
notify:
|
## The focus of this fork
|
||||||
image: plugins/slack
|
|
||||||
channel: developers
|
|
||||||
username: drone
|
|
||||||
```
|
|
||||||
|
|
||||||
Documentation and Other Links:
|
The focus of this fork is
|
||||||
|
|
||||||
* Setup Documentation [docs.drone.io/installation](http://docs.drone.io/installation/)
|
- Github
|
||||||
* Usage Documentation [docs.drone.io/getting-started](http://docs.drone.io/getting-started/)
|
- Kubernetes and VM based backends
|
||||||
* Plugin Index [plugins.drone.io](http://plugins.drone.io/)
|
- Linux/amd64
|
||||||
* Getting Help [docs.drone.io/getting-help](http://docs.drone.io/getting-help/)
|
- 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.
|
1715
vendor/github.com/laszlocph/drone-ui/dist/dist_gen.go
generated
vendored
1715
vendor/github.com/laszlocph/drone-ui/dist/dist_gen.go
generated
vendored
File diff suppressed because one or more lines are too long
6
vendor/vendor.json
vendored
6
vendor/vendor.json
vendored
|
@ -425,10 +425,10 @@
|
||||||
"revisionTime": "2016-05-04T02:26:26Z"
|
"revisionTime": "2016-05-04T02:26:26Z"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"checksumSHA1": "rwUvdtx1kZz5wYyDLp/hpZJMrIw=",
|
"checksumSHA1": "hmMnLbqq5stRt+XMnqnVglxk8pg=",
|
||||||
"path": "github.com/laszlocph/drone-ui/dist",
|
"path": "github.com/laszlocph/drone-ui/dist",
|
||||||
"revision": "181e328effb3aeb4c044caa76d8e005d563632a1",
|
"revision": "0dbf167b5c9efd822bbdf2723bdfa5b8499992ba",
|
||||||
"revisionTime": "2019-05-27T09:07:09Z"
|
"revisionTime": "2019-06-05T04:37:12Z"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"path": "github.com/lib/pq",
|
"path": "github.com/lib/pq",
|
||||||
|
|
Loading…
Reference in a new issue