Patrick Schratz
106b6e01c0
Overhaul README ( #3995 )
2024-08-05 01:27:25 +02:00
6543
c8411d7f83
cspell lint docs ( #3787 )
...
Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
2024-07-22 20:42:00 +02:00
6543
764329ed1d
Make sure plugins only mount the workspace base in a predefinde location ( #3933 )
2024-07-18 22:52:22 +02:00
smainz
49c2029cad
Cli fix pipeline logs ( #3913 )
...
Co-authored-by: Thomas Anderson <127358482+zc-devs@users.noreply.github.com>
Co-authored-by: 6543 <6543@obermui.de>
2024-07-18 20:39:18 +02:00
6543
c81a6d67b1
Add docs for v2.7.0 ( #3921 )
2024-07-18 14:57:03 +02:00
finga
388f14185c
docs: Fix spelling ( #3887 )
...
Co-authored-by: finga <finga@onders.org>
2024-07-12 14:57:30 +02:00
qwerty287
4f7df39edd
Add 2.6 docs ( #3786 )
2024-06-13 19:31:54 +02:00
Wez Furlong
6a0c236d77
Remove misleading crontab guru suggestion from docs ( #3781 )
2024-06-13 15:57:24 +02:00
qwerty287
61e263b048
Remove old docs versions ( #3743 )
...
Co-authored-by: Anbraten <6918444+anbraten@users.noreply.github.com>
2024-06-04 10:14:39 +02:00
qwerty287
f02902d099
Split FAQ ( #3746 )
...
Co-authored-by: Anbraten <6918444+anbraten@users.noreply.github.com>
2024-06-03 09:12:42 +02:00
Anbraten
13c6150b9a
Create 2.5 docs ( #3732 )
...
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: qwerty287 <qwerty287@posteo.de>
Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
2024-06-01 08:34:17 +02:00
qwerty287
719021b91c
Fix step syntax in docs ( #3635 )
...
Some are not using array syntax yet…
2024-04-21 18:51:08 +02:00
6543
399bc5bf1b
Document how to enable parallel step exec for all steps ( #3605 )
...
Document how depends_on work in more details
---------
Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
Co-authored-by: Anbraten <6918444+anbraten@users.noreply.github.com>
2024-04-10 12:31:42 +02:00
manuelluis
9c684b7a22
Add option to set the local repository path to the cli command exec. ( #3524 )
...
The cli command exec not handle in a coherent way the repository path
when a directory or filename is given for the pipeline.
` woodpecker-cli exec [command options] [path/to/.woodpecker.yaml]`
If the path to the pipeline is a file in the `.woodpecker` directory,
for example: `.woodpecker/pipeline.yaml`,
the repository path will be: `.woodpecker`
If the path to the pipeline yaml is a directory with more than one
level, for example `ci/woodpecker/`,
the repository path will be: `ci`
In order not to break the old behavior we added a new option to put the
root directory of the repository:
~~~
woodpecker-cli exec --local --repo-path . --pipeline-event manual
.woodpecker/build.yml
~~~
2024-03-21 00:19:48 +01:00
6543
1f75650720
Delete docs for v0.15.x ( #3508 )
...
they will remain in the git history ... but we should not promote them
anymore at all
PS: we only have terminology since v1.0.x ... so even reference to same
topics is hard in old docs
---------
Co-authored-by: Anbraten <6918444+anbraten@users.noreply.github.com>
2024-03-19 09:26:06 +01:00
6543
385e7e3a49
Create docs for v2.4.x ( #3507 )
2024-03-19 08:36:20 +01:00
Robert Kaussow
36e13670e8
Bump follow-redirects and fix broken anchors ( #3488 )
...
- Bump `follow-redirects` to fix sec scan
- Remove archived plugin `Chart releaser`
- Fix broken anchors
```
Exhaustive list of all broken anchors found:
- Broken anchor on source page path = /docs/0.15/administration/agent-config:
-> linking to /docs/0.15/usage/pipeline-syntax#step-when---conditional-execution
- Broken anchor on source page path = /docs/0.15/development/docs:
-> linking to /docs/0.15/development/getting-started#nodejs--yarn
- Broken anchor on source page path = /docs/0.15/development/ui:
-> linking to /docs/0.15/development/getting-started#nodejs--yarn
-> linking to /docs/0.15/development/getting-started#debugging
- Broken anchor on source page path = /docs/1.0/development/ui:
-> linking to /docs/1.0/development/getting-started#debugging
- Broken anchor on source page path = /docs/2.0/administration/agent-config:
-> linking to /docs/2.0/administration/backends/kubernetes#configuration
- Broken anchor on source page path = /docs/2.0/administration/server-config:
-> linking to forges/github#configuration (resolved as: /docs/2.0/administration/forges/github#configuration)
- Broken anchor on source page path = /docs/2.0/development/ui:
-> linking to /docs/2.0/development/getting-started#debugging
- Broken anchor on source page path = /docs/2.0/usage/matrix-workflows:
-> linking to /docs/2.0/administration/backends/kubernetes#nodeSelector
- Broken anchor on source page path = /docs/2.1/administration/agent-config:
-> linking to /docs/2.1/administration/backends/kubernetes#configuration
- Broken anchor on source page path = /docs/2.1/development/ui:
-> linking to /docs/2.1/development/getting-started#debugging
- Broken anchor on source page path = /docs/2.1/usage/matrix-workflows:
-> linking to /docs/2.1/administration/backends/kubernetes#nodeSelector
- Broken anchor on source page path = /docs/2.2/administration/agent-config:
-> linking to /docs/2.2/administration/backends/local#further-configuration
- Broken anchor on source page path = /docs/2.2/development/ui:
-> linking to /docs/2.2/development/getting-started#debugging
- Broken anchor on source page path = /docs/2.2/usage/matrix-workflows:
-> linking to /docs/2.2/administration/backends/kubernetes#nodeSelector
- Broken anchor on source page path = /docs/next/administration/agent-config:
-> linking to /docs/next/administration/backends/local#further-configuration
- Broken anchor on source page path = /docs/next/development/ui:
-> linking to /docs/next/development/getting-started#debugging
- Broken anchor on source page path = /docs/next/usage/matrix-workflows:
-> linking to /docs/next/administration/backends/kubernetes#nodeSelector
- Broken anchor on source page path = /docs/next/usage/plugins/creating-plugins:
-> linking to /docs/next/usage/secrets#use-secrets-in-settings
- Broken anchor on source page path = /docs/administration/agent-config:
-> linking to /docs/administration/backends/local#further-configuration
- Broken anchor on source page path = /docs/development/ui:
-> linking to /docs/development/getting-started#debugging
- Broken anchor on source page path = /docs/usage/matrix-workflows:
-> linking to /docs/administration/backends/kubernetes#nodeSelector
```
2024-03-15 11:56:31 +01:00
Patrick Schratz
1ed9d58a69
Add 2.3 docs ( #3306 )
2024-01-31 19:47:52 +01:00
Lukas
94b882fb95
Add spellcheck config ( #3018 )
...
Part of #738
```
pnpx cspell lint --gitignore '{**,.*}/{*,.*}'
```
---------
Co-authored-by: Anbraten <anton@ju60.de>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: 6543 <6543@obermui.de>
2024-01-27 21:15:10 +01:00
qwerty287
646f2c5c7a
Add 2.2 docs ( #3237 )
...
to finally release 2.2
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-01-21 13:22:05 +02:00
qwerty287
f56f9cb1c0
Cleanups + prefer .yaml ( #3069 )
...
Co-authored-by: Robert Kaussow <xoxys@rknet.org>
2024-01-11 18:43:54 +01:00
Robert Kaussow
7756c60a33
Enable golangci linter stylecheck ( #3167 )
...
This PR only fixes error string formatting, log message strings are
still mixed upper/lowercase (see
https://github.com/woodpecker-ci/woodpecker/pull/3161#issuecomment-1885140649 )
and I'm not aware of a linter to enforce it.
2024-01-10 22:56:42 +01:00
Thomas Anderson
c0fc4828ff
Flexible image pull secret reference ( #3016 )
...
Co-authored-by: pat-s <patrick.schratz@gmail.com>
2024-01-05 08:33:56 +01:00
Lukas
07587d6b97
Use WOODPECKER_AGENT_SECRET instead of deprecated alternative ( #3103 )
2024-01-02 10:48:40 +01:00
6543
fdab526f3f
Branchout docs for v2.1 ( #3005 )
2023-12-26 19:49:12 +01:00
Patrick Schratz
df73d2c475
Document WOODPECKER_LOG_FILE
( #3022 )
...
Missed from #2115
Also rephrased the description a bit.
---------
Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
2023-12-26 11:18:05 +01:00
6543
936c9bdb0d
Export changed files via builtin environment variables ( #2935 )
...
add **`CI_PIPELINE_FILES`** to builtin env vars
close #853
---
*Sponsored by Kithara Software GmbH*
2023-12-18 22:37:38 +01:00
Mikhail Putilov
91ea631db1
Update 20-kubernetes.md ( #2927 )
...
Fix up 404 URL
---------
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
2023-12-11 14:03:05 +01:00
runephilosof-karnovgroup
adb2c82790
Update go module path for major version 2 ( #2905 )
...
https://go.dev/doc/modules/release-workflow#breaking
Fixes https://github.com/woodpecker-ci/woodpecker/issues/2913 fixes
#2654
```
runephilosof@fedora:~/code/platform-woodpecker/woodpecker-repo-configurator (master)$ go get go.woodpecker-ci.org/woodpecker@v2.0.0
go: go.woodpecker-ci.org/woodpecker@v2.0.0: invalid version: module contains a go.mod file, so module path must match major version ("go.woodpecker-ci.org/woodpecker/v2")
```
---------
Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
2023-12-08 08:15:08 +01:00
qwerty287
948b4224c7
Add 2.x docs ( #2865 )
...
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Anbraten <anton@ju60.de>
2023-11-23 17:00:54 +01:00
qwerty287
8946d2099c
Update docusaurus to v3 ( #2732 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: pat-s <patrick.schratz@gmail.com>
2023-11-05 10:43:44 +01:00
Patrick Schratz
856b2ef8c7
pre-commit
fixes (#2669 )
...
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Anbraten <anton@ju60.de>
2023-10-31 09:14:09 +01:00
Martin W. Kirst
3f185d5b36
[doc] improve documentation WOODPECKER_SESSION_EXPIRES ( #2603 )
2023-10-18 18:26:20 +02:00
Oskars
afef609f3c
Adjust github scopes and clarify documentation. ( #2578 )
...
Add scopes needed when creating Github application.
Removed "repo:status" scope, because it is included in already requested
"repo" scope.
Fixes : #1081
2023-10-14 13:26:25 +02:00
Dhadve Yash
c15ef3ca76
Remove redundant definition of webhook form docs ( #2561 )
2023-10-10 16:15:49 +02:00
Michalis Zampetakis
d2f279453b
Add bitbucket tag support in docs ( #2536 )
2023-10-07 07:51:06 +02:00
Cat
0eacbe8a33
Fix docs duplicate WOODPECKER_HOST assignment ( #2501 )
...
Seems to only be a small typo on
https://woodpecker-ci.org/docs/administration/setup#docker-compose ,
where the `+ - WOODPECKER_HOST=${WOODPECKER_HOST}` line is repeated!
2023-09-26 18:22:19 +01:00
6543
3954d85a5b
Add "plugin" support to local backend ( #2239 )
...
and a nit to improve the clone
---
*Sponsored by Kithara Software GmbH*
2023-08-22 22:00:32 +02:00
lonix1
d00932bedd
docs: clearer explanation for globs in when:path ( #2252 )
...
As discussed on [discord](https://discord.com/channels/838698813463724034/838698813463724037/1142646908049961001 ).
2023-08-20 15:03:03 +02:00
6543
f2e31c6770
Rename build -> pipeline in docs for external configuration service ( #2217 )
2023-08-16 08:13:26 +02:00
6543
63d5c40afd
Deprecate "platform" filter in favour of "labels" ( #2181 )
...
Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
2023-08-09 16:09:44 +02:00
Patrick Barrett
72c0c4fe63
docs: Environment Variable Seems to be DOCKER_HOST
, not DOCKER_SOCK
( #2122 )
2023-08-07 01:27:28 +02:00
Robert Kaussow
a8b8c9a588
update version docs about versioning ( #2086 )
...
Adds changes from
https://github.com/woodpecker-ci/woodpecker/pull/2043/files to v1.0
docs.
2023-08-02 04:18:34 +02:00
6543
960a52bc0b
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 was a breaking change
2023-07-29 14:52:43 +02:00
6543
a83b0fcfd3
Drop deprecated built-in environment variables ( #2048 )
...
Drop:
- `CI_BUILD_*`
- `CI_PREV_BUILD_*`
- `CI_JOB_*`
- `*_LINK`
- `CI_SYSTEM_ARCH`
- `CI_REPO_REMOTE`
2023-07-28 14:58:20 +02:00
6543
1c116daf08
Create docs for v1.0.x ( #1855 )
...
and also fix / enhance some
2023-07-25 12:41:58 +02:00
runephilosof-karnovgroup
1fa0212731
Add minimum usage for CLI v0.15.x to docs ( #1878 )
...
Co-authored-by: 6543 <6543@obermui.de>
2023-06-25 23:38:25 +02:00
6543
6ab9f802d1
Fix links in docs ( #1859 )
2023-06-13 18:58:26 +02:00
6543
c919f32e0b
[Docs] Remove never implemented "tag"-filter and document "ref"-filter to do the same ( #1820 )
...
close #1211
2023-06-04 12:13:32 +02:00
Felix Kröner
5abba554b6
Remove unnecessary parenthesis ( #1710 )
...
Came across this while reading the docs.
2023-04-20 15:56:40 +02:00