Skip to content

feat/project upgrade - #1288

Open
Soner (shyim) wants to merge 11 commits into
nextfrom
feat/project-upgrade
Open

feat/project upgrade#1288
Soner (shyim) wants to merge 11 commits into
nextfrom
feat/project-upgrade

Conversation

@shyim

Copy link
Copy Markdown
Member
  • fix: cr review
  • refactor: remove redundant project details message from overview report
  • chore: enable perfsprint linter and apply its fixes
  • feat: add admin dev server port detection and update overview model

Soner (shyim) and others added 4 commits July 29, 2026 11:14
fmt.Errorf without verbs becomes errors.New, fmt.Sprintf becomes plain
concatenation or strconv. Two intentional swallowed errors in the PHP
lint walk (reported as validation warnings instead) are annotated for
nilerr, which resurfaced alongside the sweep.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01HR5veromwFWWyasWLqv4QJ
…e across multiple files

- Updated string concatenation in `mysql.go`, `setup.go`, `tab_overview.go`, `tab_overview_health.go`, `filter_multi_select.go`, `filterlist.go`, `panels.go`, `progress_spinner.go`, `scrollbar.go`, `selectlist.go`, `shortcuts.go`, `textfit.go`, `twocolumn.go`, `overlay_extension_detail.go`, `panel_check.go`, `panel_done.go`, `panel_intro.go`, `panel_prepare.go`, `panel_review.go`, and `panel_run.go` to use separate WriteString calls for better clarity.
- Replaced instances of `strings.Repeat` and other calculations with `max` and `min` functions for cleaner logic.
- Enhanced readability by breaking down complex lines into simpler, more manageable parts.
Soner (shyim) and others added 2 commits July 30, 2026 07:54
normalizeStoreLink matched ":80" as a prefix of custom ports like
":8080", corrupting the URL when trimming; it now parses the URL and
only rewrites store.shopware.com links on the default ports.

Task.finish mutated the local Task through a pointer receiver inside
`return t, t.finish()`, where the copy of t as a return operand races
the mutation (unspecified evaluation order). finish is now a value
receiver returning the updated Task.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01HR5veromwFWWyasWLqv4QJ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants