Commit Graph

191 Commits

Author SHA1 Message Date
Paul Adamsen
c118f676ee CEC-4814 - Refactor vehicle_path endpoint (#407) 2023-08-01 13:53:36 -04:00
Rafi Greenberg
01d13a5cac CEC-4772 (#399) (#402)
* CEC-4674: add bulk cancel updates (#386)

* add bulk cancel updates

* add permission check

* remove unused import

* make trigger multi-line

* CEC-4546: add ecu search (#391)

* CEC-4546: add ecu search

* CEC-4546: add checkbox to filter current

* add column

* set initial state to true for unique

* CEC-4745: add vins nullcheck for bulk actions bulk actions (#395)

* nullcheck bulk actions

* remove unused var

* update snapshots

* CEC-4772 - carsconnected takes VINs in req body

---------

Co-authored-by: Paul Adamsen <117673433+pauladamseniii@users.noreply.github.com>
Co-authored-by: Tristan Timblin <ttimblin@fiskerinc.com>
2023-07-26 12:01:58 -07:00
Paul Adamsen
d6d1b3107e CEC-4772 - carsconnected takes VINs in req body (#397) 2023-07-24 16:01:39 -04:00
jwu-fisker
424845729f Merge branch 'release/0.9.0' 2023-07-06 11:55:06 -07:00
Paul Adamsen
26eb084da5 CEC-4543 - Add location to digital twin map (#376) 2023-06-26 19:33:44 -04:00
Paul Adamsen
787bb12260 CEC-4595 - show online status of cars in fleet (#374)
* CEC-4595 - show online status of cars in fleet

* fix mocking
2023-06-26 11:55:38 -04:00
Eduard Voronkin
fc7c1ea514 CEC-4517 reset TBOX remote command (#369)
* CEC-4517 Diagnostic Commands tab

* snapshot
2023-06-23 12:38:09 -07:00
Paul Adamsen
3d4a07d8d8 CEC-4561 - Add in_park to digital twin display (#371) 2023-06-22 15:32:30 -04:00
jwu-fisker
aecbf6cde2 Merge branch 'release/0.9.0' 2023-06-21 20:24:18 -07:00
John Wu
5120c27187 CEC-4581 Show battery voltage in digital twin (#365)
* CEC-4581 Show battery voltage in digital twin

* Fix warning
2023-06-20 14:46:00 -07:00
Tristan Timblin
7c358a6052 CEC-4525: add support for /tags endpoint and implement a new action for it (#361)
* add action for adding tags
2023-06-16 14:48:48 -04:00
jwu-fisker
f65ae55d62 Merge branch 'release/0.9.0' 2023-06-15 11:57:28 -07:00
Tristan Timblin
68ac95b33b add VehicleConsumer mock (#359) 2023-06-14 18:08:45 -04:00
Tristan Timblin
de1a5dcd2d CEC-4499: add bulk update configs support (#357)
* add taskRunner util

* add bulk update config flow
2023-06-14 13:53:32 -04:00
jwu-fisker
10118add11 Merge branch 'release/0.9.0' 2023-06-14 08:45:22 -07:00
Paul Adamsen
a68c00b4ad CEC-4241 - Add trouble code to DTC search (#356) 2023-06-13 15:54:04 -04:00
jwu-fisker
faf0d7e75a Merge branch 'release/0.9.0' 2023-06-12 20:24:21 -07:00
Tristan Timblin
f74c717377 CEC-4498 update fleetsAPI.addFleetVehicle to send vehicle in an array (#351)
* CEC-4498 update fleet-vehicle-add api to take an array of vehicles
2023-06-12 22:41:55 -04:00
Alexander Andrews
a5f32151b2 CEC-4541: Force Config push (#355) 2023-06-12 17:54:32 -04:00
Paul Adamsen
82d722d8f5 CEC-4351 - units for digital twin props (#347)
* CEC-4351 - units for digital twin props

* fix mocked data
2023-06-05 17:30:44 -04:00
jwu-fisker
e85a749bbe Merge branch 'release/0.9.0' 2023-05-25 16:50:16 -07:00
Alexander Andrews
bf0fb5363b CEC-4100: Added push config changes to vin (#338) 2023-05-23 17:16:46 -04:00
Paul Adamsen
a701d4ceec CEC-4341 - Fix Can signal export select all (#340)
* CEC-4341 - Fix Can signal export select all

* fix code smell
2023-05-23 09:30:08 -04:00
jwu-fisker
5296aba917 Merge branch 'release/0.9.0' 2023-05-18 16:33:20 -07:00
Paul Adamsen
aa43431d12 CEC-4157 - Add new statuses to car_update_progress (#334)
* CEC-4157 - Add new statuses to car_update_progress

* small fix
2023-05-18 12:41:30 -04:00
Paul Adamsen
a8972e2f11 CEC-4214 - Display new digital twin property (#332) 2023-05-15 19:41:26 -04:00
jwu-fisker
5926ffa53c Merge branch 'release/0.9.0' 2023-05-09 17:17:37 -07:00
jwu-fisker
196c69120b Merge branch 'release/0.9.0' 2023-05-04 16:30:00 -07:00
Paul Adamsen
ad5a7a527e CEC-3933 - Ensure zoom to car on Vehicle Map load (#326)
* CEC-3933 - Parse VehiclePaths location data

* changes

* fixes

* stuff

* sort of works

* fix

* progress

* refactor

* fix vehicle paths query

* digital twin shows map

* new dashboard

* wider digital twin map

* snapshot

* latest; using polylines

* lag lng changes

* stuff

* path showing up

* stuff

* things

* revert home page

* whitespace

* validation

* more stuff

* fix button issue

* tests pass without mocking data

* fix code smells

* remove map from digital twin, add to tab

* fix bug

* marker click event working

* individual colors

* possible fix

* fix warning

* merge and remove unused code

* small fixes

* re add dashboard

* snaps

* CEC-3933 - Ensure zoom to car on Vehicle Map load
2023-05-01 11:36:10 -04:00
Paul Adamsen
55ae0f20b9 CEC-3933 - use VehiclePaths for location drawing (#306)
* CEC-3933 - Parse VehiclePaths location data

* changes

* fixes

* stuff

* sort of works

* fix

* progress

* refactor

* fix vehicle paths query

* digital twin shows map

* new dashboard

* wider digital twin map

* snapshot

* latest; using polylines

* lag lng changes

* stuff

* path showing up

* stuff

* things

* revert home page

* whitespace

* validation

* more stuff

* fix button issue

* tests pass without mocking data

* fix code smells

* remove map from digital twin, add to tab

* fix bug

* marker click event working

* individual colors

* possible fix

* fix warning

* merge and remove unused code

* small fixes

* re add dashboard

* snaps
2023-04-28 16:56:41 -04:00
das31
e0315ba76e CEC-4126-update-manifest-migrate-button (#320)
* CEC-4126-update-manifest-migrate-button

* remove comment

---------

Co-authored-by: John Wu <76966357+jwu-fisker@users.noreply.github.com>
2023-04-25 14:36:25 -07:00
jwu-fisker
ab16b40412 Merge branch 'release/0.0.3' 2023-04-05 14:14:42 -07:00
das31
8ece05a4b9 CEC-3943-display-ecu-vin-timeline (#303)
* first push

* fix test

* Fix test

* resolve comments

* fix undefined

* align items and change search field

* fix dates

* resolve comments

* fix lint

* fix test

---------

Co-authored-by: jwu-fisker <jwu@fiskerinc.com>
2023-03-27 12:05:40 -04:00
jwu-fisker
4b0c2b2581 Merge branch 'release/0.0.3' 2023-03-13 17:16:28 -07:00
das31
324e3d2b91 CEC-3514 create can self serve page (#288)
* first push

* fix snapshot

* remove unused vars

* update snap

* remove some console logs

* Remove snapshot

* Update

* CEC-3770 Update cert expire text (#282)

* CEC-3577: fetch T.Rex log from the cloud (#283)

* CEC-3577: fetch T.Rex log from the cloud

* tabs?

* CSS

* smells

* fix smells and warnings

* suggestions

* CEC-3577 Style tweak (#284)

* CEC-3577: trex logs (#285)

* CEC-3577: trex logs

add filtering
add progress bar for log fetching
always fetch all the logs
request canceling

* don't hide progress

* CEC-3751, CEC-3478 misc window status and invalid location value (#287)

* CEC-3751 misc window status
CEC-3478 invalid location value

* Fix snapshot
Update browser list

* merge develop update snap

* resolve comments

* add date and time picker seperately, use checkbox for dropdown

* added verification for date and fixed time picker

* fix snap

* resolve comments

* removed small bug

* tweak layout

* added snap shot test for can signals

* small change

* Fix test

* fix sms snap

* change function name

* mock can signals api

* resolved comments

* fix ci

* Clean up

---------

Co-authored-by: jwu-fisker <jwu@fiskerinc.com>
Co-authored-by: John Wu <76966357+jwu-fisker@users.noreply.github.com>
Co-authored-by: Eduard Voronkin <116690094+eduardvoronkin@users.noreply.github.com>
2023-03-10 00:13:27 -05:00
jwu-fisker
1e25739cb5 Merge branch 'release/0.0.3' 2023-02-19 21:07:10 -08:00
John Wu
0da2289f37 CEC-3672 Use SUMS version instead of Version (#279) 2023-02-10 16:31:19 -08:00
John Wu
9cf84fc426 CEC-3672 Update manifest version on deploy (#277)
* CEC-3672 Add versions to CarUpdatesContext
Stub out getSoftwareVersions and updateManifestVersion

* CEC-3672 update version on deploy

* Validate version before updating
2023-02-09 11:51:23 -08:00
jwu-fisker
d21b4dc4ab Merge branch 'release/0.0.3' 2023-02-09 09:46:52 -08:00
das31
e031d9f2dd CEC-3556-fix-eslist (#272)
* ignore test files

* update snapshots

* fix build errors

* fix build errors

* fix snap shot

* fix more snaps

* fix snap shot
2023-01-27 16:20:51 -05:00
Paul Adamsen
eee36cc858 CEC-3150 - Track Deployment User (#268) 2023-01-18 15:21:08 -05:00
jwu-fisker
e43da3f4be Merge branch 'release/0.0.3' 2023-01-16 09:48:01 -08:00
John Wu
f2674464a9 CEC-1711 fix digital twin dbc (#265) 2023-01-13 17:04:29 -08:00
John Wu
c5a5839d41 CEC-3519 Add car version history (#260)
* CEC-3519 Add car version history
CEC-3455 Delete button is icon and remove column
CEC-3496 Fix Issue delete

* smell

* Remove tab from issues details page

* Fix date format
2023-01-13 15:29:31 -08:00
John Wu
b80a2cb8bf Release/0.0.3 to main (#254)
* CEC-2628 - Display IP in digital twin in portal (#251)

* CEC-3453 Update security dll instructions (#252)

* CEC-2752-Add-Mobile-Issue-Tracker (#250)

* first commit

* removed comments

* remove more comments

* fix build issues

* fix unused vars

* update snapshot

* fix test

* Fix connect ECONNREFUSED 127.0.0.1:80

* Test Magna side menu

* attempt to pass test

* fix test

* remove comments

* fix some code smells

* fix test

* resolve comments

* fix bug

* resolved comments

* resolve comments

* resolve comments

* update snapshot

* resolved comments

Co-authored-by: jwu-fisker <jwu@fiskerinc.com>

* Cec 2752 small fix (#253)

* first commit

* removed comments

* remove more comments

* fix build issues

* fix unused vars

* update snapshot

* fix test

* Fix connect ECONNREFUSED 127.0.0.1:80

* Test Magna side menu

* attempt to pass test

* fix test

* remove comments

* fix some code smells

* fix test

* resolve comments

* fix bug

* resolved comments

* resolve comments

* resolve comments

* update snapshot

* resolved comments

* small fix

Co-authored-by: jwu-fisker <jwu@fiskerinc.com>

Co-authored-by: Paul Adamsen <117673433+pauladamseniii@users.noreply.github.com>
Co-authored-by: das31 <31259710+das31@users.noreply.github.com>
2023-01-10 18:30:39 -08:00
das31
28135b4829 CEC-2752-Add-Mobile-Issue-Tracker (#250)
* first commit

* removed comments

* remove more comments

* fix build issues

* fix unused vars

* update snapshot

* fix test

* Fix connect ECONNREFUSED 127.0.0.1:80

* Test Magna side menu

* attempt to pass test

* fix test

* remove comments

* fix some code smells

* fix test

* resolve comments

* fix bug

* resolved comments

* resolve comments

* resolve comments

* update snapshot

* resolved comments

Co-authored-by: jwu-fisker <jwu@fiskerinc.com>
2023-01-09 13:17:41 -05:00
Paul Adamsen
a08d5809a6 CEC-2628 - Display IP in digital twin in portal (#251) 2023-01-06 13:41:22 -05:00
jwu-fisker
cf6ff831d7 Merge branch 'release/0.0.3' 2022-12-20 12:30:07 -08:00
jwu-fisker
a8c86d95b9 Merge branch 'release/0.0.3' 2022-12-14 09:34:04 -08:00
arpanetus
7d27a0193f CEC-2389 Add unit tests for SMS Context and SMS form (#247) 2022-12-14 22:34:11 +06:00