Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/woodpecker-ci/woodpecker

Woodpecker is a simple, yet powerful CI/CD engine with great extensibility.
https://github.com/woodpecker-ci/woodpecker

Preliminary MySQL support. Barely tested.

Requirements:
MySQL/MariaDB need to be configured with this settings:

innodb_file_format = Ba...

7cf4f2eb898aefc3b19d99d537e25760d04be745 authored almost 11 years ago by Nurahmadie <[email protected]>
Add wrapper for common column types for easier column type

transformation between databases.

5903eb8f04ba2cce99e7d7e2748f965b664cb997 authored almost 11 years ago by Nurahmadie <[email protected]>
Merge branch 'master' into feature/svg-badges

2561d3a6db4fe84aa44bf98dbed40760bca401b6 authored almost 11 years ago by Artur Rodrigues <[email protected]>
List myself in AUTHORS

e97d1f630dc4e93aac3c5094222546f023e719d7 authored almost 11 years ago by Artur Rodrigues <[email protected]>
Merge pull request #182 from vito/git-deploy-use-branch

git deploy pushes to given branch (default master)

2241b5bb81de4738ca99084731884cc470e43987 authored almost 11 years ago by Brad Rydzewski <[email protected]>
git deploy pushes to given branch (default master)

Signed-off-by: David Varvel <[email protected]>

5ce081ba72ad2866ceb9215d4d3044bb9df41952 authored almost 11 years ago by Alex Suraci <[email protected]>
adding github testing

d70a6bb5f7343ffe1c8a08600b58cde1f6012b8f authored almost 11 years ago by Brad Rydzewski <[email protected]>
Add usage info at migration script generator.

Also suppress error at the latest migration script
for backward compatibility with existing data...

97825cf6bf883b1b697fb4d394c0fc39df67a4cb authored almost 11 years ago by Nurahmadie <[email protected]>
Refactor tests, add test for ChangeColumn method.

89a00bd448c0ac2f744a683f35914457f20d0866 authored almost 11 years ago by Nurahmadie <[email protected]>
Serve the corrent badge in droned's routes

25e80e2b449b2c661b4ef46155c5741790bbec1d authored almost 11 years ago by Artur Rodrigues <[email protected]>
Reference the corrent SVG icon in README.md

95f73cec5dba3b8d3ef9c05c9bc7a14483614163 authored almost 11 years ago by Artur Rodrigues <[email protected]>
Use SVG icons in badges template

3546a2a00d74ab9a610e082ff8aadd442169e109 authored almost 11 years ago by Artur Rodrigues <[email protected]>
Use SVG badges instead of PNG

88cc8d6bdf5e0814f46468bbd7946b0aec9cb359 authored almost 11 years ago by Artur Rodrigues <[email protected]>
Remove database.Set, all setup being done in database.Init now.

9a0b29d8b1228900e9534ab6a240671cffb113e7 authored almost 11 years ago by Nurahmadie <[email protected]>
Move database schema to migration script.

92dfcbfca905c2d55749d63337e0092923391652 authored almost 11 years ago by Nurahmadie <[email protected]>
Cleanup some leftover

Don't have to import mattn/go-sqlite3 at pkg/database/migrate/sqlite.go
Remove unused DriverFunc...

76ed21c40f824115dd64215eb8b70bc82e582179 authored almost 11 years ago by Nurahmadie <[email protected]>
Remove unused -path

6a42686c290d64b5d0af8f60b9a4f266a16f6f65 authored almost 11 years ago by Nurahmadie <[email protected]>
Fix index operation tests

d61bb3ef6cbf781c4aed6b799bb4b3d2e2a07338 authored almost 11 years ago by Nurahmadie <[email protected]>
Implement ChangeColumn, AddIndex, and DropIndex methods for Operation interface.

489e38908af4be5f94d9884ecfe0f171c8a774ec authored almost 11 years ago by Nurahmadie <[email protected]>
Refactor migration.

Add `ChangeColumn`, `AddIndex`, `DropIndex` method to
Operation interface.

81cf496811bbb0884ef8a4a3e2767a3e077db689 authored almost 11 years ago by Nurahmadie <[email protected]>
Merge pull request #175 from miracle2k/patch-1

Support DOCKER_HOST w/o protocol

d406aab84959cdd51999593087b2c9938a61d4a6 authored almost 11 years ago by Brad Rydzewski <[email protected]>
Remove erroneous keystrokes.

4130c013f15c27815746860e09ba5078c5c051c5 authored almost 11 years ago by Michael Elsdörfer <[email protected]>
Support DOCKER_HOST w/o protocol

f437b490b519beca9b3ece62d09bdbb384bcb009 authored almost 11 years ago by Michael Elsdörfer <[email protected]>
fixed bug related to #163

265138c7588f7c1d9701492979b05bcbd65af31c authored almost 11 years ago by Brad Rydzewski <[email protected]>
linked readme to sections in readthedocs

e7e046b35c976ae5788ad3d68754453f999dcbc5 authored almost 11 years ago by Brad Rydzewski <[email protected]>
added contributor guidelines to mirror what we have on readthedocs

3ae5bef2b12d5b2eaa0481b76f6603bda29a7284 authored almost 11 years ago by Brad Rydzewski <[email protected]>
Returns error if driver name is not listed.

Also remove references to postgresql driver for now.
And add some comments for `database.Init` m...

28fef9e3f4cbbb9dd785309e51d707a10b33aa0f authored almost 11 years ago by Nurahmadie <[email protected]>
Actually use --driver option to set database driver for drone.

This includes refactoring database setup, and migration system.

Remove setupDatabase from main ...

51519b62dd9f77b18bce96b4c548558c0d445f3f authored almost 11 years ago by Nurahmadie <[email protected]>
added unit tests for settings validation

2e528dea246d26478b8e585f8d6f6ab25bb1f93c authored almost 11 years ago by Brad Rydzewski <[email protected]>
added validations for settings screen

1348f8f5fcaa1c29550d7c03a641a25259c59b14 authored almost 11 years ago by Brad Rydzewski <[email protected]>
fixing issue related to local cache name, see issue #163

68ff4aa2d128b0045e2a6a47598b3fd2f3fd7cc0 authored almost 11 years ago by Brad Rydzewski <[email protected]>
Merge pull request #167 from benmanns/formatting-vetting

Formatting and Vetting

ef908ebb9403fb622451ad4814311544539af396 authored almost 11 years ago by Brad Rydzewski <[email protected]>
Remove unreachable return.

4cd5e69e7bff08a11acbc3f80840b9030c3ad051 authored almost 11 years ago by Benjamin Manns <[email protected]>
Format go code.

baf468973f5aa52493b4eefadf64d2e89b661860 authored almost 11 years ago by Benjamin Manns <[email protected]>
Merge pull request #165 from kirs/feature/autofocus-login

Autofocus on email field in login

922993c2585bbd4b4749a4db2dc2a6389a145db3 authored almost 11 years ago by Brad Rydzewski <[email protected]>
Autofocus on email field in login

5bf726d4d4b88611c7c17d136976765076253e3a authored almost 11 years ago by Kir Shatrov <[email protected]>
Merge pull request #164 from ewr/SpecifyTmpDirViaEnv

Add ability to specify temp directory via DRONE_TMP environment variable

686f755c5dcc81888337c3528298fa95141aa78b authored almost 11 years ago by Brad Rydzewski <[email protected]>
Add ability to specify temp directory via DRONE_TMP environment variable

* If not set, defaults to the previously-used `/tmp/drone`
* This is the directory used for stor...

74f5a41a052a21abf68ff8d14ff174b2356afb20 authored almost 11 years ago by Eric Richardson <[email protected]>
Merge pull request #161 from floatdrop/identicon

Add identicon query param to GravatarPattern

b6c64cea96a9eeae0c868ac830c03f3e27d40318 authored almost 11 years ago by Brad Rydzewski <[email protected]>
Remove unnecessary appending identicon in template

0c9dafc5c9ef020c059b8a4eb4f459c1c543146e authored almost 11 years ago by Vsevolod Strukchinsky <[email protected]>
Add identicon query param to GravatarPattern

fae4adaffc1af773158d52fd8bfc0d27837ab865 authored almost 11 years ago by Vsevolod Strukchinsky <[email protected]>
added yml config for custom /etc/hosts entries

4333d62c37228206f7bb5914cc88ed89d3cd2d07 authored almost 11 years ago by Brad <brad@brad-XPS13-9333.(none)>
moved environment variables from Dockerfile to build script

f5d142a4b5ec9a81c70ce7f0bd16a9b7b379d5a3 authored almost 11 years ago by Brad <brad@brad-XPS13-9333.(none)>
updating main.js

8767edd37a70bf75533edd9a5df476f20ffe03ef authored almost 11 years ago by Brad <brad@brad-XPS13-9333.(none)>
fixed merge issue with template.go and duplicate `fmt` import

cecef21d4f50a0ddb710558f854c574fd7bf801c authored almost 11 years ago by Brad <brad@brad-XPS13-9333.(none)>
Merge branch 'master', remote-tracking branch 'origin'

5d93b65e9c58ce1ec337514f38a92534530b89f9 authored almost 11 years ago by Brad <brad@brad-XPS13-9333.(none)>
Merge pull request #153 from movableink/js-in-external-files

JS in external files

791f7b065215dc3ed3706affe3a756d9cd9af1ee authored almost 11 years ago by Brad Rydzewski <[email protected]>
Merge pull request #160 from gonzojive/master

Improve error messages in template parsing init().

df25a380badf843d7505e8bb03a6e8bca7306975 authored almost 11 years ago by Brad Rydzewski <[email protected]>
Improve error messages in template parsing init().

dbbbe325c35ebd25a93d856c6cbff4856d808d1d authored almost 11 years ago by Red Daly <[email protected]>
updated README to include caching details for #147

526fc23299a94953c279d22829505cf21c9fa507 authored almost 11 years ago by Brad <brad@brad-XPS13-9333.(none)>
added code to persist directories between builds. see issue #147

c1b9353943d8649c37eea612802e313ce0fad93f authored almost 11 years ago by Brad <brad@brad-XPS13-9333.(none)>
a bit of prep-work for adding caching

18d5421706b96d2180391d3cece787181c2b5154 authored almost 11 years ago by Brad <brad@brad-XPS13-9333.(none)>
added section to yaml for custom hostnames

600bcdea38eb82c3ad9b04dc003277994e3222e5 authored almost 11 years ago by Brad <brad@brad-XPS13-9333.(none)>
Merge branch 'master', remote-tracking branch 'origin'

984099aa04850a42100f8ca4358f555204bfc26b authored almost 11 years ago by Brad <brad@brad-XPS13-9333.(none)>
Merge pull request #155 from fudanchii/pr-author

Set PR commit author from User.Login

07965b356f20817e3e13616fb0c5afdd6f76829e authored almost 11 years ago by Brad Rydzewski <[email protected]>
Fix pull-request checkout not working for Git >=1.8

Explicitly create pr branch from origin

fe3bb972317821a300dfa3e00cead2feb68b04ca authored almost 11 years ago by Nurahmadie <[email protected]>
Set author for pull request

cd5126d8c93fa69aa8465d8ed22971fcca78f33e authored almost 11 years ago by Nurahmadie <[email protected]>
add jasmine specs for javascript

f468203e23d4bb85c4e00e506e0b5d2604f51df6 authored almost 11 years ago by Michael Nutt <[email protected]>
Merge pull request #151 from fudanchii/docs

Documentation update.

0296edf9816835d9d4219e1da0f4be07e4e339f2 authored almost 11 years ago by Brad Rydzewski <[email protected]>
extract commit update js into a separate file

b2965bf4322eaeb6f73f8785332e40f485f4f4f8 authored almost 11 years ago by Michael Nutt <[email protected]>
Add deployment and publish plugin list to README

c383f9c2629794cab5af0f23220089e24b52f421 authored almost 11 years ago by Nurahmadie <[email protected]>
Add table of content for README

8d1bf05d77b0a5a4bbc64b19d594915061f38f65 authored almost 11 years ago by Nurahmadie <[email protected]>
added git revision to the binary for debugging purposes

092b7c919b0693ce95321c1a497e1e0d8e1ce2af authored almost 11 years ago by Brad Rydzewski <[email protected]>
Merge remote-tracking branch 'origin/master'

c69e9d3ab7e6ddb592d819e08a4c07d86a40d809 authored almost 11 years ago by Brad Rydzewski <[email protected]>
ability to use custom badges. standard badges now using shields.io

f33ebcc21ca163c719986fc05985ac92699396a0 authored almost 11 years ago by Brad Rydzewski <[email protected]>
Merge pull request #150 from fudanchii/html-fix

Fix gravatar size at build page to fit the stylesheet.

451d9c80cb751c00a8f77a2bdf457023b678f3f6 authored almost 11 years ago by Brad Rydzewski <[email protected]>
Fix gravatar size at build page to fit the stylesheet.

6b8e86fd02a155946456467c6df5f5b420d8b56b authored almost 11 years ago by Nurahmadie <[email protected]>
Merge pull request #146 from movableink/buffer-websocket-log-output

logline output buffers rather than updating on every ws message

4689d53305c62684ec65fd11c4a38ca3c0f62d19 authored almost 11 years ago by Brad Rydzewski <[email protected]>
logline output buffers rather than updating on every ws message

In builds with lots of output, trying to reload the page partway
through the build results in th...

6e92e73a9825a0dba998d353eb491aeea541ebb9 authored almost 11 years ago by Michael Nutt <[email protected]>
Merge pull request #138 from zond/master

Added a button to turn auto tail on/off

77ff7971d37e752c21697690fd79ee03780d6e19 authored almost 11 years ago by Brad Rydzewski <[email protected]>
Merge pull request #139 from jordane/jordane/add_irc_plugin

properly quit irc after sending failure/success

252a8a9e6848acabc50d7338f494961da7165a49 authored almost 11 years ago by Brad Rydzewski <[email protected]>
properly quit irc after sending failure/success

bab544261a86644e560d78594a38c0ec1b90f911 authored almost 11 years ago by Jordan Evans <[email protected]>
instead of doing magic on scroll events, move the button to the bottom of the stdout pre.

bc2043d4cf5ff9b68a829213b0aaf8d00cfd968c authored almost 11 years ago by Martin Bruse <[email protected]>
added a button to turn auto tail on/off

0c9a9f6d63b004d213f3635953f8d87d22027eea authored almost 11 years ago by Martin Bruse <[email protected]>
Merge remote-tracking branch 'origin/master'

80c42309d3f8ed3c806e0ba2a859a3c0624ab04f authored almost 11 years ago by Brad Rydzewski <[email protected]>
fixed typo in admin template causing issue #108

21d1bcc551978784d78a45ced6ed7c65fc2d304c authored almost 11 years ago by Brad Rydzewski <[email protected]>
Merge pull request #133 from zond/master

DRONE_BRANCH and DRONE_PR env variables

404f7784bcf6990b87028e1edde1d737fcdf88e7 authored almost 11 years ago by Brad Rydzewski <[email protected]>
added exit code to builds

deba709d874e67c84fc078c8814577a7e94ba793 authored almost 11 years ago by Brad Rydzewski <[email protected]>
temporarily instructing makefile to ignore exit value of dpkg

78483f8b135ef15cbbe184e83fbf8c663f302f13 authored almost 11 years ago by Brad Rydzewski <[email protected]>
fixed issue #136

3a59e44a4c362d01dcdb5d424c4d9d3d8efd3bcc authored almost 11 years ago by Brad Rydzewski <[email protected]>
More discriminate env setting

90681986feab68ee1e3940d87ad07549bf8da2ff authored almost 11 years ago by Martin Bruse <[email protected]>
Added more Environment variables.

7bb3358b63f4635b15e6d9a4bd75bf06f5975785 authored almost 11 years ago by Martin Bruse <[email protected]>
added echo statement to print when S3 deployment is starting

e62cdce37fe3b53ab05b3d95a1458eb94fe05815 authored almost 11 years ago by Brad Rydzewski <[email protected]>
Merge remote-tracking branch 'origin/master'

9161b2ad578cd3f61326197f5f71b8439ba96718 authored almost 11 years ago by Brad Rydzewski <[email protected]>
Merge pull request #130 from vito/fix-droned-cmd

fix missed NewRunner rename

5e6b26d13da96e2e96b4edacb4f5c5e78bc2b36a authored almost 11 years ago by Brad Rydzewski <[email protected]>
fix missed NewRunner rename

4df92077718983a8a73c271385bfb863a218dfbf authored almost 11 years ago by Alex Suraci <[email protected]>
fixed code wrapping on the build output page

8f12bd8f8082098d23f24cd6c617f3bf60c9fa43 authored almost 11 years ago by Brad Rydzewski <[email protected]>
Merge remote-tracking branch 'origin/master'

fa9d3c8277cf378d7b394602ef723b7138fa91f9 authored almost 11 years ago by Brad Rydzewski <[email protected]>
Merge pull request #129 from vito/nix-docker-queue-singletons

Remove docker client + queue singletons

9aa5f95e922f73ec63c45187c31de273c6c452d5 authored almost 11 years ago by Brad Rydzewski <[email protected]>
Runner -> BuildRunner to be more descriptive

also kill some stale comments

a198657a7ec8dfe425f0a2c856e72d93b6e40d69 authored almost 11 years ago by Alex Suraci <[email protected]>
remove docker/queue singletons; inject in main

9e1c4e60e52bc363f1c942a76f9b0f9547e88719 authored almost 11 years ago by Alex Suraci <[email protected]>
ability to view public repos without authentication

987e53eb397d667756a1c0106c94529d8c038042 authored almost 11 years ago by Brad Rydzewski <[email protected]>
publicly display private projects

73c03dc2e03adf79475b88a90caa59d8e3fcd3fa authored almost 11 years ago by Brad Rydzewski <[email protected]>
only inject private parameters for non-pull requests, for security purposes

5673c4d2accf1da092d7741418e994bc3376f0e5 authored almost 11 years ago by Brad Rydzewski <[email protected]>
Merge pull request #125 from vito/injectable-builder

Injectable builder (and friends)

c0adf459f9d0e441f4203e6b0365838dab7304fc authored almost 11 years ago by Brad Rydzewski <[email protected]>
Merge pull request #127 from wolfeidau/feature/tls_listener

Added flags for supplying certificate/key and TLS listener option.

f656c8ebfabc74139d2591559318c74a6842f227 authored almost 11 years ago by Brad Rydzewski <[email protected]>
Added flags for supplying certificate/key and TLS listener option.

a3f617abad45db21b3d8e188750a84d199f57ca2 authored almost 11 years ago by Mark Wolfe <[email protected]>
Merge pull request #124 from vito/fix-tests

fix handler/testing test imports

70732c341abdf606258b331c6066b3d3a8814235 authored almost 11 years ago by Brad Rydzewski <[email protected]>
Merge pull request #123 from shaunduncan/vagrant

Added Vagrantfile for local development

6cd0bf253bdf9855af5fadd682ff5cbb7a8c38f3 authored almost 11 years ago by Brad Rydzewski <[email protected]>
Merge pull request #121 from notandy/github_pong

add github ping hook handler

e202741809a2ec347b3dd9031b55e484b4ba9314 authored almost 11 years ago by Brad Rydzewski <[email protected]>