Skip to content

feat/project upgrade - #1288

Merged
Soner (shyim) merged 14 commits into
nextfrom
feat/project-upgrade
Aug 5, 2026
Merged

feat/project upgrade#1288
Soner (shyim) merged 14 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
Comment thread internal/tui/shortcuts.go Outdated
Comment thread internal/tui/dev/tab_overview.go
Comment thread internal/mysqldump/mysql.go Outdated
Comment thread internal/extension/admin_watch.go
Soner (shyim) and others added 3 commits August 5, 2026 10:19
…weep

The gopls quickfix invents names like sSb592; rewrite the three
affected functions idiomatically (strings.Join for the INSERT column
list, a single builder each for the review summary and shortcut bar).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01HR5veromwFWWyasWLqv4QJ
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01HR5veromwFWWyasWLqv4QJ
@shyim
Soner (shyim) merged commit ec1f416 into next Aug 5, 2026
3 checks passed
@shyim
Soner (shyim) deleted the feat/project-upgrade branch August 5, 2026 09:36
Tomasz Turkowski (tturkowski) added a commit that referenced this pull request Aug 6, 2026
…her port

Drop the version-gated adminWatchLocalPort in favor of the shared
extension.AdminDevServerPort (from #1288), which reads the ADMIN_VITE
flag instead of guessing from the Shopware version — correct for a 6.6
shop that opted into Vite.
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.

3 participants