Skip to content

Releases: alphagov/e-petitions

Capture exception when petition creator is updated

21 Oct 07:10
Compare
Choose a tag to compare

When the creator's email address has also been used to sign the petition (e.g. a shared email address for a couple) then updating the name to match the other signature causes a not unique exception. Capture this exception and display it as a form error and not a 500 page.

Fix some minor admin bugs

18 Sep 14:50
Compare
Choose a tag to compare
  • Fix race condition when two moderators go to edit a petition at the same time
  • Restore tagged petitions to traffic light banners on admin hub
  • Upgrade Appsignal and move admin requests to separate namespace

Fix a couple of bugs with petition edit locking

12 Sep 11:59
Compare
Choose a tag to compare
  • Don't raise error on destroy if the lock isn't owned by us
  • Use window.history.back() when a petition isn't moderated yet

Petitions re-opening September 2017

12 Sep 07:44
Compare
Choose a tag to compare
Merge pull request #622 from alphagov/deploy-after-archiving

Refactoring for re-opening

Update petition id sequence to start from 200000

12 Sep 04:36
Compare
Choose a tag to compare
Merge pull request #620 from alphagov/update-petition-ids-for-2017

Update petition id sequences for re-opening

1.3.0

09 Sep 05:25
Compare
Choose a tag to compare
Use simpler messaging - it's unlikely to be hours

Archiving petitions phase 3

22 Jun 13:58
Compare
Choose a tag to compare

The third release changes the application to use the new schema.

Archiving petitions phase 2

21 Jun 14:21
Compare
Choose a tag to compare

This second release adds the new schema and a migration task for copying the data from the old columns to the new tables.

Archiving petitions phase 1

21 Jun 09:39
Compare
Choose a tag to compare

This is the first release in a series of deployments to archive current petitions. Specifically, this release is to bring the display of archived petitions more in line with current petitions.

Maintenance rollup

02 Jun 09:08
Compare
Choose a tag to compare