Skip to content

Tags: eveseat/seat

Tags

5.0.1

Toggle 5.0.1's commit message

Verified

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

5.0.0

Toggle 5.0.0's commit message
deps: lock packages version

4.0.4

Toggle 4.0.4's commit message
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

Toggle 4.0.3's commit message
build(deps): update fakerphp and phpunit

4.0.2

Toggle 4.0.2's commit message
chore: update tinker dependency

4.0.1

Toggle 4.0.1's commit message
fix: add eseye and sde storage by default

Closes #671

4.0.0

Toggle 4.0.0's commit message

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

Toggle 4.0.0-rc3's commit message

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

Toggle 4.0.0-rc2's commit message

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

Toggle 4.0.0-rc1's commit message

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