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

Commit graph

  • 1833622170 Extract JobPipelines to a separate package Samuel Štancl 2020-05-15 18:26:08 +02:00
  • 1008db2d43 Fix cache test Samuel Štancl 2020-05-15 11:22:12 +02:00
  • 05d6383b99 Session scoping & tenant() cleanup Samuel Štancl 2020-05-15 11:07:42 +02:00
  • c8f9a82745 Cleanup after implementing impersonation Samuel Štancl 2020-05-15 07:39:19 +02:00
  • 10a5b80d44 User impersonation Samuel Štancl 2020-05-15 07:30:57 +02:00
  • 52476d6298 Use nullable data column instead of default value Samuel Štancl 2020-05-15 02:04:51 +02:00
  • d92277a236 HasScopedValidationRules trait Samuel Štancl 2020-05-14 05:13:33 +02:00
  • 208eb2fdd3 Fix tenant collection test Samuel Štancl 2020-05-14 04:23:38 +02:00
  • f4898bec2b Rename parent model -> getRelationshipToPrimaryModel Samuel Štancl 2020-05-14 04:20:06 +02:00
  • c05262f534 Fix global resources test Samuel Štancl 2020-05-14 04:18:17 +02:00
  • 42160aa93c BelongsToParentModel Samuel Štancl 2020-05-14 04:11:44 +02:00
  • 28019f4528 Single DB tenancy Samuel Štancl 2020-05-14 03:57:13 +02:00
  • 99d460f76e Disable 6.x in CI Samuel Štancl 2020-05-14 02:34:51 +02:00
  • 5e99fca070 Custom tenant collections Samuel Štancl 2020-05-14 02:29:14 +02:00
  • 1a8d150f2c Change bootstrappers namespace Samuel Štancl 2020-05-13 18:19:59 +02:00
  • b772590479 Private repo composer.json Samuel Štancl 2020-05-13 07:12:25 +02:00
  • c75c5b3879 Testing 6.x support even for Assert Samuel Štancl 2020-05-13 06:39:16 +02:00
  • e1a3b1f7c9 Laravel 6 support for testing Samuel Štancl 2020-05-13 06:32:07 +02:00
  • de53b81c0e Change default tenant model, write more tests, cleanup Samuel Štancl 2020-05-13 06:23:41 +02:00
  • c32f229dd5 Refactor more old code and get tests to pass Samuel Štancl 2020-05-13 04:51:37 +02:00
  • c5377a16f7 Move resource sharing test to original namespace Samuel Štancl 2020-05-13 00:34:55 +02:00
  • 247fa47c10
    Merge pull request #1 from stancl/shared-users Samuel Štancl 2020-05-13 00:33:38 +02:00
  • 8915297c30
    Merge branch 'master' into shared-users Samuel Štancl 2020-05-13 00:33:27 +02:00
  • a756b9b3bc Implement changes from review on GH Samuel Štancl 2020-05-13 00:31:30 +02:00
  • 6962ec29b9 Get rid of v3 test namespace Samuel Štancl 2020-05-12 23:23:16 +02:00
  • 89936187ce Rewrite old tests Samuel Štancl 2020-05-12 23:22:40 +02:00
  • 64383b4c56 Refactor DB config & Tenant DB managers Samuel Štancl 2020-05-12 03:32:28 +02:00
  • 3c4d2189dc DatabasePreparationTest Samuel Štancl 2020-05-12 03:14:08 +02:00
  • b7c8f1fba7 Shared users - complete Samuel Štancl 2020-05-12 01:54:02 +02:00
  • daae67c0f7 Synced resources - proof of concept Samuel Štancl 2020-05-11 07:32:20 +02:00
  • 86a98b2bc8 Queue tests Samuel Štancl 2020-05-11 05:22:55 +02:00
  • 00bb0d06b3 Use real queues in JobPipelineTest Samuel Štancl 2020-05-11 04:33:55 +02:00
  • 6f4b9f486c Bootstrapper tests Samuel Štancl 2020-05-11 03:37:47 +02:00
  • 73fc525126 Automatic mode Samuel Štancl 2020-05-10 23:47:11 +02:00
  • 2492345280 Add methods to Tenant contract Samuel Štancl 2020-05-10 20:20:44 +02:00
  • 494d274798 Finish path identification - configurability & exception handling Samuel Štancl 2020-05-10 20:16:08 +02:00
  • cb2bd018aa Improve HTTP tests with custom assertion method Samuel Štancl 2020-05-10 19:53:34 +02:00
  • f328fc9c08 Combined subdomain/domain identification Samuel Štancl 2020-05-10 19:30:01 +02:00
  • 8ea4940f34 Identification middleware & tests Samuel Štancl 2020-05-10 05:47:27 +02:00
  • a17727b437 Fix test exception_is_thrown_when_tenant_cannot_be_identified_by_path Samuel Štancl 2020-05-09 04:53:33 +02:00
  • aff52458f9 Remove controller tests for path identification Samuel Štancl 2020-05-09 04:25:30 +02:00
  • 5e6d82be57 path identification wip Samuel Štancl 2020-05-09 03:56:41 +02:00
  • 7ad93adde5 Remove is_primary from domain migrations Samuel Štancl 2020-05-09 02:49:27 +02:00
  • a602cec940 Fix event listener tests, improve domain logic Samuel Štancl 2020-05-09 02:49:08 +02:00
  • 0bbc66f451 (failing) event listener tests Samuel Štancl 2020-05-08 18:59:40 +02:00
  • e1a4054743 Domain model & resolver test Samuel Štancl 2020-05-08 18:16:18 +02:00
  • 08ed5084d5 JobPipeline now works fully Samuel Štancl 2020-05-08 16:57:14 +02:00
  • 7a2e6bb13e JobPipeline tests Samuel Štancl 2020-05-08 05:12:46 +02:00
  • bd9aad229b vague first draft of v3. TenantModelTest is passing Samuel Štancl 2020-05-08 04:37:43 +02:00
  • 39c1e65172
    Add a hook that should run before trying to fetch tenants michael lundbøl 2020-05-06 21:59:16 +02:00
  • 726a0462eb
    add gitattr (#392) Mads Møller 2020-05-04 19:14:12 +02:00
  • 112bb10905 add gitattr Mads Møller 2020-05-04 13:24:14 +02:00
  • c2c90ff755
    [3.x] Use static properties instead of config for features (#391) Samuel Štancl 2020-05-03 18:12:40 +02:00
  • 3bb2759fe2
    [3.x] DB users (#382) Samuel Štancl 2020-05-03 18:12:27 +02:00
  • 60665517a0
    [v3] Rename tenant redirect macro (#389) Samuel Štancl 2020-05-03 17:59:59 +02:00
  • 5972364075
    [3.x] Rename facades (#387) Samuel Štancl 2020-05-03 17:59:35 +02:00
  • fb3ff3fccf update tests Samuel Štancl 2020-05-03 17:50:26 +02:00
  • 3bdd624fc9 update tests Samuel Štancl 2020-05-03 17:48:44 +02:00
  • 8c386f77a3 merge Samuel Štancl 2020-05-03 17:46:58 +02:00
  • d20e0740a7 Fix facade test Samuel Štancl 2020-05-03 17:46:13 +02:00
  • 7bdecd1c63 Use static properites instead of config for features Samuel Štancl 2020-05-03 17:42:00 +02:00
  • cab6f6c1c5 [v3] Rename tenant redirect macro Samuel Štancl 2020-05-03 17:38:06 +02:00
  • 609ef58e3a Apply fixes from StyleCI stancl 2020-05-03 15:33:30 +00:00
  • d684931b3c Remove Facade suffix from facades, fix #386 Samuel Štancl 2020-05-03 17:33:16 +02:00
  • fd0d98eacd Apply fixes from StyleCI stancl 2020-05-03 15:27:47 +00:00
  • bfa62a3f0c Write test for extra config, fix bug with extra config Samuel Štancl 2020-05-03 17:27:37 +02:00
  • dfefe77793 Apply fixes from StyleCI stancl 2020-05-03 15:11:05 +00:00
  • 16d3619445 Add tests for PermissionControlledMySQLDatabaseManager Samuel Štancl 2020-05-03 17:10:51 +02:00
  • df19eb1821 Apply fixes from StyleCI stancl 2020-05-03 02:01:15 +00:00
  • 15e45fa551 Merge branch 'db-users-rewrite' of github.com:stancl/tenancy into db-users-rewrite Samuel Štancl 2020-05-03 04:00:59 +02:00
  • 439b5b1dc1 Get old tests to pass Samuel Štancl 2020-05-03 04:00:34 +02:00
  • a39d961cc3 Apply fixes from StyleCI stancl 2020-04-30 20:22:29 +00:00
  • 65ebc043dc Use database transactions for creating users & granting permissions Samuel Štancl 2020-04-30 22:22:18 +02:00
  • 70e6679678 Default databaseName Samuel Štancl 2020-04-30 21:39:57 +02:00
  • 86f6cae245 Merge branch 'db-users-rewrite' of github.com:stancl/tenancy into db-users-rewrite Samuel Štancl 2020-04-30 21:34:16 +02:00
  • 16f85558ec Fix static property Samuel Štancl 2020-04-30 21:33:31 +02:00
  • 1602339f64 Apply fixes from StyleCI stancl 2020-04-30 19:25:52 +00:00
  • 2de46e4274 Make phpunit run Samuel Štancl 2020-04-30 21:25:41 +02:00
  • b07f5bdc22 Merge branch 'db-users-rewrite' of github.com:stancl/tenancy into db-users-rewrite Samuel Štancl 2020-04-30 21:05:41 +02:00
  • 68a9b88332 Remove new interface from MySQLDBManager Samuel Štancl 2020-04-30 21:04:46 +02:00
  • 8b30dc3d97 Apply fixes from StyleCI stancl 2020-04-30 18:58:23 +00:00
  • aa74b90819 Pass correct argument to queued DB creators/deleters Samuel Štancl 2020-04-30 20:58:12 +02:00
  • d900929264 Merge branch '2.x' Samuel Štancl 2020-04-30 20:49:22 +02:00
  • c239225bc6 Use CI on master branch too Samuel Štancl 2020-04-30 20:49:14 +02:00
  • ea72a7b4c7 Merge branch 'db-users-rewrite' of github.com:stancl/tenancy into db-users-rewrite Samuel Štancl 2020-04-30 20:48:50 +02:00
  • 4e38d63e91 Use CI on master branch too Samuel Štancl 2020-04-30 20:48:45 +02:00
  • a3a38ee6d2 Apply fixes from StyleCI stancl 2020-04-30 18:48:32 +00:00
  • 5d7d208e2f Initial draft Samuel Štancl 2020-04-30 20:48:15 +02:00
  • 4ff82a950d
    Switch up DB deletion configs Samuel Štancl 2020-04-29 22:32:44 +02:00
  • bd8296d206 Apply fixes from StyleCI stancl 2020-04-28 19:08:21 +00:00
  • 37242279fe
    POC with no polish (#376) Samuel Štancl 2020-04-28 21:08:13 +02:00
  • d0423cfd29
    Merge branch 'db-users' into dbusers Samuel Štancl 2020-04-28 21:07:47 +02:00
  • b51c7a399c
    Emphasize bank transfer Samuel Štancl 2020-04-27 20:46:55 +02:00
  • 9ebb819c8b
    Add @stancl GH Sponsors profile Samuel Štancl 2020-04-27 18:42:26 +02:00
  • d990281309
    Fix for Initialized being called as function error (#373) v2.3.7 Josh 2020-04-27 23:34:35 +09:30
  • 346a61d08d Fix for Initialized being called as function error Josh Young 2020-04-27 10:46:20 +09:30
  • 03e21621a0 Merge branch '2.x' of github.com:stancl/tenancy into 2.x Samuel Štancl 2020-04-25 01:30:40 +02:00
  • 8e1cfa5ae0 Make central route 404 in PreventAccess mw customizable Samuel Štancl 2020-04-25 01:30:27 +02:00
  • 7c88e883cf
    Update config.php Samuel Štancl 2020-04-24 20:21:42 +02:00
  • 94e647c952
    Return $tags when route is empty v2.3.6 Samuel Štancl 2020-04-24 04:10:25 +02:00