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

Improve agent rpc retry logic with exponential backoff (#2205)

Existing retry logic was a simple second delay, replacing it with a
exponential backoff.
Initi...

e4ff04188234de498279b92eeb0065be92485237 authored over 1 year ago by Harry Pidcock <[email protected]>
fix regression and add trace in clone for local backend (#2241)

regression of #2017
close #2211

0c282e86e8e9a477ea9ad52ee1c8348455189629 authored over 1 year ago by 6543 <[email protected]>
Handle parsed hooks that should be ignored (#2243)

Currently it would fail with panic:

```
runtime error: invalid memory address or nil pointer...

a58e3b9e0630f4eb02b166190abc2092bff3f118 authored over 1 year ago by Lauris BH <[email protected]>
Skip settings proxy config with WithProxy if its empty (#2242)

close #2208

55e98a186a4aab80cbb149b14de1fcdf85779703 authored over 1 year ago by 6543 <[email protected]>
Move "skip ci" logic into global pipeline conditions (#2216)

... and make custom errors follow std err conventions

this fix a 500 response if the whole pi...

a5ef372190409cc14ecfc9676bf9a1ea409bf8cf authored over 1 year ago by 6543 <[email protected]>
pipeline: fix VERSION_NUMBER

2222638b10fcce63b5579173463b1048692b1a69 authored over 1 year ago by 6543 <[email protected]>
Set correct version for release branch releases (#2227)

close #2225

also make the sha 10 chars long instead of 8, to match the docker tags

8d19d3b8ff7f5e76914fb6d7ed796de6959faaf8 authored over 1 year ago by 6543 <[email protected]>
Changelog v1.0.2 (#2223) (#2224)

Frontport #2223

c1731524bc76f88c278524d0c91189f066a745df authored over 1 year ago by 6543 <[email protected]>
Restructure webhook parsing (#2221)

Co-authored-by: Anbraten <[email protected]>

c2448b17456a2ce5c04a27a9081ad3be7018f9f3 authored over 1 year ago by 6543 <[email protected]>
Bump default git clone plugin (#2215)

- and add alternate quay registry to trusted clone image
- add alternate registry for buildx pl...

0563d7a30f79b31691039b2967245e65ab5e66df authored over 1 year ago by 6543 <[email protected]>
Rename build -> pipeline in docs for external configuration service (#2217)

f2e31c67701d0a64b042bcbc688a03f8e01fd15c authored over 1 year ago by 6543 <[email protected]>
Move hook and events-stream routes to use `/api` prefix (#2212)

- move hook and events-stream routes to use `/api` prefix
- rename build to pipeline

479e500b1b392ff15d8f96bd4a0130dfaa8973a4 authored over 1 year ago by Anbraten <[email protected]>
Restructure k8s documentation (#2193)

As suggested in
https://github.com/woodpecker-ci/woodpecker/discussions/2160.

- Simplified w...

1f956753659204d46d834ac3d0cb68fd71a5b941 authored over 1 year ago by Patrick Schratz <[email protected]>
Add SSH clone URL env var (#2198)

to improve https://github.com/woodpecker-ci/plugin-git/pull/75

4d83ea0de81c71521840fd0a9ff5c4e5f5a3f3aa authored over 1 year ago by qwerty287 <[email protected]>
Small improvements to mobile interface (#2202)

1. pipeline step list: do not have a separate scroll container on step
list
2. merge title bar...

f5e9b3df2e778b4897524ab7ff7c77066bfbeef2 authored over 1 year ago by qwerty287 <[email protected]>
Translated using Weblate (Indonesian)

Currently translated at 100.0% (318 of 318 strings)

Co-authored-by: Linerly <linerly@protonmail...

cbb1c46df876d23bae694ed22178bba7774dd83f authored over 1 year ago by Weblate <[email protected]>
Update list of "projects using Woodpecker" (#2196)

I've added my current most active projects (nearly all my repos use wp,
but these I found worth...

0fe51ab792de7917f472bd7c29be2b48c538350d authored over 1 year ago by Jef Roosens <[email protected]>
Update 92-awesome.md (#2195)

7805dc8e239259aff6329613fca22ee50f80b579 authored over 1 year ago by Pablo Ovelleiro Corral <[email protected]>
Check for correct license header (#2137)

8cdac56d8f3767828761f0031238ce945364db6e authored over 1 year ago by qwerty287 <[email protected]>
Show all steps (#2190)

Closes #2178

bc18ccf72115ba8691f0cc2ef3d376cf1d6793dc authored over 1 year ago by qwerty287 <[email protected]>
Add TestCompilerCompile (#2183)

just add tests about compile frontend config into backend config

eb8fb407f907bbbf37ad79903f06de9db2ecca00 authored over 1 year ago by 6543 <[email protected]>
Switch to upstream ttlcache (#2187)

We've been using https://github.com/lafriks/ttlcache but it's archived.
It does work with the u...

6e0def58a176b559c30566b950895bcda583d209 authored over 1 year ago by qwerty287 <[email protected]>
bump xorm.io to db7c2640627d (#2185)

pull got merged so we can switch back to upstream

11ba724bbf2586409ba9721a2fe7846394be57d6 authored over 1 year ago by 6543 <[email protected]>
fix error message

23ad363c97b9ef2aca9e18a1ad66c7ab5ccbda69 authored over 1 year ago by 6543 <[email protected]>
Translated using Weblate (German)

Currently translated at 100.0% (318 of 318 strings)

Co-authored-by: 6543 <[email protected]>
Tran...

3e60ff9e2e964dae7392f2fc2e502a26cc3edc4a authored over 1 year ago by Weblate <[email protected]>
Deprecate "platform" filter in favour of "labels" (#2181)

Co-authored-by: qwerty287 <[email protected]>

63d5c40afd7aafad9b54e202fb7127570b43c575 authored over 1 year ago by 6543 <[email protected]>
Fail hard on deprecated pipeline keys (#2180)

so we can drop it in next minor version complete

71666f050062c6b4da78ab0e6553c2a1d38f3610 authored over 1 year ago by 6543 <[email protected]>
Better blog title/desc (#2182)

4bed64700037dc4dd32a21e94ac2396ebd658595 authored over 1 year ago by qwerty287 <[email protected]>
Translated using Weblate (French)

Currently translated at 100.0% (318 of 318 strings)

Translated using Weblate (German)

Currentl...

f1f39584aa6acba9f30084cc9aad8cf66703cc9b authored over 1 year ago by Weblate <[email protected]>
make EqualStringSlice to generic EqualSliceValues (#2179)

just a fly-by refactoring

ada3659eb7c6b91bdce2f28ef6f194890258ad07 authored over 1 year ago by 6543 <[email protected]>
Add changelog v1.0.1 (#2150) (#2169)

b7af77685ea4b9fdb81394df88fa82e611de31b2 authored over 1 year ago by 6543 <[email protected]>
Pass netrc to trusted clone images (#2163)

closes #1975

f02eaa115e082dc0aedbb7ef1e27ee8f74e6b519 authored over 1 year ago by Anbraten <[email protected]>
Use Vue setup directive (#2165)

3bdeb47d8cfbaa87ceeaf13e3271a322443065cf authored over 1 year ago by qwerty287 <[email protected]>
Fix pipeline config collapsing (#2166)

9cae5709f922427fc0a50f3bb0b5501296b04f52 authored over 1 year ago by qwerty287 <[email protected]>
Release file lock on USR1 signal (#2151)

close #2136

db057b8d8286bfcaff83ab0bec039291ff280764 authored over 1 year ago by 6543 <[email protected]>
Use min/max width for pipeline step list (#2141)

I've also added a min-width to keep the sidebar a bit more readable
before the breakpoint is re...

8f44ca3f3d932568607eedd9b74a1b574ab6a609 authored over 1 year ago by Robert Kaussow <[email protected]>
Fix 'add-orgs' migration (#2117)

close #2096

~~blocked by https://gitea.com/xorm/xorm/pulls/2320~~

17ab945825b4e4f676b8961840937925403a2fd1 authored over 1 year ago by 6543 <[email protected]>
Add header to pipeline log and always show buttons (#2140)

Fixes:
https://github.com/woodpecker-ci/woodpecker/issues/1314#issuecomment-1649213999
(4.)

...

09ed637ee54dccea1a0288ffe2004f986b455dc9 authored over 1 year ago by Robert Kaussow <[email protected]>
Use fix width for pipeline step list (#2138)

On larger monitors using dynamic width in percent, the step list can
become very wide which mak...

d28f4923e3e238dc538933db39e28864630b77e4 authored over 1 year ago by Robert Kaussow <[email protected]>
Make sure we dont have hidden options for backend and pipeline compiler (#2123)

move options based on **os.Getenv** into flags

---------
*Sponsored by Kithara Software GmbH*

d253f8cc3018ddfd095696201c4a0272e80b5f8d authored over 1 year ago by 6543 <[email protected]>
Add opt save global log output to file (#2115)

close #1933

---------
*Sponsored by Kithara Software GmbH*

3d4758578a06cb40a41113bee030112ef82530f5 authored over 1 year ago by 6543 <[email protected]>
Translated using Weblate (French)

Currently translated at 100.0% (317 of 317 strings)

Translated using Weblate (German)

Currentl...

0b5f1a7c0d8594326e738ae780f9afec3a1d61e9 authored over 1 year ago by Weblate <[email protected]>
Fix vite server (#2134)

#1799 broke it

4558f7c6916bc8ebccb29c1114cc250e04f48532 authored over 1 year ago by qwerty287 <[email protected]>
Fix UI and backend paths with subpath (#1799)

I'm not sure if this is an ideal fix for this, but it seems to work for
me. If you have another...

67b7de5cc2d74cbb2829b9bece906dde8b1b152d authored over 1 year ago by qwerty287 <[email protected]>
Enhance local backend (#2017)

make local backend able to clone from private

---------
*Sponsored by Kithara Software GmbH*...

10b1cfcd3b39c6f504e45dc0a9026d5eecdfbd0d authored over 1 year ago by 6543 <[email protected]>
Fix missing translation (#2132)

0ecaa7074a927bd022973701e7d078ab6f8bbadd authored over 1 year ago by qwerty287 <[email protected]>
Don't show badge without information (#2130)

Was requested
[here](https://github.com/woodpecker-ci/woodpecker/issues/1314#issuecomment-14778...

e17d0da2c38202337316118b6ba487f630850268 authored over 1 year ago by qwerty287 <[email protected]>
Fix workflows again (#2129)

Since it does not work this is mainly a revert of #2127

270de5f5745f9c0f326587f3db65429436bd54a6 authored over 1 year ago by qwerty287 <[email protected]>
Fix `docs` workflow (#2128)

Some steps were not longer executed and some `when` conditions are not
longer necessary. Follow...

b485d1bf703f3aac5d808c72322ddd3eae1a2ddc authored over 1 year ago by qwerty287 <[email protected]>
Speed up pipelines (#2127)

- Use workflow-global conditions to also skip the `clone` step for
`docs` and `web` workflows
...

516bc475b6d9b7e6a3b2bb5396f8e7dfde7fe8f7 authored over 1 year ago by qwerty287 <[email protected]>
Translated using Weblate (German)

Currently translated at 99.6% (316 of 317 strings)

Translated using Weblate (German)

Currently...

cdb52015f4cc6d0975a8e2af29301d4dee0f7314 authored over 1 year ago by Weblate <[email protected]>
docs: Environment Variable Seems to be `DOCKER_HOST`, not `DOCKER_SOCK` (#2122)

72c0c4fe633b4d92edbcb28393c599ab7f083779 authored over 1 year ago by Patrick Barrett <[email protected]>
Translated using Weblate (Indonesian)

Currently translated at 100.0% (317 of 317 strings)

Co-authored-by: Linerly <linerly@protonmail...

c37fab3dd74aae269f16258eec763a7e0ab699e7 authored over 1 year ago by Weblate <[email protected]>
Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Co-authored-by: Weblate <noreply@weblat...

cfbb3b20fd775fe63c05106f9e660ae6ee1c540c authored over 1 year ago by Weblate <[email protected]>
Fix swagger response code (#2119)

Closes #2118

4ad3968ff1bc4e4b2e0b9df09b733483a9f8862f authored over 1 year ago by qwerty287 <[email protected]>
Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Co-authored-by: Weblate <noreply@weblat...

fa747aa9bac72416b71d2e4573d01a1d7df0e917 authored over 1 year ago by Weblate <[email protected]>
Only run docs workflow on main branch (#2105)

bc049aa22a504f81b22975d8af4e6b7c96d6b2a3 authored over 1 year ago by 6543 <[email protected]>
Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Co-authored-by: Weblate <noreply@weblat...

432fbfc57e8360ef60a66ca9cfe6579d2f231a77 authored over 1 year ago by Weblate <[email protected]>
lint en.json locales file (#2108)

make sure we don't have another #2107

c24eea494bdcd44c5db831d51673c3ea74557791 authored over 1 year ago by 6543 <[email protected]>
Fix en.json file syntax (#2107)

96d13b32bb1bbacd116b5c0f3a99718f3adecfb7 authored over 1 year ago by Lauris BH <[email protected]>
CLI repo sync: Show `forge-remote-id` (#2103)

Because you need the `forge-remote-id` to supply as an argument to `repo add`

6359df4c646364958140b653dd726bed39bf1b16 authored over 1 year ago by runephilosof-karnovgroup <[email protected]>
Lazy-load TimeAgo locales (#2094)

1. new translation docs
2. lazy-load TimeAgo locales (used for "x min ago" messages). This 1.
...

d1c51f4af82296df253e8bd530aa5f6302bf38ab authored over 1 year ago by qwerty287 <[email protected]>
Translated using Weblate (German)

Currently translated at 100.0% (312 of 312 strings)

Co-authored-by: qwerty287 <[email protected]>
Tra...

74a619ff5b7172c0ffaf9754282c4df9b91e37b0 authored over 1 year ago by Weblate <[email protected]>
Forge Github Org: Use `login` instead of `name` (#2104)

For "woodpecker-ci" the `name` is "Woodpecker CI"
and the `login` is "woodpecker-ci"

Fixes ...

8487ed92cdf8711147fc4fc1c082311690dda1fd authored over 1 year ago by runephilosof-karnovgroup <[email protected]>
Improve user settings (#2087)

Make the user settings tabbed as well, currently only holding "Settings"
(language) and "API". ...

d09c418941e28d3622cb8d9375e40996902b0669 authored over 1 year ago by qwerty287 <[email protected]>
Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Co-authored-by: Weblate <noreply@weblat...

cbbf5a0c19e6e427d39ebbd1a2bc6b8f54b06f6b authored over 1 year ago by Weblate <[email protected]>
Fix version in FAQ (#2101)

Co-authored-by: Robert Kaussow <[email protected]>

aca090bbb0ebff0c59aa4912b7e48d95a3e1ca4e authored over 1 year ago by qwerty287 <[email protected]>
Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Co-authored-by: Weblate <noreply@weblat...

9383899f40a174918f0fdc1c9f2703ddc2099f45 authored over 1 year ago by Weblate <[email protected]>
Allow to disable swagger (#2093)

https://github.com/woodpecker-ci/woodpecker/issues/1944

1a7f7a94276128ee38851e5271d8f457e0a2977c authored over 1 year ago by qwerty287 <[email protected]>
Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Co-authored-by: Weblate <noreply@weblat...

f06e0acdc6c915bbcfb6dea157b4c6d613556b50 authored over 1 year ago by Weblate <[email protected]>
Fix woodpecker-go (#2090)

Closes #2083

This is breaking because I removed the old, unused `sync` parameter
(#2083).

176850495ec240b1cd54d5f03486652d0a663786 authored over 1 year ago by qwerty287 <[email protected]>
Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Co-authored-by: Weblate <noreply@weblat...

f9ec8004817aeeee8b5b93a7a623b63703fe1f8b authored over 1 year ago by Weblate <[email protected]>
client: Fix RepoPost path (#2091)

Closes https://github.com/woodpecker-ci/woodpecker/issues/2088

235619e4a0f2b95d68707837bc0c2a92089c8f95 authored over 1 year ago by runephilosof-karnovgroup <[email protected]>
Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Co-authored-by: Weblate <noreply@weblat...

0314cb5adae7360b5a571b20c82ecd63808fd2ef authored over 1 year ago by Weblate <[email protected]>
Add some testsvfor bitbucket forge (#2097)

b0fe17322f33edaa7fff912fa2642848449d5224 authored over 1 year ago by Michalis Zampetakis <[email protected]>
Update translation files

Updated by "Cleanup translation files" hook in Weblate.

Co-authored-by: Weblate <noreply@weblat...

957cb954843a088d46bbf23829c3c412471f7d87 authored over 1 year ago by Weblate <[email protected]>
Add blog posts/tutorials (#2095)

09b7a0bdefe25c1ed88fada90e9c77e2cd434662 authored over 1 year ago by qwerty287 <[email protected]>
Support bitbucket Dir() / multi-workflows (#2045)

4ad2c4eb45bf77d9eb8d2244322a3c4b1040b701 authored over 1 year ago by Michalis Zampetakis <[email protected]>
Fix alt text contrast in code boxes (#2089)

c36cb9da65dc50e1074f032e7b3c81de37d92e99 authored over 1 year ago by Robert Kaussow <[email protected]>
Use consistent woodpecker color scheme (#2003)

Fixes: https://github.com/woodpecker-ci/woodpecker/issues/1079

What do you think about using ...

dca01e6817b8039eef20edbbb0283e5ceea202cf authored over 1 year ago by Robert Kaussow <[email protected]>
update version docs about versioning (#2086)

Adds changes from
https://github.com/woodpecker-ci/woodpecker/pull/2043/files to v1.0
docs.

a8b8c9a5880b6f9d858e9f1b83ecd7145ff9206b authored over 1 year ago by Robert Kaussow <[email protected]>
Fix client example (#2085)

closes #2071

43e80c17b7ab8aa4958881ecc6d5df336255937e authored over 1 year ago by qwerty287 <[email protected]>
Update docs deps to address cves (#2080)

Related-to: https://github.com/woodpecker-ci/woodpecker/pull/2078

Remaining CVEs:

```
❯ trivy ...

e1a273d25d55a33d0dbe2cc8cbd1ddf908c52a97 authored over 1 year ago by Robert Kaussow <[email protected]>
Fix WOODPECKER_GRPC_VERIFY being ignored (#2077)

This fixes #2076

9f987155f35ea4a6575ddc397281de08f41930a0 authored over 1 year ago by praneeth-ovckd <[email protected]>
Change master to main (#2044)

e0ed1b3e4914fb0aa7cad08ff22bf72437b70da0 authored over 1 year ago by Anbraten <[email protected]>
Publish releases and branch tags to quay.io too (#2069)

address #1995

7efb15bf9c3f6da66faf8f92d27cf03abdf446bb authored over 1 year ago by 6543 <[email protected]>
fix: global registry docs (#2070)

The
[docs](https://woodpecker-ci.org/docs/administration/server-config#global-registry-setting)...

390295c844cd9464a64094714bb0d57d150ce1de authored over 1 year ago by lonix1 <[email protected]>
Remove default branch fallbacks (#2065)

5a812e32549fdc23842e20cd4d4581f2a0aa7506 authored over 1 year ago by Anbraten <[email protected]>
Improve bitbucket docs (#2066)

4731eeb5dbcef690fb2336b11fe4d0ba0431bb02 authored over 1 year ago by Anbraten <[email protected]>
Blog post for v1.0.0 release (#2055)

introduce the v1.0.0

---------
Co-authored-by: Robert Kaussow <[email protected]>

264f12fb5453eaca6308363c7af2446a16aff33b authored over 1 year ago by 6543 <[email protected]>
Update Changelog for v1.0.0 Release (#2058)

e01c478066adb0d289cee5d79fb3a9260b48b9b5 authored over 1 year ago by 6543 <[email protected]>
Add breaking note for `command:` removal (#2056)

close #2054

as we missed at #1032 that it was mentioned at one point in the docs and
so it ...

960a52bc0b0b279be042a573a0c589a4d1f091e2 authored over 1 year ago by 6543 <[email protected]>
Bump default clone image version to 2.1.0 (#2053)

We need v2.1.0 as it uses the CI_REPO_CLONE_URL and not the deprecated CI_REPO_REMOTE.

c96fc3f27adf221d459b215a84d28af0e84be25b authored over 1 year ago by Philipp <[email protected]>
Fix docs nit and add rm todo for v1.2.0 (#2049)

da9bfa64ceca13323dfbd71f494b61bed8049014 authored over 1 year ago by 6543 <[email protected]>
Drop deprecated built-in environment variables (#2048)

Drop:
- `CI_BUILD_*`
- `CI_PREV_BUILD_*`
- `CI_JOB_*`
- `*_LINK`
- `CI_SYSTEM_ARCH`
...

a83b0fcfd34aa129e4116ca9f0d94c26a281d522 authored over 1 year ago by 6543 <[email protected]>
Remove fallback check for old sqlite file location (#2046)

non breaking as we did fix or hard fail in last version, now we just
don't check anymore

---...

27c0ff502eebc7bb2875d02ee90355fa08dee201 authored over 1 year ago by 6543 <[email protected]>
Handle case where there is no latest pipeline for GetBadge (#2042)

address error 2 of #2036

6d373daea0cb62ca3b895a39c1604eecbda90195 authored over 1 year ago by 6543 <[email protected]>
let generic datastore error include func name (#2041)

error logs like:
```
{"level":"warn","error":"sql: no rows in result set","time":"2023-07-25T2...

bc2e2c7a1ba2ddf2a73c4ebcc9c79970d849a864 authored over 1 year ago by 6543 <[email protected]>
update docs about versioning (#2043)

#2040 did point out, it needs to be better clarified

1d2f594fc602228bef6ad41f2078bf4e5b5403af authored over 1 year ago by 6543 <[email protected]>
Fix wrong repo url used by badges (#2037)

---------

Co-authored-by: 6543 <[email protected]>

b824693b0ab34141b977e6e15b529a5b76b06582 authored over 1 year ago by Robert Kaussow <[email protected]>