Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: basecamp/fizzy-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a822e05
Choose a base ref
...
head repository: basecamp/fizzy-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ef32358
Choose a head ref
  • 8 commits
  • 16 files changed
  • 1 contributor

Commits on Mar 2, 2026

  1. Add card self-assign command

    Adds `fizzy card self-assign CARD_NUMBER` which toggles the current
    user's assignment on a card via POST /cards/:number/self_assignment.json.
    No need to look up your own user ID — just self-assign directly.
    robzolkos committed Mar 2, 2026
    Configuration menu
    Copy the full SHA
    9c897d7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #58 from robzolkos/add-self-assignment

    Add card self-assign command
    robzolkos authored Mar 2, 2026
    Configuration menu
    Copy the full SHA
    509aace View commit details
    Browse the repository at this point in the history
  3. Add user update command with name and avatar support

    Adds `fizzy user update USER_ID --name "Name" --avatar /path/to/image.jpg`.
    Uses JSON PATCH for name-only updates and multipart PATCH for avatar uploads.
    Adds PatchMultipart to the client interface for multipart form data PATCH requests.
    E2E tests require FIZZY_TEST_USER_ID env var (skipped if unset).
    robzolkos committed Mar 2, 2026
    Configuration menu
    Copy the full SHA
    e005fa0 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #59 from robzolkos/add-user-update

    Add user update command
    robzolkos authored Mar 2, 2026
    Configuration menu
    Copy the full SHA
    0155433 View commit details
    Browse the repository at this point in the history
  5. Add user deactivate command

    Adds `fizzy user deactivate USER_ID` which sends DELETE to /users/{id}.json,
    deactivating the user and removing their access to the account. Requires
    admin or owner permissions.
    robzolkos committed Mar 2, 2026
    Configuration menu
    Copy the full SHA
    e569cce View commit details
    Browse the repository at this point in the history
  6. Merge pull request #60 from robzolkos/add-user-deactivate

    Add user deactivate command
    robzolkos authored Mar 2, 2026
    Configuration menu
    Copy the full SHA
    4b12d6f View commit details
    Browse the repository at this point in the history
  7. Add notification tray command

    Adds `fizzy notification tray` which fetches up to 100 unread notifications
    from the tray endpoint. Supports `--include-read` flag to also include
    read notifications.
    robzolkos committed Mar 2, 2026
    Configuration menu
    Copy the full SHA
    1d6d8e8 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #61 from robzolkos/add-notification-tray

    Add notification tray command
    robzolkos authored Mar 2, 2026
    Configuration menu
    Copy the full SHA
    ef32358 View commit details
    Browse the repository at this point in the history
Loading