Skip to content

Commit

Permalink
updated changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniël Klabbers committed Jun 7, 2016
1 parent 2679872 commit e9da547
Show file tree
Hide file tree
Showing 48 changed files with 564 additions and 523 deletions.
10 changes: 10 additions & 0 deletions changelog.md
Expand Up @@ -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.
Expand Down
14 changes: 7 additions & 7 deletions 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
4 changes: 2 additions & 2 deletions 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
40 changes: 20 additions & 20 deletions 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
2 changes: 1 addition & 1 deletion changelogs/0.1.3..0.1.4
@@ -1 +1 @@
* b630031 fixed hopefully
* b630031 fixed hopefully
30 changes: 15 additions & 15 deletions 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
30 changes: 15 additions & 15 deletions 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
6 changes: 3 additions & 3 deletions 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
24 changes: 12 additions & 12 deletions 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
18 changes: 9 additions & 9 deletions 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
14 changes: 7 additions & 7 deletions 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
2 changes: 1 addition & 1 deletion 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
24 changes: 12 additions & 12 deletions 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.
4 changes: 2 additions & 2 deletions 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
8 changes: 4 additions & 4 deletions 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
18 changes: 9 additions & 9 deletions 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
50 changes: 25 additions & 25 deletions 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
6 changes: 3 additions & 3 deletions 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
34 changes: 17 additions & 17 deletions 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

0 comments on commit e9da547

Please sign in to comment.