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

Commit graph

  • 88d4e67516 move a few lines [ci skip] Samuel Štancl 2019-02-13 18:21:48 +01:00
  • 08f6db4ffe Make tenancy()->init() statements more specific Samuel Štancl 2019-02-13 18:15:22 +01:00
  • 0c724ca2a0 Add more CacheManager tests Samuel Štancl 2019-02-13 18:13:17 +01:00
  • 4b1dca41e5 update changelog Samuel Štancl 2019-02-13 17:15:26 +01:00
  • a2d68b1261 Fix #31 CacheManager didn't merge tags properly; write tests for CacheManager v1.1.3 Samuel Štancl 2019-02-13 17:13:01 +01:00
  • e463829e53 update changelog Samuel Štancl 2019-02-13 16:49:22 +01:00
  • d4d4119754 Fix small bug in CacheManager v1.1.2 Samuel Štancl 2019-02-13 16:46:35 +01:00
  • 13bc3da9da rename test [ci skip] Samuel Štancl 2019-02-13 16:26:45 +01:00
  • d2ec7f171d Fix #25 better error handling Samuel Štancl 2019-02-13 16:26:00 +01:00
  • fa5334f83e
    Add a use statement Samuel Štancl 2019-02-13 13:23:09 +01:00
  • 62e3781542 Fix #30 remove namespace statement from helpers.php Samuel Štancl 2019-02-13 13:12:12 +01:00
  • 268075cb03
    Mention that values can be of arbitrary data types Samuel Štancl 2019-02-11 19:42:27 +01:00
  • 43a9525bff
    Update CHANGELOG-1.x.md Samuel Štancl 2019-02-11 19:36:48 +01:00
  • 7fc89271f3 Fix #28 associative arrays being converted into objects v1.1.1 Samuel Štancl 2019-02-11 19:34:52 +01:00
  • 0bb18bb11a Merge db creation & deletion tests Samuel Štancl 2019-02-10 23:25:00 +01:00
  • 9417e0acf2 Add changelog Samuel Štancl 2019-02-10 21:53:40 +01:00
  • 83d272007d
    Add array support to the storage. (#27) v1.1.0 Samuel Štancl 2019-02-10 21:45:36 +01:00
  • 2ef6c8eec6 Merge branch '1.0' into serialize-data Samuel Štancl 2019-02-10 21:39:05 +01:00
  • cd803cbb47 Merge branch '1.0' of https://github.com/stancl/tenancy into 1.0 Samuel Štancl 2019-02-10 21:38:45 +01:00
  • 1ec7807fbf Add more tests Samuel Štancl 2019-02-10 21:38:30 +01:00
  • feeac80345 remove comment [ci skip] Samuel Štancl 2019-02-10 21:22:08 +01:00
  • f3e2642fa2 Add array support to the storage. (Existing tests have been modified, but only in a way that makes them more correct than they were, making this a backwards compatible feature.) Samuel Štancl 2019-02-10 21:09:42 +01:00
  • bc873d4402
    Add note about second level domains Samuel Štancl 2019-02-10 14:30:48 +01:00
  • 4c9d1939dd
    Fix typo [ci skip] Samuel Štancl 2019-02-09 23:16:05 +01:00
  • f9f71ec49f Merge branch '1.0' of https://github.com/stancl/tenancy into 1.0 Samuel Štancl 2019-02-09 16:31:36 +01:00
  • 3ebae91605 Remove branches from .travis.yml Samuel Štancl 2019-02-09 16:31:22 +01:00
  • 20b7eb7841
    Syntax highlighting [ci skip] Samuel Štancl 2019-02-09 16:30:46 +01:00
  • 6797d180c8 Replace experimental badge with latest stable version Samuel Štancl 2019-02-09 16:18:01 +01:00
  • 734cc3c06b Fix link to semver Samuel Štancl 2019-02-09 16:12:56 +01:00
  • 5028e587dc Add note about versioning [ci skip] v1.0.0 Samuel Štancl 2019-02-09 15:53:54 +01:00
  • ef1e93bf96 Remove migrations_directory from config Samuel Štancl 2019-02-09 12:15:18 +01:00
  • e1def355f9 Add command tests Samuel Štancl 2019-02-09 11:53:48 +01:00
  • 33fcb8a936 Cleanup commands Samuel Štancl 2019-02-09 00:40:52 +01:00
  • 8d382024a3 Add more TenantManager tests Samuel Štancl 2019-02-09 00:17:51 +01:00
  • 2c69c37032 Write more tests, fix filesystem support for s3 Samuel Štancl 2019-02-08 23:59:27 +01:00
  • dc21bfa37a Merge branch 'master' of https://github.com/stancl/tenancy Samuel Štancl 2019-02-08 23:27:55 +01:00
  • 9ec4fd931a First TenantAssetTest Samuel Štancl 2019-02-08 23:25:50 +01:00
  • b370bebe6d
    Fix formatting [ci skip] Samuel Štancl 2019-02-08 22:51:13 +01:00
  • 22fc843ce3 Fix a lot of bugs, fix #23 Samuel Štancl 2019-02-08 22:44:46 +01:00
  • 39d9c9d51e Merge branch 'master' of https://github.com/stancl/tenancy Samuel Štancl 2019-02-08 20:27:56 +01:00
  • 335bdc1c06 Remove unused file [ci skip] Samuel Štancl 2019-02-08 20:27:41 +01:00
  • 15766a0037
    Fix #21 (#22) Samuel Štancl 2019-02-08 20:16:40 +01:00
  • 7d790a1552 Fix #21 Samuel Štancl 2019-02-08 20:09:16 +01:00
  • 3f650d887d Add more tests, fix bugs Samuel Štancl 2019-02-08 17:54:53 +01:00
  • d14aa0b642 Add psysh as a dev dependency Samuel Štancl 2019-02-08 16:10:59 +01:00
  • 2e0414cc62 update .gitignore [ci skip] Samuel Štancl 2019-02-08 15:29:38 +01:00
  • f05a4bca41 Add tests, fix bugs Samuel Štancl 2019-02-08 15:28:32 +01:00
  • 3857c4a27d Add TestCase@initTenancy Samuel Štancl 2019-02-07 22:28:41 +01:00
  • 124e747aa0 tenancy.cache.prefix_base -> tag_base Samuel Štancl 2019-02-07 22:07:02 +01:00
  • fceddb8c4d Add more tests Samuel Štancl 2019-02-07 21:44:47 +01:00
  • 18ce4577bf Change check mark color to green [ci skip] Samuel Štancl 2019-02-07 18:36:54 +01:00
  • ff42c146c3 Uncomment lines in .env.example [ci skip] Samuel Štancl 2019-02-07 18:18:42 +01:00
  • 5f5a63c029 Add a link to the codecov badge Samuel Štancl 2019-02-07 18:15:37 +01:00
  • c53a05cff4
    Make database creation queueable (#17) Samuel Štancl 2019-02-07 18:12:24 +01:00
  • e1bfa7260e Fix DB_PASSWORD for Travis Samuel Štancl 2019-02-07 18:02:18 +01:00
  • 0000256c72 Fix env section Samuel Štancl 2019-02-07 17:57:03 +01:00
  • 7f0b2e1cd1 Minor tweaks Samuel Štancl 2019-02-07 17:53:21 +01:00
  • 576ec1cf02 Add composer script to copy .env.example to .env Samuel Štancl 2019-02-07 17:43:12 +01:00
  • 7355d9b98a Make comment more descriptive [ci skip] Samuel Štancl 2019-02-07 17:39:55 +01:00
  • f993308b16 Add DatabaseCreationTest Samuel Štancl 2019-02-07 17:38:00 +01:00
  • 136862369d Move HttpKernel to /tests/ Samuel Štancl 2019-02-07 15:39:39 +01:00
  • f95416042c env variable name consistency Samuel Štancl 2019-02-07 15:36:34 +01:00
  • c71e639767 Merge branch 'master' into make-database-creation-queueable Samuel Štancl 2019-02-07 15:27:31 +01:00
  • 6bb18a2b95
    Fix Travis, add docs for generating HTTPS certificates (#19) Samuel Štancl 2019-02-07 15:26:42 +01:00
  • d0828f7889 Remove nginx/ directory [ci skip] Samuel Štancl 2019-02-07 15:25:52 +01:00
  • 256e88444c Remove unfinished features, expand README Samuel Štancl 2019-02-07 15:22:57 +01:00
  • 97ab962cb7 Minor changes Samuel Štancl 2019-02-07 15:04:51 +01:00
  • b62fc5fe31 Make database creation queueable Samuel Štancl 2019-02-07 14:43:27 +01:00
  • aeaa33c743 Return the result of fclose in SQLiteDBCreator Samuel Štancl 2019-02-07 14:23:46 +01:00
  • 623c8494ba SOLIDify database creation Samuel Štancl 2019-02-07 14:18:53 +01:00
  • 9629129772 Use webroot instead of --nginx Samuel Štancl 2019-02-02 23:46:27 +01:00
  • 178eb375f6 Expand README a little bit Samuel Štancl 2019-02-02 18:18:20 +01:00
  • 2a33d0ec85 Add vhost_is_written test Samuel Štancl 2019-02-02 16:24:36 +01:00
  • 094dc924e4 Enable Redis in Travis Samuel Štancl 2019-02-02 14:16:45 +01:00
  • eb8f3684eb Enable redis.so in before_install Samuel Štancl 2019-02-02 14:13:29 +01:00
  • e5393cc52c Test the if \Redis is wrong for Travis Samuel Štancl 2019-02-02 13:24:17 +01:00
  • 0c8cf2cd46 Fix Class 'Route' not found in routes.php Samuel Štancl 2019-02-02 12:57:45 +01:00
  • 0ca435262b Try to fix Call to undef. method Redis::connect() Samuel Štancl 2019-02-02 12:28:21 +01:00
  • be8968b832 Make Travis install phpredis Samuel Štancl 2019-02-02 12:13:06 +01:00
  • 5ce0d946ee Add ServerManagerTest, fix a lot of bugs Samuel Štancl 2019-02-02 12:08:08 +01:00
  • 35eab00742
    Merge pull request #16 from stancl/add-testing Samuel Štancl 2019-02-02 00:17:10 +01:00
  • 0adbfee86e
    Merge pull request #14 from stancl/add-testing Samuel Štancl 2019-02-02 00:15:57 +01:00
  • d1b2775eee Change codecov alt [ci skip] Samuel Štancl 2019-02-02 00:15:00 +01:00
  • 79e3be78ff Add Codecov token Samuel Štancl 2019-02-02 00:12:08 +01:00
  • e251a2b884 Remove HelloWorldTest Samuel Štancl 2019-02-02 00:10:16 +01:00
  • 1547c134f1 Make TenantRouteServiceProvider check if the route file exists before requiring it Samuel Štancl 2019-02-02 00:03:29 +01:00
  • 6b57d20c9b Add Codecov support Samuel Štancl 2019-02-01 23:59:08 +01:00
  • 5caec784bf Remove unnecessary --dev flag Samuel Štancl 2019-02-01 23:28:42 +01:00
  • 80da9e1cf5 Remove --prefer-source flag Samuel Štancl 2019-02-01 23:19:05 +01:00
  • 6c5d9aa441 Add install section to .travis.yml Samuel Štancl 2019-02-01 23:15:01 +01:00
  • 999507fe42 Begin work on tests Samuel Štancl 2019-02-01 22:47:10 +01:00
  • aa46cb8e35 Begin work on HTTPS Samuel Štancl 2019-02-01 21:36:48 +01:00
  • 349832c64b Fix heading size Samuel Štancl 2019-01-28 19:27:01 +01:00
  • e919c6e25b Minor refactor Samuel Štancl 2019-01-28 18:34:26 +01:00
  • 7ce9613a68
    Add beta/experimental badge Samuel Štancl 2019-01-28 12:16:29 +01:00
  • a9e3f4052c Remove redundant method in the RouteSP Samuel Štancl 2019-01-26 13:08:39 +01:00
  • b238b10166 Update README after fixing #10 Samuel Štancl 2019-01-26 13:01:38 +01:00
  • 394f792ec9 Map tenant routes using the SP - fix #10 Samuel Štancl 2019-01-26 12:59:19 +01:00
  • aabe48b54a Make DBs use utfmb4_unicode_ci Samuel Štancl 2019-01-23 22:44:26 +01:00
  • 3cb5efc654 Add comment Samuel Štancl 2019-01-23 21:15:41 +01:00