Commit graph

106 commits

Author SHA1 Message Date
Lance Pioch
5ce5f2fea3
Merge branch '1.0-develop' into dusk 2022-10-29 18:13:28 -04:00
Lance Pioch
ff73db3829 Don't need this anymore 2022-10-29 03:58:59 -04:00
Lance Pioch
bc6768fd76 Try this back in 2022-10-29 03:55:01 -04:00
Lance Pioch
ce0d6b9634 Better naming for artifacts 2022-10-29 03:24:05 -04:00
Lance Pioch
aa0b93e16b Run cors middleware for testing routes 2022-10-29 03:17:23 -04:00
Lance Pioch
9592ba6cc4 Seriously 2022-10-29 03:07:51 -04:00
Lance Pioch
6b2ccf8dc2 Allow all for testing 2022-10-29 03:05:28 -04:00
Lance Pioch
eb139224e2 Run another instance 2022-10-29 02:55:38 -04:00
Lance Pioch
408ca6e994 Take out unnecessary tests 2022-10-29 02:55:18 -04:00
Lance Pioch
e4b48c5b79 Try post requests 2022-10-29 02:36:24 -04:00
Lance Pioch
5692dca579 This may make it much more confusing 2022-10-29 00:59:19 -04:00
Lance Pioch
f112fec457 Does this make a difference? 2022-10-29 00:38:12 -04:00
Lance Pioch
f25fe6ddd6 Try flagging it here 2022-10-28 23:28:43 -04:00
Lance Pioch
82d608dd87 Switch back to direct ip 2022-10-28 23:26:37 -04:00
Lance Pioch
9b09a67dc4 Try running this earlier 2022-10-28 23:20:14 -04:00
Lance Pioch
f791aec7dc Try adding curl test 2022-10-28 23:09:59 -04:00
Lance Pioch
2865ca5aec Run composer after cache 2022-10-28 23:03:31 -04:00
Lance Pioch
e7a0a2ea7e Cache these things yo 2022-10-28 22:57:41 -04:00
Lance Pioch
9fbc35eb58 Revert "Try custom host"
This reverts commit a149e7001c.
2022-10-28 22:49:16 -04:00
Lance Pioch
a149e7001c Try custom host 2022-10-28 17:06:46 -04:00
Lance Pioch
cd764b6d6f Fingers crossed 2022-10-28 15:40:37 -04:00
Lance Pioch
f4312f5b21 Fix this step 2022-10-28 15:30:35 -04:00
Lance Pioch
68b1f1ec27 Upload application logs too 2022-10-28 14:19:10 -04:00
Lance Pioch
56ae6c9765 Forcefully generate a new one 2022-10-28 14:18:46 -04:00
Lance Pioch
edda6f80b0 Update these to the latest one 2022-10-28 13:43:08 -04:00
Lance Pioch
060335043b Disable recaptcha 2022-10-27 22:19:21 -04:00
Lance Pioch
3a772cb2ca Build front end 2022-10-27 21:57:22 -04:00
Lance Pioch
a502acab96 Add some variables 2022-10-27 21:52:17 -04:00
Lance Pioch
1810d6214d Copy this in from docs 2022-10-27 21:49:15 -04:00
Matthew Penner
5f57e63fe4
ci(lint): install composer dependencies 2022-10-26 10:45:43 -06:00
Matthew Penner
6f0bb43314
ci: cleanup, add dedicated lint workflow 2022-10-26 10:43:05 -06:00
Matthew Penner
5331fd2cdb
ci(docker): build local code checkout, add caching to dev build 2022-10-20 14:32:23 -06:00
Matthew Penner
cbcf62086f
Upgrade to Laravel 9 (#4413)
Co-authored-by: DaneEveritt <dane@daneeveritt.com>
2022-10-14 10:59:20 -06:00
Matthew Penner
16c110a489
Update FUNDING.yml 2022-09-26 11:23:48 -06:00
SS
23124c9b08
docker: update README.md (#4388) 2022-09-25 13:11:45 -06:00
DaneEveritt
16725e656b
Bundle the new eslintrc config file 2022-06-26 21:18:53 -04:00
DaneEveritt
c9ab0abba9
Use node 16 for all build actions 2022-06-26 21:09:40 -04:00
DaneEveritt
271197e823
Fix cs-fix run 2022-06-26 16:21:07 -04:00
DaneEveritt
ab37ee8633
Remove dusk tests, they're not used 2022-05-04 20:41:32 -04:00
DaneEveritt
66da520e11
Simplify testing process for integration tests, don't require second connection 2022-05-04 20:41:04 -04:00
Mrxbox98
a9ebf5b883
Added build workflow (#3963) 2022-03-28 12:13:27 -07:00
Dane Everitt
8dee69e78f
Add fields for game and image details 2022-01-30 09:04:54 -08:00
Alex
e881285ef1
ci(release): add ESLint config (#3747) 2022-01-17 20:17:13 -07:00
Paperboypaddy16
e7884e4f0b
Fixed link for docker-compose.yml under Setup (#3829) 2022-01-17 20:05:04 -07:00
Wuzado
49dd719117
fix(docker): handle cases where DB_PORT is not defined (#3808)
Co-authored-by: Alex <admin@softwarenoob.com>
2022-01-15 08:10:19 -08:00
Alex
5cde059f21
docs(docker): display correct variable for certificates (#3723)
Docker image and compose file uses `LE_EMAIL` and not `LETSENCRYPT_EMAIL`

Co-authored-by: Matthew Penner <me@matthewp.io>
2021-12-04 10:51:15 -08:00
Alex
49d5ef271d
ARM64 support for the Panel Docker image, closes #3580 (#3709)
Co-authored-by: Dane Everitt <dane@daneeveritt.com>
2021-12-04 10:33:42 -08:00
Desjardins Jérôme
10aaf00e83
use DB_PORT for mysql database connection (#3762)
DB_PORT is the env variable defined for the mysql port into Panel Configuration.
2021-12-04 10:25:02 -08:00
Waseem Hassan Shahid
8b236c6907
Fix SSL config docker (#3616)
* Don't copy default nginx config at build time

* Use http.d folder for nginx configs

* Add default config back

* Change the panel config name
2021-10-09 10:31:29 -07:00
Matthew Penner
4d7140bd3b
actions(tests): backport v2 workflow (#3558)
Co-authored-by: Dane Everitt <dane@daneeveritt.com>
2021-09-11 12:20:04 -07:00