Robert Kaussow
89e100cfd1
Add godot linter to harmonitze toplevel comments ( #3650 )
2024-05-13 22:58:21 +02:00
Robert Kaussow
da0658a531
Pin golang container to minor release ( #3696 )
2024-05-13 15:27:17 +02:00
Robert Kaussow
b931447a4d
Remove broken link to gobook.io ( #3694 )
2024-05-11 11:06:59 +02:00
Robert Kaussow and Anbraten
e229a8e633
Add cli output handlers ( #3660 )
...
Co-authored-by: Anbraten <6918444+anbraten@users.noreply.github.com >
2024-05-02 08:43:46 +02:00
Robert Kaussow
7f776ebf18
Sanitize tag ref for gitea/forgejo ( #3664 )
2024-04-30 09:59:03 +02:00
Robert Kaussow
4b1ff6d1a7
Compare to pipeline created timestamp while using before/after filter ( #3654 )
2024-04-28 10:32:31 +02:00
Robert Kaussow
2d66cfcce2
Split client into multiple files and add more tests ( #3647 )
...
All the client functions were in a single file, which was already very
long, and the test file gets even longer as more tests are added. I
split it into separate files representing the API path and started
adding some tests.
2024-04-26 13:46:55 +02:00
Robert Kaussow
daf673a857
Add make target for spellcheck ( #3648 )
2024-04-26 07:51:10 +02:00
Robert Kaussow and 6543
d0057736f1
Add DeletePipeline API ( #3506 )
...
This is just a first step, the final goal is to have an API endpoint to
prune Repo Pipelines older than the given date.
@woodpecker-ci/maintainers Can I get some feedback if this is the right
direction?
---------
Co-authored-by: 6543 <m.huber@kithara.com >
2024-04-25 10:59:17 +02:00
Robert Kaussow and qwerty287
9972c24924
Add filter options to GetPipelines API ( #3645 )
...
Separate this change from
https://github.com/woodpecker-ci/woodpecker/pull/3506
I would like to get at least this change into v2.5.0 if possible.
---------
Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com >
2024-04-25 09:37:42 +02:00
Robert Kaussow
e51f804ad6
Add task details to queue info in woodpecker-go ( #3636 )
2024-04-22 10:54:57 +02:00
Robert Kaussow
781628816d
Fix make in_docker generate ( #3616 )
2024-04-15 17:46:44 +02:00
Robert Kaussow
21f87b4b1d
Remove review button from approval view ( #3617 )
...
Not required anymore after
https://github.com/woodpecker-ci/woodpecker/pull/2757 was merged.
2024-04-15 16:42:19 +02:00
Robert Kaussow
b4cd1da29c
Apply skip ci filter only on push events ( #3612 )
...
Fixes: https://github.com/woodpecker-ci/woodpecker/issues/3606
2024-04-14 15:25:28 +03:00
Robert Kaussow
781749605e
Temp exclude huh/spinner from renovate ( #3588 )
...
Ref: https://github.com/woodpecker-ci/woodpecker/pull/3585
There seems to be an issue in renovate when updating modules from a
subdirectory of another module. I'll create an upstream issue/discussion
later.
2024-04-03 16:19:52 +02:00
Robert Kaussow
c92ded726f
Avoid brances in group names ( #3589 )
...
Removes brackets from group names, as these are also used for branch
names and brackets lead to problems with tab completion on the cli.
2024-04-03 09:48:14 +02:00
Robert Kaussow
a6e054f9fe
Remove datastore testfiles ( #3584 )
...
Ref: https://github.com/woodpecker-ci/woodpecker/pull/3227/files
2024-04-02 10:10:29 +02:00
Robert Kaussow
5fb732a734
Switch back to latest version of golangci ( #3527 )
...
Reverts: https://github.com/woodpecker-ci/woodpecker/pull/3520
As we have enabled pre-commit updates in renovate now, I've increased
the `autoupdate_schedule` of pre-commit to the max value (there is no
way to disable it).
2024-03-21 12:22:36 +02:00
Robert Kaussow
aaf11afef7
Fix golangci-lint version pinning ( #3521 )
2024-03-20 15:28:10 +01:00
Robert Kaussow
1a3eed232f
Temp pin golangci version in makefile ( #3520 )
...
Looks like something is broken in v1.57.x, and I don't think that's
something that can be fixed on the end-user side:
https://ci.woodpecker-ci.org/repos/3780/pipeline/14131/33
```
WARN [runner] Can't process result by autogenerated_exclude processor: can't filter issue result.Issue{FromLinter:"contextcheck", Text:"Function `Start$1->runCron` should pass the context parameter", Severity:"", SourceLines:[]string(nil), Replacement:(*result.Replacement)(nil), Pkg:(*packages.Package)(0xc001871980), LineRange:(*result.Range)(nil), Pos:token.Position{Filename:"", Offset:0, Line:0, Column:0}, HunkPos:0, ExpectNoLint:false, ExpectedNoLintLinter:""}: no file path for issue
WARN [runner] Can't process result by nolint processor: can't filter issue result.Issue{FromLinter:"contextcheck", Text:"Function `Start$1->runCron` should pass the context parameter", Severity:"", SourceLines:[]string(nil), Replacement:(*result.Replacement)(nil), Pkg:(*packages.Package)(0xc001871980), LineRange:(*result.Range)(nil), Pos:token.Position{Filename:"", Offset:0, Line:0, Column:0}, HunkPos:0, ExpectNoLint:false, ExpectedNoLintLinter:""}: no file path for issue
WARN [runner/source_code] Failed to get line 0 for file : failed to get file lines cache: can't get file bytes from cache: can't read file : open : no such file or directory
```
2024-03-20 14:02:37 +01:00
Robert Kaussow
d6205e3c61
Revert service names in CI ( #3505 )
2024-03-18 20:41:00 +01:00
Robert Kaussow
2268c0c2ae
Temp rename CI services to avoid duplicate name issues ( #3497 )
...
Workaround for: https://github.com/woodpecker-ci/woodpecker/issues/3494
2024-03-18 12:55:46 +01:00
Robert Kaussow
a779eed3df
Enable golangci linter gomnd ( #3171 )
2024-03-15 18:00:25 +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
Robert Kaussow
6abeff0165
Remove empty strings from slice before parsing agent config ( #3387 )
...
Fixes: https://github.com/woodpecker-ci/woodpecker/issues/3385
2024-02-14 23:22:31 +01:00
Robert Kaussow
685907ddf6
Fix spelling in test description ( #3198 )
2024-01-13 15:24:13 +01:00
Robert Kaussow
9bbba4441d
Enable golangci linter forcetypeassert ( #3168 )
...
Split out from https://github.com/woodpecker-ci/woodpecker/pull/2960
2024-01-12 02:01:02 +01:00
Robert Kaussow
f813badcf9
Enable golangci linter contextcheck ( #3170 )
...
Split out from https://github.com/woodpecker-ci/woodpecker/pull/2960
2024-01-11 22:15:15 +01:00
Robert Kaussow
489be65805
Remove duplicate golangci linter ( #3172 )
...
`whitespace` is listed twice
2024-01-11 18:01:24 +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
Robert Kaussow
23f58fc07a
Fix broken gated repos ( #2959 )
...
Fixes a bug introduced in
https://github.com/woodpecker-ci/woodpecker/pull/2923 . I'll also try to
add a test case.
2023-12-17 18:44:48 +02:00
Robert Kaussow
57790e4176
Fix error container overflow ( #2957 )
...
Fixes: https://github.com/woodpecker-ci/woodpecker/issues/2947

On the mobile view, it now wraps to show error on top. That is still not
perfect as it creates content jumps, after clicking on a pipeline with
errors. I don't have a better idea yet, but IMO it's already an
improvement as before it was quite unusable on mobile view.
Before:

After:

2023-12-16 22:27:46 +02:00
Robert Kaussow and Lauris BH
6de5922408
Fix skipped pipelines model ( #2923 )
...
Fixes: https://github.com/woodpecker-ci/woodpecker/issues/2901
---------
Co-authored-by: Lauris BH <lauris@nix.lv >
2023-12-12 22:30:52 +02:00
Robert Kaussow
65a93ca547
Fix css loading order in head ( #2785 )
...
The `custom.css` file should be loaded last to take precedence over the
default file. Otherwise, the theming will not work as expected, and you
would have to use `!important` most of the time.
2023-11-09 15:13:11 +02:00
Robert Kaussow
4c2dbca2e9
Replace linter icons to match theme ( #2765 )
...
@qwerty287 @anbraten What do you think about this approach? This way the
icons fit more into the existing design. I've also moved the icon in the
tab to the end as this looks IMO a bit better on mobile view, but open
for discussions.

<img
src="https://github.com/woodpecker-ci/woodpecker/assets/3391958/93cd4dd6-4e22-4210-9fee-f8d134d3df42 "
width=350> <img
src="https://github.com/woodpecker-ci/woodpecker/assets/3391958/6128fec9-3dc5-4483-abde-5a911b236138 "
width=350>
Alternative idea for errors:
<img
src="https://github.com/woodpecker-ci/woodpecker/assets/3391958/bee8b1ea-8d27-43cc-9fb1-2df0031d3551 "
width=350>
Or just use one symbol and only change the color for errors/warnings?
2023-11-09 00:03:36 +02:00
Robert Kaussow and 6543
1f7c087074
Use full qualifyer for images ( #2692 )
...
Supersedes https://github.com/woodpecker-ci/woodpecker/pull/1659
---------
Co-authored-by: 6543 <6543@obermui.de >
2023-11-01 15:25:48 +01:00
Robert Kaussow
f8e91f00aa
Fix broken link to 3rd party plugin library ( #2494 )
...
Fixes: https://github.com/woodpecker-ci/woodpecker/issues/2493
2023-09-23 13:57:35 +02:00
Robert Kaussow and qwerty287
ea95d6381a
Add devx lable to compose file PRs ( #2467 )
...
As discussed in
https://github.com/woodpecker-ci/woodpecker/pull/2463#issuecomment-1722164170
---------
Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com >
2023-09-17 16:51:45 +02:00
Robert Kaussow
609076675b
Add hint about alternative pipeline skip syntax ( #2443 )
2023-09-12 09:58:18 +02:00
Robert Kaussow
9eb3efadc5
Add renovate package rule to apply build label ( #2440 )
2023-09-11 08:57:20 +02:00
Robert Kaussow
84cc9b93ae
Add renovate package rule to apply dependencies label ( #2438 )
2023-09-11 01:03:06 +02:00
Robert Kaussow and Patrick Schratz
6a61bb0a01
Add renovate deps groups ( #2417 )
...
Co-authored-by: Patrick Schratz <patrick.schratz@gmail.com >
2023-09-10 10:07:50 +02:00
5c2f02c4a1
Harmonize pipeline status information and add a review link to the approval ( #2345 )
...
Ref:
https://github.com/woodpecker-ci/woodpecker/discussions/2162#discussioncomment-6666864
Adds a `PipelineInfo` view to harmonize pipeline status information and
add a review link to the approval view.



---------
Co-authored-by: Lauris BH <lauris@nix.lv >
Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com >
2023-09-09 08:35:53 +02:00
Robert Kaussow
e21a41de8c
Add option to render button as link ( #2378 )
...
Fixes: https://github.com/woodpecker-ci/woodpecker/issues/1259
Work from https://github.com/woodpecker-ci/woodpecker/pull/1602/files
With this approach, existing buttons are still working and buttons with
`to="https://..."` are rendered as `a` tag. Not sure about the
"recursive render" issue from the original PR, have not seen any
rendering issue, any idea about this?

2023-09-08 08:44:22 +02:00
Robert Kaussow and qwerty287
718ec6141c
close sidebar on outside click ( #2325 )
...
[record.webm](https://github.com/woodpecker-ci/woodpecker/assets/3391958/f797be2c-09a9-4699-be85-7d5925e146ed )
---------
Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com >
2023-09-07 22:28:36 +02:00
Robert Kaussow
1806ad0165
Fix typo in GitLab docs ( #2376 )
2023-09-07 15:40:13 +02:00
Robert Kaussow
91192a900a
Truncate commit message in pipeline log view header ( #2356 )
2023-08-30 16:17:01 +02:00
81aa9b1439
Use full width header on pipeline view and show repo name ( #2327 )
...
Co-authored-by: Patrick Schratz <patrick.schratz@gmail.com >
Co-authored-by: 6543 <m.huber@kithara.com >
2023-08-29 15:57:58 +02:00
Robert Kaussow
d155dfdecb
Use html list for changed files list ( #2346 )
...

2023-08-29 15:06:56 +02:00
Robert Kaussow and qwerty287
15bd20d58b
Show correct event in pipeline step list ( #2334 )
...
Fixes: https://github.com/woodpecker-ci/woodpecker/issues/2207


Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com >
2023-08-28 08:08:53 +02:00
Robert Kaussow
e139abf15a
Add min height to mobile pipeline view and fix overflow ( #2335 )
...
The mobile pipeline view in landscape view is not really usable. The
idea is to add a min-height to use the screen a bit better for the main
content. Before:
[before.webm](https://github.com/woodpecker-ci/woodpecker/assets/3391958/c4f38da6-c0f2-4549-9f80-90a4b02ddc94 )
After:
[after.webm](https://github.com/woodpecker-ci/woodpecker/assets/3391958/a0397d52-aeda-4edf-9200-953ca4738daa )
2023-08-28 00:36:48 +02:00
Robert Kaussow
c5c01ddd19
Fix grid column size in pipeline log view ( #2336 )
...
Fixes: https://github.com/woodpecker-ci/woodpecker/issues/1832
Before:
<img
src="https://github.com/woodpecker-ci/woodpecker/assets/3391958/cdb91f9e-98b9-4e66-9c64-b90d4e59fb73 "
width="500">
After:
<img
src="https://github.com/woodpecker-ci/woodpecker/assets/3391958/ec5e0c4d-545b-4ba0-8550-9e3f6701551f "
width="500">
2023-08-28 00:35:41 +02:00
Robert Kaussow
2f6909847f
Fix mobile login view ( #2332 )
...
Before:
<img
src="https://github.com/woodpecker-ci/woodpecker/assets/3391958/27a97d84-1aea-4edd-8816-65693429caf9 "
width="300">
<img
src="https://github.com/woodpecker-ci/woodpecker/assets/3391958/efcba454-515c-453e-abce-6cfd63b30dc7 "
width="500">
After:
<img
src="https://github.com/woodpecker-ci/woodpecker/assets/3391958/3fa4ee48-f230-4cdb-bdb9-8527477cb4e2 "
width="300">
<img
src="https://github.com/woodpecker-ci/woodpecker/assets/3391958/2b327f53-8a33-4506-adb3-1f7ccb64c702 "
width="500">
2023-08-27 20:58:06 +02:00
Robert Kaussow
c5240d8ce0
Fix button loading spinner when activating repos ( #2333 )
...
Fixes: https://github.com/woodpecker-ci/woodpecker/issues/2234
There is no internal `repo.id` for not enabled repos. Use the remote
forge repo id instead.
2023-08-27 17:54:33 +02:00
Robert Kaussow
336c41dd33
add spacing to pipeline feed spinner ( #2326 )
...
Ref:
https://github.com/woodpecker-ci/woodpecker/discussions/2162#discussioncomment-6666893
## Before

## After

2023-08-26 02:27:24 +02:00
Robert Kaussow
008a8c6acb
Fix usage description for backend-http-proxy flag ( #2250 )
2023-08-19 16:27:21 +02:00
Robert Kaussow
8f44ca3f3d
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 reached:
Before:

After:

2023-08-07 23:32:36 +02:00
Robert Kaussow
09ed637ee5
Add header to pipeline log and always show buttons ( #2140 )
...
Fixes:
https://github.com/woodpecker-ci/woodpecker/issues/1314#issuecomment-1649213999
(4.)


That both buttons are shown in the screenshot is only for demonstration.
2023-08-07 22:23:47 +02:00
Robert Kaussow
d28f4923e3
Use fix width for pipeline step list ( #2138 )
...
On larger monitors using dynamic width in percent, the step list can
become very wide which makes it hard to read.
2023-08-07 21:49:58 +02:00
Robert Kaussow
c36cb9da65
Fix alt text contrast in code boxes ( #2089 )
2023-08-02 10:36:14 +02:00
Robert Kaussow and 6543
dca01e6817
Use consistent woodpecker color scheme ( #2003 )
...
Fixes: https://github.com/woodpecker-ci/woodpecker/issues/1079
What do you think about using a consistent `woodpecker` color scheme?
Right now, the `lime` color scheme from windicss is used that does not
really fit the primary color used for the documentation website. I have
used the primary color `#4CAF50` from the docs and created a color
palette with https://palettte.app/ :
<details>
<summary>JSON source</summary>
```Json
[
{
"paletteName": "New Palette",
"swatches": [
{
"name": "New Swatch",
"color": "166E30"
},
{
"name": "New Swatch",
"color": "248438"
},
{
"name": "New Swatch",
"color": "369943"
},
{
"name": "New Swatch",
"color": "4CAF50"
},
{
"name": "New Swatch",
"color": "68C464"
},
{
"name": "New Swatch",
"color": "8AD97F"
}
]
}
]
```
</details>

I have added this color scheme to the windicss config and replaced the
use of `lime` in the UI. While `woodpecker-300` would be the primary
color that is used for the docs, I currently use `woodpecke-400` as
primary color for the UI to fix some contrast issues.


What do you think? If you would like to stay with the current colors,
that's fine for me, I can just use the custom CSS feature in this case.
---------
Co-authored-by: 6543 <6543@obermui.de >
2023-08-02 09:09:12 +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
Robert Kaussow
e1a273d25d
Update docs deps to address cves ( #2080 )
...
Related-to: https://github.com/woodpecker-ci/woodpecker/pull/2078
Remaining CVEs:
```
❯ trivy fs --exit-code 1 --skip-dirs node_modules/,plugins/woodpecker-plugins/node_modules/ docs/
2023-08-01T10:02:36.911+0200 INFO Vulnerability scanning is enabled
2023-08-01T10:02:36.911+0200 INFO Secret scanning is enabled
2023-08-01T10:02:36.911+0200 INFO If your scanning is slow, please try '--scanners vuln' to disable secret scanning
2023-08-01T10:02:36.911+0200 INFO Please see also https://aquasecurity.github.io/trivy/v0.43/docs/scanner/secret/#recommendation for faster secret detection
2023-08-01T10:02:36.963+0200 INFO Number of language-specific files: 1
2023-08-01T10:02:36.963+0200 INFO Detecting pnpm vulnerabilities...
pnpm-lock.yaml (pnpm)
Total: 2 (UNKNOWN: 0, LOW: 0, MEDIUM: 1, HIGH: 1, CRITICAL: 0)
┌─────────┬────────────────┬──────────┬───────────────────┬────────────────┬──────────────────────────────────────────────────────────────┐
│ Library │ Vulnerability │ Severity │ Installed Version │ Fixed Version │ Title │
├─────────┼────────────────┼──────────┼───────────────────┼────────────────┼──────────────────────────────────────────────────────────────┤
│ got │ CVE-2022-33987 │ MEDIUM │ 9.6.0 │ 11.8.5, 12.1.0 │ missing verification of requested URLs allows redirects to │
│ │ │ │ │ │ UNIX sockets │
│ │ │ │ │ │ https://avd.aquasec.com/nvd/cve-2022-33987 │
├─────────┼────────────────┼──────────┼───────────────────┼────────────────┼──────────────────────────────────────────────────────────────┤
│ trim │ CVE-2020-7753 │ HIGH │ 0.0.1 │ 0.0.3 │ nodejs-trim: Regular Expression Denial of Service (ReDoS) in │
│ │ │ │ │ │ trim function │
│ │ │ │ │ │ https://avd.aquasec.com/nvd/cve-2020-7753 │
└─────────┴────────────────┴──────────┴───────────────────┴────────────────┴──────────────────────────────────────────────────────────────┘
```
- `trim` is pulled in by `@docusaurus/theme-classic` and can be ignored
due to
https://github.com/facebook/docusaurus/issues/7275#issuecomment-1113997259
- `got` can be ignored as well, see `trim`
2023-08-01 13:30:44 +02:00
Robert Kaussow and 6543
b824693b0a
Fix wrong repo url used by badges ( #2037 )
...
---------
Co-authored-by: 6543 <6543@obermui.de >
2023-07-27 02:08:06 +02:00
Robert Kaussow and 6543
84b597478f
Add ping command to server to allow container healthchecks ( #2030 )
...
Fixes: https://github.com/woodpecker-ci/woodpecker/issues/1943
Note: Kubernetes ignores the container `HEALTHCHECK` by default.
---------
Co-authored-by: 6543 <6543@obermui.de >
2023-07-25 15:55:29 +02:00
Robert Kaussow and 6543
2e954801b8
Always use a static back route ( #2028 )
...
Fixes: https://github.com/woodpecker-ci/woodpecker/issues/1998
---------
Co-authored-by: 6543 <6543@obermui.de >
2023-07-24 20:06:26 +02:00
Robert Kaussow
c0216deb43
Return to users list after creating a new user ( #2029 )
...
Fixes:
https://github.com/woodpecker-ci/woodpecker/issues/1314#issuecomment-1503635132
2023-07-24 19:05:18 +02:00
Robert Kaussow
0c46ba4d80
Add option to configure the vite dev server host ( #2005 )
...
If you want to run the vite dev server in a container, it needs to be
exposed to `0.0.0.0`.
2023-07-16 21:31:36 +02:00
Robert Kaussow
37fcc26330
Use unified rounded corners for all elements in the nav bar ( #2000 )
...
Nav bar:



Other icon buttons:

2023-07-15 15:47:15 +02:00
Robert Kaussow
443c23c58a
Use global logger for xorm logs and add options ( #1997 )
...
Please let me know if this goes in the right direction. Needs some tests and docs.
2023-07-15 01:15:13 +02:00
Robert Kaussow
669abdf690
Add makefile to make container and .pnpn-store to gitignore ( #1996 )
...
Running `make in_docker ...` on a fresh system failed:
```
=> CACHED [stage-1 3/6] COPY --from=golang_image /usr/local/go /usr/local/go 0.0s
=> ERROR [stage-1 4/6] RUN make install-tools && mv /root/go/bin/* /usr/local/go/bin/ && chmod 755 /usr/local/go/bin/* 0.1s
------
> [stage-1 4/6] RUN make install-tools && mv /root/go/bin/* /usr/local/go/bin/ && chmod 755 /usr/local/go/bin/*:
0.132 make: *** No rule to make target 'install-tools'. Stop.
------
Dockerfile.make:14
--------------------
13 | # Cache tools
14 | >>> RUN make install-tools && \
15 | >>> mv /root/go/bin/* /usr/local/go/bin/ && \
16 | >>> chmod 755 /usr/local/go/bin/*
17 |
--------------------
```
Fixed after adding the Makefile to the make container.
2023-07-14 16:14:00 +02:00