Ecosyste.ms: OpenCollective

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

Woodpecker CI

Woodpecker is a simple yet powerful CI/CD engine with great extensibility.
Collective - Host: opensource - https://opencollective.com/woodpecker-ci - Website: https://woodpecker-ci.org/ - Code: https://github.com/woodpecker-ci

ability to visit public repos when not authenticated

github.com/woodpecker-ci/woodpecker - 7a75a17535102bf81c21407436682d59289be1c3 authored almost 10 years ago
ability to persist agent data

github.com/woodpecker-ci/woodpecker - ca931cd9eb0ce27700389a647516858cac7c2806 authored almost 10 years ago
removed commented code no longer used from datastore

github.com/woodpecker-ci/woodpecker - 4071ea73a042bf6cf547986b0e79262991d4e7a0 authored almost 10 years ago
Dockerfile: Set default database driver and source

This will allow a default install to make use of the /var/lib/drone volume without having to set...

github.com/woodpecker-ci/woodpecker - 3ef752464c44ee20ad752990c1da10df331d9b72 authored almost 10 years ago
Merge pull request #995 from Bugagazavr/gitlab-tokens-fix

Fix token problems at first login

github.com/woodpecker-ci/woodpecker - 758910cbcad26fe6c11cacfe4e897588b830378b authored almost 10 years ago
Fix token problems at first login

github.com/woodpecker-ci/woodpecker - 29b44015fd4d3d8589be33beabb1a55b23115e55 authored almost 10 years ago
don't display logs when build is killed

github.com/woodpecker-ci/woodpecker - f740bf91cfc4f06c3eafa893332b7c9fef7f6000 authored almost 10 years ago
hooked up restart, cancel in user interface

github.com/woodpecker-ci/woodpecker - 7649248385dff95b7e79430947beae715a3394df authored almost 10 years ago
added error messages to login flow

github.com/woodpecker-ci/woodpecker - 864a47f502bcc63bf7d4939504c5babec33acc35 authored almost 10 years ago
test cov for eventbus

github.com/woodpecker-ci/woodpecker - 08527d5aea0abee1e6dd4c6225330fbe9f6e3f85 authored almost 10 years ago
get netrc data when hook is triggering

github.com/woodpecker-ci/woodpecker - b84943222bc8c36684c303dbdfb4ae2bf787e4fd authored almost 10 years ago
Fix spelling mistake

github.com/woodpecker-ci/woodpecker - 52b441527c5eacc8cb9475c8a74d3fb06078e79b authored almost 10 years ago
Badge API tests

github.com/woodpecker-ci/woodpecker - 0e53778d22fd9c2e121cea258d67fe4b2884cbff authored almost 10 years ago
ability to get netrc from remote

github.com/woodpecker-ci/woodpecker - 67a4e302c7d47e59d6039ebce3b6cb9d535b94b7 authored almost 10 years ago
Alternative pattern for API unit tests

github.com/woodpecker-ci/woodpecker - e033a1a4a50cf96986ad13350685118ae3a3fae0 authored almost 10 years ago
Merge pull request #988 from oliveiradan/bolt

Unit Test code for: bolt package

github.com/woodpecker-ci/woodpecker - 6006699109d08c490da45b7a470c8abdb32c195a authored almost 10 years ago
solved SetBuildTask() test, properly populating Tasks

github.com/woodpecker-ci/woodpecker - 24a0d15281f8ddebc6be8d1aa9ad3921bf760bf2 authored almost 10 years ago
Merge remote-tracking branch 'upstream/bolt' into bolt

github.com/woodpecker-ci/woodpecker - 4ade23e8ace11b6c53d045e66f92cd3dbd462f3e authored almost 10 years ago
queue polling not correctly handles client disconnect

github.com/woodpecker-ci/woodpecker - 65105d06c2de37055366acbb8f243d4bd7a6512f authored almost 10 years ago
Merge remote-tracking branch 'upstream/bolt' into bolt

github.com/woodpecker-ci/woodpecker - 4e53cc184e31b25f4e92f7210aebe7156b8408c8 authored almost 10 years ago
website subscribes to build events, update pages

github.com/woodpecker-ci/woodpecker - 96b49cf0fcb22c4bb542406fc0deadf36bcce704 authored almost 10 years ago
fixed bindata build issues

github.com/woodpecker-ci/woodpecker - 8e6fbc8cebe7e357940505bc6fe7f79613fee242 authored almost 10 years ago
serving the index.html page from bindata

github.com/woodpecker-ci/woodpecker - 712c18459f2ded422723337f98a06e47c8234bfc authored almost 10 years ago
ability to squash and embed static files

github.com/woodpecker-ci/woodpecker - 3b7c9738a3f545589ea228c17260cc398b79fb45 authored almost 10 years ago
Merge remote-tracking branch 'upstream/bolt' into bolt

github.com/woodpecker-ci/woodpecker - 707b0e3e137de433f4c697a91f9cd30e3fe112a0 authored almost 10 years ago
solve build.go conflict

github.com/woodpecker-ci/woodpecker - abc83303eef76fcb0336fb075b5c391c813a9959 authored almost 10 years ago
got websocket events working

github.com/woodpecker-ci/woodpecker - a1f3b2da4d60deb70bd7f6c724a5752d90feec62 authored almost 10 years ago
Merge pull request #992 from Bugagazavr/gitlab-zero-expiry

Since 7.10 token life unlimited

github.com/woodpecker-ci/woodpecker - c475195537d5d614c083d7a1b56aa404b8212a5c authored almost 10 years ago
Since 7.10 token life unlimited

github.com/woodpecker-ci/woodpecker - 4b3eaec70c530d705b52016c82fc445a255b872c authored almost 10 years ago
fixed minor queue glitches

github.com/woodpecker-ci/woodpecker - da350989d3fe153adca132d4ef8e400f397ad509 authored almost 10 years ago
add error when removing item not exists

github.com/woodpecker-ci/woodpecker - 39e7ce9840ebc179f41e697525d0ec62fd30be8a authored almost 10 years ago
added unit tests for queue

github.com/woodpecker-ci/woodpecker - 1d1dff0dcf4fd5db96ace152bb285f86ca8bd39c authored almost 10 years ago
About this commit:

1. server/builds.go:92 used SetStatus(). Replaced with SetBuildStatus().
2. Added a index check ...

github.com/woodpecker-ci/woodpecker - 987e85f2614a5ca31c0c902546d142e3dcb6bcb1 authored almost 10 years ago
About this commit:

1. server/builds.go:92 used SetStatus(). Replaced with SetBuildStatus().
2. Added a index check ...

github.com/woodpecker-ci/woodpecker - 4edf385d1c5d7581253e56d5f15eeba500022cdf authored almost 10 years ago
repo_test.go conflict resolution

github.com/woodpecker-ci/woodpecker - 0579df758432a74f85fed24477d0ac52b00ac11e authored almost 10 years ago
Disabled SetBuildTask() test until we get the nil ptr crash addressed

github.com/woodpecker-ci/woodpecker - f74ca63359fc865180c25e1e1c4dcd2151afb0fb authored almost 10 years ago
About this commit:

1. server/builds.go:92 uses SetStatus().
2. The other APIs we talked about: Status(), StatusList...

github.com/woodpecker-ci/woodpecker - d13c1caebf5cf8f93af81485a8e7cd3511a7d015 authored almost 10 years ago
Merge pull request #987 from benschumacher/cleanup-drone/drone#959

Fix error handling, remove unused bucketBuildTasks

github.com/woodpecker-ci/woodpecker - c0f5aec77b89ab4529c6ee50dc04ef7962b04a71 authored almost 10 years ago
Fix error handling, remove unused bucketBuildTasks

github.com/woodpecker-ci/woodpecker - 4362adf78b89ffb3ea099cff0ac1000b1e9e1521 authored almost 10 years ago
added code for remote queue plugin

github.com/woodpecker-ci/woodpecker - d2776bc990a92126816d9ba96f3942ee3c7790ab authored almost 10 years ago
Merge remote-tracking branch 'upstream/bolt' into bolt

github.com/woodpecker-ci/woodpecker - 6d5255aa75bd6921a2c76031bd7e3cdae749fabd authored almost 10 years ago
code to inject private params

github.com/woodpecker-ci/woodpecker - b16759b0b68f5417a83b1acc2998395dd884ab3c authored almost 10 years ago
preparation for parsing build output to ansi format

github.com/woodpecker-ci/woodpecker - 7a668b79c7a53f70cf83f75b3a5a446b08889acd authored almost 10 years ago
added cluster in place of pool, some other minor changes

github.com/woodpecker-ci/woodpecker - 79b83025a88016629c3643dca4a5b33f48ef3f6c authored almost 10 years ago
Merge remote-tracking branch 'upstream/bolt' into bolt

github.com/woodpecker-ci/woodpecker - 0cd5dc1a5b24b43b101fd5320c6ea4c45356f2a1 authored almost 10 years ago
some stubs for build config

github.com/woodpecker-ci/woodpecker - 85e17393fa90274f6f64dfc9365f81b5ebabf919 authored almost 10 years ago
Merge pull request #986 from oliveiradan/bolt

Unit Tests for: repo_test.go, task_test.go

github.com/woodpecker-ci/woodpecker - f0ec8c33b6a9175afa3bfa1250bd9548ea1cdd9f authored almost 10 years ago
Code changes related to PR #986 and Issue #984. Comments deleted

github.com/woodpecker-ci/woodpecker - 3f2d72daf0d3e2c444c417a2dffda8524332be77 authored almost 10 years ago
Code changes related to PR #986 and Issue #984

github.com/woodpecker-ci/woodpecker - 09d5c6f011b7717f182437f269eeda25afaa0eef authored almost 10 years ago
Merge pull request #985 from benschumacher/bolt

Working on drone/drone#959

github.com/woodpecker-ci/woodpecker - 2001719f7d62b91a7954e400481ae5e1dbe8533c authored almost 10 years ago
Working on drone/drone#959

github.com/woodpecker-ci/woodpecker - 38b939982a029eec95056e95a94b1f92a3f6fb3f authored almost 10 years ago
Unit Tests for: repo_test.go, task_test.go

github.com/woodpecker-ci/woodpecker - 627f8df98d0395bd67a47b90c2020d4c232e7cd2 authored almost 10 years ago
publish/docker: login should happen early

This fixes an issue where base image which drone is using to build an
image for publishing comes...

github.com/woodpecker-ci/woodpecker - 009e8a1dceac6c661fe603c38f15f11294cceffd authored almost 10 years ago
Merge pull request #973 from 907th/hipchat_api_v2

Use HipChat API ver 2 for notifications

github.com/woodpecker-ci/woodpecker - af9c1e9bd7c057b8d5374d1343a0e232a914bf42 authored almost 10 years ago
added terminal highlight code

github.com/woodpecker-ci/woodpecker - 3520a295d5ea7cdae9c7717dce488dfe0dc6fad7 authored almost 10 years ago
stubs for restarting, canceling builds

github.com/woodpecker-ci/woodpecker - 43381827b96ba340c655834f416158f73aa79271 authored almost 10 years ago
added public key to repo settings

github.com/woodpecker-ci/woodpecker - fd5a017384b7335f53270aad7a0e79c14d30751b authored almost 10 years ago
only fetch logs if build finished

github.com/woodpecker-ci/woodpecker - c4279678e83a562f1e3dd428d8ce55d59db12a2f authored almost 10 years ago
embedded task and status in build struct

github.com/woodpecker-ci/woodpecker - 5f35f46c24d2c5cf4898d351c51db6a38dfefe18 authored almost 10 years ago
using gravatar library instead of our own built-in func

github.com/woodpecker-ci/woodpecker - 110af2a1961a91cb17c70046f4dac6d3cc9cecca authored almost 10 years ago
hook now calculates build matrix and creates appropriate tasks

github.com/woodpecker-ci/woodpecker - 433159e990161d7e4e45048b185436cfae998a40 authored almost 10 years ago
add yaml parser, build execution code. not yet hooked up

github.com/woodpecker-ci/woodpecker - 5816f1156ee5ecbb6d716254c93db04b1743d7d0 authored almost 10 years ago
contemplating nested storage of tasks and statuses

github.com/woodpecker-ci/woodpecker - cd186457844e84728d71c1c4073dd07f6dd9057b authored almost 10 years ago
ability to pull list of orgs and verify membership

github.com/woodpecker-ci/woodpecker - c324d66872d2c67c7b6ed4a1da6eadd030b03e8d authored almost 10 years ago
REST cleanup. Idiomatic naming of datastore funcs

github.com/woodpecker-ci/woodpecker - 0c3f9e5bde1062a1bf0c4f6fb152dbe0f74a8607 authored almost 10 years ago
Try to build with the latest Docker sources

github.com/woodpecker-ci/woodpecker - d9f855e5b675858d6deb124a1172997b5f340684 authored almost 10 years ago
Fix dependency: github.com/docker/docker/utils was moved to pkg/jsonmessage

github.com/woodpecker-ci/woodpecker - 9bc3a25a5e63ee52396d9fbfd6820c32f2cbf5f3 authored almost 10 years ago
Use HipChat notification API ver 2

HipChat API v1 is deprecated, but github.com/andybons/hipchat (used by Drone) does not support v...

github.com/woodpecker-ci/woodpecker - 8bcb5d9c52df2339dcf1da460e13ca2f1101720c authored almost 10 years ago
repo subscriptions functioning in datastore w/ index

github.com/woodpecker-ci/woodpecker - 1ad5e3f59733fdb2d70fe4ce9575ad1bceb34333 authored almost 10 years ago
cleaned up a couple of the db functions

github.com/woodpecker-ci/woodpecker - 5e7c4e2573e326ba5cb7652f22ba20084d1c957b authored almost 10 years ago
fixed token expiration calculation

github.com/woodpecker-ci/woodpecker - aebacfccd75cf7be00bf6775f2c8cf954089ba0d authored almost 10 years ago
check token expiry

github.com/woodpecker-ci/woodpecker - a40d20dcdb533784a3da4cb1f700fd05fdd4321c authored almost 10 years ago
fail to generate user tokens if no secret

github.com/woodpecker-ci/woodpecker - d1d762aa8304b575eeac6cf2bd021a5c0e44faa6 authored almost 10 years ago
ability to manage user tokens via website

github.com/woodpecker-ci/woodpecker - 6c3f99065a5f7901e5fed937292f8f54a3ec8cdf authored almost 10 years ago
removed User.Tokens temporary index

github.com/woodpecker-ci/woodpecker - 768b6c7e4803efd75a6797ab3bc1e9b591b11a94 authored almost 10 years ago
push common index functions to util.go for reuse

github.com/woodpecker-ci/woodpecker - a50d972d8e22213fb0e05ac9388d9096712b4ff2 authored almost 10 years ago
ability to manage tokens

github.com/woodpecker-ci/woodpecker - 57188ee4f2ee164887fb5f05184cf4057e40cc7d authored almost 10 years ago
ability to create a token

github.com/woodpecker-ci/woodpecker - 701626881eb1a0609a18cd86555f8b13d8db2bc8 authored almost 10 years ago
ability to limit (or not) the log output

github.com/woodpecker-ci/woodpecker - 54e4250df9675a03a42fd34591d9f854736690ab authored almost 10 years ago
initial work on tokens

github.com/woodpecker-ci/woodpecker - 66990a95b4bd1953375799466155bdb1ae7da746 authored almost 10 years ago
session tokens converging with user tokens

github.com/woodpecker-ci/woodpecker - 0f60073adcb83bd3c8a7face718ab075816da48a authored almost 10 years ago
added logging when login or hook fails. helps troubleshoot common issues

github.com/woodpecker-ci/woodpecker - eda3cfbe4bc12e902df2dbb6524d68473d25a4dc authored almost 10 years ago
added some initial code for build list. will revisit.

github.com/woodpecker-ci/woodpecker - ab3df4bd652d09406330ecf0498b789482189df2 authored almost 10 years ago
tokens, last build

github.com/woodpecker-ci/woodpecker - 087f92f41f3f0d51d35eca7c5cc0ec550e4c46f2 authored almost 10 years ago
Merge pull request #970 from benschumacher/issue-drone/drone#969

Rework BoltDB util functions to use bolt.Tx instead of DB

github.com/woodpecker-ci/woodpecker - 840ea6d595daecbf2076a0d9e9d3192f33ca1154 authored almost 10 years ago
Rework BoltDB util functions to use bolt.Tx instead of DB along with updates to existing API that leverage these to use Bolt's transaction wrapping functions.

github.com/woodpecker-ci/woodpecker - 46114f12319a08fa68f1b5da465fb15afc002f6b authored almost 10 years ago
Merge pull request #968 from benschumacher/bolt-drone/drone#959

Add sequencing logic into the InsertBuild and test

github.com/woodpecker-ci/woodpecker - 779a6b46abde21ea5d2486550a625585e226b291 authored almost 10 years ago
Add sequencing logic into the InsertBuild and test

github.com/woodpecker-ci/woodpecker - 7bff8b3185fab07ddfc3cca68f009c2e108be19e authored almost 10 years ago
Merge pull request #951 from kirillseva/patch-1

Fix small typo in comments

github.com/woodpecker-ci/woodpecker - e01c7242d851235be3692f9a2fd8522cecfdf367 authored almost 10 years ago
Merge pull request #952 from kirillseva/more_typos

s/Exepected/Expected

github.com/woodpecker-ci/woodpecker - a78811833d1440db719ccfa1db42f85d12732023 authored almost 10 years ago
Merge pull request #965 from hkjn/patch-1

s/heper/helper in helper.go

github.com/woodpecker-ci/woodpecker - 3368934b13fb1e470cca04229e126a6d050e898c authored almost 10 years ago
storing user repos index inside users object, for now

github.com/woodpecker-ci/woodpecker - 950e4f4090efe8d6a42dd607cadfd91bc87b2789 authored almost 10 years ago
flag parse, load config, readme

github.com/woodpecker-ci/woodpecker - fac0582b5703dbf112348a956064587027a330e9 authored almost 10 years ago
source session secret from config file

github.com/woodpecker-ci/woodpecker - c9edd1a0183ef583d0eed9f4a9a0cdcc30833f38 authored almost 10 years ago
added routes and main entrypoint

github.com/woodpecker-ci/woodpecker - fad4fc64e65693b80d6eaf11cea169d859a5395a authored almost 10 years ago
add token,secret when creating user

github.com/woodpecker-ci/woodpecker - 89c95f4f000ce67a357039bca3e7269cfea389ab authored almost 10 years ago
added handlers, rest, angular skeleton

github.com/woodpecker-ci/woodpecker - 9298f161557fb571cf32ba234110201d2461a1b8 authored almost 10 years ago
added github remote

github.com/woodpecker-ci/woodpecker - 09bd7cf71aaf42b1a399fc7b0de059f3e7b006cb authored almost 10 years ago
s/heper/helper in helper.go

github.com/woodpecker-ci/woodpecker - 525d6d132955a3419bd6dc46b5b64a6661b3aee1 authored almost 10 years ago