Skip to content

Tags: arp242/goatcounter

Tags

v2.5.0

Toggle v2.5.0's commit message

Verified

This commit was signed with the committer’s verified signature.
arp242 Martin Tournoij
Tag 2.5.0 release

v2.4.1

Toggle v2.4.1's commit message

Verified

This commit was signed with the committer’s verified signature.
arp242 Martin Tournoij
Fix charts for SQLite

This fixes a regression introduces in 6bc0162; that changed so that stat
rows were no longer stored if there are no visits to store. That works
fine, except for hit_stats in SQLite since it will do a "select",
"delete", merges with new pageviews, and then an insert. But if there
are no new visits (only pageviews) it will never re-insert the rows.

So check the full array instead, and write a migration to correct the
wrong data.

v2.4.0

Toggle v2.4.0's commit message

Verified

This commit was signed with the committer’s verified signature.
arp242 Martin Tournoij
Prepare v2.4.0 release

v2.3.0

Toggle v2.3.0's commit message

Verified

This commit was signed with the committer’s verified signature.
arp242 Martin Tournoij
2.3.0 release

v2.2.3

Toggle v2.2.3's commit message

Verified

This commit was signed with the committer’s verified signature.
arp242 Martin Tournoij
Return default views if database is invalid

This affects very few people, and better a quick fix for now.

v2.2.2

Toggle v2.2.2's commit message

Verified

This commit was signed with the committer’s verified signature.
arp242 Martin Tournoij
Include .gotxt migrations in binary

Fixes #569

v2.2.1

Toggle v2.2.1's commit message

Verified

This commit was signed with the committer’s verified signature.
arp242 Martin Tournoij
drop-role migration should be PostgreSQL-only

Fixes #569

v2.2.0

Toggle v2.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
arp242 Martin Tournoij
Do'h; do it correct

v2.1.1

Toggle v2.1.1's commit message

Verified

This commit was signed with the committer’s verified signature.
arp242 Martin Tournoij
Add missing migration to schema

Otherwise creating a new database would fail in PostgreSQL (or
specifically, running migrations for it).

Fixes #550

v2.1.0

Toggle v2.1.0's commit message
Update gogo-release file