Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Releases: vmware-archive/postfacto

2.5.0

15 Feb 10:32
931b2a1
Compare
Choose a tag to compare

💡 We now have an optional session timeout so users who've logged into Retros using a password don't stay logged in for, like, forever. This will help all the shared computer folks who would leave the Retro but forget to hit that sign out button. Google OAuth sessions will still stay logged in until we also make that change there.

🛠 You can also customize the session time for the above feature using the SESSION_TIME env variable. More in the docs! #RTFM.

🚨 Redeploying will know invalidate any existing sessions of Postfacto. We'll look to smooth this out in the future.

🛠 You can now deploy to Heroku! Thanks for putting the work in @mjstallard. You're our fav ❤️.

💡 Password field now (finally) automatically focuses when you hit the login page for a Retro. Thanks @butzopower.

🛠 We upgraded a bunch of dependencies for the application including some big dogs such as Rails and JQuery.

🛠 You'll notice we've removed the Concourse pipelines from our package. This was getting hard to maintain and didn't seem to be widely used. Happy to hear dissent on this!

🐞 Trying to use Postfacto with a non password protected Redis will now work. If you're doing this: we really hope you know what you're doing.

Issues/PRs included in release: https://github.com/pivotal/postfacto/milestone/7?closed=1

2.4.2

08 Aug 13:51
b1a9c3d
Compare
Choose a tag to compare

🛠 Deploy scripts (deploy.sh) are now easier to run from wherever you want on your computer. Have fun with that! Thanks @Kehrlann!

🛠 We need a bigger smaller boat! Postfacto's frontend (web) will now only use 64MB of memory instead of 1GB (as it was defaulting to before).

Issues/PRs included in release: https://github.com/pivotal/postfacto/milestone/6?closed=1

2.4.1

11 Jul 17:30
a547369
Compare
Choose a tag to compare

🛠 Deployment is now focused around downloading a package that can be installed on PCF/PWS without any build steps. We'll include a package with each release as an attachment. If you've been Concours-ing: remain calm and carry on. We're still including pipelines in the package.

Issues/PRs included in release: https://github.com/pivotal/postfacto/milestone/5?closed=1

2.4.0

06 Jul 08:09
fcc25eb
Compare
Choose a tag to compare

💡 Always wanted a robot to facilitate your retro? Well your dream has come true! Pressing the right arrow on your keyboard will now transition to the next retro item for you. Thanks for this @crswty.

💡 If you're like @crswty and you need to add an Item or Action Item with multiple lines you can now do that by hitting Shift + Enter while you're adding one.

🛠 You can now enable analytics if you'd like to help us learn about how you're using Postfacto and about how we could make it even better.

Issues/PRs included in release: https://github.com/pivotal/postfacto/milestone/4?closed=1

2.3.1

10 May 09:15
20cfee6
Compare
Choose a tag to compare

🐞 You can delete retro items again! That, like, wasn't a weird new feature or anything.

2.3.0

27 Apr 15:12
4e9c8db
Compare
Choose a tag to compare

💡 You can now let users sign up using their Google Account so they can create Retros themselves. You can of course not do this and remain a (benevolent) dictator of your Postfacto. This feature comes courtesy of @leungandrew. Thanks!

🛠 You no longer need PostgreSQL or MySQL for local development. Say hello to SQLite!

Issues/PRs included in release: https://github.com/pivotal/postfacto/milestone/3?closed=1

2.2.0

30 Apr 11:01
94df50e
Compare
Choose a tag to compare

💡 Retros created in the admin dashboard are now private by default.

💡 Retros can be deleted from the admin dashboard.

🛠 Example deployment for PCF available in deployment/pcf.

🛠 API no longer requires a specific Ruby buildpack to work (we'll get to the Web npm problems I promise).

🚨 We've changed how we do authentication so users will have to log back in after you've deployed this version.

Issues/PRs included in release: https://github.com/pivotal/postfacto/milestone/2?closed=1

2.1.0

01 Mar 14:20
Compare
Choose a tag to compare

💡 Retro owners can be changed from the Admin dashboard

💡 Now works with both Pivotal Redis and Redis Cloud services

🚨 Websockets port is now configurable (if you're running on PWS make sure to set to 4443 like the example deployment in deployment/pws)

Issues/PRs included in release: https://github.com/pivotal/postfacto/milestone/1?closed=1

From now on we'll announce new releases both here and via our mailing list.

2.0.3

15 Jan 16:49
Compare
Choose a tag to compare

🛠 Web compile Concourse job now relies on config input rather than pipeline

2.0.2

12 Jan 15:46
Compare
Choose a tag to compare

Move Staticfile into code base so it's not needed in deployment configuration.