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

Commit graph

  • 13ea04e7f5 Add tests & config keys Samuel Štancl 2019-09-30 16:37:02 +02:00
  • c81218a993 Fix DB storage driver bug, add regression test (tenant_data_can_be_set_during_creation) Samuel Štancl 2019-09-30 16:30:29 +02:00
  • 8fbd2cda4e
    Add array_filter for consistency with Laravel Samuel Štancl 2019-09-30 16:07:01 +02:00
  • 80155331e8 Revert "Remove events trait" 1.x Samuel Štancl 2019-09-29 13:29:05 +02:00
  • ce7fa775e2 Remove events trait Samuel Štancl 2019-09-29 13:24:57 +02:00
  • d70e561106 Fix variables code style consistency (#136) Anton Komarev 2019-09-29 14:02:51 +03:00
  • e00793573f DB name -> DB connection Samuel Štancl 2019-09-29 12:15:31 +02:00
  • 00f1a3961d Final Samuel Štancl 2019-09-29 12:12:58 +02:00
  • 5907099303 migrate-fresh first draft Samuel Štancl 2019-09-29 12:12:32 +02:00
  • 50cf677034 Remove comment Samuel Štancl 2019-09-29 12:01:40 +02:00
  • cdf174c6c6 Apply fixes from StyleCI stancl 2019-09-29 09:59:28 +00:00
  • 33f5f0e316 Remove timestamps Samuel Štancl 2019-09-29 11:59:17 +02:00
  • dcc9bda758 Default tag callback for Telescope Samuel Štancl 2019-09-29 11:50:32 +02:00
  • 553b162930 Clean endTenancy() calls at the end of commands Samuel Štancl 2019-09-27 22:57:10 +02:00
  • 6b103cd2cb Model timestamps Samuel Štancl 2019-09-27 22:53:38 +02:00
  • 4b5554dcac Fix issues with bootstrappers' state Samuel Štancl 2019-09-27 22:35:59 +02:00
  • 753ff517c4 Post-end() state reset Samuel Štancl 2019-09-27 21:24:40 +02:00
  • aeafa24971 Remove global config() call Samuel Štancl 2019-09-27 21:22:59 +02:00
  • 07e5ad76d0 path -> storage Samuel Štancl 2019-09-27 21:16:43 +02:00
  • 97d88af798 Disable RedisTenancyBootstrapper by default Samuel Štancl 2019-09-27 21:08:46 +02:00
  • 85eaefef48 Merge branch 'tenant-specific-config' of github.com:stancl/tenancy into tenant-specific-config Samuel Štancl 2019-09-27 21:04:13 +02:00
  • 6d12e629b8 Add unsetTenantConfig Samuel Štancl 2019-09-27 21:01:31 +02:00
  • b53da1309d Apply fixes from StyleCI stancl 2019-09-27 18:56:57 +00:00
  • 72d16d8efd TenantConfig first draft Samuel Štancl 2019-09-27 20:56:42 +02:00
  • 3d1ceadf34 [2.x] Remove request helper from TenantManager (#144) Anton Komarev 2019-09-27 07:53:08 +03:00
  • 64e297e471 Rollback antonkomarev 2019-09-27 00:34:10 +03:00
  • cfa9514dfb Remove request from tenant manager antonkomarev 2019-09-27 00:13:25 +03:00
  • cacf239801 Replace drop with dropIfExists in migrations (#143) Anton Komarev 2019-09-26 20:02:44 +03:00
  • 13fd7d80fe Replace drop with dropIfExists in migrations antonkomarev 2019-09-26 19:54:11 +03:00
  • 6a5f0acd1d Change string column type to UUID antonkomarev 2019-09-26 19:24:39 +03:00
  • ee06ff296e [2.x] Make Domain's model domain key as a primary (#141) Anton Komarev 2019-09-26 19:04:39 +03:00
  • 4672f27fae Remove comments antonkomarev 2019-09-26 18:51:27 +03:00
  • 45cc629e57
    Fix merge conflict Chris Brown 2019-09-26 11:45:20 -04:00
  • 702df56a3f
    Merge branch '2.x' into migrate-fresh Chris Brown 2019-09-26 11:44:08 -04:00
  • 188105244f
    Update src/Commands/MigrateFresh.php Chris Brown 2019-09-26 11:43:06 -04:00
  • 6656ca6570 Make Domain's model domain key as a primary antonkomarev 2019-09-26 18:42:54 +03:00
  • 3f4018f93c [2.x] Add missing field in InitializeTenancy middleware (#135) Anton Komarev 2019-09-26 18:01:38 +03:00
  • 255bfbcce9 Changed Closure on callable antonkomarev 2019-09-26 15:54:01 +03:00
  • d00cf97e0e Reorder Service Provider methods in execution sequence (#139) Anton Komarev 2019-09-26 15:35:41 +03:00
  • 0081726bda Add exceptions missing parent constructor call (#137) Anton Komarev 2019-09-26 15:35:02 +03:00
  • fc39512b3b Use ::class instead of strings in config (#133) Anton Komarev 2019-09-26 15:33:29 +03:00
  • d137293aa5 Specify exact exception type antonkomarev 2019-09-26 07:43:12 +03:00
  • 0d83c58cb6 Make field protected antonkomarev 2019-09-26 07:36:06 +03:00
  • 5b154d1834 Fix default tenant route (#132) Anton Komarev 2019-09-26 07:25:07 +03:00
  • 64f1a73690 Reorder Service Provider methods in execution sequence antonkomarev 2019-09-26 04:40:10 +03:00
  • 64cd90eac9 Add exceptions missing parent constructor call antonkomarev 2019-09-26 04:28:02 +03:00
  • 90c62d5e45 Fix variables code style consistency antonkomarev 2019-09-26 04:20:36 +03:00
  • cb07fde428 Add missing field antonkomarev 2019-09-26 04:17:19 +03:00
  • 51e074d9a7 Use ::class instead of strings in config antonkomarev 2019-09-26 04:10:16 +03:00
  • c6dda62f72 Fix default tenant route antonkomarev 2019-09-26 04:05:18 +03:00
  • a166de2ef6 Rename migration stubs so they show next to each other (#127) Chris Brown 2019-09-25 02:07:01 -04:00
  • 86c5d17196 Add tenancy:migrate-fresh command Chris Brown 2019-09-24 22:48:19 -04:00
  • e7b695ce52 Rename migration stubs so they show next to each other Chris Brown 2019-09-24 17:43:11 -04:00
  • ca8baf9a6d
    Add donate button Samuel Štancl 2019-09-24 17:44:56 +02:00
  • bd1c829520 TenantCouldNotBeIdentified ProvidesSolution v2.0.0-rc1 Samuel Štancl 2019-09-23 11:54:38 +02:00
  • 10c5f8d98d Fix Queue tenancy Samuel Štancl 2019-09-22 20:30:30 +02:00
  • 23cf9e5366 Merge branch '2.x' of github.com:stancl/tenancy into 2.x Samuel Štancl 2019-09-22 19:45:38 +02:00
  • 9d73de2840 global_cache() helper Samuel Štancl 2019-09-22 19:45:30 +02:00
  • a31a76cb37
    Create CONTRIBUTING.md Samuel Štancl 2019-09-22 19:25:30 +02:00
  • 4a17992957 Home route -> home url Samuel Štancl 2019-09-22 17:24:02 +02:00
  • 92618e09a5 Merge branch '2.x' of github.com:stancl/tenancy into 2.x Samuel Štancl 2019-09-22 17:17:46 +02:00
  • e21f5ad76f Fix PreventAccess middleware Samuel Štancl 2019-09-22 17:17:38 +02:00
  • efcb2dd425 Apply fixes from StyleCI stancl 2019-09-21 21:53:33 +00:00
  • 7229691977 Add comments Samuel Štancl 2019-09-21 23:53:23 +02:00
  • 88fbd9779d Add default value Samuel Štancl 2019-09-21 20:44:58 +02:00
  • fdcea15b6a Apply fixes from StyleCI stancl 2019-09-21 17:58:40 +00:00
  • 4bd2d43e9b Fix data_cache test Samuel Štancl 2019-09-21 19:58:29 +02:00
  • a2c6963e85 Fix global_asset_helper_returns_the_same_url_regardless_of_tenancy_initialization Samuel Štancl 2019-09-21 19:47:36 +02:00
  • 3c076b8a46 Make originalPaths public Samuel Štancl 2019-09-21 19:39:50 +02:00
  • 8dae2dcc6f Fix db_name_is_prefixed test Samuel Štancl 2019-09-21 19:37:19 +02:00
  • a4ab7ac080 Apply fixes from StyleCI stancl 2019-09-21 17:29:17 +00:00
  • 665d222872 Fix redirect macro test Samuel Štancl 2019-09-21 19:29:06 +02:00
  • 75f00a58dd Fix asset tests Samuel Štancl 2019-09-21 18:13:29 +02:00
  • bd08979e0c global_asset test Samuel Štancl 2019-09-21 17:29:26 +02:00
  • b9054864aa Fix forced root Samuel Štancl 2019-09-21 17:22:33 +02:00
  • a34bcfbe3e Intelligent asset() Samuel Štancl 2019-09-21 16:43:03 +02:00
  • 6134c8113b asset() tenancy Samuel Štancl 2019-09-21 16:06:08 +02:00
  • cf71fa5979 Merge branch '2.x' of github.com:stancl/tenancy into 2.x Samuel Štancl 2019-09-21 14:06:45 +02:00
  • 74aead2a60 Add test for tenancy.database.based_on null Samuel Štancl 2019-09-21 14:06:42 +02:00
  • 1f71c86c47 Apply fixes from StyleCI stancl 2019-09-21 11:54:13 +00:00
  • c475e7a43d Fix transactions Samuel Štancl 2019-09-21 13:54:02 +02:00
  • 46609c5b0d DB transactions Samuel Štancl 2019-09-21 13:27:26 +02:00
  • a5a9f47eaa Merge branch '2.x' of github.com:stancl/tenancy into 2.x Samuel Štancl 2019-09-21 12:04:33 +02:00
  • cd53ff120d Fix tests Samuel Štancl 2019-09-21 12:04:25 +02:00
  • 2192905830 Apply fixes from StyleCI stancl 2019-09-21 09:40:56 +00:00
  • 3cd97bdcab Overwriting the connection doesn't matter, it just changes the DB Samuel Štancl 2019-09-21 11:39:31 +02:00
  • ed308b1650 getBaseConnection Samuel Štancl 2019-09-21 11:39:17 +02:00
  • 7e40c4188d Merge branch '2.x' of github.com:stancl/tenancy into 2.x Samuel Štancl 2019-09-21 11:11:45 +02:00
  • eb6cba8f1a Create MySQL/PostgreSQL DBs while using sqlite as the central DB driver Samuel Štancl 2019-09-21 11:11:36 +02:00
  • a27585cb47 Apply fixes from StyleCI stancl 2019-09-20 18:19:04 +00:00
  • 1e6b21cfd4 Merge branch '2.x' of github.com:stancl/tenancy into 2.x Samuel Štancl 2019-09-20 20:18:53 +02:00
  • 509d00f9f3 Add docblocks Samuel Štancl 2019-09-20 20:14:58 +02:00
  • 6faac920c9 Apply fixes from StyleCI stancl 2019-09-20 17:44:18 +00:00
  • 93fc961b34 Tenant::with Samuel Štancl 2019-09-20 19:44:05 +02:00
  • 61cc0d9364 Update tenant tests Samuel Štancl 2019-09-20 19:24:02 +02:00
  • b268dd5d50 Multiple domains test Samuel Štancl 2019-09-20 18:13:25 +02:00
  • bdaf6cf824 Apply fixes from StyleCI stancl 2019-09-20 15:58:43 +00:00
  • f177e309f0 Merge branch '2.x' of github.com:stancl/tenancy into 2.x Samuel Štancl 2019-09-20 17:57:56 +02:00
  • bea6e4f5e9 shouldHaveReceived Samuel Štancl 2019-09-20 17:57:52 +02:00
  • 9892c3afc7 Data cache test Samuel Štancl 2019-09-20 17:56:22 +02:00