-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into ci/improve-schedules
- Loading branch information
Showing
40 changed files
with
1,456 additions
and
104 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -98,3 +98,8 @@ apps/**/index.html | |
|
||
.nx/ | ||
.zed/ | ||
|
||
# E2E outputs | ||
test-results/ | ||
playwright-report/ | ||
tmp-sessions/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
39 changes: 34 additions & 5 deletions
39
apps/native/app/src/graphql/fragments/vehicle.fragment.graphql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,39 @@ | ||
fragment VehicleFragment on VehicleListed { | ||
fragment VehicleFragment on VehiclesVehicle { | ||
isCurrent | ||
permno | ||
regno | ||
make | ||
colorName | ||
vin | ||
type | ||
color | ||
firstRegDate | ||
modelYear | ||
productYear | ||
registrationType | ||
role | ||
operatorStartDate | ||
operatorEndDate | ||
outOfUse | ||
otherOwners | ||
termination | ||
buyerPersidno | ||
ownerPersidno | ||
vehicleStatus | ||
useGroup | ||
vehGroup | ||
plateStatus | ||
nextInspection { | ||
nextInspectionDate | ||
nextInspectionDateIfPassedInspectionToday | ||
} | ||
operatorNumber | ||
primaryOperator | ||
ownerSsid | ||
ownerName | ||
lastInspectionResult | ||
lastInspectionDate | ||
lastInspectionType | ||
nextInspectionDate | ||
nextAvailableMileageReadDate | ||
requiresMileageRegistration | ||
canRegisterMilage | ||
nextMainInspection | ||
canRegisterMileage | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.