Commit graph

883 commits

Author SHA1 Message Date
Shift
fd9f9b2540
Bump Laravel dependencies 2023-04-28 06:51:05 +00:00
Shift
6785ec04ac
Default config files
In an effort to make upgrading the constantly changing config files
easier, Shift defaulted them and merged your true customizations -
where ENV variables may not be used.
2023-04-28 06:51:05 +00:00
Shift
53737c3cdf
Shift config files 2023-04-28 06:51:05 +00:00
Shift
fca183b98d
Shift core files 2023-04-28 06:51:04 +00:00
Shift
67387e7ce4
Remove explicit call to register policies 2023-04-28 06:50:55 +00:00
Shift
fc804cba34
Convert deprecated $dates property to $casts 2023-04-28 06:50:55 +00:00
Shift
5687ffb1d1
Convert route options to fluent methods
Laravel 8 adopts the tuple syntax for controller actions. Since the old options array is incompatible with this syntax, Shift converted them to use modern, fluent methods.
2023-04-28 06:50:54 +00:00
Shift
46719500f4
Use Faker methods
Accessing Faker properties was deprecated in Faker 1.14.
2023-04-28 06:50:54 +00:00
Shift
34987cc425
Convert optional() to nullsafe operator 2023-04-28 06:50:54 +00:00
Shift
445b1965b7
Apply Laravel coding style
Shift automatically applies the Laravel coding style - which uses the PSR-12 coding style as a base with some minor additions.

You may customize the code style applied by configuring [Pint](https://laravel.com/docs/pint), [PHP CS Fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer), or [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) for your project root.

For more information on customizing the code style applied by Shift, [watch this short video](https://laravelshift.com/videos/shift-code-style).
2023-04-28 06:50:51 +00:00
Eric Wang
d72840aed7 Revert "Delete .env.ci"
This reverts commit 484cf85c62.
2023-04-23 04:51:26 +00:00
Eric Wang
484cf85c62
Delete .env.ci 2023-04-22 23:49:54 -05:00
Eric Wang
0cad2ab81e Merge branch 'develop' of https://github.com/Performave/convoy into develop 2023-04-18 22:48:46 +00:00
Eric Wang
a3a1cd5357 add v3.9.0-rc.8 2023-04-18 22:48:45 +00:00
Eric Wang
6fb7afbef2 Update Crowdin configuration file 2023-04-14 22:14:27 -05:00
Eric Wang
1a89798cee update server password changing feature test 2023-04-15 02:56:30 +00:00
Eric Wang
bc58863292 translate client side and refactor to use react hook forms 2023-04-15 02:53:28 +00:00
Eric Wang
f11a445137 add v3.9.0-rc.7 2023-04-13 03:46:39 +00:00
Eric Wang
49db66af5b remove zod test translation 2023-04-13 03:06:28 +00:00
Eric Wang
7463ccba60 add v3.9.0-rc.6 2023-04-13 03:05:08 +00:00
Eric Wang
121405087c add v3.9.0-rc.5 2023-04-13 02:51:30 +00:00
Eric Wang
8751300789 add caddyfile prod cache policy 2023-04-10 01:21:40 +00:00
Eric Wang
a114b4f72a translate server general settings + convert to RHF 2023-04-10 01:01:35 +00:00
Eric Wang
ff3c32be8e add localization to zod 2023-04-09 20:11:02 +00:00
Eric Wang
e22bf061bb localize backup restore/delete + refactor 2023-04-09 16:14:18 +00:00
Eric Wang
58fc558516 I don't know what to name this commit 2023-04-09 15:43:01 +00:00
Eric Wang
579b3355cb add translations for client dashboard and client server overview 2023-04-07 16:54:50 +00:00
Eric Wang
1b7ebe806b add v3.9.0-rc.3 2023-04-07 01:58:25 +00:00
Eric Wang
089225ea13 fully remove laravel-react-i18n 2023-04-06 23:07:24 +00:00
Eric Wang
486277feda auto refactor 2023-04-06 23:00:56 +00:00
Eric Wang
ea7e5d41b6 add v3.9.0-rc.2 2023-04-04 04:25:09 +00:00
Eric Wang
cd8e1ab543 add v3.9.0-rc.1 2023-03-25 16:33:20 +00:00
Eric Wang
9a761e3c21 refactor server building and deletion 2023-03-25 15:54:19 +00:00
Eric Wang
1b54b3d4ac fix server installations and deletions 2023-03-17 17:35:03 +00:00
Eric Wang
98b44f56b0 clean up db after tests run 2023-03-13 00:28:43 +00:00
Eric Wang
04c4501649 add tests for server sync services 2023-03-13 00:24:35 +00:00
Eric Wang
042178af5b add more tests 2023-03-12 23:42:50 +00:00
Eric Wang
f7eb4c7744 add more tests 2023-03-12 21:02:55 +00:00
Eric Wang
3b00dbee24 remove build workflow 2023-03-12 18:46:07 +00:00
Eric Wang
22e442cf57 add frontend asset building to workflow 2023-03-12 18:42:58 +00:00
Eric Wang
6738451945 fix misplaced -f shorthand 2023-03-12 18:40:13 +00:00
Eric Wang
1114a806b4 use prebuilt workspace image 2023-03-12 18:39:28 +00:00
Eric Wang
eb508b13ac use docker-compose.yml 2023-03-12 18:28:50 +00:00
Eric Wang
4d76c69572 fix workflow again 2023-03-12 18:25:09 +00:00
Eric Wang
7e757f8e28 fix workflow again 2023-03-12 18:21:19 +00:00
Eric Wang
de664f9170 fix workflow again 2023-03-12 17:56:23 +00:00
Eric Wang
f70083b084 fix workflow again 2023-03-12 17:53:50 +00:00
Eric Wang
93285eb3eb add migration to workflow 2023-03-12 16:51:55 +00:00
Eric Wang
306e810e37 use database for feature tests 2023-03-12 16:49:45 +00:00
Eric Wang
92e695e10f use pest instead of phpunit 2023-03-12 16:46:48 +00:00