1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 02:54:03 +00:00

Commit graph

  • 43ee1c6596
    POC with no polish michael lundbøl 2020-03-31 21:18:19 +02:00
  • 5dc80473d3
    [2.3.1] Fix exit codes in TenantAwareCommand (#336) v2.3.1 Samuel Štancl 2020-03-30 21:09:58 +02:00
  • 4b46c65b2f
    Support ramsey/uuid v3 & v4 Samuel Štancl 2020-03-27 17:47:43 +01:00
  • b036fcef62
    Assert exit code 0 Samuel Štancl 2020-03-24 19:19:32 +01:00
  • 4b63aac42d
    Cast result to int Samuel Štancl 2020-03-24 19:11:06 +01:00
  • e0404622f0 Fix exit codes in TenantAwareCommand Samuel Štancl 2020-03-24 17:44:08 +01:00
  • 245d998d59 Merge branch '2.x' of github.com:stancl/tenancy into 2.x Samuel Štancl 2020-03-24 15:14:27 +01:00
  • 61785128a8 Don't override CLI params in tenants:seed (fixes #329) Samuel Štancl 2020-03-24 15:14:20 +01:00
  • a649f9f00e Apply fixes from StyleCI stancl 2020-03-24 14:02:38 +00:00
  • df99e3e711 Check that the tenant database can be created only if it should be created Samuel Štancl 2020-03-24 15:02:23 +01:00
  • cf339a5e82
    Add return value to execute method (#333) Devon Mather 2020-03-21 02:05:17 +01:00
  • a10cfa826f Make test pass Devon Mather 2020-03-21 00:33:28 +01:00
  • 6b3d04bc4b Write test to verify issue Devon Mather 2020-03-21 00:33:22 +01:00
  • cc2667a984 Add command for test Devon Mather 2020-03-21 00:33:07 +01:00
  • d2df9a9866 Add compatability for commands in Laravel 7 Devon Mather 2020-03-20 19:47:56 +01:00
  • 30bab68b6a
    Laravel 7 support (#304) v2.3.0 Samuel Štancl 2020-03-17 18:47:24 +01:00
  • 9c90be32a1 Remove fail() calls Samuel Štancl 2020-03-17 18:07:25 +01:00
  • 157f87ae0c Fix tests Samuel Štancl 2020-03-17 17:51:38 +01:00
  • 0540fe4581 Fix indentation Samuel Štancl 2020-03-17 16:41:38 +01:00
  • febca87dfc Merge branch '2.x' into laravel-7-support Samuel Štancl 2020-03-17 16:40:15 +01:00
  • 526f0826a4
    Use seeder params in tenants:seed instead of just the automatic seeder (#317) Samuel Štancl 2020-03-17 15:59:45 +01:00
  • 601baab102 Use no seeder params for tests Samuel Štancl 2020-03-17 15:53:23 +01:00
  • 3cf0d7948b Merge branch '2.x' into use-seeder-params-by-seeder Samuel Štancl 2020-03-17 15:38:23 +01:00
  • 776af4643c Make null falsey for cache config because config is not merged recursively Samuel Štancl 2020-03-17 15:30:24 +01:00
  • f6115d590a
    [2.3.0] More identification middleware (#323) Samuel Štancl 2020-03-17 00:02:57 +01:00
  • beb1fa9bc1 Apply fixes from StyleCI stancl 2020-03-16 22:54:40 +00:00
  • d78ce10c21 Add tests Samuel Štancl 2020-03-16 23:54:29 +01:00
  • 04e59449a0 Use constructor parameter instead of config Samuel Štancl 2020-03-16 22:55:25 +01:00
  • 80e9a3cc60 Apply fixes from StyleCI stancl 2020-03-15 20:37:44 +00:00
  • fa861ed6dd
    Added request data identification middleware (#207) JapSeyz 2020-03-15 21:37:37 +01:00
  • 2921131674 Fix dockerfile Samuel Štancl 2020-03-15 16:19:02 +01:00
  • c449951475 Indentation Samuel Štancl 2020-03-15 16:14:11 +01:00
  • ab8de77529
    Merge branch '2.x' into laravel-7-support Samuel Štancl 2020-03-15 16:04:55 +01:00
  • 1210c0dd5f Different installation for Laravel 7 Samuel Štancl 2020-03-15 16:02:32 +01:00
  • 13422fb090
    Use phpredis 4.3.0 (#319) Samuel Štancl 2020-03-15 15:45:21 +01:00
  • f411b9a696 Use phpredis 4.3.0 Samuel Štancl 2020-03-15 15:39:08 +01:00
  • 48f8df62cb
    Left trim - from option names Samuel Štancl 2020-03-15 12:51:16 +01:00
  • e886c2bae5 Use seeder params in tenants:seed instead of just the automatic seeder Samuel Štancl 2020-03-14 19:58:19 +01:00
  • c7c6a7fec8
    [2.3.0] Cached tenant lookup (#316) Samuel Štancl 2020-03-14 19:52:35 +01:00
  • 9e8458f79a Apply fixes from StyleCI stancl 2020-03-14 18:46:28 +00:00
  • 6467dfe818 wip Samuel Štancl 2020-03-14 19:46:20 +01:00
  • 0d641784ff Apply fixes from StyleCI stancl 2020-03-14 18:36:38 +00:00
  • 0deb1f1376 Separate data & domains logic Samuel Štancl 2020-03-14 19:36:28 +01:00
  • a86412af09 Enable cache in the single test file Samuel Štancl 2020-03-14 19:22:08 +01:00
  • f2b057fd24 Merge branch 'cached-lookup' of github.com:stancl/tenancy into cached-lookup Samuel Štancl 2020-03-14 19:11:00 +01:00
  • 38e71639ed Remove config from TestCase Samuel Štancl 2020-03-14 19:10:53 +01:00
  • 9240836dbb Apply fixes from StyleCI stancl 2020-03-14 18:08:51 +00:00
  • 7d5e08544d Merge branch 'cached-lookup' of github.com:stancl/tenancy into cached-lookup Samuel Štancl 2020-03-14 19:08:38 +01:00
  • 2c1cb92745 Finish cache invalidation Samuel Štancl 2020-03-14 19:08:26 +01:00
  • 075dc12e2f Apply fixes from StyleCI stancl 2020-03-14 15:49:33 +00:00
  • a6102be1a0 wip cache invalidation Samuel Štancl 2020-03-14 16:49:20 +01:00
  • a99f5d916d wip Samuel Štancl 2020-03-14 01:56:55 +01:00
  • 01c9671461 Apply fixes from StyleCI stancl 2020-03-13 23:17:13 +00:00
  • c52d12cb99 Begin work on cached lookup Samuel Štancl 2020-03-14 00:16:57 +01:00
  • d1991fdd61
    Use stable phpcov Samuel Štancl 2020-03-13 13:25:28 +01:00
  • 142912edc5
    Update donation link Samuel Štancl 2020-03-10 23:04:15 +01:00
  • c3bd02bc12
    Create DONATIONS.md Samuel Štancl 2020-03-10 23:03:22 +01:00
  • d0bd8f2ad8
    Force migrate when running MigrateFresh Samuel Štancl 2020-03-10 21:33:25 +01:00
  • d0023c482a
    Add support for postgres schema (#237) Noor Adiana 2020-03-11 02:15:07 +07:00
  • e02bd3927a
    Single-line docblock Samuel Štancl 2020-03-08 14:57:18 +01:00
  • 9ab6c10cef
    mysql -> pgsql Samuel Štancl 2020-03-08 14:56:07 +01:00
  • 89953ba1ec
    Add use statement for DB facade Samuel Štancl 2020-03-05 18:09:57 +01:00
  • 5170d4ccde
    Remove use statement Samuel Štancl 2020-03-05 18:09:12 +01:00
  • 9a13cac9d2
    Store string instead of Connection instance Samuel Štancl 2020-03-05 18:08:16 +01:00
  • 68b74642c8 Reverted change Nuradiyana 2020-03-05 12:08:27 +07:00
  • 58bb9bfb96 Fix travis yml Samuel Štancl 2020-03-04 22:00:56 +01:00
  • 18fa0295d8 6 -> 7 Samuel Štancl 2020-03-04 21:47:53 +01:00
  • ba8e9b0261 verify both laravel versions are used Samuel Štancl 2020-03-04 21:13:51 +01:00
  • f3645dd65c Merge branch 'laravel-7-support' of github.com:stancl/tenancy into laravel-7-support Samuel Štancl 2020-03-04 21:13:24 +01:00
  • a5243ebdab switch up envs Samuel Štancl 2020-03-04 21:13:19 +01:00
  • 2c9c05b934
    Cleanup Samuel Štancl 2020-03-04 20:51:18 +01:00
  • b3006a8135 Keep laravel 6.x support michael lundbøl 2020-03-04 20:41:56 +01:00
  • b843069470
    Use dev-master for phpcov Samuel Štancl 2020-03-04 20:40:59 +01:00
  • eb455b54e3 Updated docker container to 7.3 michael lundbøl 2020-03-04 20:26:22 +01:00
  • 1b725e8387 Update dependencies michael lundbøl 2020-03-04 20:25:21 +01:00
  • b9c521a4ee Consistent indentation in travis.yml Samuel Štancl 2020-03-04 20:06:14 +01:00
  • 5c2698938e Fix travis.yml Samuel Štancl 2020-03-04 20:05:42 +01:00
  • 6d5957ff6b Remove language from travis.yml Samuel Štancl 2020-03-04 20:05:25 +01:00
  • 97348e960b Laravel 7 support Samuel Štancl 2020-03-04 20:04:03 +01:00
  • e6280837cb Fixing style Nuradiyana 2020-02-27 00:53:06 +07:00
  • 0887790ce4 Fixing testing Nuradiyana 2020-02-27 00:45:06 +07:00
  • f5f03f8097 Merge branch '2.x' into support-schema-postgres Nuradiyana 2020-02-27 00:30:53 +07:00
  • ac3751b24e
    Merge pull request #2 from stancl/support-schema-postgres Noor Adiana 2020-02-26 23:27:14 +07:00
  • 292b7acd16
    Make asset tenancy optional (#300) Samuel Štancl 2020-02-26 09:14:40 +01:00
  • 94093c7f16 Make asset tenancy optional Samuel Štancl 2020-02-26 09:07:31 +01:00
  • 98ce0ee294
    Make DB creation optional (#299) Samuel Štancl 2020-02-26 08:49:08 +01:00
  • 3f1fed096c Make DB creation optional Samuel Štancl 2020-02-26 08:38:18 +01:00
  • 5bb743f73d
    Reinitialize tenancy for queued jobs if tenant id has changed (#276) v2.2.8 Sean Taylor 2020-02-22 12:58:30 +00:00
  • e3fe37a849
    Refactor condition logic for better readability Sean Taylor 2020-02-21 10:59:18 +00:00
  • 06ee1ff0e2
    Migration paths (#268) curious-jim 2020-02-16 19:10:50 +08:00
  • 11e8a31965
    Update tests/TestCase.php curious-jim 2020-02-16 11:29:07 +08:00
  • 0e6efbdb8c
    Update src/Traits/DealsWithMigrations.php curious-jim 2020-02-16 11:28:57 +08:00
  • d697918f64
    Update tests/CommandsTest.php curious-jim 2020-02-16 11:28:46 +08:00
  • cfde221d71
    Update src/Traits/DealsWithMigrations.php curious-jim 2020-02-14 21:17:27 +08:00
  • 95ee295da1
    Fix PDO serialization exception (#289) v2.2.7 Samuel Štancl 2020-02-10 16:04:40 +01:00
  • 036df6c5d1
    Update tests/CommandsTest.php curious-jim 2020-02-09 17:13:20 +08:00
  • e403114df3 Merge branch 'fix-pdo-serialization-exception' of github.com:stancl/tenancy into fix-pdo-serialization-exception Samuel Štancl 2020-02-07 20:42:41 +01:00
  • 3c35f3296a Fix $this->database() calls Samuel Štancl 2020-02-07 20:42:15 +01:00
  • 4459458b8e Apply fixes from StyleCI stancl 2020-02-07 19:35:47 +00:00
  • 0718a3be9d Fix PDO serialization exception when queueing tenant creation Samuel Štancl 2020-02-07 20:35:28 +01:00