1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 16:24:04 +00:00
Commit graph

1351 commits

Author SHA1 Message Date
Samuel Štancl
13bc3da9da rename test [ci skip] 2019-02-13 16:26:45 +01:00
Samuel Štancl
d2ec7f171d Fix #25 better error handling 2019-02-13 16:26:00 +01:00
Samuel Štancl
fa5334f83e
Add a use statement 2019-02-13 13:23:09 +01:00
Samuel Štancl
62e3781542 Fix #30 remove namespace statement from helpers.php 2019-02-13 13:12:12 +01:00
Samuel Štancl
268075cb03
Mention that values can be of arbitrary data types 2019-02-11 19:42:27 +01:00
Samuel Štancl
43a9525bff
Update CHANGELOG-1.x.md 2019-02-11 19:36:48 +01:00
Samuel Štancl
7fc89271f3 Fix #28 associative arrays being converted into objects 2019-02-11 19:34:52 +01:00
Samuel Štancl
0bb18bb11a Merge db creation & deletion tests 2019-02-10 23:25:00 +01:00
Samuel Štancl
9417e0acf2 Add changelog 2019-02-10 21:53:40 +01:00
Samuel Štancl
83d272007d
Add array support to the storage. (#27)
* 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.)
2019-02-10 21:45:36 +01:00
Samuel Štancl
cd803cbb47 Merge branch '1.0' of https://github.com/stancl/tenancy into 1.0 2019-02-10 21:38:45 +01:00
Samuel Štancl
1ec7807fbf Add more tests 2019-02-10 21:38:30 +01:00
Samuel Štancl
bc873d4402
Add note about second level domains 2019-02-10 14:30:48 +01:00
Samuel Štancl
4c9d1939dd
Fix typo [ci skip] 2019-02-09 23:16:05 +01:00
Samuel Štancl
f9f71ec49f Merge branch '1.0' of https://github.com/stancl/tenancy into 1.0 2019-02-09 16:31:36 +01:00
Samuel Štancl
3ebae91605 Remove branches from .travis.yml 2019-02-09 16:31:22 +01:00
Samuel Štancl
20b7eb7841
Syntax highlighting [ci skip] 2019-02-09 16:30:46 +01:00
Samuel Štancl
6797d180c8 Replace experimental badge with latest stable version 2019-02-09 16:18:01 +01:00
Samuel Štancl
734cc3c06b Fix link to semver 2019-02-09 16:12:56 +01:00
Samuel Štancl
5028e587dc Add note about versioning [ci skip] 2019-02-09 15:53:54 +01:00
Samuel Štancl
ef1e93bf96 Remove migrations_directory from config 2019-02-09 12:15:18 +01:00
Samuel Štancl
e1def355f9 Add command tests 2019-02-09 11:53:48 +01:00
Samuel Štancl
33fcb8a936 Cleanup commands 2019-02-09 00:40:52 +01:00
Samuel Štancl
8d382024a3 Add more TenantManager tests 2019-02-09 00:17:51 +01:00
Samuel Štancl
2c69c37032 Write more tests, fix filesystem support for s3 2019-02-08 23:59:27 +01:00
Samuel Štancl
dc21bfa37a Merge branch 'master' of https://github.com/stancl/tenancy 2019-02-08 23:27:55 +01:00
Samuel Štancl
9ec4fd931a First TenantAssetTest 2019-02-08 23:25:50 +01:00
Samuel Štancl
b370bebe6d
Fix formatting [ci skip] 2019-02-08 22:51:13 +01:00
Samuel Štancl
22fc843ce3 Fix a lot of bugs, fix #23 2019-02-08 22:44:46 +01:00
Samuel Štancl
39d9c9d51e Merge branch 'master' of https://github.com/stancl/tenancy 2019-02-08 20:27:56 +01:00
Samuel Štancl
335bdc1c06 Remove unused file [ci skip] 2019-02-08 20:27:41 +01:00
Samuel Štancl
15766a0037
Fix #21 (#22) 2019-02-08 20:16:40 +01:00
Samuel Štancl
3f650d887d Add more tests, fix bugs 2019-02-08 17:54:53 +01:00
Samuel Štancl
d14aa0b642 Add psysh as a dev dependency 2019-02-08 16:10:59 +01:00
Samuel Štancl
2e0414cc62 update .gitignore [ci skip] 2019-02-08 15:29:38 +01:00
Samuel Štancl
f05a4bca41 Add tests, fix bugs 2019-02-08 15:28:32 +01:00
Samuel Štancl
3857c4a27d Add TestCase@initTenancy 2019-02-07 22:28:41 +01:00
Samuel Štancl
124e747aa0 tenancy.cache.prefix_base -> tag_base 2019-02-07 22:07:02 +01:00
Samuel Štancl
fceddb8c4d Add more tests 2019-02-07 21:44:47 +01:00
Samuel Štancl
18ce4577bf Change check mark color to green [ci skip] 2019-02-07 18:36:54 +01:00
Samuel Štancl
ff42c146c3 Uncomment lines in .env.example [ci skip] 2019-02-07 18:18:42 +01:00
Samuel Štancl
5f5a63c029 Add a link to the codecov badge 2019-02-07 18:15:37 +01:00
Samuel Štancl
c53a05cff4
Make database creation queueable (#17)
* SOLIDify database creation

* Return the result of fclose in SQLiteDBCreator

* Make database creation queueable

* Add DatabaseCreationTest

* Make comment more descriptive [ci skip]

* Add composer script to copy .env.example to .env

* Minor tweaks

* Fix env section

* Fix DB_PASSWORD for Travis
2019-02-07 18:12:24 +01:00
Samuel Štancl
136862369d Move HttpKernel to /tests/ 2019-02-07 15:39:39 +01:00
Samuel Štancl
f95416042c env variable name consistency 2019-02-07 15:36:34 +01:00
Samuel Štancl
6bb18a2b95
Fix Travis, add docs for generating HTTPS certificates (#19) 2019-02-07 15:26:42 +01:00
Samuel Štancl
0adbfee86e
Merge pull request #14 from stancl/add-testing
Add testing
2019-02-02 00:15:57 +01:00
Samuel Štancl
d1b2775eee Change codecov alt [ci skip] 2019-02-02 00:15:00 +01:00
Samuel Štancl
79e3be78ff Add Codecov token 2019-02-02 00:12:08 +01:00
Samuel Štancl
e251a2b884 Remove HelloWorldTest 2019-02-02 00:10:16 +01:00