- Set
accounts_user_id
anduser_id
for Universe API
- Fix specs after dependencies' update
- Add config for Ruby workflow for Github Actions
- Drop
force_ssl
from BookingsyncApplication::Controllers::CommonBase for Rails version from 6.1 onwards
- Drop support for Ruby prior to 2.5 (to satisfy Rails 6 requirements)
- Relax bookingsync-engine requirements
- Add support for Rails 6.0
- Fix dependency requirements
- BREAKING: bump bookingsync-engine to ~> 4.0.0
- BREAKING: drop support for ruby prior to 2.3
- Add support for Rails 5.2
- update bookingsync-engine gem to ~> 3.0.2
- Add support for Rails 5.1
- Drop support for Rails prior to 5.0
- bump bookingsync-engine to ~> 2.0.1
- drop rails 4.1 support
- Add support for BookingSync Universe API concept
- BREAKING: renamed
BookingsyncApplication::Admin::CommonBaseController
toBookingsyncApplication::Controllers::CommonBase
- Add support for Rails 5
- Add base controller for handling BookingSync's webhooks
- Relax synced gem dependency
- Drop ruby 2.0 support, nearing end of life
- Update
bookingsync-engine
to ~> 1.0.1
- BREAKING CHANGE: Rename account
synced_key
fromuid
tosynced_id
- bump
bookingsync-engine
to ~> 1.0.0
- Relax
jsonapi-resources
version requirement
- bump synced to ~> 1.1.1
- bump synced dependency to ~> 1.1.0
- Remove testing gems
- Update readme
- Update dependencies (jsonapi-resources and synced)
- relax rails dependency to ~> 4.0
- bump bookingsync-engine, fixes token refresh issues
- added admin namespace to common_base_controller
- removed unused stuff, that was causing some dependencies problems in sidekiq
- bumped jsonapi resources to 0.0.16
- added rubocop and initial cleanup
- require dotenv-rails and not dotenv
- update readme to pull dotenv from master to fix bug in loading .env
- require bookingsync_application/common_base_controller to be available in the app
- Depend and require synced and dotenv gems
- First public versioned release.