Skip to content

fix(bill-progress): hint e LOG — commenti Copilot post-merge #57#58

Merged
aborruso merged 1 commit into
mainfrom
fix/pr57-postmerge-comments
Jul 11, 2026
Merged

fix(bill-progress): hint e LOG — commenti Copilot post-merge #57#58
aborruso merged 1 commit into
mainfrom
fix/pr57-postmerge-comments

Conversation

@aborruso

Copy link
Copy Markdown
Member

Segue i due commenti Copilot arrivati dopo il merge di #57 (l'auto-merge è partito prima che la re-review atterrasse).

  • hint Camera: non cita più date come parametro (lo schema espone dateFrom/dateTo). Ora nomina i filtri reali (keyword, intervallo di date) e la paginazione (limit/offset), testo neutro rispetto all'entrypoint.
  • LOG.md: la voce diceva ancora che l'escape dei literal SPARQL usa JSON.stringify, ma è stato introdotto un helper dedicato che lo sconsiglia. Voce allineata all'implementazione reale.

Nessun cambio di comportamento delle query; solo testo dell'hint e changelog.

…all'escaper reale

Commenti Copilot post-merge su PR #57:
- l'hint Camera non cita più "date" (parametro inesistente): nomina i filtri
  reali (keyword, intervallo di date) e la paginazione (limit/offset)
- LOG.md aggiornato: l'escape SPARQL usa un helper dedicato, non JSON.stringify

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings July 11, 2026 14:37
@greptile-apps

greptile-apps Bot commented Jul 11, 2026

Copy link
Copy Markdown

Greptile Summary

This PR updates the text shown for bill-progress empty Camera results and the changelog. The main changes are:

  • Camera empty-result hint now names keyword, date interval filters, and limit/offset pagination.
  • The hint no longer refers to a nonexistent date parameter.
  • LOG.md now describes the dedicated SPARQL literal escaping helper instead of JSON.stringify.

Important Files Changed

Filename Overview
src/tools/bill-progress.ts Updates only the Camera empty-result hint text, with no change to query construction or result handling.
LOG.md Aligns the changelog wording with the current hint text and SPARQL literal escaping implementation.

Reviews (1): Last reviewed commit: "fix(bill-progress): hint senza parametro..." | Re-trigger Greptile

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Aggiorna testi non-funzionali a seguito di commenti Copilot arrivati dopo il merge di #57, mantenendo invariato il comportamento del tool bill-progress e allineando il changelog all’implementazione attuale.

Changes:

  • Raffinato l’emptyHint del ramo Camera in bill-progress rendendolo coerente con i parametri reali (keyword, intervallo date, limit/offset) e neutro rispetto all’entrypoint.
  • Corretto LOG.md per riflettere l’escape dei literal SPARQL tramite helper dedicato (non JSON.stringify) e dettagliato il tie-breaker in ORDER BY.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
src/tools/bill-progress.ts Aggiorna il testo dell’hint “Camera vuoto” per menzionare filtri/paginazione reali senza cambiare la logica.
LOG.md Allinea la voce di changelog a quanto effettivamente implementato (helper di escape e nota su ORDER BY).

@aborruso
aborruso merged commit 056644e into main Jul 11, 2026
3 of 4 checks passed
@aborruso
aborruso deleted the fix/pr57-postmerge-comments branch July 11, 2026 15:07
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