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 |
|
Nabeel Shahzad
|
637109c710
|
try dumping logs after failure
|
2017-12-11 22:12:47 -06:00 |
|
Nabeel Shahzad
|
2fca28993e
|
don't cache for now #36
|
2017-12-11 22:10:48 -06:00 |
|
Nabeel Shahzad
|
6769c00450
|
comment out some lines in travis.yml
|
2017-12-11 22:07:42 -06:00 |
|
Nabeel Shahzad
|
0f18e60fd9
|
#36 Add authentication for API; generate API key
|
2017-12-11 22:05:22 -06:00 |
|
Nabeel Shahzad
|
8a6bba0d0b
|
update to travis-ci file
|
2017-12-11 21:01:31 -06:00 |
|
Nabeel Shahzad
|
3c41089a8a
|
Force default timezone to UTC; move helpers.php
|
2017-12-10 08:47:03 -06:00 |
|
Nabeel Shahzad
|
f2add8908b
|
add setting() helper; fix invalid defaults for mysql in table
|
2017-12-09 21:56:26 -06:00 |
|
Nabeel Shahzad
|
3a22062cd2
|
Merge branch 'master' of github.com:nabeelio/phpvms
|
2017-12-09 21:21:55 -06:00 |
|
Nabeel Shahzad
|
d34e30666d
|
Cleanup for settings table and moved some seed data into the migrations
|
2017-12-09 21:21:49 -06:00 |
|
Nabeel Shahzad
|
b165cd28b6
|
project files
|
2017-12-09 21:21:24 -06:00 |
|
Nabeel Shahzad
|
64d385d9be
|
Create CODE_OF_CONDUCT.md
|
2017-12-09 08:52:43 -06:00 |
|
Nabeel Shahzad
|
d2ce5e8f15
|
Cleanup some root files
|
2017-12-07 22:20:01 -06:00 |
|
Nabeel Shahzad
|
4f191b30f7
|
remove extra files and messing with webpack
|
2017-12-07 18:43:09 -06:00 |
|
Nabeel Shahzad
|
fa4be69774
|
Cache the api calls to vacentral and make the iata field optional
|
2017-12-07 17:44:05 -06:00 |
|
Nabeel Shahzad
|
ddb8a6f5e9
|
Airport lookup from vaCentral API; changes to Airports tables
|
2017-12-07 17:22:15 -06:00 |
|
Nabeel Shahzad
|
ec8b2e8242
|
project files
|
2017-12-07 17:21:50 -06:00 |
|
Nabeel Shahzad
|
7cf449f08d
|
IATA codes
|
2017-12-07 14:50:16 -06:00 |
|
Nabeel Shahzad
|
40e72cf580
|
add IATA codes to seed file
|
2017-12-07 14:46:48 -06:00 |
|
Nabeel Shahzad
|
a53153b7e3
|
cleanup Makefile
|
2017-12-07 14:27:57 -06:00 |
|