Commit Graph
319 Commits
Author SHA1 Message Date
qwerty287 c331e1c93d Add placeholders to inputs (#6599) 2026-05-17 17:22:47 +02:00
qwerty287 2c8b690fc3 Fix missing log close button (#6584) 2026-05-15 19:23:19 +02:00
23260bc7b9 Group logs by command in step logs UI and make them collapsible (#6398)
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
2026-05-11 13:02:01 +02:00
6543 ed4a7dec72 unwrap obj to clone it (#6409) 2026-04-15 10:06:17 +02:00
6543 de4f9c21eb WebUI: remove "lodash" dep (#6369)
make our webui smaler by 0.1Mb ... and remove dep that is haunted by security issues and almost replaced by modern browser APIs.

https://developer.mozilla.org/de/docs/Web/API/Window/structuredClone#browser-kompatibilit%C3%A4t
2026-04-04 14:20:16 +02:00
Sim-hu aae3abed75 Show global/org registries in org/repo registries tab (#6291) 2026-03-22 18:21:18 +01:00
bcae1a1f48 chore(deps): update web npm deps non-major (#6279)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: qwerty287 <qwerty287@posteo.de>
Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2026-03-21 09:07:10 +01:00
6543 eab8c09d0a Have distinct differense between skipped and canceled status (#6267) 2026-03-20 16:57:34 +01:00
confusedsushi 89fd89449c possibillity to configure the maximum number of lines to show in a pi… (#6250) 2026-03-16 22:00:40 +01:00
Chris Savvopoulos 47287f1037 Add "Load more" pagination to pipeline list (#6200) 2026-03-12 12:45:14 +01:00
fee5898de6 chore(deps): update web npm deps non-major (#6213)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: qwerty287 <qwerty287@posteo.de>
2026-03-07 07:49:34 +01:00
qwerty287 480f673ff7 Fix status merging with skipped pipelines (#6176) 2026-03-02 15:35:43 +01:00
a7ccf2bf09 chore(deps): update dependency eslint-plugin-vue-scoped-css to v3 (#6178)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: qwerty287 <qwerty287@posteo.de>
2026-03-02 11:19:07 +01:00
qwerty287 8b11ab56a9 Revert dynamic autofollow (#6061) 2026-02-03 20:01:45 +01:00
qwerty287 040f27bf87 Dynamic log following (#6036) 2026-02-02 19:25:30 +01:00
qwerty287and6543 39acb2a4be Render MD in pipeline titles (#5999)
Co-authored-by: 6543 <6543@obermui.de>
2026-01-29 14:27:55 +01:00
Robert Kaussow 64decbe11c Dont apply background to service status icons (#5960) 2026-01-11 23:39:43 +01:00
Robert Kaussow 53caf8bc84 Apply background only to required status icons (#5958) 2026-01-11 12:52:54 +02:00
qwerty287and6543 8db8f49d16 Allow to add a note to secrets (#5898)
Co-authored-by: 6543 <6543@obermui.de>
2026-01-10 13:06:27 +01:00
Robert Kaussow 82a09ee5fe Add background to status icons (#5880) 2025-12-22 10:10:48 +01:00
Anbraten a9f8cf4681 Fix dead page and cleanup router (#5519) 2025-12-18 14:41:23 +01:00
Robert KaussowandAnbraten cdfd0d54db Remove rounded corners in fullscreen log view (#5879)
Co-authored-by: Anbraten <6918444+anbraten@users.noreply.github.com>
2025-12-18 12:16:50 +01:00
Robert Kaussow b0ae3c0582 Fix some ListItems and Queue view background in dark mode (#5878) 2025-12-18 11:12:17 +01:00
Robert Kaussow 4fa2edbc5c Make disabled checkboxes match overall style (#5869) 2025-12-16 13:22:19 +01:00
tuxmainyanddamage 5a93de88dd add events query parameter to badge url (#5728)
Co-authored-by: damage <damage@devloop.de>
2025-11-27 12:35:29 +02:00
qwerty287 5d78375e75 Add created icon (#5747) 2025-11-13 08:26:16 +01:00
qwerty287 1109f87d7d Fix badge label padding (#5725) 2025-11-07 08:05:00 +01:00
qwerty287 26fc51bfd0 Fix secret on new forge (#5715)
closes #5677
2025-11-05 01:06:11 +01:00
Robert Kaussow 8c8acbbc7e Fix missing background in pipeline deploy popup (#5630) 2025-10-11 22:07:21 +02:00
Robert Kaussow 3bd8913b41 Add disabled badge to agents (#5593) 2025-10-02 16:40:49 +02:00
Robert Kaussow 601fe4a2ea Support matrix environ badges only with no key-values (#5578)
Fixes:

<img width="345" height="246" alt="grafik" src="https://github.com/user-attachments/assets/0e088773-291a-427f-a767-ede89e2195d0" />

After that change:

<img width="406" height="124" alt="image" src="https://github.com/user-attachments/assets/78fc1629-71d0-4be3-b06a-6f07bd4a6aba" />
2025-10-01 21:11:20 +02:00
Robert KaussowandAnbraten e295ce3460 Fix repo extension router and icon (#5588)
Co-authored-by: Anbraten <6918444+anbraten@users.noreply.github.com>
2025-10-01 21:10:38 +02:00
6543andqwerty287 388557d94a New event pull request metadata (#5214)
Co-authored-by: qwerty287 <qwerty287@posteo.de>
2025-09-25 00:07:45 +02:00
Robert Kaussowandqwerty287 7707e843f2 Show human readable information in queue info (#5516)
Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
2025-09-23 09:35:49 +02:00
1bee41ddea Hide unsupported forge options (#5465)
Co-authored-by: qwerty287 <qwerty287@posteo.de>
Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
2025-08-27 08:21:50 +02:00
Robert Kaussow be09f1175c Fix background color of pipeline step list (#5431) 2025-08-19 00:01:02 +02:00
Robert Kaussow 572f1e1861 Rework background colors for light/dark theme (#5411) 2025-08-14 11:42:06 +02:00
qwerty287 e7a789a5cf Fix tabs hover (#5403) 2025-08-10 23:42:20 +02:00
qwerty287 93f7f06ae9 Improve forges list (#5398) 2025-08-10 17:05:53 +02:00
Anbraten 966c417286 Add pipeline log fullscreen (#5377) 2025-08-04 13:17:36 +02:00
Anbraten c659128f31 Show changed files as file-tree (#5379) 2025-07-31 23:49:42 +02:00
Anbraten f6b3e16e4c Replace header bg with border (#5380) 2025-08-01 00:44:13 +03:00
AnbratenandRobert Kaussow 49d112a210 Add and edit additional forges in UI (#5328)
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
2025-07-19 08:49:19 +02:00
Anbraten b1e54c5333 Fix loading icons and add missing loading indicators (#5329) 2025-07-15 07:53:22 +02:00
Martin Matous ddc7cfa395 Fix doc links in agent settings (#5251)
Signed-off-by: Martin Matous <m@matous.dev>
2025-06-13 07:32:37 +03:00
qwerty287 e3213db7f1 View full pipeline duration in tooltip (#5123) 2025-04-27 13:23:28 +03:00
LukasandRobert Kaussow 208ac771d4 Use centrally typed inject provide in Vue (#5113)
Co-authored-by: Robert Kaussow <mail@thegeeklab.de>
2025-04-23 09:40:33 +02:00
Lukas 925641593e Scroll to selected pipeline step (#5103) 2025-04-18 21:58:46 +02:00
Robert Kaussow 4f26f6dbbc Add missing icon for changes files tab (#5068) 2025-04-04 10:23:29 +02:00
Robert Kaussow a3c8cc9283 Style navbar login button as navbar-link (#5033) 2025-04-01 13:55:05 +02:00