Commit Graph

1150 Commits

Author SHA1 Message Date
Robert Kaussow
a6b462deae Merge branch 'main' into pr/4861 2025-10-28 10:38:56 +01:00
renovate[bot]
e4e208d81a chore(deps): lock file maintenance (#5695)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-27 07:53:52 +01:00
renovate[bot]
d31d3d85f7 chore(deps): update web npm deps non-major (#5694)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-26 08:20:17 +01:00
renovate[bot]
c468159301 fix(deps): update dependency @vueuse/core to v14 (#5692)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-25 12:07:46 +02:00
renovate[bot]
5439a97be8 chore(deps): update dependency vitest to v4 (#5691)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-25 08:51:52 +02:00
renovate[bot]
266203d913 chore(deps): update web npm deps non-major (#5689)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-25 07:41:18 +02:00
Robert Kaussow
5ec9d467d8 Merge branch 'main' into pr/4861 2025-10-22 09:28:26 +02:00
6543
ea417463f3 Translated using Weblate (Portuguese)
Currently translated at 100.0% (421 of 421 strings)

Translation: Woodpecker CI/UI
Translate-URL: https://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/pt/
2025-10-21 16:35:06 +00:00
6543
59536caac9 Translated using Weblate (Esperanto)
Currently translated at 100.0% (421 of 421 strings)

Translation: Woodpecker CI/UI
Translate-URL: https://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/eo/
2025-10-21 16:35:06 +00:00
Robert Kaussow
a0cbd4d0fc Merge branch 'main' into pr/4861 2025-10-21 08:19:49 +02:00
Anbraten
045a22209a Support multiple users with same login name but different forges (#5612)
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
2025-10-21 08:19:09 +02:00
renovate[bot]
8352ca7453 chore(deps): update dependency vite to v7.1.11 [security] (#5660)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-20 23:40:22 +02:00
rexwithluv
deadc0effb Translated using Weblate (Spanish)
Currently translated at 57.9% (244 of 421 strings)

Translation: Woodpecker CI/UI
Translate-URL: https://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/es/
2025-10-20 13:46:45 +00:00
6543
a4fb970ec1 Translated using Weblate (Dutch)
Currently translated at 10.2% (43 of 421 strings)

Translation: Woodpecker CI/UI
Translate-URL: https://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/nl/
2025-10-20 13:46:45 +00:00
renovate[bot]
d15fc4424c chore(deps): lock file maintenance (#5657)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-20 04:17:11 +02:00
Robert Kaussow
c4539fdcde fix order 2025-10-19 19:31:31 +02:00
renovate[bot]
fca9d85353 chore(deps): update dependency simple-icons to v15.17.0 (#5655)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-19 10:39:56 +02:00
Marcus Ramberg
05e8fe4699 Translated using Weblate (Norwegian Bokmål)
Currently translated at 99.5% (419 of 421 strings)

Translation: Woodpecker CI/UI
Translate-URL: https://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/nb_NO/
2025-10-18 18:05:51 +00:00
Robert Kaussow
baae699831 Merge branch 'main' into pr/4861 2025-10-18 19:33:57 +02:00
renovate[bot]
6ea1118f3c chore(deps): update dependency jsdom to v27.0.1 (#5653)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-18 09:11:00 +02:00
renovate[bot]
5aed4597ed chore(deps): update dependency @antfu/eslint-config to v6 (#5651)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-18 08:22:58 +02:00
renovate[bot]
fffaa0cd17 chore(deps): update web npm deps non-major (#5650)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-18 07:16:33 +02:00
Robert Kaussow
37196d025a Merge branch 'main' into pr/4861 2025-10-13 08:04:16 +02:00
renovate[bot]
4da66b32d4 chore(deps): lock file maintenance (#5634)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-13 02:53:50 +02:00
Robert Kaussow
1f225c1d0d fix tests 2025-10-12 21:20:55 +02:00
Robert Kaussow
ed5acaf2ca fix eslint 2025-10-12 21:04:01 +02:00
Robert Kaussow
fb464e16f0 align view and fix linting 2025-10-12 20:49:56 +02:00
Robert Kaussow
95d0285e91 cleanup 2025-10-12 20:09:47 +02:00
Arthur
3dcee6c2e1 Update boolean handling in ParameterEdit component
Refactor boolean value management by introducing a dedicated `booleanValue` ref to enhance reactivity and avoid direct prop mutations. Adjust watchers and logic to ensure consistent conversion between boolean and string representations.
2025-10-12 15:04:01 +02:00
Arthur
7e960b4a2b Added support for managing manual pipeline parameters
Introduced backend API endpoints, database operations, and web UI components for creating, updating, listing, and deleting manual pipeline parameters. This update includes tests for datastore functions, integration with the Vue.js web interface, and mock implementation for parameter-related methods.
2025-10-12 15:03:58 +02:00
Robert Kaussow
8c8acbbc7e Fix missing background in pipeline deploy popup (#5630) 2025-10-11 22:07:21 +02:00
rexwithluv
4142c18e38 Translated using Weblate (Spanish)
Currently translated at 57.7% (243 of 421 strings)

Translation: Woodpecker CI/UI
Translate-URL: https://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/es/
2025-10-11 18:54:03 +00:00
renovate[bot]
0bcb1bfcc2 chore(deps): lock file maintenance (#5627)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-11 20:20:14 +02:00
renovate[bot]
2cde675ae9 chore(deps): update dependency @types/node to v22.18.10 (#5625)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-11 19:40:06 +02:00
renovate[bot]
29745576ae chore(deps): update web npm deps non-major (#5623)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-11 07:02:40 +02:00
claude
375d248625 Translated using Weblate (Esperanto)
Currently translated at 28.7% (121 of 421 strings)

Translation: Woodpecker CI/UI
Translate-URL: https://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/eo/
2025-10-10 17:18:18 +00:00
6543
3a293345dd Translated using Weblate (Bavarian)
Currently translated at 100.0% (421 of 421 strings)

Translation: Woodpecker CI/UI
Translate-URL: https://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/bar/
2025-10-10 11:21:54 +00:00
daniel
55d14a6761 Translated using Weblate (Chinese (Traditional Han script))
Currently translated at 16.3% (69 of 421 strings)

Translation: Woodpecker CI/UI
Translate-URL: https://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/zh_Hant/
2025-10-10 11:21:54 +00:00
6543
2e8a9798f0 Translated using Weblate (Chinese (Traditional Han script))
Currently translated at 16.3% (69 of 421 strings)

Translation: Woodpecker CI/UI
Translate-URL: https://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/zh_Hant/
2025-10-10 11:21:54 +00:00
6543
f69765d72e Translated using Weblate (Ukrainian)
Currently translated at 31.8% (134 of 421 strings)

Translation: Woodpecker CI/UI
Translate-URL: https://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/uk/
2025-10-10 11:21:54 +00:00
Rafael Fontenelle
bef1f09ca6 Translated using Weblate (Portuguese)
Currently translated at 99.5% (419 of 421 strings)

Translation: Woodpecker CI/UI
Translate-URL: https://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/pt/
2025-10-10 11:21:53 +00:00
6543
78cf99619c Translated using Weblate (Dutch)
Currently translated at 9.7% (41 of 421 strings)

Translation: Woodpecker CI/UI
Translate-URL: https://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/nl/
2025-10-10 11:21:53 +00:00
6543
b50cc11073 Translated using Weblate (French)
Currently translated at 69.1% (291 of 421 strings)

Translation: Woodpecker CI/UI
Translate-URL: https://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/fr/
2025-10-10 11:21:53 +00:00
6543
71924f1f65 Translated using Weblate (Spanish)
Currently translated at 55.1% (232 of 421 strings)

Translation: Woodpecker CI/UI
Translate-URL: https://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/es/
2025-10-10 11:21:53 +00:00
6543
d39a70a0f1 Translated using Weblate (German)
Currently translated at 100.0% (421 of 421 strings)

Translation: Woodpecker CI/UI
Translate-URL: https://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/de/
2025-10-10 11:21:53 +00:00
6543
bf64c118a9 Translated using Weblate (Bavarian)
Currently translated at 99.7% (420 of 421 strings)

Translation: Woodpecker CI/UI
Translate-URL: https://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/bar/
2025-10-09 18:12:26 +00:00
Rafael Fontenelle
e5ebf4fbfa Translated using Weblate (Portuguese)
Currently translated at 99.5% (419 of 421 strings)

Translation: Woodpecker CI/UI
Translate-URL: https://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/pt/
2025-10-06 17:07:16 +00:00
Henrik Huitti
908d9a1821 List all repos in repository view if user is admin (#5595)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
2025-10-06 09:37:43 +02:00
renovate[bot]
4efd471561 chore(deps): lock file maintenance (#5607)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-06 03:57:30 +02:00
renovate[bot]
53ac9dac6d chore(deps): update dependency simple-icons to v15.16.1 (#5606)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-05 11:34:57 +02:00