Block a user
enavarro_suse
pushed to fix/http_header_security_bypass at enavarro_suse/autogits
2026-06-22 14:03:58 +02:00
obs-status-service: clean redis keys and home projects parsing with prefix helpers
enavarro_suse
created branch refactoring/redis_repo_key_parsing in enavarro_suse/autogits
2026-06-22 13:51:27 +02:00
enavarro_suse
pushed to refactoring/redis_repo_key_parsing at enavarro_suse/autogits
2026-06-22 13:51:27 +02:00
Refactor: use
strings.HasPrefix and prevent potential out-of-bounds panics
These were changes added in the last commit. I created another commit to revert it. Please take a look again.
Refactor: use
path.Base to simplify path extraction and avoid manual slicing
enavarro_suse
pushed to refactoring/strings_base at enavarro_suse/autogits
2026-06-22 12:48:21 +02:00
enavarro_suse
created branch refactoring/strings_base in enavarro_suse/autogits
2026-06-22 12:48:20 +02:00
Refactor: replace manual slicing and
SplitN with safe strings.Cut
enavarro_suse
created branch refactoring/strings_cut in enavarro_suse/autogits
2026-06-22 11:31:15 +02:00
enavarro_suse
pushed to refactoring/strings_cut at enavarro_suse/autogits
2026-06-22 11:31:15 +02:00
Refactor: use
strings.FieldsFunc to replace custom SplitStringNoEmpty
enavarro_suse
created branch refactoring/strings_fields_func in enavarro_suse/autogits
2026-06-22 10:54:06 +02:00
enavarro_suse
pushed to refactoring/strings_fields_func at enavarro_suse/autogits
2026-06-22 10:54:06 +02:00
Refactor: use
strings.Fields for robust whitespace splitting
enavarro_suse
created branch refactoring/strings_fields in enavarro_suse/autogits
2026-06-22 10:45:42 +02:00
enavarro_suse
pushed to refactoring/strings_fields at enavarro_suse/autogits
2026-06-22 10:45:42 +02:00
Refactor: use
strings.HasPrefix and prevent potential out-of-bounds panics