All notable changes to sentry-dashboard-tile
will be documented in this file
Updated:
- Removed sleep from
SentryTileServiceProvider
Added:
- Added autoloading for livewire components.
- Moved the Livewire Http\Livewire
- Added team component
Updated:
- Updated readme.
Fixed:
- Parsed the datetimes before importing
- Added the correct casts for the
first_seen
andlast_seen
columns on theIssue
model.
Added:
- Extra information for GH actions.
- Added new migration for sentry teams.
- Fixtures for the tests.
- Traits for the test suite.
- Added extra tests.
Updated:
- The way how migrations are being published.
- The tests.
Added:
- Added new information in the readme.
- migration stub publish command.
- dashboard.php config documentation.
- Kernel.php schedule documentation.
- initial release