Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/tenancy/multi-tenant

Run multiple websites using the same Laravel installation while keeping tenant specific data separated for fully independent multi-domain setups, previously github.com/hyn/multi-tenant
https://github.com/tenancy/multi-tenant

cleaned up the use of a $tenant variable as a replicated $hostname

ab32d28c7cfed62e1b7f8b7b965ab4f752a9b97b authored almost 7 years ago by Daniel Klabbers <[email protected]>
has to activate the correct tenant

3e5e906fefda9743a29d4d192b8a76096c219c99 authored almost 7 years ago by Daniel Klabbers <[email protected]>
adding multi translation loader test

e60e965c24585e1a571ee02018e8d4ba76ee3737 authored almost 7 years ago by Daniel Klabbers <[email protected]>
cleaned up multi loader

87839f9ed55b0995bfbd570687a6d021695b1f13 authored almost 7 years ago by Daniel Klabbers <[email protected]>
Improvements to tenant language functionality (#353)

* Fixed bug where language files were not being loaded, enable tenant language files to override...

23cb7dcb62ac9e4674fd47486a28be31dec9ab9a authored almost 7 years ago by ianlchapman <[email protected]>
Merge branch '5.x' of github.com:hyn/multi-tenant into 5.x

4ea9dd41c78fcc0205cc3b04b0153b5d9e0a16d5 authored almost 7 years ago by Daniel Klabbers <[email protected]>
cl for 5.1

da42f012607d686ff6f4a460ff88f5a0fd6a7baf authored almost 7 years ago by Daniel Klabbers <[email protected]>
Update TenantAwareJob.php (#363)

When I was using this trait, I found it annoying that the variable was named `tenant_id`, yet it...

ca5c5ec4ce2f477830d1d715b30903628a0f8da5 authored almost 7 years ago by Thijmen Stavenuiter <[email protected]>
merged the code to prevent issues in cli, refactored to still allow the env

0ff31303287d576dcebcb30401910ce4009763ce authored almost 7 years ago by Daniel Klabbers <[email protected]>
removed obsolete import

56f658bcfb1b486ec6967517f693123cc2a7e45d authored almost 7 years ago by Daniel Klabbers <[email protected]>
Merge branch '5.x' into fix_CurrentHostname_uninstantiable_error

ea649f93e039fceea045b68d0fe338e7b5a9ffcc authored almost 7 years ago by Daniël Klabbers <[email protected]>
Removed need for installation check by not query hostnames when running in cli (#367)

* Default current hostname to null when running in a cli.

* Confirm the package is installed ...

a00398f1e0a33b060ddb423d38e91ad575c1d91b authored almost 7 years ago by George Palmer <[email protected]>
Fixing StyleCI

72a79f0edc570a0a69b100a3b675bd2c6da95a59 authored almost 7 years ago by Eric Fletcher <[email protected]>
Moved definition of CurrentHostname singleton to it's own ServiceProvider so requests for it don't trigger "cannot be instantiated" errors

3252712595767bfba0b0c2c0164c536a90e9c54c authored almost 7 years ago by Eric Fletcher <[email protected]>
reset changes

be0f624b8950a8f8e6d7a325659d40d9036e7de9 authored almost 7 years ago by Daniel Klabbers <[email protected]>
Update changelog.md

101ba71c9b08b2bbfa17a4fb3971af89ca2c7ade authored almost 7 years ago by Daniël Klabbers <[email protected]>
Use `exists()` method instead of `exists` property on repositories (#360)

* Use `exists()` method instead of `exists` property

* Use `exists()` method instead of `exis...

cf3759c663727b33b9d8e762bf12bf15859975ed authored almost 7 years ago by Austin Maddox <[email protected]>
confirms we can override global translations

f2502814ae6ea4e418ca90ad4a00ad8bd30545a0 authored about 7 years ago by Daniel Klabbers <[email protected]>
cl 5.0.17

8146562165b7084746d959c5b46951f7c506b7ba authored about 7 years ago by Daniel Klabbers <[email protected]>
refactored the abort a bit

d5a195bc35764c3a57cb0e330f728314c343f16c authored about 7 years ago by Daniel Klabbers <[email protected]>
Invalid Hostname detection broken (#346)

* Invalid Hostname detection broken

I was having significant difficulty getting my site to 40...

029bcb37bdf687cd94a5f69b557654174262cb5d authored about 7 years ago by Eric Fletcher <[email protected]>
cl 5.0.16

53e14a7c7c7bd2d54f19d0a764c08a4f0a92ef7d authored about 7 years ago by Daniel Klabbers <[email protected]>
sending updated event should regenerate configs if touched

a56a216e7b6ccbeed60cc50d85535525790495da authored about 7 years ago by Daniel Klabbers <[email protected]>
Fixing typo (#345)

b2d78c9111bf42b95498c6990e1bd7ecd20f6b38 authored about 7 years ago by Eric Fletcher <[email protected]>
Update tenancy.php

removed some links to old docs

1f7baf01d2efcbeff8f046fb763a485b842a2447 authored about 7 years ago by Daniël Klabbers <[email protected]>
Update webserver.php

no need to keep a config section that isn't being used

db12157560a681d38034dcfd0c60f15e81685244 authored about 7 years ago by Daniël Klabbers <[email protected]>
5.0.15 cl

ffc2e268b26b4c3cd9eae99fcd01ee809f32f49c authored about 7 years ago by Bertrand Kintanar <[email protected]>
Add restore command (#326)

* Add RestoreCommand to restore tenant db.

* Trying to purge connection before deleting.

*...

e6364f5ed18e72a2f51681394292fd17dcf664f2 authored about 7 years ago by Bertrand Kintanar <[email protected]>
5.0.14 cl

cd06ea9770af6e3b0b33ed98cbccd6a39c4807b1 authored about 7 years ago by Daniel Klabbers <[email protected]>
made early identification togglable through env

bc23ff5fd5cd591dcf6bc0a437df3631de0e992d authored about 7 years ago by Daniel Klabbers <[email protected]>
fixes #310 support for queue handling (#333)

* fixes #310, adds trait replacing SerializesModels that can revive the active hostname

* App...

dcd99a10953708bbbfc4acbb0c2ce7d17a4d4145 authored about 7 years ago by Daniël Klabbers <[email protected]>
Update webserver.php

Fix typos

617bc0007f3aaf7b9535481f4935ae6c4aa86813 authored about 7 years ago by Thijmen Stavenuiter <[email protected]>
Update webserver.php

fixes #327

668b3c7b1499d8a8bd23b006ea124433adad1f3a authored about 7 years ago by Daniël Klabbers <[email protected]>
Apply fixes from StyleCI (#320)

0e7e51801c038c5a969b0a6ce8568c6924b5965f authored about 7 years ago by Daniël Klabbers <[email protected]>
fixed duplicate configuration logic, now registering the middlewares and adding ability to eager load environment

2155a38c456d98f1f496005bdec5c8dc2cee4d0c authored about 7 years ago by Daniel Klabbers <[email protected]>
Delete CODE_OF_CONDUCT.md

4adf0b09570faf937d642a6d224f756091626e5d authored about 7 years ago by Daniël Klabbers <[email protected]>
Create CODE_OF_CONDUCT.md

63e570bbdc69b4eb485be36b4175ea96aa3da413 authored about 7 years ago by Daniël Klabbers <[email protected]>
Apply fixes from StyleCI (#316)

cd6b69709a6e5133a1763706921dbd526267f756 authored about 7 years ago by Daniël Klabbers <[email protected]>
Update LoadsConfigsTest.php

initial value check

28283cccdcbbf6f17c7519812cf671da43968e85 authored about 7 years ago by Daniël Klabbers <[email protected]>
5.0.13 cl

9c5d3829d4ae8cf0d849dfd98bd07790d2d5bff4 authored about 7 years ago by Daniel Klabbers <[email protected]>
fixes tenant configs creating arrays out of existing config values

b19bfffd2749b87f923a56a9fde24f7b543f4b52 authored about 7 years ago by Daniel Klabbers <[email protected]>
Merge pull request #315 from hyn/bug-fix-artisan-calls-production

Forcing artisan calls.

c48b3d251b368193d7884621fab8fa3eefbf9e54 authored about 7 years ago by Daniël Klabbers <[email protected]>
Forcing artisan calls. When on production, this is needed, otherwise artisan will prompt an "Are you sure you want to run this on production" message.

002d7d0b4bc1d2d00b466abadcc9c04c92aea553 authored about 7 years ago by Thijmen Stavenuiter <[email protected]>
Merge pull request #314 from julianfox/bugfix/missed_process_class_import

Import missed Process class in NginxGenerator

27e13d34d53cd12fdf433be933dd4f49d9e3ffaa authored about 7 years ago by Daniël Klabbers <[email protected]>
Import missed Process class in NginxGenerator

a751cc81e4ab1a40dfc7f74c8676239263b63344 authored about 7 years ago by Julian <[email protected]>
Update Connection.php

3efe0105ea42834ddc707817a11cf25848f0ef5e authored about 7 years ago by Daniël Klabbers <[email protected]>
[skip ci] cl 5.0.11

4bd45014ee7f0111ad35962d6a960e7ac875f1dd authored about 7 years ago by Daniël Klabbers <[email protected]>
missing migrations, reset to previous behavior

d49c16d18da36ec97c43d5554ad1adf2b6872e81 authored about 7 years ago by Daniël Klabbers <[email protected]>
5.0.10 cl

d7fa06378417ec35df2f70c32240011aedb4b460 authored about 7 years ago by Daniël Klabbers <[email protected]>
fixes #307, undo auto publishing of migrations

8161e2d4482368c02728bb5205f0adf0d3e68be1 authored about 7 years ago by Daniël Klabbers <[email protected]>
fixes #306, by using models in seeder these would fail (#313)

* fixes #306, by using models in seeder these would fail

* drop unnecessary config key

7bb5edd9b998ea76d267bd7b9efe08b7481dc913 authored about 7 years ago by Daniël Klabbers <[email protected]>
clean some code (#304)

cleanliness is next to managerliness

a93aad230699c91d8e64d75e5c9dcd7e5f04e4b6 authored about 7 years ago by Tom <[email protected]>
prep 5.0.9

64154cd0c0154a3e9a082f3d6e5e0441d1a8cb50 authored about 7 years ago by Daniel Klabbers <[email protected]>
fix build

694259c512bd0f8561b67f26868be417a4300e67 authored about 7 years ago by Daniel Klabbers <[email protected]>
renamed testing namespace

a90f26215af6575232a2d629808f7f57bb0ddb26 authored about 7 years ago by Daniël Klabbers <[email protected]>
Merge pull request #302 from Thijmen/patch-1

Update Customer.php

2a2dbf2809b9526dc97cabfa0e93b1c0b3320dd0 authored about 7 years ago by Daniël Klabbers <[email protected]>
Update Customer.php

cd9c3359a723c332eb32d20ec3b501e2eb43c06d authored about 7 years ago by Thijmen Stavenuiter <[email protected]>
Update Customer.php

This broke my setup, this should be websites ofcourse in stead of customers.
In the future I'll...

acdf355b58ac2a6eae0060ce9da73159bb9362bf authored about 7 years ago by Thijmen Stavenuiter <[email protected]>
missing readme link to packagist

a29bc9954e6e75889997a6dda1c60731674aa1da authored about 7 years ago by Daniel Klabbers <[email protected]>
process to restart apache/nginx never fired

1a847c440c4e5a6f8552dafde88a715b47881038 authored about 7 years ago by Daniel Klabbers <[email protected]>
Merge branch '5.x' of github.com:hyn/multi-tenant into 5.x

60741a2b0667733712059a55f16348bacf191217 authored about 7 years ago by Daniel Klabbers <[email protected]>
changelog 5.0.8

2d01d5999f434e0142aff76047c82774ba3d703d authored about 7 years ago by Daniel Klabbers <[email protected]>
Apply fixes from StyleCI (#301)

a7a9a790a97813dab796e8ec130d6aed8a6de7fa authored about 7 years ago by Daniël Klabbers <[email protected]>
added tests for facade

bcd4fda5eab1c8f0492d27f23704d11e3dfde6c1 authored about 7 years ago by Daniel Klabbers <[email protected]>
Apply fixes from StyleCI (#300)

2192ae3446d1949bb07f9aedd12a4579f3c94a72 authored about 7 years ago by Daniël Klabbers <[email protected]>
added facade

921705231e14f49c2007dc25467be349354d6eff authored about 7 years ago by Daniel Klabbers <[email protected]>
dropped model observer abstract

3cbd02ee5757f6cf7c3d51e3763c1b2b1fcb1972 authored about 7 years ago by Daniel Klabbers <[email protected]>
improved auto migrating logic

b96e74e8217197e31bee8e85598ba4be2b983bae authored about 7 years ago by Daniel Klabbers <[email protected]>
removed unnecessary import, readied up changelog for next release [skip ci]

e75d185d44ddbb191e1cd6c852512895f12d8cdf authored about 7 years ago by Daniel Klabbers <[email protected]>
demand path, realpath or configured tenant-migrations-path, otherwise erroring out on running migrations

d9aafe6993a8eab29a90186042a32c3e1b576a21 authored about 7 years ago by Daniel Klabbers <[email protected]>
made current hostname extending hostname, fixed issue with environment ioc binding of current hostname

aebfb97c08692f7bd1db0d32bb8c2811316c1ce8 authored about 7 years ago by Daniel Klabbers <[email protected]>
lets make ci happy, :sunny: fixes the issue with CurrentHostname vs Hostname contracts in tests

2c96c70e005d4faecc61002c27d5cb92b658c652 authored about 7 years ago by Daniel Klabbers <[email protected]>
Update HostnameActions.php

removed duplicate import of Hostname and removed duplicate typehint on property

ff99bb3e4c8ed7b52a651a09d18fd1ba78898d6b authored about 7 years ago by Daniël Klabbers <[email protected]>
Update tenancy.php

144464d4559e5892de1f6dc831b34f3ff717409e authored about 7 years ago by Daniël Klabbers <[email protected]>
Customizable Models (#298)

* add ability to change models

* remove some PHPDoc fluff

Also gitignore stuff.

1838e82502c78df50f9fe15d162782c8d3c0143d authored about 7 years ago by Tommy <[email protected]>
Update readme.md

return of the awesome badge

https://twitter.com/awesome__re/status/923561107234656256

2d6964f65dc60f798aa71f6297e46fa86bfa0675 authored about 7 years ago by Daniël Klabbers <[email protected]>
cl for 5.0.6

4a8acd683a98fc03ae66363bf1be64b75c0fc340 authored about 7 years ago by Daniël Klabbers <[email protected]>
Merge branch '5.x' of github.com:hyn/multi-tenant into 5.x

c092255bb1ca354d3a89596ac4eda9e222fa55b9 authored about 7 years ago by Daniel Klabbers <[email protected]>
moved logic of abstracts to traits as they have precedence anyway

dd4c217a3b1b1e1c85915c0bfa852baad6adc827 authored about 7 years ago by Daniel Klabbers <[email protected]>
Update tenancy.php

document that an absolute path is required for migrations

81038fd15a8ead1c165a27211c4a40226bdaf8fd authored about 7 years ago by Daniël Klabbers <[email protected]>
moved to process (#293)

e7ee70f5de2e7aec6e2abd23bf3ffdc3894eee64 authored about 7 years ago by Daniël Klabbers <[email protected]>
fix coverage

36d661c1428bf20c76c6d4b021664a7ec1f966dc authored about 7 years ago by Daniel Klabbers <[email protected]>
Update config.yml (#292)

* Update config.yml

* its DB_HOST not DB_HOSTNAME

9f57deba8d9859a8bb8d5238af9ac0227be93553 authored about 7 years ago by Daniël Klabbers <[email protected]>
Update config.yml

haven't even set hostname of dbs

cc12c17f48f5628ce16888bcf0232cafb2b4b40e authored about 7 years ago by Daniël Klabbers <[email protected]>
changelog for 5.0.5

98b27fbbdbf163b3ac3002de5a0560a1b3710e5f authored about 7 years ago by Daniel Klabbers <[email protected]>
284 fixes validation (#291)

* allows %id% in validation rules

* missing model replacement

* fixing the update

* cov...

8eee3e9e714523308e97211c83f1240e67c68667 authored about 7 years ago by Daniël Klabbers <[email protected]>
Update readme.md

[skip ci] fixed codecov badge

4be958d16f0f74a919164d3f30a616abc51122ee authored about 7 years ago by Daniël Klabbers <[email protected]>
post the coverage file

3a81deb834ff8ab84f0e52d973ade5c092822409 authored about 7 years ago by Daniel Klabbers <[email protected]>
duplicated coverage build

eeb8600cc2be4ef2dc8b809cd58b976bdf4f1191 authored about 7 years ago by Daniel Klabbers <[email protected]>
coverage fix and remove gitlab-ci

379051f23f73e35af8e1518fa6fb24f12b9399cb authored about 7 years ago by Daniel Klabbers <[email protected]>
makes sense to install dependencies :roll_eyes:

fc1f259ec4a5831050c12147254b774858d0f1cf authored about 7 years ago by Daniel Klabbers <[email protected]>
Merge branch '5.x' of github.com:hyn/multi-tenant into 5.x

0e6d005a4b508f666d8ee2cbd213f370ff9bc20b authored about 7 years ago by Daniel Klabbers <[email protected]>
use previous xdebug enabling method

2d030ca9628c373c2aaee2e584b591ec5a5c452e authored about 7 years ago by Daniel Klabbers <[email protected]>
Update readme.md

e0612886a946ccb66d71bf76b3f4d375eabb5036 authored about 7 years ago by Daniël Klabbers <[email protected]>
exit code due to return value of bash conditional

d99db256ad6254293707f5515da0b15fca46a276 authored about 7 years ago by Daniel Klabbers <[email protected]>
typo

d01e66926404dcd8766a94fb676c4f7499404e9e authored about 7 years ago by Daniel Klabbers <[email protected]>
quotes issue

fc23ac26df2743be5e317f4a9aee69db0a4513c7 authored about 7 years ago by Daniel Klabbers <[email protected]>
adds code coverage

a0cb95619914339bfa833f6b994bbb5d4f35758c authored about 7 years ago by Daniel Klabbers <[email protected]>
Merge branch '5.x' of github.com:hyn/multi-tenant into 5.x

550e4ea93dffcafb7efc03254188244e660dfaa2 authored about 7 years ago by Daniel Klabbers <[email protected]>
cleaned up the readme

025942f9143f696ceb0bd140f7070b32ba019271 authored about 7 years ago by Daniel Klabbers <[email protected]>