Skip to content

Tags: erik/hotpot

Tags

v0.2.2

Toggle v0.2.2's commit message
Add brighter end to orange gradient

v0.2.1

Toggle v0.2.1's commit message
Bump image to Debian Trixie for sqlite with JSONB

v0.2.0

Toggle v0.2.0's commit message
Compile `!=` to `IS NOT` for better null handling.

If an activity doesn't have the key, better to not filter it out when
using a != expression.

    NULL != 1      -> NULL
    NULL IS NOT 1  -> true

v0.1.4

Toggle v0.1.4's commit message
Add log line for Strava webhook upload

v0.1.3

Toggle v0.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix Docker image path and add Strava webhook setup

Updated Docker commands to use the correct image path and added instructions for enabling Strava webhook endpoints.

Fixes #10

v0.1.2

Toggle v0.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Change Docker workflow to trigger on main branch

Updated workflow to build on main branch instead of tags.

v0.1.1

Toggle v0.1.1's commit message
Refactor activity filtering

v0.1.0

Toggle v0.1.0's commit message
Add --in-memory for quick testing