From e9da5474f1a994ef80c708c955fa1a5dc16fb7b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Klabbers?= Date: Tue, 7 Jun 2016 22:14:18 +0200 Subject: [PATCH] updated changelogs --- changelog.md | 10 +++ changelogs/0.1.0..0.1.1 | 14 ++-- changelogs/0.1.1..0.1.2 | 4 +- changelogs/0.1.2..0.1.3 | 40 +++++----- changelogs/0.1.3..0.1.4 | 2 +- changelogs/0.1.4..0.1.5 | 30 +++---- changelogs/0.1.5..0.2.0 | 30 +++---- changelogs/0.2.0..0.2.1 | 6 +- changelogs/0.2.1..0.2.2 | 24 +++--- changelogs/0.2.2..0.2.3 | 18 ++--- changelogs/0.2.3..0.2.4 | 14 ++-- changelogs/0.2.4..0.2.5 | 2 +- changelogs/0.2.5..0.2.6 | 24 +++--- changelogs/0.2.6..0.2.7 | 4 +- changelogs/0.2.7..0.2.8 | 8 +- changelogs/0.2.8..0.2.9 | 18 ++--- changelogs/0.2.9..0.3.0 | 50 ++++++------ changelogs/0.3.0..0.3.1 | 6 +- changelogs/0.3.1..0.4.0 | 34 ++++---- changelogs/0.4.0..0.4.1 | 118 ++++++++++++++-------------- changelogs/0.4.1..0.4.2 | 4 +- changelogs/0.4.2..0.4.3 | 38 ++++----- changelogs/0.4.3..0.4.4 | 44 +++++------ changelogs/0.5.0..0.5.1 | 12 +-- changelogs/0.5.1..0.5.2 | 52 ++++++------ changelogs/0.5.2..0.5.3 | 2 +- changelogs/0.5.3..0.5.4 | 12 +-- changelogs/0.5.4..0.5.5 | 10 +-- changelogs/0.5.5..0.6.0 | 30 +++---- changelogs/0.6.0..0.6.1 | 6 +- changelogs/0.6.1..0.6.2 | 20 ++--- changelogs/0.6.2..0.6.3 | 14 ++-- changelogs/0.6.3..0.6.4 | 2 +- changelogs/0.6.4..0.7.0 | 36 ++++----- changelogs/0.7.0..0.7.1 | 2 +- changelogs/0.7.1..0.7.3 | 2 +- changelogs/0.7.3..0.7.4 | 36 ++++----- changelogs/0.7.4..0.7.5 | 4 +- changelogs/0.7.5..0.8.0 | 36 ++++----- changelogs/0.8.0..0.8.1 | 12 +-- changelogs/0.8.1..0.9.0 | 30 +++---- changelogs/0.9.0..0.9.1 | 26 +++--- changelogs/0.9.1..0.9.2 | 44 +++++------ changelogs/0.9.2..1.0.0 | 14 ++-- changelogs/1.0.0..1.0.1-beta | 70 ++++++++--------- changelogs/1.0.1-beta..1.0.1-beta.2 | 42 +++++----- changelogs/1.0.1-beta.2..1.0.1 | 11 +++ changelogs/1.0.1..2.0.0-dev.1 | 20 +++++ 48 files changed, 564 insertions(+), 523 deletions(-) create mode 100644 changelogs/1.0.1-beta.2..1.0.1 create mode 100644 changelogs/1.0.1..2.0.0-dev.1 diff --git a/changelog.md b/changelog.md index bcab83a5..7e417c5e 100644 --- a/changelog.md +++ b/changelog.md @@ -4,6 +4,16 @@ All notable changes to `hyn/multi-tenant` will be documented in this file. --- +### 2.0.0-dev.1 + +- Moved to a monolythic approach to improve speed of development. +- Made PHP 7.0 the only support PHP version. +- Requiring Laravel 5.2 at this point, will support future versions more easily. + +### 1.0.1 + +- Minor improvements, found it stable enough to tag full minor. + ### 1.0.1-beta.2 - Added technical changelogs in subdirectory. diff --git a/changelogs/0.1.0..0.1.1 b/changelogs/0.1.0..0.1.1 index 825e8b8e..6279e985 100644 --- a/changelogs/0.1.0..0.1.1 +++ b/changelogs/0.1.0..0.1.1 @@ -1,7 +1,7 @@ -* a564a35 updates to make webserver file generation works -* edc70e7 going for next release, major additions to project -* f07eca9 reset version requirement, too lazy for a rollback on dev branch -* aa2d7af php version requirement in composer updated to match test -* dfe76bf changes to touching parent and attempt to support php 5.4 -* 1e90cbe directory creation readonly mode etc -* 9060ace added correct dependency +* a564a35 updates to make webserver file generation works +* edc70e7 going for next release, major additions to project +* f07eca9 reset version requirement, too lazy for a rollback on dev branch +* aa2d7af php version requirement in composer updated to match test +* dfe76bf changes to touching parent and attempt to support php 5.4 +* 1e90cbe directory creation readonly mode etc +* 9060ace added correct dependency diff --git a/changelogs/0.1.1..0.1.2 b/changelogs/0.1.1..0.1.2 index f3595315..7bc57609 100644 --- a/changelogs/0.1.1..0.1.2 +++ b/changelogs/0.1.1..0.1.2 @@ -1,2 +1,2 @@ -* 9b5862b fixed loading vendor packages using composer autoload functionality -* 46f08e3 minor updates +* 9b5862b fixed loading vendor packages using composer autoload functionality +* 46f08e3 minor updates diff --git a/changelogs/0.1.2..0.1.3 b/changelogs/0.1.2..0.1.3 index 199cee13..c9029742 100644 --- a/changelogs/0.1.2..0.1.3 +++ b/changelogs/0.1.2..0.1.3 @@ -1,20 +1,20 @@ -* 95aa4c9 reset travis -* 09ae899 then no do with travished -* 4284633 dev master for builds -* c4e137c first test -* 099e228 first attempt to run automated travis testing -* 6e82451 fixed double foreach -* 57125dd test not yet ready for travis, fixing build -* 0afd0db added final stepp for setup -* 950fb06 fixed readme connection name -* 0ffd6b2 changed license and connection -* e0d3867 cleaned up code -* 8635ee0 removed dd from setup -* eb3872d fixed creating database and added documentation how to set that up -* 4e6cb45 appropriate testing for existing files/directories -* d422f60 first steps in database connections and tenant command to create tenants from cli -* 7d52b5f minor improvements and php 5.5 Class::class used in relation where possible -* 27c0c20 fixed setup command and issue with missing column -* 72c48d9 moved to laravel lts and added first part of artisan command to finish installation of multi tenancy -* a608723 updated readme -* 2de979c changed order of using tenant specific directories, to properly support vendor folder, added providers configuration file to allow service providers per tenant website +* 95aa4c9 reset travis +* 09ae899 then no do with travished +* 4284633 dev master for builds +* c4e137c first test +* 099e228 first attempt to run automated travis testing +* 6e82451 fixed double foreach +* 57125dd test not yet ready for travis, fixing build +* 0afd0db added final stepp for setup +* 950fb06 fixed readme connection name +* 0ffd6b2 changed license and connection +* e0d3867 cleaned up code +* 8635ee0 removed dd from setup +* eb3872d fixed creating database and added documentation how to set that up +* 4e6cb45 appropriate testing for existing files/directories +* d422f60 first steps in database connections and tenant command to create tenants from cli +* 7d52b5f minor improvements and php 5.5 Class::class used in relation where possible +* 27c0c20 fixed setup command and issue with missing column +* 72c48d9 moved to laravel lts and added first part of artisan command to finish installation of multi tenancy +* a608723 updated readme +* 2de979c changed order of using tenant specific directories, to properly support vendor folder, added providers configuration file to allow service providers per tenant website diff --git a/changelogs/0.1.3..0.1.4 b/changelogs/0.1.3..0.1.4 index 0357988f..41083fc9 100644 --- a/changelogs/0.1.3..0.1.4 +++ b/changelogs/0.1.3..0.1.4 @@ -1 +1 @@ -* b630031 fixed hopefully +* b630031 fixed hopefully diff --git a/changelogs/0.1.4..0.1.5 b/changelogs/0.1.4..0.1.5 index b54ae90e..ff63e6a4 100644 --- a/changelogs/0.1.4..0.1.5 +++ b/changelogs/0.1.4..0.1.5 @@ -1,15 +1,15 @@ -* 2d142eb Merge pull request #3 from gitter-badger/gitter-badge -|\ -| * db0c9e2 Added Gitter badge -|/ -* 2a4036d Merge pull request #2 from thijsvdanker/master -|\ -| * ee8b830 Added fallback path for the multi-tenant.tenant-directory -|/ -* fc0c3d2 added git token -* 69b47fd missing vendor folder due to not running composer update -* 0555a30 removing anything that authenticates with github -* 158a07a re-adding -* 66653f4 fixing now -* 2787d80 removed all references to phpunit -* 5cbafd6 minor fixes +* 2d142eb Merge pull request #3 from gitter-badger/gitter-badge +|\ +| * db0c9e2 Added Gitter badge +|/ +* 2a4036d Merge pull request #2 from thijsvdanker/master +|\ +| * ee8b830 Added fallback path for the multi-tenant.tenant-directory +|/ +* fc0c3d2 added git token +* 69b47fd missing vendor folder due to not running composer update +* 0555a30 removing anything that authenticates with github +* 158a07a re-adding +* 66653f4 fixing now +* 2787d80 removed all references to phpunit +* 5cbafd6 minor fixes diff --git a/changelogs/0.1.5..0.2.0 b/changelogs/0.1.5..0.2.0 index 579d6bd2..dcde28a5 100644 --- a/changelogs/0.1.5..0.2.0 +++ b/changelogs/0.1.5..0.2.0 @@ -1,15 +1,15 @@ -* c607414 Merge pull request #6 from hyn-me/unit-test -|\ -| * 24f5b44 final commit in order to merge, removes commented code -| * 29d85fb password secret for homestead default, not for travis -| * 310a5f1 now using travis for connection but adding grant privileges -| * 1f7095a now using mysql connection for unit test -| * 1cdc13c fix for loading correct framework package -| * 3418bde command was moved to test -| * b0d5076 now checking out current branch -| * 981853a copying failed -| * 3ada317 added observer and unit test fixes -| * 943a2b3 support for unit testing -| * a7d6a0b rewritting to make non-interactive -| * aeafd45 running travis -* 59eb015 fixed connection to system instead of hyn, also grepped to find other occurrences, none found +* c607414 Merge pull request #6 from hyn-me/unit-test +|\ +| * 24f5b44 final commit in order to merge, removes commented code +| * 29d85fb password secret for homestead default, not for travis +| * 310a5f1 now using travis for connection but adding grant privileges +| * 1f7095a now using mysql connection for unit test +| * 1cdc13c fix for loading correct framework package +| * 3418bde command was moved to test +| * b0d5076 now checking out current branch +| * 981853a copying failed +| * 3ada317 added observer and unit test fixes +| * 943a2b3 support for unit testing +| * a7d6a0b rewritting to make non-interactive +| * aeafd45 running travis +* 59eb015 fixed connection to system instead of hyn, also grepped to find other occurrences, none found diff --git a/changelogs/0.2.0..0.2.1 b/changelogs/0.2.0..0.2.1 index 3e245b05..ecd3eaf5 100644 --- a/changelogs/0.2.0..0.2.1 +++ b/changelogs/0.2.0..0.2.1 @@ -1,3 +1,3 @@ -* 51d7192 forcing to exact commit -* 687e44e forgot to remove old composer require -* 7e9a27d not taking along right version in unit test +* 51d7192 forcing to exact commit +* 687e44e forgot to remove old composer require +* 7e9a27d not taking along right version in unit test diff --git a/changelogs/0.2.1..0.2.2 b/changelogs/0.2.1..0.2.2 index 1ebf621b..cbe38ca4 100644 --- a/changelogs/0.2.1..0.2.2 +++ b/changelogs/0.2.1..0.2.2 @@ -1,12 +1,12 @@ -* c9782ad Merge pull request #7 from hyn-me/unit-test -|\ -| * cf17188 missing then -| * b8df0b5 forgot about directory structure -| * 0a9d6e0 bash now runs unit tests -| * dc48d66 rights for script -| * 45d1ecb now running require through scripts, as is best practice -| * dd765d5 dropping commit constraint -| * 8ef2bb6 using if statement for inclusion -| * f79678a trying to use the install version of composer -* c607414 Merge pull request #6 from hyn-me/unit-test -* 59eb015 fixed connection to system instead of hyn, also grepped to find other occurrences, none found +* c9782ad Merge pull request #7 from hyn-me/unit-test +|\ +| * cf17188 missing then +| * b8df0b5 forgot about directory structure +| * 0a9d6e0 bash now runs unit tests +| * dc48d66 rights for script +| * 45d1ecb now running require through scripts, as is best practice +| * dd765d5 dropping commit constraint +| * 8ef2bb6 using if statement for inclusion +| * f79678a trying to use the install version of composer +* c607414 Merge pull request #6 from hyn-me/unit-test +* 59eb015 fixed connection to system instead of hyn, also grepped to find other occurrences, none found diff --git a/changelogs/0.2.2..0.2.3 b/changelogs/0.2.2..0.2.3 index e3aa9055..96bf118a 100644 --- a/changelogs/0.2.2..0.2.3 +++ b/changelogs/0.2.2..0.2.3 @@ -1,9 +1,9 @@ -* 44acb0a fixed typo tnx @seldaek -* a930c81 should have added the precendence instead of trying to remove it -* ac1632b attempt to fix ipv6 issue -* 81e5ae2 travis retry fails the build on bash -* 4e06835 added travis_retry -* 76718d0 back to non sudo for now -* 792c6b9 adding sudo as required -* b241251 adding sudo to unit test to allow webserver modifications -* 7382021 version constraint testing improved, possibly the required +* 44acb0a fixed typo tnx @seldaek +* a930c81 should have added the precendence instead of trying to remove it +* ac1632b attempt to fix ipv6 issue +* 81e5ae2 travis retry fails the build on bash +* 4e06835 added travis_retry +* 76718d0 back to non sudo for now +* 792c6b9 adding sudo as required +* b241251 adding sudo to unit test to allow webserver modifications +* 7382021 version constraint testing improved, possibly the required diff --git a/changelogs/0.2.3..0.2.4 b/changelogs/0.2.3..0.2.4 index fff6ba82..7dc58690 100644 --- a/changelogs/0.2.3..0.2.4 +++ b/changelogs/0.2.3..0.2.4 @@ -1,7 +1,7 @@ -* 9a74267 Merge pull request #9 from hyn-me/unit-test -|\ -| * f7a29c9 added reason for ipv6 fix -* f06655d Merge pull request #8 from hyn-me/unit-test -* c9782ad Merge pull request #7 from hyn-me/unit-test -* c607414 Merge pull request #6 from hyn-me/unit-test -* 59eb015 fixed connection to system instead of hyn, also grepped to find other occurrences, none found +* 9a74267 Merge pull request #9 from hyn-me/unit-test +|\ +| * f7a29c9 added reason for ipv6 fix +* f06655d Merge pull request #8 from hyn-me/unit-test +* c9782ad Merge pull request #7 from hyn-me/unit-test +* c607414 Merge pull request #6 from hyn-me/unit-test +* 59eb015 fixed connection to system instead of hyn, also grepped to find other occurrences, none found diff --git a/changelogs/0.2.4..0.2.5 b/changelogs/0.2.4..0.2.5 index 89c04852..dae6fd23 100644 --- a/changelogs/0.2.4..0.2.5 +++ b/changelogs/0.2.4..0.2.5 @@ -1 +1 @@ -* 472d57c fix for possible using wrong connection on database creation, should be connection with increased rights, referencing #5 +* 472d57c fix for possible using wrong connection on database creation, should be connection with increased rights, referencing #5 diff --git a/changelogs/0.2.5..0.2.6 b/changelogs/0.2.5..0.2.6 index e96c34e4..8c8db30d 100644 --- a/changelogs/0.2.5..0.2.6 +++ b/changelogs/0.2.5..0.2.6 @@ -1,12 +1,12 @@ -* 4a0b83d attempt at improving formatting -* 3b16fc6 added faq about osx -* 3663cbc added webserver option to command -* 6bb77f1 changed regex, added more faq -* 7bd4cd0 improvement on previous travis script -* 9aabfb1 dropping hhvm for now -* 45a4cb4 added sudo for setup command -* 547e9ca Merge branch 'master' of github.com:hyn-me/multi-tenant -|\ -| * a159eeb Merge pull request #10 from thijsvdanker/master -| * 9f4dab6 Updated documentation on setup command to reflect the required input arguments -* eacc55e added more info, contact details etc. +* 4a0b83d attempt at improving formatting +* 3b16fc6 added faq about osx +* 3663cbc added webserver option to command +* 6bb77f1 changed regex, added more faq +* 7bd4cd0 improvement on previous travis script +* 9aabfb1 dropping hhvm for now +* 45a4cb4 added sudo for setup command +* 547e9ca Merge branch 'master' of github.com:hyn-me/multi-tenant +|\ +| * a159eeb Merge pull request #10 from thijsvdanker/master +| * 9f4dab6 Updated documentation on setup command to reflect the required input arguments +* eacc55e added more info, contact details etc. diff --git a/changelogs/0.2.6..0.2.7 b/changelogs/0.2.6..0.2.7 index 6e5cde13..e4687feb 100644 --- a/changelogs/0.2.6..0.2.7 +++ b/changelogs/0.2.6..0.2.7 @@ -1,2 +1,2 @@ -* 43ed1e1 removed generic calls, added them to framework base repo -* c58d6c5 possible fix for live +* 43ed1e1 removed generic calls, added them to framework base repo +* c58d6c5 possible fix for live diff --git a/changelogs/0.2.7..0.2.8 b/changelogs/0.2.7..0.2.8 index da1b561e..ac25fd1a 100644 --- a/changelogs/0.2.7..0.2.8 +++ b/changelogs/0.2.7..0.2.8 @@ -1,4 +1,4 @@ -* 01f39d1 removed create default functionality -* dd880f1 fixes #11 -* 8718d36 version contract removed, always using latest stable, updated readme for laravel version and removed useless text about 4.1 version -* 6382199 changed requirement to better match patch version +* 01f39d1 removed create default functionality +* dd880f1 fixes #11 +* 8718d36 version contract removed, always using latest stable, updated readme for laravel version and removed useless text about 4.1 version +* 6382199 changed requirement to better match patch version diff --git a/changelogs/0.2.8..0.2.9 b/changelogs/0.2.8..0.2.9 index 9ccbc37b..b4ff582d 100644 --- a/changelogs/0.2.8..0.2.9 +++ b/changelogs/0.2.8..0.2.9 @@ -1,9 +1,9 @@ -* 0818dd1 fix for missing variable -* 977dc6e fixed typo -* ef8b879 changed test case to directly instantiate repo on need -* 3db5ea9 typo in existance -* ed641c1 extended the test, finally testing that the command works as intended -* 8907b56 catching error again to set hostname to null when tables not yet installed -* 6221bb7 attempt to fix build, $this->app was not instantiated, indicating incorrect createApplication flow -* 4a96596 added constraint for identifier, modified how the setup command runs and improved code somewhat -* c93e1f9 added delete method for website database +* 0818dd1 fix for missing variable +* 977dc6e fixed typo +* ef8b879 changed test case to directly instantiate repo on need +* 3db5ea9 typo in existance +* ed641c1 extended the test, finally testing that the command works as intended +* 8907b56 catching error again to set hostname to null when tables not yet installed +* 6221bb7 attempt to fix build, $this->app was not instantiated, indicating incorrect createApplication flow +* 4a96596 added constraint for identifier, modified how the setup command runs and improved code somewhat +* c93e1f9 added delete method for website database diff --git a/changelogs/0.2.9..0.3.0 b/changelogs/0.2.9..0.3.0 index f741bc46..6682e28b 100644 --- a/changelogs/0.2.9..0.3.0 +++ b/changelogs/0.2.9..0.3.0 @@ -1,25 +1,25 @@ -* ea9b221 exit code 0 is success in linux, good -* 3a92742 further increased testing in dependancies -* 4e35889 rearranged logic of loading -* fdbf8c9 debugging command resultset -* eedaabc asserting string output -* 045a6da no need to expect output anymore, due to dependancy -* 74cb1ed for unit testing it's not bad to keep some data in the database, lets make the test work first -* daf7d4f teardown should not be called at every method in this test -* 48dce06 now loading exact commit of this build -* 11d9fa2 ok, fully debug now -* 201206f need to sudo -* 6595292 back to artisan call -* eac21f7 moved migrations to test -* be3fce0 migrations, migrations, migrations, wait what? -* d7068ae added tests on dependencies and basic framework test -* 8473db8 added sudo to create user as well -* e53bb29 attempt to run command directly using exec -* d5d7f90 expecting string output from command -* 87fdabb added hostname test -* 3a87400 changed test to verify tenant not hostname -* 58325a2 fixed two issues, one typo and added fallback to null if env variable not set -* f646df3 cleaning up request helper and travis fle -* 729f6fc if no tenant created, lets just return null when deleting -* 1cbc81b fixed revoking -* 9b1e32e added dump cache for composer as probable solution when creating new tag/version +* ea9b221 exit code 0 is success in linux, good +* 3a92742 further increased testing in dependancies +* 4e35889 rearranged logic of loading +* fdbf8c9 debugging command resultset +* eedaabc asserting string output +* 045a6da no need to expect output anymore, due to dependancy +* 74cb1ed for unit testing it's not bad to keep some data in the database, lets make the test work first +* daf7d4f teardown should not be called at every method in this test +* 48dce06 now loading exact commit of this build +* 11d9fa2 ok, fully debug now +* 201206f need to sudo +* 6595292 back to artisan call +* eac21f7 moved migrations to test +* be3fce0 migrations, migrations, migrations, wait what? +* d7068ae added tests on dependencies and basic framework test +* 8473db8 added sudo to create user as well +* e53bb29 attempt to run command directly using exec +* d5d7f90 expecting string output from command +* 87fdabb added hostname test +* 3a87400 changed test to verify tenant not hostname +* 58325a2 fixed two issues, one typo and added fallback to null if env variable not set +* f646df3 cleaning up request helper and travis fle +* 729f6fc if no tenant created, lets just return null when deleting +* 1cbc81b fixed revoking +* 9b1e32e added dump cache for composer as probable solution when creating new tag/version diff --git a/changelogs/0.3.0..0.3.1 b/changelogs/0.3.0..0.3.1 index 3e386367..e5b3ec54 100644 --- a/changelogs/0.3.0..0.3.1 +++ b/changelogs/0.3.0..0.3.1 @@ -1,3 +1,3 @@ -* 157eaba added readme update and fixes hyn-me/multi-tenant#16 -* 310f166 support 7.0 and hhvm again -* a1f58a2 removed tenant command +* 157eaba added readme update and fixes hyn-me/multi-tenant#16 +* 310f166 support 7.0 and hhvm again +* a1f58a2 removed tenant command diff --git a/changelogs/0.3.1..0.4.0 b/changelogs/0.3.1..0.4.0 index 4ee07eb1..eafaf484 100644 --- a/changelogs/0.3.1..0.4.0 +++ b/changelogs/0.3.1..0.4.0 @@ -1,17 +1,17 @@ -* ec3702c using afterBootstrapping -* 4f267de running register now, forcing that behaviour -* ba27029 move to boot, because reasons.. -* fdeaeb2 marking provider as deferred will load it after the migration sp -* 2033682 calling register directly -* 9ae4fd8 moved away from boot to register, as should be -* 7b7b5e4 force loading deferred sp from framework before running hyn sp -* 0b173f0 moved commands to register, which is after the app has loaded -* a98c2b2 merged fixed conflict -|\ -| * 0fc7ff7 added tenant validator and moved registration of commands -* | be2cb3d attempt to fix issue with loading sequence -|/ -* 892c540 moved registration of migration commands backwards -* ce5f941 first step towards migrations in multi tenancy -* f47381d further explanation of queue -* e2b698e added explanation on requirement for queue +* ec3702c using afterBootstrapping +* 4f267de running register now, forcing that behaviour +* ba27029 move to boot, because reasons.. +* fdeaeb2 marking provider as deferred will load it after the migration sp +* 2033682 calling register directly +* 9ae4fd8 moved away from boot to register, as should be +* 7b7b5e4 force loading deferred sp from framework before running hyn sp +* 0b173f0 moved commands to register, which is after the app has loaded +* a98c2b2 merged fixed conflict +|\ +| * 0fc7ff7 added tenant validator and moved registration of commands +* | be2cb3d attempt to fix issue with loading sequence +|/ +* 892c540 moved registration of migration commands backwards +* ce5f941 first step towards migrations in multi tenancy +* f47381d further explanation of queue +* e2b698e added explanation on requirement for queue diff --git a/changelogs/0.4.0..0.4.1 b/changelogs/0.4.0..0.4.1 index 138d2caf..a6caf286 100644 --- a/changelogs/0.4.0..0.4.1 +++ b/changelogs/0.4.0..0.4.1 @@ -1,59 +1,59 @@ -* 8d39b2f now submitting clover -* bfae7a0 migration path changed -* 5b5342d remove useless -n -* 6317db1 fixed issue with not migrating using all -* 6c63750 also force otherwise is cancelled -* 5c6b7b9 no interaction -* 5e89ee2 debug info -* 9644002 fixed -* 12d4af9 split up responsibility -* 29ca77e incorrect comparison -* 2a3effe asserting it's not the illuminate migration command -* fbd6d7d adde new test and format improvement -* 54f4750 added test for insert -* fab32ae expected, received switched -* 08f9288 reset to previous, have to debug the migration table -* c508811 checking for tenant migrations table -* 0a7a316 still a class so also for reporting -* cfed1fa seems Database name is a property of the resultset -* 4230772 incorrectly changed connection to query, added changelog -* d6de2a2 incorrect sql to load databases -* 20fe946 need to add value -* 683f94f added debug -* 6a67aeb test for database existance -* b3fabc8 connection for tenant is never set up -* 0cd1ad9 dynamically selecting correct connection name -* 5da2591 selecting current tenant database on purpose -* ec06d0b forgot to set connection -* 4614049 check if only one tenant is enough -* ccf49c2 showing connection name -* 7aebe72 removed check for connected queue -* 884ec39 should work beter with sync driver which should execute commands directly -* 3be6966 seems like queue didnt process all tasks -* e76c419 starting redis -* cc19812 requiring predis -* 1dd9c5a using queue driver -* 235c17e disabled scrutinizer for now.. attempt to debug migration test -* 9f73b96 enabled ocular in phpunit and fixed path for running migration -* 9ff0c7b clarification of unit test and enabled ocular -* 58c14a7 modified database connection, didnt load connection properly -* 219cc6b fixed path -* 82608b8 incorrect loading of hostname -* 6b33f8f fixed typo in unit test -* 50154fa all arrayed objects rewritten -* 0d5d0ab $app in local scope was array, needed application -* 9c89d4f migrator is a singleton -* 8e00661 attempt to force a deferred sp -* 350d326 preventing non called deferred sp -* b4b7e7e now assigning app on booted callback -* ede3002 now running migrate overrule after booted event -* 4f975fc using afterloadingenvironment -* 6f4247b removed bootstrapping listener -* 8562e1d bind seems to rebound if already bound -* ae686a8 added test to verify running of migration on tenant -* 4381078 keep it working for now -* 06a8d7e moved clover upload to bash -* 27593a3 logging now -* 405d0e3 added travis changes for ocular etc -* 3826296 more files to adhere to skeleton -* b0492ea moved to psr-4 and adhere to lara-league/skeleton +* 8d39b2f now submitting clover +* bfae7a0 migration path changed +* 5b5342d remove useless -n +* 6317db1 fixed issue with not migrating using all +* 6c63750 also force otherwise is cancelled +* 5c6b7b9 no interaction +* 5e89ee2 debug info +* 9644002 fixed +* 12d4af9 split up responsibility +* 29ca77e incorrect comparison +* 2a3effe asserting it's not the illuminate migration command +* fbd6d7d adde new test and format improvement +* 54f4750 added test for insert +* fab32ae expected, received switched +* 08f9288 reset to previous, have to debug the migration table +* c508811 checking for tenant migrations table +* 0a7a316 still a class so also for reporting +* cfed1fa seems Database name is a property of the resultset +* 4230772 incorrectly changed connection to query, added changelog +* d6de2a2 incorrect sql to load databases +* 20fe946 need to add value +* 683f94f added debug +* 6a67aeb test for database existance +* b3fabc8 connection for tenant is never set up +* 0cd1ad9 dynamically selecting correct connection name +* 5da2591 selecting current tenant database on purpose +* ec06d0b forgot to set connection +* 4614049 check if only one tenant is enough +* ccf49c2 showing connection name +* 7aebe72 removed check for connected queue +* 884ec39 should work beter with sync driver which should execute commands directly +* 3be6966 seems like queue didnt process all tasks +* e76c419 starting redis +* cc19812 requiring predis +* 1dd9c5a using queue driver +* 235c17e disabled scrutinizer for now.. attempt to debug migration test +* 9f73b96 enabled ocular in phpunit and fixed path for running migration +* 9ff0c7b clarification of unit test and enabled ocular +* 58c14a7 modified database connection, didnt load connection properly +* 219cc6b fixed path +* 82608b8 incorrect loading of hostname +* 6b33f8f fixed typo in unit test +* 50154fa all arrayed objects rewritten +* 0d5d0ab $app in local scope was array, needed application +* 9c89d4f migrator is a singleton +* 8e00661 attempt to force a deferred sp +* 350d326 preventing non called deferred sp +* b4b7e7e now assigning app on booted callback +* ede3002 now running migrate overrule after booted event +* 4f975fc using afterloadingenvironment +* 6f4247b removed bootstrapping listener +* 8562e1d bind seems to rebound if already bound +* ae686a8 added test to verify running of migration on tenant +* 4381078 keep it working for now +* 06a8d7e moved clover upload to bash +* 27593a3 logging now +* 405d0e3 added travis changes for ocular etc +* 3826296 more files to adhere to skeleton +* b0492ea moved to psr-4 and adhere to lara-league/skeleton diff --git a/changelogs/0.4.1..0.4.2 b/changelogs/0.4.1..0.4.2 index 2ffa047a..b43401ed 100644 --- a/changelogs/0.4.1..0.4.2 +++ b/changelogs/0.4.1..0.4.2 @@ -1,2 +1,2 @@ -* e66168f fixed more namespace issues and unit test issue -* d2c1be7 moved to lara-league namespace +* e66168f fixed more namespace issues and unit test issue +* d2c1be7 moved to lara-league namespace diff --git a/changelogs/0.4.2..0.4.3 b/changelogs/0.4.2..0.4.3 index 80af2642..35f9c974 100644 --- a/changelogs/0.4.2..0.4.3 +++ b/changelogs/0.4.2..0.4.3 @@ -1,19 +1,19 @@ -* c08174d added prefer dist and ignoring migrations table for code coverage -* 1cefc29 wrong option in phpunit -* f3ed833 move of phpunit is required -* e4ce0fe fixed tests -* a5e6fde updated scrutinizer timeout and listening on 4 tests -* 4ca07ed modified unit tests to be run again -* 2af20e0 let's not think about gitter integration right now -* d52d810 updated readme.md -* ecc66f5 updated name in composer file -* 5967cb0 changed namespace to Laraflock -* 86ffdd6 added relations as per migration -* 3e489d6 added gitter hook -* bb7cd13 Update readme.md -* 7b05a85 Update readme.md -* 0567220 fixed install command and unit test for migrations -* 94e5862 fixed namespace of tests -* 969d0a1 wrong directory, that's why unit tests where all good -* 848177e updated readme -* 5612135 updated version changelog +* c08174d added prefer dist and ignoring migrations table for code coverage +* 1cefc29 wrong option in phpunit +* f3ed833 move of phpunit is required +* e4ce0fe fixed tests +* a5e6fde updated scrutinizer timeout and listening on 4 tests +* 4ca07ed modified unit tests to be run again +* 2af20e0 let's not think about gitter integration right now +* d52d810 updated readme.md +* ecc66f5 updated name in composer file +* 5967cb0 changed namespace to Laraflock +* 86ffdd6 added relations as per migration +* 3e489d6 added gitter hook +* bb7cd13 Update readme.md +* 7b05a85 Update readme.md +* 0567220 fixed install command and unit test for migrations +* 94e5862 fixed namespace of tests +* 969d0a1 wrong directory, that's why unit tests where all good +* 848177e updated readme +* 5612135 updated version changelog diff --git a/changelogs/0.4.3..0.4.4 b/changelogs/0.4.3..0.4.4 index 3c70d9bd..42c0849d 100644 --- a/changelogs/0.4.3..0.4.4 +++ b/changelogs/0.4.3..0.4.4 @@ -1,22 +1,22 @@ -* 00e05fb create already creates an instance in db; should just get a new instance by using getRelated -* 9c2ae4d incorrect parameters given -* ea4aaf5 test empty models -* 5a1db62 missing count on collection -* a02fabe added tenant hostnames test -* b1a8071 only cover src directory -* 3fc3d53 should fix cannot redeclare class in code coverage of phpunit -* 7e57de1 removed migrations -* a16bb7d update code coverage to exclude laravel directory, added @cover statement for test migration -* e53fe19 incorrect namespace yet, should have checked -* 5887af7 incorrect namespace for @cover in migrate command -* 1a7cca4 php 7 cannot do code coverage; removing that from report to scrutinizer -* 28edf07 added coverage for migrations -* adf2540 removed default covers class -* 92338b0 removed dist -* fdd9fdb removed filter to see if it runs tests again -* 6e771d2 unit tests not running anymore -* c65c72f added code coverage phpdocs -* 6334328 removed tests from listing -* 90bc99f incorrectly used python for codecov.io -* fb1bcf7 added codecov -* c2d1361 added upload with ocular +* 00e05fb create already creates an instance in db; should just get a new instance by using getRelated +* 9c2ae4d incorrect parameters given +* ea4aaf5 test empty models +* 5a1db62 missing count on collection +* a02fabe added tenant hostnames test +* b1a8071 only cover src directory +* 3fc3d53 should fix cannot redeclare class in code coverage of phpunit +* 7e57de1 removed migrations +* a16bb7d update code coverage to exclude laravel directory, added @cover statement for test migration +* e53fe19 incorrect namespace yet, should have checked +* 5887af7 incorrect namespace for @cover in migrate command +* 1a7cca4 php 7 cannot do code coverage; removing that from report to scrutinizer +* 28edf07 added coverage for migrations +* adf2540 removed default covers class +* 92338b0 removed dist +* fdd9fdb removed filter to see if it runs tests again +* 6e771d2 unit tests not running anymore +* c65c72f added code coverage phpdocs +* 6334328 removed tests from listing +* 90bc99f incorrectly used python for codecov.io +* fb1bcf7 added codecov +* c2d1361 added upload with ocular diff --git a/changelogs/0.5.0..0.5.1 b/changelogs/0.5.0..0.5.1 index 22166a6b..691e414e 100644 --- a/changelogs/0.5.0..0.5.1 +++ b/changelogs/0.5.0..0.5.1 @@ -1,6 +1,6 @@ -* 6a6b1e6 current hostname in unit testing is never the Hostname hostname -* 9b02227 fixes test errors -* 0c00644 cannot assert null value that is a relation when not saved yet -* 02b6281 covered hostname and tenant models -* 9c85ef9 wrong codecov link -* 94e809c updated readme with code coverage +* 6a6b1e6 current hostname in unit testing is never the Hostname hostname +* 9b02227 fixes test errors +* 0c00644 cannot assert null value that is a relation when not saved yet +* 02b6281 covered hostname and tenant models +* 9c85ef9 wrong codecov link +* 94e809c updated readme with code coverage diff --git a/changelogs/0.5.1..0.5.2 b/changelogs/0.5.1..0.5.2 index dc1f3b1e..65fa2267 100644 --- a/changelogs/0.5.1..0.5.2 +++ b/changelogs/0.5.1..0.5.2 @@ -1,26 +1,26 @@ -* f3ab3bd fixed fillable and validation for tenant -* 5191a7b removed a test for now -* 6c50585 removed suggestion for mi -* d5ac5ee Merge pull request #1 from thijsvdanker/master -|\ -| * 2c29e7c Changed readme to reflect the Laravel way of providing class names. -|/ -* 340d89d allow searching for hostname inside unit tests -* 4c175f3 missing hostname -* 56aeef5 setting env to get hostname working -* 4412259 no tenant hostname in view -* af034e5 attempt to set routes before running tests -* 31148f2 testing the middleware using json response -* 34d1fdc made 200 ok for now -* 4e8664b updates to hostnames -* 0c8aa9d other strings needed replacement -* ebe2566 example org and com not resolving -* 0071ae6 testing the application on the frontend -* d150954 added more coverage information -* 9f468e9 updated icon to match -* 77ab8fd added coverage for presenters -* 5b8e378 changed behavior of cc -* 62a1f48 missing parameter website to directory -* c8f7e3b added more cc to website model -* e4949c2 100% cc of hostname and more of databaseconnection and directory -* 2ce0251 added more coverage +* f3ab3bd fixed fillable and validation for tenant +* 5191a7b removed a test for now +* 6c50585 removed suggestion for mi +* d5ac5ee Merge pull request #1 from thijsvdanker/master +|\ +| * 2c29e7c Changed readme to reflect the Laravel way of providing class names. +|/ +* 340d89d allow searching for hostname inside unit tests +* 4c175f3 missing hostname +* 56aeef5 setting env to get hostname working +* 4412259 no tenant hostname in view +* af034e5 attempt to set routes before running tests +* 31148f2 testing the middleware using json response +* 34d1fdc made 200 ok for now +* 4e8664b updates to hostnames +* 0c8aa9d other strings needed replacement +* ebe2566 example org and com not resolving +* 0071ae6 testing the application on the frontend +* d150954 added more coverage information +* 9f468e9 updated icon to match +* 77ab8fd added coverage for presenters +* 5b8e378 changed behavior of cc +* 62a1f48 missing parameter website to directory +* c8f7e3b added more cc to website model +* e4949c2 100% cc of hostname and more of databaseconnection and directory +* 2ce0251 added more coverage diff --git a/changelogs/0.5.2..0.5.3 b/changelogs/0.5.2..0.5.3 index c8dc9e16..dfb46527 100644 --- a/changelogs/0.5.2..0.5.3 +++ b/changelogs/0.5.2..0.5.3 @@ -1 +1 @@ -* da2b79f removed routes for now +* da2b79f removed routes for now diff --git a/changelogs/0.5.3..0.5.4 b/changelogs/0.5.3..0.5.4 index b47bbd1d..83da9ccb 100644 --- a/changelogs/0.5.3..0.5.4 +++ b/changelogs/0.5.3..0.5.4 @@ -1,6 +1,6 @@ -* 71e5b1f moved routes to testcase -* 16b5355 fixed merge -|\ -| * f7d10a4 Merge pull request #4 from laraflock/analysis-XWp4eq -| * 6bedc94 Applied fixes from StyleCI -* c7c921e renamed webservice to webserver +* 71e5b1f moved routes to testcase +* 16b5355 fixed merge +|\ +| * f7d10a4 Merge pull request #4 from laraflock/analysis-XWp4eq +| * 6bedc94 Applied fixes from StyleCI +* c7c921e renamed webservice to webserver diff --git a/changelogs/0.5.4..0.5.5 b/changelogs/0.5.4..0.5.5 index 3a6b526c..01e5a58a 100644 --- a/changelogs/0.5.4..0.5.5 +++ b/changelogs/0.5.4..0.5.5 @@ -1,5 +1,5 @@ -* 43af0f8 Merge branch 'master' of github.com:laraflock/multi-tenant -|\ -| * 7c43343 Merge pull request #5 from laraflock/analysis-qxebaz -| * c28a3cc Applied fixes from StyleCI -* b55fffb updated readme and changelog +* 43af0f8 Merge branch 'master' of github.com:laraflock/multi-tenant +|\ +| * 7c43343 Merge pull request #5 from laraflock/analysis-qxebaz +| * c28a3cc Applied fixes from StyleCI +* b55fffb updated readme and changelog diff --git a/changelogs/0.5.5..0.6.0 b/changelogs/0.5.5..0.6.0 index b9f4d445..8f9f3288 100644 --- a/changelogs/0.5.5..0.6.0 +++ b/changelogs/0.5.5..0.6.0 @@ -1,15 +1,15 @@ -* 300322b Merge pull request #10 from laraflock/analysis-8bRGQ8 -|\ -| * 6491d02 Applied fixes from StyleCI -|/ -* 83a1055 made tenant and system connection names configurable -* c223cfb we cannot depend on the relation to be loaded for checking and touching -* 78ec3c6 Update readme.md -* 8cf5cb5 Merge pull request #7 from laraflock/analysis-8AkbZq -|\ -| * b3f291c Applied fixes from StyleCI -|/ -* 823c734 Update readme.md -* 9b5d53d Update readme.md -* 07d93d5 added suggesting management interface again -* c0e64f8 added styleci +* 300322b Merge pull request #10 from laraflock/analysis-8bRGQ8 +|\ +| * 6491d02 Applied fixes from StyleCI +|/ +* 83a1055 made tenant and system connection names configurable +* c223cfb we cannot depend on the relation to be loaded for checking and touching +* 78ec3c6 Update readme.md +* 8cf5cb5 Merge pull request #7 from laraflock/analysis-8AkbZq +|\ +| * b3f291c Applied fixes from StyleCI +|/ +* 823c734 Update readme.md +* 9b5d53d Update readme.md +* 07d93d5 added suggesting management interface again +* c0e64f8 added styleci diff --git a/changelogs/0.6.0..0.6.1 b/changelogs/0.6.0..0.6.1 index 7f160210..bc6ed89b 100644 --- a/changelogs/0.6.0..0.6.1 +++ b/changelogs/0.6.0..0.6.1 @@ -1,3 +1,3 @@ -* 8e952b6 run dashboard setup before running migrations, to prevent laravel default user table to be generated -* 6d1b588 renamed description for including management interface; had a typo -* d8cc4d5 missed a connection name in the unit test +* 8e952b6 run dashboard setup before running migrations, to prevent laravel default user table to be generated +* 6d1b588 renamed description for including management interface; had a typo +* d8cc4d5 missed a connection name in the unit test diff --git a/changelogs/0.6.1..0.6.2 b/changelogs/0.6.1..0.6.2 index 7f5daff7..c38176d1 100644 --- a/changelogs/0.6.1..0.6.2 +++ b/changelogs/0.6.1..0.6.2 @@ -1,10 +1,10 @@ -* d664e7a added style ci configuration preset laravel -* c86e5de Merge branch 'master' of git://github.com/laraflock/multi-tenant -|\ -| * 5a29180 Merge pull request #11 from laraflock/analysis-qBDGW8 -| |\ -| | * ffb4c75 Applied fixes from StyleCI -| |/ -* | 70a829c added website getter for site user -|/ -* cf49f71 formatted in phpstorm +* d664e7a added style ci configuration preset laravel +* c86e5de Merge branch 'master' of git://github.com/laraflock/multi-tenant +|\ +| * 5a29180 Merge pull request #11 from laraflock/analysis-qBDGW8 +| |\ +| | * ffb4c75 Applied fixes from StyleCI +| |/ +* | 70a829c added website getter for site user +|/ +* cf49f71 formatted in phpstorm diff --git a/changelogs/0.6.2..0.6.3 b/changelogs/0.6.2..0.6.3 index d86803ce..5529b44f 100644 --- a/changelogs/0.6.2..0.6.3 +++ b/changelogs/0.6.2..0.6.3 @@ -1,7 +1,7 @@ -* 8ed7002 migrations didn't take configurable connection names into consideration -* d41f209 fixed deprecated dispatches command -* 89001b9 tenant id not saved properly in admin interface because it has been guarded -* 1598d44 fixed missing tenant connection name being set -* 8e30012 added helper functions for getting tenant_path files -* c78179d Merge pull request #12 from laraflock/analysis-XVb0wX -* 10e8249 Applied fixes from StyleCI +* 8ed7002 migrations didn't take configurable connection names into consideration +* d41f209 fixed deprecated dispatches command +* 89001b9 tenant id not saved properly in admin interface because it has been guarded +* 1598d44 fixed missing tenant connection name being set +* 8e30012 added helper functions for getting tenant_path files +* c78179d Merge pull request #12 from laraflock/analysis-XVb0wX +* 10e8249 Applied fixes from StyleCI diff --git a/changelogs/0.6.3..0.6.4 b/changelogs/0.6.3..0.6.4 index 33483f26..9334a6c1 100644 --- a/changelogs/0.6.3..0.6.4 +++ b/changelogs/0.6.3..0.6.4 @@ -1 +1 @@ -* 229c757 updated readme to cover installer file +* 229c757 updated readme to cover installer file diff --git a/changelogs/0.6.4..0.7.0 b/changelogs/0.6.4..0.7.0 index 0a1edaed..a4350aca 100644 --- a/changelogs/0.6.4..0.7.0 +++ b/changelogs/0.6.4..0.7.0 @@ -1,18 +1,18 @@ -* 5be7667 improved dependancies to current ones -* bfd9203 moving to first stable release -* a8cbc2b version constraint added -* 2e7770f fixed merge for hyn namespace move -|\ -| * cbee907 Merge branch 'master' of git://github.com/laraflock/multi-tenant -| |\ -| * | ff30b8f moving to hyn namespace for all depending packages -* | | ffade46 moved dependancies in composer to hyn as well -| |/ -|/| -* | 3252914 Merge pull request #14 from laraflock/analysis-zOgoJz -|\ \ -| |/ -|/| -| * 26abb9d Applied fixes from StyleCI -|/ -* 87e6a81 linked to respective headers for optional steps after automatic installation +* 5be7667 improved dependancies to current ones +* bfd9203 moving to first stable release +* a8cbc2b version constraint added +* 2e7770f fixed merge for hyn namespace move +|\ +| * cbee907 Merge branch 'master' of git://github.com/laraflock/multi-tenant +| |\ +| * | ff30b8f moving to hyn namespace for all depending packages +* | | ffade46 moved dependancies in composer to hyn as well +| |/ +|/| +* | 3252914 Merge pull request #14 from laraflock/analysis-zOgoJz +|\ \ +| |/ +|/| +| * 26abb9d Applied fixes from StyleCI +|/ +* 87e6a81 linked to respective headers for optional steps after automatic installation diff --git a/changelogs/0.7.0..0.7.1 b/changelogs/0.7.0..0.7.1 index edd1bcb6..bfd044ce 100644 --- a/changelogs/0.7.0..0.7.1 +++ b/changelogs/0.7.0..0.7.1 @@ -1 +1 @@ -* 7388b3d updated all references to HynMe namespace to Hyn +* 7388b3d updated all references to HynMe namespace to Hyn diff --git a/changelogs/0.7.1..0.7.3 b/changelogs/0.7.1..0.7.3 index 8643a87d..70f4fc7a 100644 --- a/changelogs/0.7.1..0.7.3 +++ b/changelogs/0.7.1..0.7.3 @@ -1 +1 @@ -* d76c5b2 updated tests namespace +* d76c5b2 updated tests namespace diff --git a/changelogs/0.7.3..0.7.4 b/changelogs/0.7.3..0.7.4 index 0c3ada49..f9180d21 100644 --- a/changelogs/0.7.3..0.7.4 +++ b/changelogs/0.7.3..0.7.4 @@ -1,18 +1,18 @@ -* d5aa94a Merge branch 'master' of github.com:laraflock/multi-tenant -|\ -| * 28732ce Merge pull request #18 from laraflock/analysis-qvKLvz -| |\ -| | * 85fed2c Applied fixes from StyleCI -| |/ -* | f7ff124 constraint doesnt work for us now -|/ -* 36f3f6a updated docs with license and changelog -* 3fb5c01 first version docs -* 5f4270a Merge branch 'master' of github.com:laraflock/multi-tenant -|\ -| * 4ca854f added class to further add functionality for seeds see issue #15 -| * da30c5b Update readme.md -| * f78b858 Update readme.md -* | 1058745 updated some old releases -|/ -* 2004222 fixed minor typo referring to old namespace +* d5aa94a Merge branch 'master' of github.com:laraflock/multi-tenant +|\ +| * 28732ce Merge pull request #18 from laraflock/analysis-qvKLvz +| |\ +| | * 85fed2c Applied fixes from StyleCI +| |/ +* | f7ff124 constraint doesnt work for us now +|/ +* 36f3f6a updated docs with license and changelog +* 3fb5c01 first version docs +* 5f4270a Merge branch 'master' of github.com:laraflock/multi-tenant +|\ +| * 4ca854f added class to further add functionality for seeds see issue #15 +| * da30c5b Update readme.md +| * f78b858 Update readme.md +* | 1058745 updated some old releases +|/ +* 2004222 fixed minor typo referring to old namespace diff --git a/changelogs/0.7.4..0.7.5 b/changelogs/0.7.4..0.7.5 index 3f91e3f8..e915b438 100644 --- a/changelogs/0.7.4..0.7.5 +++ b/changelogs/0.7.4..0.7.5 @@ -1,2 +1,2 @@ -* 1f2e357 fixed helper function to take argument into consideration -* d6f6443 updated to latest phpunit +* 1f2e357 fixed helper function to take argument into consideration +* d6f6443 updated to latest phpunit diff --git a/changelogs/0.7.5..0.8.0 b/changelogs/0.7.5..0.8.0 index bc94d038..04ba11c4 100644 --- a/changelogs/0.7.5..0.8.0 +++ b/changelogs/0.7.5..0.8.0 @@ -1,18 +1,18 @@ -* 2ae9d83 updated installation through composer after vendor name change -* 94a6117 directory path changed after namespace change -* 822e303 Merge pull request #20 from hyn/namespace -|\ -| * 903dc84 namespace in unit testing config missed -| * bfa8385 added namespace move to changelog -| * 9b2a86f moving namespace to Hyn -|/ -* bacd29f Update composer.json -* d6c3d39 Update readme.md -* 717535f Update readme.md -* 42d20d7 fixed spacing -* 6fe30b3 updated phpdoc -* 7dff9ea fixed formatting -* e11e92d Merge branch 'master' of github.com:laraflock/multi-tenant -|\ -| * c1c64d3 Update CHANGELOG.md -* 9f11191 middleware now configurable +* 2ae9d83 updated installation through composer after vendor name change +* 94a6117 directory path changed after namespace change +* 822e303 Merge pull request #20 from hyn/namespace +|\ +| * 903dc84 namespace in unit testing config missed +| * bfa8385 added namespace move to changelog +| * 9b2a86f moving namespace to Hyn +|/ +* bacd29f Update composer.json +* d6c3d39 Update readme.md +* 717535f Update readme.md +* 42d20d7 fixed spacing +* 6fe30b3 updated phpdoc +* 7dff9ea fixed formatting +* e11e92d Merge branch 'master' of github.com:laraflock/multi-tenant +|\ +| * c1c64d3 Update CHANGELOG.md +* 9f11191 middleware now configurable diff --git a/changelogs/0.8.0..0.8.1 b/changelogs/0.8.0..0.8.1 index a01f2e31..b59afe4d 100644 --- a/changelogs/0.8.0..0.8.1 +++ b/changelogs/0.8.0..0.8.1 @@ -1,6 +1,6 @@ -* ce1f3ce issue was not with phpunit version after all -* bf985e6 set to true as git issue https://github.com/laravel/framework/issues/4694 -* 479f461 phpunit broke this build, lets first fix it and solve later -* 843e871 changed references to old namespace -* d4b804e fix the covers in the test -* 9a482cf add release notes for 0.8.0 +* ce1f3ce issue was not with phpunit version after all +* bf985e6 set to true as git issue https://github.com/laravel/framework/issues/4694 +* 479f461 phpunit broke this build, lets first fix it and solve later +* 843e871 changed references to old namespace +* d4b804e fix the covers in the test +* 9a482cf add release notes for 0.8.0 diff --git a/changelogs/0.8.1..0.9.0 b/changelogs/0.8.1..0.9.0 index 293605a1..01120ee1 100644 --- a/changelogs/0.8.1..0.9.0 +++ b/changelogs/0.8.1..0.9.0 @@ -1,15 +1,15 @@ -* 2d061bc Merge pull request #22 from hyn/testing -|\ -| * ce4f2af relative path needed to succesfully migrate anything -| * a19d185 clarified migrate command -| * 78a76ed if forced dont ask for confirmation -| * fb629df wrong function for getting env var -| * fa99172 path is incorrect since changing methods -| * c36bdf3 added app key to env -| * e11294a only trigger website if it exists -| * d967157 renamed build dir env variable -| * ab3ae58 attempt to fix #19 -| * 20b491f forgot about paths in travis test file -| * 07df4b9 attempt to clean up testing -* 01bd10a Merge pull request #21 from hyn/analysis-zdZVZX -* b4a22e8 Applied fixes from StyleCI +* 2d061bc Merge pull request #22 from hyn/testing +|\ +| * ce4f2af relative path needed to succesfully migrate anything +| * a19d185 clarified migrate command +| * 78a76ed if forced dont ask for confirmation +| * fb629df wrong function for getting env var +| * fa99172 path is incorrect since changing methods +| * c36bdf3 added app key to env +| * e11294a only trigger website if it exists +| * d967157 renamed build dir env variable +| * ab3ae58 attempt to fix #19 +| * 20b491f forgot about paths in travis test file +| * 07df4b9 attempt to clean up testing +* 01bd10a Merge pull request #21 from hyn/analysis-zdZVZX +* b4a22e8 Applied fixes from StyleCI diff --git a/changelogs/0.9.0..0.9.1 b/changelogs/0.9.0..0.9.1 index b8740d7f..983f678d 100644 --- a/changelogs/0.9.0..0.9.1 +++ b/changelogs/0.9.0..0.9.1 @@ -1,13 +1,13 @@ -* a5069a8 Update TenantDatabaseCommandTrait.php -* b117a05 abstracted duplicate code to trait -* 8cb3abd steps to fix seed command -* bcafe33 Merge branch 'master' of github.com:hyn/multi-tenant -|\ -| * 126787e Update readme.md -| * 8ed2459 Merge pull request #23 from hyn/analysis-XkLKAq -| |\ -| | * 97516d6 Applied fixes from StyleCI -| |/ -* | 8ee4b03 creating support for tenants in same db using prefixes -|/ -* 5f9e030 added the changes to the changelog and improved formatting. +* a5069a8 Update TenantDatabaseCommandTrait.php +* b117a05 abstracted duplicate code to trait +* 8cb3abd steps to fix seed command +* bcafe33 Merge branch 'master' of github.com:hyn/multi-tenant +|\ +| * 126787e Update readme.md +| * 8ed2459 Merge pull request #23 from hyn/analysis-XkLKAq +| |\ +| | * 97516d6 Applied fixes from StyleCI +| |/ +* | 8ee4b03 creating support for tenants in same db using prefixes +|/ +* 5f9e030 added the changes to the changelog and improved formatting. diff --git a/changelogs/0.9.1..0.9.2 b/changelogs/0.9.1..0.9.2 index 0ddf9505..b3e795dc 100644 --- a/changelogs/0.9.1..0.9.2 +++ b/changelogs/0.9.1..0.9.2 @@ -1,22 +1,22 @@ -* ef2b5c3 updated documentation link in preparation of release -* 0e677bb fixed the seeder, fixes #27 -* 6b247b0 making the queue configurable related to issue #29 -* 4d3a4e3 fixes #28; publishable configuration files -* 0b9d938 Merge pull request #26 from hyn/analysis-8PRvoq -|\ -| * d8b7d3a Applied fixes from StyleCI -|/ -* 516816b Update readme.md -* 68ff64e Merge pull request #25 from hyn/namespace -|\ -| * 049e807 overrules seed command -|/ -* 68996e1 Merge branch 'master' of github.com:hyn/multi-tenant -|\ -| * cf9c91d Merge pull request #24 from hyn/analysis-XWkmVX -| |\ -| | * 0979861 Applied fixes from StyleCI -| |/ -* | 9bf69dc updated readme to remove beta warning, safe to use in production now -|/ -* 8a1ed37 updated changelog to reflect 0.9.1 +* ef2b5c3 updated documentation link in preparation of release +* 0e677bb fixed the seeder, fixes #27 +* 6b247b0 making the queue configurable related to issue #29 +* 4d3a4e3 fixes #28; publishable configuration files +* 0b9d938 Merge pull request #26 from hyn/analysis-8PRvoq +|\ +| * d8b7d3a Applied fixes from StyleCI +|/ +* 516816b Update readme.md +* 68ff64e Merge pull request #25 from hyn/namespace +|\ +| * 049e807 overrules seed command +|/ +* 68996e1 Merge branch 'master' of github.com:hyn/multi-tenant +|\ +| * cf9c91d Merge pull request #24 from hyn/analysis-XWkmVX +| |\ +| | * 0979861 Applied fixes from StyleCI +| |/ +* | 9bf69dc updated readme to remove beta warning, safe to use in production now +|/ +* 8a1ed37 updated changelog to reflect 0.9.1 diff --git a/changelogs/0.9.2..1.0.0 b/changelogs/0.9.2..1.0.0 index 672b0853..b2add470 100644 --- a/changelogs/0.9.2..1.0.0 +++ b/changelogs/0.9.2..1.0.0 @@ -1,7 +1,7 @@ -* 104d351 Merge branch 'master' of github.com:hyn/multi-tenant -|\ -| * 8cd3be6 Update readme.md -| * 3a4e7cb Update readme.md -| * ac2cd02 Merge pull request #32 from hyn/analysis-z3rJLq -| * 7626786 Applied fixes from StyleCI -* ebe51a4 fixed readme and issue #34 not only for 0.9.* versions but started on 1.0.0 changelog as well +* 104d351 Merge branch 'master' of github.com:hyn/multi-tenant +|\ +| * 8cd3be6 Update readme.md +| * 3a4e7cb Update readme.md +| * ac2cd02 Merge pull request #32 from hyn/analysis-z3rJLq +| * 7626786 Applied fixes from StyleCI +* ebe51a4 fixed readme and issue #34 not only for 0.9.* versions but started on 1.0.0 changelog as well diff --git a/changelogs/1.0.0..1.0.1-beta b/changelogs/1.0.0..1.0.1-beta index 8269f6d1..4bac4622 100644 --- a/changelogs/1.0.0..1.0.1-beta +++ b/changelogs/1.0.0..1.0.1-beta @@ -1,35 +1,35 @@ -* 33c1fe4 lock is not required for packages -* de9fb67 lock is required; also remove user specific files fixes #52 -* 1af5238 Merge branch 'master' of github.com:hyn/multi-tenant -|\ -| * b2b62aa Update readme.md -* | 0a2884b fixed incorrectly documented default path for tenants, fixed publishing tenant configuration -|/ -* d94614b Merge branch 'master' of github.com:hyn/multi-tenant -|\ -| * a20bf2c Merge pull request #51 from hyn/analysis-86yalz -| |\ -| | * 7d4fc76 Applied fixes from StyleCI -| |/ -* | b71c8d9 configuration from tenant should overrule the system-wide one -|/ -* 631db6e formatting and removed double exists check -* 09b3a9c currently supporting only laravel 5.1 LTS -* b9c085f Merge branch 'master' of github.com:hyn/multi-tenant -|\ -| * 1dfe503 getHttpHost gives port too -| * 0fa86c8 Update license.md -* | 900234d config changes required to allow custom queues for root and other commands in queue -|/ -* ed2152a Update readme.md -* 721ffaa Create conduct.md -* 778adad Rename LICENSE.md to license.md -* 7f57b21 Rename CHANGELOG.md to changelog.md -* 3eb9b4e Update CHANGELOG.md -* 6d14d74 Merge pull request #46 from vinkla/ignore -|\ -| * a4cda6f Add items to gitattributes -|/ -* 6480c4b another root facade removed -* fc90e5f removed some root facades by using helper function -* 2bf7b4c Update readme.md +* 33c1fe4 lock is not required for packages +* de9fb67 lock is required; also remove user specific files fixes #52 +* 1af5238 Merge branch 'master' of github.com:hyn/multi-tenant +|\ +| * b2b62aa Update readme.md +* | 0a2884b fixed incorrectly documented default path for tenants, fixed publishing tenant configuration +|/ +* d94614b Merge branch 'master' of github.com:hyn/multi-tenant +|\ +| * a20bf2c Merge pull request #51 from hyn/analysis-86yalz +| |\ +| | * 7d4fc76 Applied fixes from StyleCI +| |/ +* | b71c8d9 configuration from tenant should overrule the system-wide one +|/ +* 631db6e formatting and removed double exists check +* 09b3a9c currently supporting only laravel 5.1 LTS +* b9c085f Merge branch 'master' of github.com:hyn/multi-tenant +|\ +| * 1dfe503 getHttpHost gives port too +| * 0fa86c8 Update license.md +* | 900234d config changes required to allow custom queues for root and other commands in queue +|/ +* ed2152a Update readme.md +* 721ffaa Create conduct.md +* 778adad Rename LICENSE.md to license.md +* 7f57b21 Rename CHANGELOG.md to changelog.md +* 3eb9b4e Update CHANGELOG.md +* 6d14d74 Merge pull request #46 from vinkla/ignore +|\ +| * a4cda6f Add items to gitattributes +|/ +* 6480c4b another root facade removed +* fc90e5f removed some root facades by using helper function +* 2bf7b4c Update readme.md diff --git a/changelogs/1.0.1-beta..1.0.1-beta.2 b/changelogs/1.0.1-beta..1.0.1-beta.2 index 59aea8e0..3baa1ba5 100644 --- a/changelogs/1.0.1-beta..1.0.1-beta.2 +++ b/changelogs/1.0.1-beta..1.0.1-beta.2 @@ -1,21 +1,21 @@ -* 9d499c8 now using correct database host, fixes #63 -* 698abfc fixed calling wrong database, when hyn is not default, fixes #68 -* ba560aa Update readme.md -* 40ebfb1 Create contributing.md -* 02dfdfe Update readme.md -* 0303799 Merge pull request #62 from hyn/analysis-qvQevO -|\ -| * f86b86e Applied fixes from StyleCI -|/ -* 60de727 Merge pull request #59 from hyn/analysis-q1bnY5 -|\ -| * d9dbf2c Applied fixes from StyleCI -|/ -* 9578fad ask for webserver now too -* 1584e50 several optimizations, including asking for input and publishing files and only running migrations once -* 635cae9 removed unused docs -* 7bdce49 Merge pull request #57 from hyn/analysis-864MEM -|\ -| * 8d8f6d4 Applied fixes from StyleCI -|/ -* daf0b60 allowing globally override of tenant directory directives +* 9d499c8 now using correct database host, fixes #63 +* 698abfc fixed calling wrong database, when hyn is not default, fixes #68 +* ba560aa Update readme.md +* 40ebfb1 Create contributing.md +* 02dfdfe Update readme.md +* 0303799 Merge pull request #62 from hyn/analysis-qvQevO +|\ +| * f86b86e Applied fixes from StyleCI +|/ +* 60de727 Merge pull request #59 from hyn/analysis-q1bnY5 +|\ +| * d9dbf2c Applied fixes from StyleCI +|/ +* 9578fad ask for webserver now too +* 1584e50 several optimizations, including asking for input and publishing files and only running migrations once +* 635cae9 removed unused docs +* 7bdce49 Merge pull request #57 from hyn/analysis-864MEM +|\ +| * 8d8f6d4 Applied fixes from StyleCI +|/ +* daf0b60 allowing globally override of tenant directory directives diff --git a/changelogs/1.0.1-beta.2..1.0.1 b/changelogs/1.0.1-beta.2..1.0.1 new file mode 100644 index 00000000..65df51a5 --- /dev/null +++ b/changelogs/1.0.1-beta.2..1.0.1 @@ -0,0 +1,11 @@ +* 2460d0e updated changelog up to beta 2 of 1.0.1 +* d454b16 Merge remote-tracking branch 'origin/master' +|\ +| * ec3e083 Merge pull request #69 from hyn/analysis-8bQnG5 +| |\ +| | * fe04fb9 Applied fixes from StyleCI +| |/ +* | a49538c improved phpdoc +|/ +* e5fb8e6 added phpdoc typehinting for IDE's and missing soft deletes +* cfab8e9 added changelogs and added that to .gitattributes diff --git a/changelogs/1.0.1..2.0.0-dev.1 b/changelogs/1.0.1..2.0.0-dev.1 new file mode 100644 index 00000000..0e41bdcd --- /dev/null +++ b/changelogs/1.0.1..2.0.0-dev.1 @@ -0,0 +1,20 @@ +* 2679872 Merge pull request #85 from hyn/issue-47 +|\ +| * a3dd8db fixed covers of unavailable method +| * c8dd0a9 fixed migrate command to also include newer step option +| * 14a572f fixed migrate command and added prestissimo for speedier package download +| * c51e23d removed obsolete dependency +| * 7c5af88 removed unneeded interface +| * 63ac239 Merge pull request #87 from hyn/analysis-86V0Ko +| |\ +| | * 1e85435 Applied fixes from StyleCI +| |/ +| * 39ca42b dropped lets encrypt for now, its not done +| * 0a21ea3 okay, forgot some minor details :grin: +| * c7fdbf9 refactored to monolythic so working on the repo is easier in the future +|/ +* c9b37bc added awesome laravel badge +* 6aa9c92 Update HelperFunctions.php +* a104bae trim up left slashes for helper +* 89659ef added more type hinting and missing property doc +* c889ac3 added type hinting to observer