Kev Kloss activity https://gitlab.com/kkloss 2026-03-18T17:39:54Z tag:gitlab.com,2026-03-18:5218845665 Kev Kloss commented on merge request !126 at GitLab.org / caproni 2026-03-18T17:39:54Z kkloss Kev Kloss

hey @nao.hashizume, this isn't urgent but could you please review this MR? 🙇

tag:gitlab.com,2026-03-18:5218776605 Kev Kloss commented on merge request !105 at GitLab.org / caproni 2026-03-18T17:21:34Z kkloss Kev Kloss

@nao.hashizume, because Andrew is about to be unavailable, could you take over the review please? 🙇

tag:gitlab.com,2026-03-18:5218761035 Kev Kloss pushed to project branch kev-mirror-integration-test at GitLab.org / caproni 2026-03-18T17:17:09Z kkloss Kev Kloss

Kev Kloss (2ea0f111) at 18 Mar 17:17

ci: add mirror reloader end-to-end integration test

... and 31 more commits

tag:gitlab.com,2026-03-18:5218747394 Kev Kloss commented on merge request !30 at GitLab.com / GitLab Infrastructure Team / sandbox / caproni-demo 2026-03-18T17:13:24Z kkloss Kev Kloss

It doesn't due to:

Errno::ENOENT: No such file or directory @ rb_sysopen - /etc/gitlab/gitlab-workhorse/secret
tag:gitlab.com,2026-03-18:5218746156 Kev Kloss commented on merge request !30 at GitLab.com / GitLab Infrastructure Team / sandbox / caproni-demo 2026-03-18T17:13:04Z kkloss Kev Kloss

They're mostly IO-bottlenecked though, so IDK. I just increased it to be sure.

tag:gitlab.com,2026-03-18:5218744500 Kev Kloss commented on merge request !30 at GitLab.com / GitLab Infrastructure Team / sandbox / caproni-demo 2026-03-18T17:12:37Z kkloss Kev Kloss

I presume so?

tag:gitlab.com,2026-03-18:5218661583 Kev Kloss opened merge request !30: feat: remove limits on webservice and toolbox at GitLab.com / GitLab Infrastructure Team / sandbox / caproni-demo 2026-03-18T16:55:18Z kkloss Kev Kloss

What

This removes the limits on the webservice and toolbox because they are inconvenient for development.

This also loosens limits for other services to avoid resource bottlenecks.

tag:gitlab.com,2026-03-18:5218661324 Kev Kloss pushed new project branch kev-increase-limits at GitLab.com / GitLab Infrastructure Team / sandbox / caproni-demo 2026-03-18T16:55:15Z kkloss Kev Kloss

Kev Kloss (001b4875) at 18 Mar 16:55

feat: remove limits on webservice and toolbox

tag:gitlab.com,2026-03-18:5218638659 Kev Kloss deleted project branch naohashizume/log-files-per-process at GitLab.org / caproni 2026-03-18T16:51:11Z kkloss Kev Kloss

Kev Kloss (ac8857e6) at 18 Mar 16:51

tag:gitlab.com,2026-03-18:5218637693 Kev Kloss pushed to project branch main at GitLab.org / caproni 2026-03-18T16:51:01Z kkloss Kev Kloss

Kev Kloss (b94336db) at 18 Mar 16:51

Merge branch 'naohashizume/log-files-per-process' into 'main'

... and 1 more commit

tag:gitlab.com,2026-03-18:5218637678 Kev Kloss accepted merge request !121: Save logs to files per process at GitLab.org / caproni 2026-03-18T16:51:01Z kkloss Kev Kloss

This MR writes each process's output to its own log file when running caproni run, e.g. logs/puma.log.

Related to gitlab-org/quality/tooling/team#249

How to validate locally

  1. Check out this branch
  2. In caproni-demo/monolith-edit-mode, run caproni run
  3. Verify log files are created per process (e.g. cat logs/puma.log)
tag:gitlab.com,2026-03-18:5218637534 Kev Kloss commented on merge request !121 at GitLab.org / caproni 2026-03-18T16:50:59Z kkloss Kev Kloss

thanks @nao.hashizume, LGTM! 🙌

tag:gitlab.com,2026-03-18:5218637165 Kev Kloss approved merge request !121: Save logs to files per process at GitLab.org / caproni 2026-03-18T16:50:55Z kkloss Kev Kloss

This MR writes each process's output to its own log file when running caproni run, e.g. logs/puma.log.

Related to gitlab-org/quality/tooling/team#249

How to validate locally

  1. Check out this branch
  2. In caproni-demo/monolith-edit-mode, run caproni run
  3. Verify log files are created per process (e.g. cat logs/puma.log)
tag:gitlab.com,2026-03-18:5218542234 Kev Kloss opened merge request !128: test: add tests for telemetry at GitLab.org / caproni 2026-03-18T16:34:48Z kkloss Kev Kloss

What

This adds tests for the internal/telemetry module.

Why

We didn't have tests before.

tag:gitlab.com,2026-03-18:5218541455 Kev Kloss pushed new project branch kev-telemetry-tests at GitLab.org / caproni 2026-03-18T16:34:39Z kkloss Kev Kloss

Kev Kloss (6ee2090c) at 18 Mar 16:34

test: add tests for telemetry

tag:gitlab.com,2026-03-18:5218090593 Kev Kloss opened merge request !127: refactor: extract hooks running to separate function in updater at GitLab.org / caproni 2026-03-18T15:00:27Z kkloss Kev Kloss

What

This moves the hooks logic for the edit_mode_prepare hooks.

Why

Makes the code easier to follow and change.

See #13

tag:gitlab.com,2026-03-18:5218090201 Kev Kloss pushed new project branch kev-refactor-runHooks at GitLab.org / caproni 2026-03-18T15:00:22Z kkloss Kev Kloss

Kev Kloss (dbd7d2cc) at 18 Mar 15:00

refactor: extract hooks running to separate function in updater

tag:gitlab.com,2026-03-18:5217968024 Kev Kloss pushed to project branch kev-update-integration-test at GitLab.org / caproni 2026-03-18T14:37:32Z kkloss Kev Kloss

Kev Kloss (10f90254) at 18 Mar 14:37

test: add integration test for edit_mode_prepare hook

tag:gitlab.com,2026-03-18:5217923820 Kev Kloss pushed to project branch kev-update-integration-test at GitLab.org / caproni 2026-03-18T14:29:09Z kkloss Kev Kloss

Kev Kloss (92ea40e7) at 18 Mar 14:29

Apply 1 suggestion(s) to 1 file(s)