Commit Graph

465 Commits

Author SHA1 Message Date
Nabeel Shahzad
a7d4ab64e5 Include a copy of composer.phar 2017-12-13 20:22:54 -06:00
Nabeel Shahzad
7e839caf44 maybe this will work 2017-12-13 17:48:28 -06:00
Nabeel Shahzad
9d5ab0fafb maybe this will work 2017-12-13 17:45:00 -06:00
Nabeel Shahzad
2c83f087e5 copy fix 2017-12-13 17:42:18 -06:00
Nabeel Shahzad
bcd19580b0 attempt to get the root directory named right 2017-12-13 17:38:12 -06:00
Nabeel Shahzad
75a77fe471 removing superfluous files 2017-12-13 17:31:58 -06:00
Nabeel Shahzad
322ea12674 try changing root dir name 2017-12-13 17:26:16 -06:00
Nabeel Shahzad
fae9dcc0a7 some guards and remove extra files in travis 2017-12-13 17:25:14 -06:00
Nabeel Shahzad
e8fd9411ee Move travis files and reduce verbosity 2017-12-13 17:10:43 -06:00
Nabeel Shahzad
ce8a33582c fix build dir path 2017-12-13 17:05:58 -06:00
Nabeel Shahzad
50cece80b0 deploy script standalone 2017-12-13 17:03:59 -06:00
Nabeel Shahzad
cad71fb5a2 fix to makefile for deploy 2017-12-13 16:38:12 -06:00
Nabeel Shahzad
afa785e94c fix decrypt key names 2017-12-13 16:34:35 -06:00
Nabeel Shahzad
eb11d62d2a travis deploy script 2017-12-13 16:04:23 -06:00
Nabeel Shahzad
b99872e8a8 First try at nightly build file 2017-12-13 15:53:37 -06:00
Nabeel Shahzad
eaf632e3e2 increase country column size in airports table 2017-12-13 11:46:48 -06:00
Nabeel Shahzad
a3027e4f95 set column size explicit in pireps table 2017-12-13 11:40:18 -06:00
Nabeel Shahzad
1ad60f596e truncated text on php 7.1/7.2 2017-12-13 11:38:03 -06:00
Nabeel Shahzad
e51eb70298 fix null user in bid tests 2017-12-13 11:33:55 -06:00
Nabeel Shahzad
ab75ef7cf8 Fix and enable Subfleet/Fare tests and factories 2017-12-13 11:29:14 -06:00
Nabeel Shahzad
55250b8789 PIREP tests working, using minutes to track flight hours instead of seconds 2017-12-13 10:56:26 -06:00
Nabeel Shahzad
86c727ba55 Change the .env.dev.example file to remove the storage path 2017-12-13 09:46:36 -06:00
Nabeel Shahzad
300ddb8475 sha1 unique() call 2017-12-12 22:13:11 -06:00
Nabeel Shahzad
9ebeecddd0 Fix constraint limits on tests 2017-12-12 22:11:15 -06:00
Nabeel Shahzad
f3dea588d9 Tests now use factory-generated data, wired up before cleaning up some of the fixture data 2017-12-12 21:50:55 -06:00
Nabeel Shahzad
37d83a65c3 fix trait not found 2017-12-12 20:18:02 -06:00
Nabeel Shahzad
ca512d650c remove the airport factory 2017-12-12 20:15:24 -06:00
Nabeel Shahzad
4db87ad8c8 remove Eloquent::unguard 2017-12-12 20:14:52 -06:00
Nabeel Shahzad
b5d2e1ba11 Fix for API key and start adding a few data factories 2017-12-12 20:14:01 -06:00
Nabeel Shahzad
da5523e972 test for multiple bids on same flight with block setting enabled 2017-12-12 17:26:27 -06:00
Nabeel Shahzad
5428f4387a Cleanup settings() call and log messages 2017-12-12 17:09:26 -06:00
Nabeel Shahzad
248a8d1488 Add more API resources; user bid management and tests #35 #36 2017-12-12 16:58:27 -06:00
Nabeel Shahzad
5b25a464ba Rename the PilotService to UserService 2017-12-12 14:48:03 -06:00
Nabeel Shahzad
a5cf130176 add a has_bid column to the flights table 2017-12-12 13:59:05 -06:00
Nabeel Shahzad
e75e2a0ebc Fix pirep status column 2017-12-12 13:35:54 -06:00
Nabeel Shahzad
c543b007fd Fix flight_id column 2017-12-12 13:33:18 -06:00
Nabeel Shahzad
ab4c2ec6eb Fix missing airline_id 2017-12-12 13:30:52 -06:00
Nabeel Shahzad
d634778ed2 Cleaning up database fields, fix types and columns 2017-12-12 13:26:08 -06:00
Nabeel Shahzad
e05976a982 Add additional settings; Use pilot id length from setting 2017-12-12 12:43:58 -06:00
Nabeel Shahzad
695900a008 Update migrations and add more default settings 2017-12-12 11:57:52 -06:00
Nabeel Shahzad
1da0901ae3 Add bids table and bid configuration 2017-12-12 11:52:24 -06:00
Nabeel Shahzad
de582f617c Rename UserFlight to UserBid to match functionality 2017-12-12 11:49:35 -06:00
Nabeel Shahzad
cc873f1a29 project file update 2017-12-12 11:32:58 -06:00
Nabeel Shahzad
373f45c86c Convert flight transformer to the native Laravel resource object 2017-12-12 07:25:11 -06:00
Nabeel Shahzad
2e1c0a75d4 Fix missing table name in migration and fix flight tests 2017-12-12 06:48:04 -06:00
Nabeel Shahzad
a8fafbbee9 remove old l4-settings package 2017-12-11 22:33:48 -06:00
Nabeel Shahzad
1b4137c4a5 Autoload the helpers file 2017-12-11 22:27:59 -06:00
Nabeel Shahzad
93d4ed617c Add missing packages 2017-12-11 22:26:21 -06:00
Nabeel Shahzad
8854c28d64 fix api namespace name #36 2017-12-11 22:15:31 -06:00
Nabeel Shahzad
ceb90d4c99 don't need to update composer 2017-12-11 22:14:29 -06:00