-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 🚧 #78 rework scania Signed-off-by: JAGFx <[email protected]> * 💄 #78 rework scania symbols * 💄 #78 place symbole for scania * 💄 #78 add gauge for scania Signed-off-by: JAGFx <[email protected]> * 💄 #78 add some item on menu Signed-off-by: JAGFx <[email protected]> * 🐛 #78 optimize some stuff Signed-off-by: JAGFx <[email protected]> * 💄 #78 add some symbole + cleanup * 💄 #78 add warning and error message Signed-off-by: JAGFx <[email protected]> * 🗑️ #78 clean-up Signed-off-by: JAGFx <[email protected]> * 🗑️ #78 add some symbol display condition Signed-off-by: JAGFx <[email protected]> * 🗑️ #78 add manual for scania Signed-off-by: JAGFx <[email protected]> * 🚚 #99 move telemetry logic in javascript modules Signed-off-by: JAGFx <[email protected]> * 🚨 #99 correct linter errors Signed-off-by: JAGFx <[email protected]> * ✅ #99 add unit test system Signed-off-by: JAGFx <[email protected]> * ✅ #99 add unit test for common telemetry Signed-off-by: JAGFx <[email protected]> * ✅ #99 add unit test for common telemetry Signed-off-by: JAGFx <[email protected]> * ✅ #99 add unit test for common telemetry Signed-off-by: JAGFx <[email protected]> * ✅ #99 add unit test for gear telemetry Signed-off-by: JAGFx <[email protected]> * 🐛 [feat/rework-scania] #78 fix some stuff on symbol display * 🐛 [feat/rework-scania] #78 #99 fix some stuff scania dashboard * ♻️ [feat/rework-scania] #78 #99 refactoring and add telemetry model helper * 💄 [feat/rework-scania] #78 finalizing somme adjustment * 📝 [feat/rework-scania] #78 update scania image * 🐛 #78 update map skin Signed-off-by: JAGFx <[email protected]> * 💄 #78 update map skin Signed-off-by: JAGFx <[email protected]> * 💄 [feat/rework-scania] #78 finalizing somme adjustment on JAGFx and Default skin * 💄 [feat/rework-scania] #78 prepare dashboard for scania next gen * 💄 [feat/rework-scania] #78 add gauge on scania next gen skin Signed-off-by: JAGFx <[email protected]> * 💄 [feat/rework-scania] #78 add water gauge for scania next generation Signed-off-by: JAGFx <[email protected]> * ✨ [feat/rework-scania] add default menu configuration for scania skin Signed-off-by: JAGFx <[email protected]> * 💬 [feat/rework-scania] #77 update translations Signed-off-by: JAGFx <[email protected]> * 🐛 [feat/rework-scania] #78 finalizing somme adjustment on skins * 🗑️ [feat/rework-scania] #78 global clean-up * 👷 [feat/rework-scania] #78 fix ci * 🐛 [feat/rework-scania] #78 finalizing somme adjustment on skins * 🐛 [feat/rework-scania] #78 finalizing somme adjustment on skins
- Loading branch information
Showing
194 changed files
with
60,854 additions
and
42,525 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,4 +26,5 @@ yarn-error.log* | |
*.sln | ||
*.sw? | ||
|
||
logs/ | ||
logs/ | ||
coverage/ |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<component name="ProjectRunConfigurationManager"> | ||
<configuration default="false" name="Unit tests" type="JavaScriptTestRunnerJest"> | ||
<node-interpreter value="project" /> | ||
<node-options value="" /> | ||
<jest-package value="$PROJECT_DIR$/node_modules/jest" /> | ||
<working-dir value="$PROJECT_DIR$" /> | ||
<envs /> | ||
<scope-kind value="ALL" /> | ||
<method v="2" /> | ||
</configuration> | ||
</component> |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,7 +52,7 @@ You can find the list of all skins integrated. | |
<td>Argiano - [email protected]</td> | ||
</tr> | ||
<tr> | ||
<td><img src="../public/img/screenshots/scania.png" alt="JAGFX"></td> | ||
<td><img src="../public/img/screenshots/scania.gif" alt="JAGFX"></td> | ||
<td>Scania Dashboard</td> | ||
<td>Klauzzy</td> | ||
</tr> | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
/* | ||
* For a detailed explanation regarding each configuration property, visit: | ||
* https://jestjs.io/docs/configuration | ||
*/ | ||
|
||
module.exports = { | ||
roots: [ | ||
'<rootDir>/src', | ||
'<rootDir>/test', | ||
'<rootDir>/lib', | ||
'<rootDir>/servers' | ||
], | ||
coverageDirectory: 'coverage', | ||
collectCoverageFrom: [ | ||
'src/**/*.vue', | ||
'src/**/*.js', | ||
'!src/translations/*.yaml', | ||
'!src/main.js', | ||
'lib/**/*.js', | ||
'!lib/sdk/', | ||
'!lib/config/', | ||
'servers/**/*.js' | ||
], | ||
moduleNameMapper: { | ||
'@/(.*)$': '<rootDir>/src/$1' | ||
}, | ||
moduleFileExtensions: ['js', 'json', 'node', 'yaml'], | ||
transformIgnorePatterns: ['/node_modules/(?!ol)'], | ||
transform: { | ||
'^.+\\.(js)$': 'babel-jest', | ||
'\\.yaml$': 'jest-transform-yaml' | ||
}, | ||
testEnvironment: 'jsdom' | ||
}; |
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.