Skip to content

Releases: politics-rewired/Spoke

Version 1.8.4

10 Apr 20:09
245d614
Compare
Choose a tag to compare

Docker image: gcr.io/spoke-rewired/spoke:1.8.4

Bug Fixes

  • prevent conversation overflow (7098c25)

Version 1.8.3

10 Apr 01:43
b1bf506
Compare
Choose a tag to compare

Docker image: gcr.io/spoke-rewired/spoke:1.8.3

Bug Fixes

  • fix flexbox height calculation in Safari (#630) (83cf4a2)

Version 1.8.2

08 Apr 11:21
6cf813c
Compare
Choose a tag to compare

Docker image: gcr.io/spoke-rewired/spoke:1.8.2

Bug Fixes

Version 1.8.1

07 Apr 12:34
ab2ac43
Compare
Choose a tag to compare

Docker image: gcr.io/spoke-rewired/spoke:1.8.1

This release includes no user-facing changes, just fixes for building TypeScript.

Version 1.8.0

07 Apr 11:21
beaf547
Compare
Choose a tag to compare

Docker image: gcr.io/spoke-rewired/spoke:1.8.0

Features

Bug Fixes

  • export config as commonjs module to support knex cli (1edba6b)
  • ux: make pencil icon size dynamic (take 2) (#583) (d85d648)

Version 1.7.1

30 Mar 12:21
c3e07e1
Compare
Choose a tag to compare

Docker image: gcr.io/spoke-rewired/spoke:1.7.1

This release includes no user-facing changes, just a fix for the Dockerfile.

Version 1.7.0

30 Mar 12:05
3b28405
Compare
Choose a tag to compare

Docker image: gcr.io/spoke-rewired/spoke:1.7.0 (note: the v prefix has been dropped from the image tag)

Migrations

graphile-worker

These version introduces the graphile-worker Node.js/PostgreSQL job queue which requires an initial setup migration. This migration is managed outside of knex and creates a separate graphile_worker schema in the database:

yarn migrate:worker

enforce_one_role_per_org

Each (user, organization) pair should only ever have one entry in user_organization. This migration adds that as a database constraint. Before running the migration you will need to remove any duplicate entries. You can get a report of such duplicates using the following:

select user_id, organization_id from user_organization group by 1, 2 having count(*) > 1;

Features

Bug Fixes

  • message review action resolver errors (#613) (649192d)
  • throw error only if ineligible for access check (770336c)
  • ux: avoid flashing background between texts (#608) (0a605a2)

Version 1.6.1

23 Mar 18:43
d11237a
Compare
Choose a tag to compare

Docker image: gcr.io/spoke-rewired/spoke:v1.6.1

Bug Fixes

Version 1.6.0

21 Mar 11:57
50ba31f
Compare
Choose a tag to compare

Docker image: gcr.io/spoke-rewired/spoke:v1.6.0

Features

Bug Fixes

  • message-review: prevent duplicate fetches of users (#605) (a02295e)
  • reset texter loading UI state on refetch (#602) (cf07e59)

Version 1.5.1

13 Mar 15:44
f56a623
Compare
Choose a tag to compare

Docker image: gcr.io/spoke-rewired/spoke:v1.5.1

Bug Fixes

See v1.5.1 for the full changelog of this release.