-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: PinePeakDigital/buzz
base: v0.57.0
head repository: PinePeakDigital/buzz
compare: v0.58.0
- 10 commits
- 5 files changed
- 2 contributors
Commits on Feb 11, 2026
-
feat: add deadline command to change a goal's deadline
Add `buzz deadline <goalslug> <time>` command that updates a goal's deadline via the Beeminder API. Supports both 12-hour ("3:00 PM") and 24-hour ("15:00") time formats. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>Configuration menu - View commit details
-
Copy full SHA for 9a3ffe8 - Browse repository at this point
Copy the full SHA 9a3ffe8View commit details -
feat(deadline): add confirmation prompt before changing deadline
Shows the current and new deadline and asks the user to confirm with [y/N] before making the API call. Supports --yes/-y flag to skip the prompt for scripting use cases. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for ce7c7df - Browse repository at this point
Copy the full SHA ce7c7dfView commit details -
fix(api): use url.PathEscape for goal slug in UpdateGoalDeadline
Matches the pattern used by FetchGoal and FetchGoalWithDatapoints to ensure safe URL path construction. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 3ece4ac - Browse repository at this point
Copy the full SHA 3ece4acView commit details -
docs: add deadline command documentation to README
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for dad7b9b - Browse repository at this point
Copy the full SHA dad7b9bView commit details -
refactor(deadline): remove redundant lowercase time parse branch
ToUpper already normalizes lowercase input like "3:00 am" to "3:00 AM", making the separate ToLower parse attempt unnecessary. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 18b7052 - Browse repository at this point
Copy the full SHA 18b7052View commit details -
fix(deadline): handle 6:01-6:59 AM edge case and document API source
Times between 6:01-6:59 AM now correctly wrap to negative offsets to stay within the Beeminder API range of -61200 to 21600. Also adds a reference to the forum post confirming the undocumented API support. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for b139776 - Browse repository at this point
Copy the full SHA b139776View commit details -
fix(deadline): reject 6:01-6:59 AM times not allowed by Beeminder
Beeminder does not allow deadlines between 6:01 AM and 6:59 AM. Allowed ranges are 12:00 AM-6:00 AM (nightowl) and 7:00 AM-11:59 PM (earlybird). Added reference to the Beeminder help article. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 25480f4 - Browse repository at this point
Copy the full SHA 25480f4View commit details -
fix(api): handle io.ReadAll error in UpdateGoalDeadline
Align with CreateCharge pattern by explicitly checking the read error when reading the response body for non-200 status codes. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for bf65f57 - Browse repository at this point
Copy the full SHA bf65f57View commit details -
fix(deadline): handle flag parse errors and help consistently
Mirror the pattern from next/add/view commands: show usage on -h/--help and exit with code 2 on flag parse errors. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Configuration menu - View commit details
-
Copy full SHA for 3e2bb8f - Browse repository at this point
Copy the full SHA 3e2bb8fView commit details -
Merge pull request #223 from PinePeakDigital/vk/02fa-add-command-to-c
Add deadline command to change a goal's deadline (Vibe Kanban)
Configuration menu - View commit details
-
Copy full SHA for 0385121 - Browse repository at this point
Copy the full SHA 0385121View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.57.0...v0.58.0