Eduardo Navarro enavarro_suse
  • Joined on 2026-04-23
enavarro_suse commented on pull request git-workflow/autogits#345 2026-06-22 17:01:17 +02:00
workflow-pr: Add package maintainers parsing and assignment from issues

True. Fixed. 😉

3b32bba466 common: fix AddPackageMaintainers to merge instead of overwriting
enavarro_suse created pull request git-workflow/autogits#362 2026-06-22 16:52:32 +02:00
WIP: ci: configure golangci-lint with new-from-rev filter for legacy code
enavarro_suse pushed to feature/introduce_golangci_lint at enavarro_suse/autogits 2026-06-22 16:52:05 +02:00
a5ad44170c ci: configure golangci-lint with new-from-rev filter for legacy code
enavarro_suse pushed to feature/introduce_golangci_lint at enavarro_suse/autogits 2026-06-22 16:50:02 +02:00
enavarro_suse created branch feature/introduce_golangci_lint in enavarro_suse/autogits 2026-06-22 16:50:02 +02:00
enavarro_suse created pull request git-workflow/autogits#361 2026-06-22 15:39:56 +02:00
Refactor: centralize cache update intervals and retry limits
enavarro_suse pushed to refactoring/constants at enavarro_suse/autogits 2026-06-22 15:39:09 +02:00
9a6f00b4d0 refactor: centralize cache update intervals and retry limits
enavarro_suse created branch refactoring/constants in enavarro_suse/autogits 2026-06-22 15:39:09 +02:00
enavarro_suse created pull request git-workflow/autogits#360 2026-06-22 15:32:36 +02:00
obs-status-service: use semantic HTTP status constants
95ec6e8a3b obs-status-service: use semantic HTTP status constants
enavarro_suse commented on pull request git-workflow/autogits#353 2026-06-22 15:10:44 +02:00
Refactor: use strings.Fields for robust whitespace splitting

That is an interesting point regarding strict input validation and parsing optimization. Thanks for the suggestion.

However, the strings.Fields approach combined with the if len(d) == 2

enavarro_suse commented on pull request git-workflow/autogits#353 2026-06-22 15:00:24 +02:00
Refactor: use strings.Fields for robust whitespace splitting

Nice! Thanks!

I believe I found an even better solution that doesn't sacrifice performance (O(1) slicing with zero heap allocations) and adds safety against panics, all while avoiding the…

enavarro_suse pushed to refactoring/strings_fields at enavarro_suse/autogits 2026-06-22 14:52:58 +02:00
0d28923de8 common: secure and optimize submodule key extraction in Git utils
enavarro_suse created pull request git-workflow/autogits#359 2026-06-22 14:08:30 +02:00
common: secure submodule line parsing against short line panics
enavarro_suse pushed to fix/panic_gitmodules_parser at enavarro_suse/autogits 2026-06-22 14:08:06 +02:00
a145cffedb common: secure submodule line parsing against short line panics
enavarro_suse created branch fix/panic_gitmodules_parser in enavarro_suse/autogits 2026-06-22 14:08:05 +02:00
enavarro_suse created pull request git-workflow/autogits#358 2026-06-22 14:04:29 +02:00
publisher: make Bearer auth parsing robust and fix security bypass
enavarro_suse created branch fix/http_header_security_bypass in enavarro_suse/autogits 2026-06-22 14:03:58 +02:00