Skip to content

Tags: fullbl/tenancy

Tags

v3.4.5

Toggle v3.4.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add missing import for Domain model (archtechx#745)

v3.4.4

Toggle v3.4.4's commit message
Apply fixes from StyleCI

v3.4.3

Toggle v3.4.3's commit message
Apply fixes from StyleCI

v3.4.2

Toggle v3.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix arguments being initialized twice for tenants:seed command (archt…

…echx#611)

v3.4.1

Toggle v3.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add static variable for MiddlewareUniversalName. (archtechx#581)

* Added middlewareUniversalName static variable to extends and customize the UniversalRoutes class

* change the variable name and undo the code style

v3.4.0

Toggle v3.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
PHP 8 support (archtechx#542)

* PHP 8 support, test workflow syntax

* Try using a custom data structure in the workflow

* Try using matrix include

* Default PHP target

* single include

* fix composer package name

* [WIP] Try using dev-master for valuestore

* Update spatie/valuestore constraint to be stable

v3.3.0

Toggle v3.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Terminating pipelines (archtechx#527)

* Return false from CreateDatabase job

* Terminating pipeline tests

v3.2.1

Toggle v3.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Only bind UUID generator if one is specified in config (archtechx#493)

v3.2.0

Toggle v3.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix initialize() method (archtechx#488)

* Fix initialize() method

* Remove useless line

v3.1.7

Toggle v3.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
reverse middlewares order before prepend (archtechx#479)