Commit Graph

70 Commits

Author SHA1 Message Date
Nabeel Shahzad
81e82629ac Rename PilotState class to UserState 2017-12-30 20:40:32 -06:00
Nabeel Shahzad
c4cbffd9ea Fix API key substr 2017-12-30 13:41:34 -06:00
Nabeel Shahzad
92dfea4424 Add the missing fonts 2017-12-30 13:39:56 -06:00
Nabeel Shahzad
5e32bcc52d Change header from Authorization to X-API-KEY to avoid Apache issues 2017-12-30 13:31:11 -06:00
Nabeel Shahzad
caac722a72 update check for api key 2017-12-30 13:02:22 -06:00
Nabeel Shahzad
c42131cbf1 add a few more tests for the authorization header 2017-12-30 12:42:45 -06:00
Nabeel Shahzad
1140c1c1bb Remove first rank which is put in the seeding for the db create 2017-12-29 17:36:17 -06:00
Nabeel Shahzad
f809381b25 cleanup composer and swagger 2017-12-28 21:17:26 -06:00
Nabeel Shahzad
e65edc5709 Fix error if there are no points in the ACARS route 2017-12-28 16:09:49 -06:00
Nabeel Shahzad
8e2ef409f9 fix acars tests 2017-12-28 15:02:59 -06:00
Nabeel Shahzad
f29a9cfdc5 some acars/tables fixes 2017-12-25 18:10:24 -06:00
Nabeel Shahzad
3bd97b4d37 add PIREP pre-file and ACARS updates; removing caching from ACARS/Pirep/User repositories; adjust PirepState enum values; add additional columns 2017-12-25 15:19:34 -06:00
Nabeel Shahzad
c42b920903 fix time output bug 2017-12-23 11:17:16 -06:00
Nabeel Shahzad
161623c85e Fixes for emails; send user registered/pending depending on state 2017-12-22 12:46:46 -06:00
Nabeel Shahzad
74316218bc Add some event listeners and experiment with browser testing 2017-12-22 12:00:57 -06:00
Nabeel Shahzad
6c546b5094 Add flight route map; algorithm for picking from multiple nav points; some tests 2017-12-20 19:12:39 -06:00
Nabeel Shahzad
0375bb420f Major refactoring for PIREP statuses and states to accomodate ACARS/route data 2017-12-19 20:19:36 -06:00
Nabeel Shahzad
5bedbba2a7 use laratrust to replace entrust #78 2017-12-15 12:36:13 -06:00
Nabeel Shahzad
ff1cb959ff more archiving fixes 2017-12-14 11:43:32 -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
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
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
248a8d1488 Add more API resources; user bid management and tests #35 #36 2017-12-12 16:58:27 -06:00
Nabeel Shahzad
ab4c2ec6eb Fix missing airline_id 2017-12-12 13:30:52 -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
0f18e60fd9 #36 Add authentication for API; generate API key 2017-12-11 22:05:22 -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
d2ce5e8f15 Cleanup some root files 2017-12-07 22:20:01 -06:00
Nabeel Shahzad
7cf449f08d IATA codes 2017-12-07 14:50:16 -06:00
Nabeel Shahzad
d7ed195628 time formatting and tests 2017-12-03 14:34:32 -06:00
Nabeel Shahzad
4c8fca39eb accept/reject pireps in admin; cleanup and refactoring 2017-12-03 00:48:33 -06:00
Nabeel Shahzad
ddcb3c632f Add different PIREP and User events 2017-12-02 10:55:17 -06:00
Nabeel Shahzad
f8cf430db8 re-enable the aircraft data tests 2017-11-23 10:10:27 -06:00
Nabeel Shahzad
7c5486c9e8 disable problematic test for now, meh 2017-11-22 12:09:20 -06:00
Nabeel Shahzad
5e990164ee updated subfleet admin design 2017-11-22 11:52:02 -06:00
Nabeel Shahzad
1502e0193f fix tests, finally. i hope. cleanup before laravel 5.5 update 2017-09-07 15:35:17 -05:00
Nabeel Shahzad
bacef7ee83 rename airline code column to icao 2017-08-16 08:33:43 -05:00
Nabeel Shahzad
6b20ea6f16 set days of week using bitwise operators 2017-08-16 08:29:05 -05:00
Nabeel Shahzad
c45d0541ef #35 rest api additions for pireps 2017-08-14 23:36:49 -05:00
Nabeel Shahzad
b9cebeb044 fixing the build 2017-08-04 20:27:12 -05:00
Nabeel Shahzad
0dcdd5cba5 woops, broke the build - set the IATA codes 2017-07-22 23:07:37 -05:00
Nabeel Shahzad
c40cd3da53 travis - cleanup database creation/migration for tests 2017-07-13 15:43:56 -05:00
Nabeel Shahzad
de91b133e7 travis - stop supressing output 2017-07-13 15:23:55 -05:00
Nabeel Shahzad
4dd2e8c9c6 travis - run reset again 2017-07-13 14:39:10 -05:00