1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-03-22 16:34:04 +00:00

Commit graph

  • ea9a30a808 Merge branch '1.x' of github.com:stancl/tenancy into 1.x Samuel Štancl 2019-07-25 11:20:24 +02:00
  • 66a4fe9630 Fix #73 The domain was wrapped in "". Samuel Štancl 2019-07-25 11:19:52 +02:00
  • 73736a7051
    update changelog for v1.5.0 Samuel Štancl 2019-07-13 11:41:54 +02:00
  • 353f7afb82
    Add tenancy()->end() (#68) v1.5.0 Samuel Štancl 2019-07-13 11:38:07 +02:00
  • a710cdaf92 Add tenancy()->end() Samuel Štancl 2019-07-13 11:33:06 +02:00
  • b2e2460c34
    Add PostgreSQL DB driver (#52) Samuel Štancl 2019-07-12 23:09:29 +02:00
  • f2819adcd2 Merge branch '1.x' of github.com:stancl/tenancy into 1.x Samuel Štancl 2019-07-12 23:05:29 +02:00
  • a3ff6fbd93 fix #63 (wrong return type docblock) Samuel Štancl 2019-07-12 23:05:11 +02:00
  • 11b4591cbc
    Merge branch '1.x' into postgres Samuel Štancl 2019-07-12 23:03:37 +02:00
  • 4e26118fac Fix bugs Samuel Štancl 2019-07-12 23:01:01 +02:00
  • acdf39d15b add docker [wip] Samuel Štancl 2019-07-12 22:25:45 +02:00
  • c5b775589d
    Add section about testing with docker Samuel Štancl 2019-07-12 21:51:15 +02:00
  • dc30354699
    Dockerize phpunit (#66) Samuel Štancl 2019-07-12 21:44:26 +02:00
  • 43c9b02d30 fix travis.yml Samuel Štancl 2019-07-12 21:39:04 +02:00
  • 87a207b70c Add docker Samuel Štancl 2019-07-12 21:35:36 +02:00
  • 2bd9fdaf7f Some fixes Carlos Lizaola 2019-07-09 20:09:40 -07:00
  • a7a019b148 functions to add an alias domain for a tenant Carlos Lizaola 2019-07-09 19:44:51 -07:00
  • 73c818f975 wip Samuel Štancl 2019-07-05 15:02:20 +02:00
  • 49b8b06c6a Add more assertions Samuel Štancl 2019-07-05 10:32:48 +02:00
  • 13cdc03103 Merge branch '1.x' of github.com:stancl/tenancy into 1.x Samuel Štancl 2019-07-03 19:19:35 +02:00
  • 7c7ba28391 implementation -> package Samuel Štancl 2019-07-03 19:19:19 +02:00
  • 83f8d15a89
    Change note about tutorial Samuel Štancl 2019-07-03 18:39:58 +02:00
  • 4c03402601 update changelog Samuel Štancl 2019-07-03 15:42:57 +02:00
  • a2ac7a25c3
    Update note about predis v1.4.0 Samuel Štancl 2019-07-03 15:41:15 +02:00
  • 1b6759084f
    Add Predis support (#59) Samuel Štancl 2019-07-03 14:48:55 +02:00
  • e8b9d6f24b Revert travis changes & add a version check to predis tests Samuel Štancl 2019-07-03 14:02:58 +02:00
  • f15d84954a Merge branch 'predis-support' of github.com:stancl/tenancy into predis-support Samuel Štancl 2019-07-03 13:49:15 +02:00
  • 652d9d6843 Fix if command Samuel Štancl 2019-07-03 13:47:51 +02:00
  • 9eff9ed5cb
    Merge branch '1.x' into predis-support Samuel Štancl 2019-07-03 13:25:12 +02:00
  • 998f065338 Add note about phpredis Samuel Štancl 2019-07-03 13:23:02 +02:00
  • 03ee52e62a Enable phpredis extension only for some builds Samuel Štancl 2019-07-03 13:17:50 +02:00
  • 6585ecd962 Add Predis support Samuel Štancl 2019-07-03 12:21:17 +02:00
  • e7b5a77a6b
    Data separation tests (#58) Samuel Štancl 2019-07-01 12:28:22 +02:00
  • c77f86f504 Add DataSeparationTest Samuel Štancl 2019-07-01 12:23:57 +02:00
  • 60c5a0b500 Add purge() Samuel Štancl 2019-07-01 11:06:46 +02:00
  • f950265f58
    Add link to the tutorial Samuel Štancl 2019-06-30 15:28:05 +02:00
  • c73a67b9a5 Update pgsql db select Samuel Štancl 2019-06-29 14:26:53 +02:00
  • 4d6cc2d8f0 debug Samuel Štancl 2019-06-29 14:19:29 +02:00
  • 5e45c310a4 Remove single quotes Samuel Štancl 2019-06-29 14:16:05 +02:00
  • 90d0ff5b9a backtick -> single quote Samuel Štancl 2019-06-29 14:13:11 +02:00
  • c3dee2bce0 Change DB name to travis_tenancy Samuel Štancl 2019-06-29 14:08:51 +02:00
  • 32ebf892ba default -> travis_ci_default Samuel Štancl 2019-06-29 14:07:20 +02:00
  • fb57845dd2 Create default postgres db Samuel Štancl 2019-06-29 14:03:55 +02:00
  • 6ecf3777fa Try setting pgsql db to null Samuel Štancl 2019-06-29 14:00:10 +02:00
  • 657e9784a5 Add PGSQL username to test env setup Samuel Štancl 2019-06-29 13:46:18 +02:00
  • 7a98f0874b Add PostgreSQL DB driver Samuel Štancl 2019-06-29 13:40:28 +02:00
  • d2171b5dc5 wip Samuel Štancl 2019-06-29 13:29:25 +02:00
  • 3abde1a791
    Add installation requirements Samuel Štancl 2019-06-04 22:28:33 +02:00
  • 726d037ffd
    Update CHANGELOG-1.x.md Samuel Štancl 2019-05-06 19:19:59 +02:00
  • 97ec172fd4
    Specify namespace on global functions (fix #35) (#36) v1.3.1 Samuel Štancl 2019-04-24 17:33:41 +02:00
  • 659eb2efc8 small fixes Samuel Štancl 2019-04-24 17:29:19 +02:00
  • e949bf4373 Revert some \ additions Samuel Štancl 2019-04-24 17:28:10 +02:00
  • c73344c3ae merge Samuel Štancl 2019-04-24 17:14:51 +02:00
  • 3c1f3731d9 Merge branch '1.x' into global-ns Samuel Štancl 2019-04-24 17:10:22 +02:00
  • 35abb6191d
    Fix Redis scan for 5.8 (#46) Samuel Štancl 2019-04-24 16:53:43 +02:00
  • e45984100e Add comments [ci skip] Samuel Štancl 2019-04-24 16:53:32 +02:00
  • e9786cbfc0 Fix Redis scan for 5.8 Samuel Štancl 2019-04-24 16:50:01 +02:00
  • beb9a0a903
    Move todos to issues (#45) Samuel Štancl 2019-04-24 09:22:12 +02:00
  • 058bf3a639
    Remove todo Samuel Štancl 2019-04-24 09:21:40 +02:00
  • 228da8c0a6
    Remove todo Samuel Štancl 2019-04-24 09:21:02 +02:00
  • 5d5417cf11 Fix Jobs' docblocks (fix #39) Samuel Štancl 2019-04-23 18:03:40 +02:00
  • c0a83e70f1
    Fix classes in the Jobs namespace (#38) Samuel Štancl 2019-04-23 17:57:05 +02:00
  • edea513edf
    Test jobs' handle() (#40) Samuel Štancl 2019-04-23 17:56:54 +02:00
  • 0874bdab78 Switch (fix) method names Samuel Štancl 2019-04-23 17:52:55 +02:00
  • f0835252ce Test jobs' handle() Samuel Štancl 2019-04-23 17:49:59 +02:00
  • 26026a5b50 Fix classes in the Jobs namespace Samuel Štancl 2019-04-23 17:21:14 +02:00
  • b20f62ecfa putMany() should return array, not put() Samuel Štancl 2019-04-23 17:11:46 +02:00
  • 9e4849439f Update RedisStorageDriver with the interface change Samuel Štancl 2019-04-23 17:11:05 +02:00
  • 61c87ef08e Merge branch '1.x' of github.com:stancl/tenancy into 1.x Samuel Štancl 2019-04-23 17:09:52 +02:00
  • 9bc9b92d8d [breaking fix] Add array return types to StorageDriver interface Samuel Štancl 2019-04-23 17:09:32 +02:00
  • 7f323aaa94 Specify namespace on global functions (fix #35) Samuel Štancl 2019-04-23 17:02:43 +02:00
  • ddc0e6fb1e
    Remove support for onFail without arguments to improve performance Samuel Štancl 2019-03-04 22:19:38 +01:00
  • 4c7e6c0e06
    Make snippet syntactically correct Samuel Štancl 2019-03-03 17:04:17 +01:00
  • e1c4dc8934 Register the facade in TestCase Samuel Štancl 2019-02-27 22:22:09 +01:00
  • 337a622fcb
    Use php 7.2 instead of 7.1 Samuel Štancl 2019-02-27 20:25:02 +01:00
  • 9590727df4
    Update CHANGELOG-1.x.md Samuel Štancl 2019-02-27 18:26:09 +01:00
  • 78fd7d43f6
    Add 5.8 support (#33) v1.3.0 Samuel Štancl 2019-02-27 18:22:34 +01:00
  • 89bfaab9df
    grammar Samuel Štancl 2019-02-27 18:17:33 +01:00
  • 46a2e5dbb4
    Merge branch '1.x' into add-5.8-support Samuel Štancl 2019-02-27 18:16:43 +01:00
  • e1dece9e52 print version before running phpunit Samuel Štancl 2019-02-27 18:09:16 +01:00
  • e0b7fb6efc use a single composer require commanad Samuel Štancl 2019-02-27 18:03:58 +01:00
  • f13d4ded98 Use only PHP 7.1 Samuel Štancl 2019-02-27 18:01:26 +01:00
  • 265216f7dc wip Samuel Štancl 2019-02-27 18:00:00 +01:00
  • d527191b89 assertArraySubset() is deprecated Samuel Štancl 2019-02-27 17:39:39 +01:00
  • 2ebf4d516f wip Samuel Štancl 2019-02-27 17:30:25 +01:00
  • f9a819215f wip Samuel Štancl 2019-02-26 23:07:01 +01:00
  • 0b6af429de wip Samuel Štancl 2019-02-26 22:54:00 +01:00
  • be7e64af93 wip Samuel Štancl 2019-02-26 22:53:15 +01:00
  • e46af3676f wip Samuel Štancl 2019-02-26 21:38:15 +01:00
  • 725b43ce8c 1.x supports only 5.7 Samuel Štancl 2019-02-26 21:27:15 +01:00
  • 2f37b598d7 wip gitignore Samuel Štancl 2019-02-26 21:24:04 +01:00
  • 506f1ba0d4 update gitignore Samuel Štancl 2019-02-26 21:23:29 +01:00
  • fa40abde19 wip Samuel Štancl 2019-02-26 21:22:30 +01:00
  • 1578a196c9
    Laravel 5.8 Samuel Štancl 2019-02-26 19:44:38 +01:00
  • 4d9681da65
    Add note about Laravel versions [ci skip] Samuel Štancl 2019-02-26 17:16:02 +01:00
  • 1b6688b1f2
    Laravel 5.8 Samuel Štancl 2019-02-26 17:10:17 +01:00
  • aea9bb1b03
    prefix -> suffix [ci skip] Samuel Štancl 2019-02-20 14:48:36 +01:00
  • e17f8d6cd7 update changelog [ci skip] Samuel Štancl 2019-02-15 21:06:52 +01:00
  • 06764452e0 update changelog Samuel Štancl 2019-02-15 21:03:51 +01:00
  • 987c54f04e Fix #29 add Tenancy facade v1.2.0 Samuel Štancl 2019-02-15 21:00:11 +01:00