Releases: sardjv/esr_api
Releases · sardjv/esr_api
v0.8.4
v0.8.3
Added
- Add documentation site to this repo.
- Add Quickstart Guide to docs.
v0.8.2
Added
- Add import logic, UI and API for Competence Definition Record.
v0.8.1
Changed
- Handle AssignmentRecord, PositionRecord and PersonRecord with different to and from dates.
v0.8.0
Changed
- Trigger initial snapshot from FTP as soon as FtpCredential is created.
- Download data from FTP daily at 8am instead of 5am.
- Only download files we've not imported before; don't delete from the FTP.
- Change port to 3001 to not clash with Murfin+.
v0.7.1
Added
- Add hint text to boolean checkbox fields.
- Add hints for User#activated and User#point_of_contact.
v0.7.0
Added
- Add FtpCredential to store FTP access data.
- Add dummy FTP server container for testing.
- Add FtpMock to cache FTP requests in tests.
- Update ETL pipeline to download files directly from FTP.
- Add Sidekiq cronjob to request data from FTP daily at 5am.
v0.6.8
Changed
- Get Rubocop passing.
- Add Rubocop to CI.
v0.6.7
Changed
- Switch to using docker-compose override file for easier development.
v0.6.6
Added
- Add signup link to homepage.