Commit Graph

34 Commits

Author SHA1 Message Date
HDVinnie 2ca429c4ce Revert "PSR12 Linting"
This reverts commit 7e65e1d589.
2022-09-11 19:51:58 -04:00
HDVinnie 7e65e1d589 PSR12 Linting 2022-09-11 23:50:41 +00:00
StyleCI Bot 0561082e1a Apply fixes from StyleCI 2022-08-22 21:37:26 +00:00
HDVinnie 75c5034705 fix: #2357
- closes #2357

Co-Authored-By: LostRager <5929772+LostRager@users.noreply.github.com>
2022-08-22 17:37:11 -04:00
HDVinnie 19720f40c6 update: configs 2022-07-19 02:06:53 -04:00
HDVinnie d5940a4430 refactor: announce 2022-07-19 01:48:33 -04:00
HDVinnie 3a3201ba51 update: predis -> phpredis
- for better performance
- will require users in next release to run pecl install redis
2022-07-18 22:50:11 -04:00
StyleCI Bot db58733d02 Apply fixes from StyleCI 2022-01-19 19:53:29 +00:00
Shift 1537b6181d Shift config files 2022-01-19 19:51:37 +00:00
HDVinnie c6511cf18c Apply fixes from StyleCI
[ci skip] [skip ci]
2020-07-22 15:53:52 +00:00
HDVinnie 299afa93b9 fix: redis support
- revert to predis (chat facing unknown issues with phpredis)
2020-07-19 20:49:37 -04:00
HDVinnie cfc8808884 Apply fixes from StyleCI
[ci skip] [skip ci]
2020-07-19 21:43:16 +00:00
HDVinnie 41b617bb2e update: laravel 7 support 2020-07-19 17:33:50 -04:00
Ben Johnson 38d8b3cf79 feat: Reduce test suite execution time considerably
Given the sheer volume of migrations, it takes about 40 seconds on an average system to execute them all prior to running the test suite.

Loading one flat SQL file instead of executing each migration reduces this overhead significantly.

This is implemented in a way that degrades gracefully; if the flat file is not specified, all migrations will run as normal.
2020-02-18 15:45:54 -05:00
HDVinnie dd0adb5f5a chore: add missing license blocks 2020-02-12 15:21:47 -05:00
HDVinnie 9a893662de Apply fixes from StyleCI
[ci skip] [skip ci]
2020-01-08 16:28:32 +00:00
HDVinnie ecbd79be21 Apply fixes from StyleCI
[ci skip] [skip ci]
2019-10-22 00:53:54 +00:00
HDVinnie cb898a1455 (Fix) Chatbox 🐛
- closes #864
- laravel-echo client does not support to set a string prefix for channel name. Thus setting a prefix in the database config file for REDIS was the issue.
- Please note you MAY need to run `php artisan cache:clear && php artisan clear:all_cache`.
2019-10-20 22:29:59 -04:00
HDVinnie d439de2974 (Update) Database Config 🚀 2019-10-02 13:03:20 -04:00
HDVinnie 0164c43fda (Uodate) Database Config 🚀 2019-09-16 13:23:03 -04:00
HDVinnie f34c556816 (Update) Configs 🚀 2019-09-16 11:39:10 -04:00
Laravel Shift afa4aefe93 Default config files
In an effort to make upgrading the constantly changing config files
easier, Shift defaulted them so you can review the commit diff for
changes. Moving forward, you should use ENV variables or create a
separate config file to allow the core config files to remain
automatically upgradeable.
2019-09-14 05:18:33 +00:00
HDVinnie ec5cca76ec (Fix) Configs 🐛 2019-02-26 17:24:37 -05:00
HDVinnie 397b3ff952 (Update) Configs 🚀 2019-02-26 15:34:31 -05:00
HDVinnie 1b41c451cb (Update) Redis Database Configurations 🚀
- disable timeouts
2018-12-14 12:14:49 -05:00
HDVinnie 00bb324053 Apply fixes from StyleCI 2018-12-06 14:42:13 +00:00
HDVinnie 2706440be4 (Update) Database Config
- create separate redis database for jobs
2018-11-14 14:02:10 -05:00
poppabear8883 16b780ad70 (Update) .env.example (read body)
You can now choose to store your api keys in the .env file as this
is a safer place for such sensitive data.

If you pull this commit into your project you will need to update
your api keys either in the api-keys.php or the .env file.

In addition we fixed a bug in the redis database configurations.

Any questions please visit us on discord!
2018-04-20 22:35:45 -04:00
Hyleus 777bb63880 Change license to AGPL 2018-02-12 17:27:32 +01:00
HDVinnie 918e533a30 (Update) Reactor According To Linter Shift
In accordance with #119
2018-01-17 22:45:55 -05:00
HDVinnie dda4ac93fb (Update) Example env + database config 2017-12-19 15:52:11 -05:00
HDVinnie 77a8c2140a (Update) NOTICE OF LICENSE
- Updated Author Names To Match GitHub Usernames For Clarity.
2017-12-15 22:45:37 -05:00
poppabear8883 e58563c88e Reformatted per psr-2 coding standards 2017-12-12 21:50:27 -05:00
HDVinnie 5a32c2c38d (Release) UNIT3D v1.0
- BETA
- There are bugs and features not yet complete
- This is not recommended for production use
2017-12-10 21:06:18 -05:00