Skip to content

Releases: coopdevs/timeoverflow

v1.4.0

19 Mar 11:34
6f091fd
Compare
Choose a tag to compare

Introduced changes:

  • Massive upgrade of dependencies and removal of unused files #298 💪
  • New custom error pages for 404 and 500 errors #299
  • Translations for #299 #301
  • Add unicorn configuration #319
  • Require capistrano-rbenv only in staging to fix staging deploys #325
  • Update test db config to make it work in the dev env #332

February 2018 / 1

07 Feb 17:52
Compare
Choose a tag to compare

This is the same release as v1.3.0 but removing:

  • Add staging environment #314

#314 requires changes in production that are not applied yet and so it makes the deployment fail. v1.3.0 hasn't been deployed. This one replaces it instead.

February 2018 / 1

07 Feb 17:07
fd494f8
Compare
Choose a tag to compare

Includes the following changes:

  • Add staging environment #314
  • Fix crash transferring time from the offer's page #316
  • Add Skylight instrumentation #322

You can check them in https://github.com/coopdevs/timeoverflow/pulls?utf8=%E2%9C%93&q=is%3Apr+merged%3A%3E2018-01-30+is%3Aclosed+sort%3Aupdated-asc+

Fix for Release January 2018 / 1

30 Jan 16:29
6660a79
Compare
Choose a tag to compare

Fix for Release January 2018 / 1

30 Jan 13:16
3708648
Compare
Choose a tag to compare

Fix for Release January 2018 / 1

30 Jan 12:09
a9f6661
Compare
Choose a tag to compare

Release January 2018 / 1

30 Jan 10:12
1db6442
Compare
Choose a tag to compare

Introduced changes:

  • Alphabetically sort tags in tags list
  • Remove duplicated code related to transfers
  • Users list is now paginated on the server side
  • Removed angular completely
  • Upgraded to Rails 4.2.7.1
  • Removed unnecessary gems. Smaller memory footprint 🎉

The PRs that introduced said changes are: #241, #264, #272, #283, #294, #302