Skip to content

Latest commit

 

History

History
111 lines (79 loc) · 8.18 KB

CHANGELOG.md

File metadata and controls

111 lines (79 loc) · 8.18 KB

Change Log

PENDING

Maintenance:

  • Upgrade Ruby to 2.6.5
  • Upgrade Ruby Gems for security purposes
  • Update documentation to reflect
  • Remove deprecated feature tests that caused testing to fail after upgrades (amazon products)

2.7.0 (2018-10-25)

Full Changelog

Implemented enhancements:

  • Enhancements for Unarchive #56
  • Feature: Delete Shelter in Admin UI #54
  • Feature: add geoJSON endpoints #44
  • Adding functionality to view trashed items and restore them when needed. #68 (omnilord)
  • Menu cleanup #43 (omnilord)

Fixed bugs:

  • Imports create duplicates if existing data is archived #59

Closed issues:

  • Feature: ability to mark a shelter updated/current #63
  • SemVer #60

Merged pull requests:

  • Add GeoJSON endpoints for shelters and distribution points #70 (nihonjinrxs)
  • update changelog #67 (miklb)
  • fix travis script #66 (miklb)
  • Make the app workflow more user friendly for updating and moving resources in and out of archives #65 (omnilord)
  • Better control of deduplication through Deleting resources via UI and finer import logic #64 (omnilord)

2.6.3 (2018-10-13)

Full Changelog

2.6.2 (2018-10-13)

Full Changelog

2.6.1 (2018-10-13)

Full Changelog

Closed issues:

  • Backups #57
  • Backfill separate address field data (city, state, zip) from address field #27
  • Export as KML #1

Merged pull requests:

  • chore: update travis deploy script #62 (miklb)

2.6.0 (2018-10-12)

Full Changelog

Closed issues:

  • Address value format inconsistencies #53
  • Easier Editing for Closing Shelters #49
  • Archived list commands not correct #46
  • UI to Re-Activate PODS #40
  • Allow null on phone number for PODS #39
  • update dependencies #31
  • Feature Request: add POD (point of distribution) #29

Merged pull requests:

  • Reverse GeoCoding for models missing required address fields. #58 (omnilord)
  • Adding FEMA import #55 (omnilord)
  • Updating the way data tables are render to make them DRY #52 (omnilord)
  • fixed some typos in readme.md #51 (Gotham13121997)
  • Resolve Issue #46 - Archive/Unarchive links #48 (omnilord)
  • A quick refactor to make some of the source easier to navigate. #45 (omnilord)
  • Add archived items views [dependent on PR #45] #42 (omnilord)
  • Allowing phone numbers to be blank if not provided. [dependent on PR #45] #41 (omnilord)
  • Update README to include Distribution Points API #38 (nihonjinrxs)
  • New DistributionPoints feature #37 (nihonjinrxs)
  • Bumped to latest patch of Rails 5.1 #36 (nihonjinrxs)
  • [Depends on #34] Fix tests (and production API 500 errors, too! Yikes!) #35 (nihonjinrxs)
  • Update db/structure.sql to current state after all these merges #34 (nihonjinrxs)
  • Adding missing semicolons in sql #32 (omnilord)

2.5.0 (2018-09-16)

Closed issues:

  • Enable "Shelters Needing Updates" as a JSON endpoint #26
  • Fix default sort in "Shelters Needing Updates" view to show most outdated first #25
  • Make state field visible in "Shelters Needing Updates" view #24
  • Should be able to add/update State when updating or adding shelter #11
  • API Search Box only returns county results #10
  • Update dev getting started docs #9
  • Accepting field should read "True, False, Not available" #8
  • Change "Special Needs" checkbox to text input #5
  • Add CEDR logo #3
  • Update instructions for Florence including calling script #2

Merged pull requests:

* This Change Log was automatically generated by github_changelog_generator