Skip to content

Tags: eveseat/seat

Tags

5.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update ci

5.0.0

deps: lock packages version

4.0.4

fix(jobs): increase retry delay to be greater than timeout

> The --timeout value should always be at least several seconds shorter than your retry_after configuration value. This will ensure that a worker processing a given job is always killed before the job is retried. If your --timeout option is longer than your retry_after configuration value, your jobs may be processed twice.

https://laravel.com/docs/6.x/queues#job-expirations-and-timeouts

4.0.3

build(deps): update fakerphp and phpunit

4.0.2

chore: update tinker dependency

4.0.1

fix: add eseye and sde storage by default

Closes #671

4.0.0

Verified

This commit was signed with the committer’s verified signature. The key has expired.
build(core): prepare SeAT 4.0.x release

4.0.0-rc3

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
refactor: use environment variable to define log level (#627)

* docs: update proxy documentation

* refactor: use environment variable to define log level

4.0.0-rc2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
refactor: allow to pass an array of path

4.0.0-rc1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
refactor(core): move AbstractSeatPlugin from services to seat package (

…#597)

in order to keep consistency with packages, AbstractSeatPlugin is
moved to main package - as it will be extended by every single seat
packages (core and third party).
implement a dedicated permission registration method