Skip to content
Merged
Show file tree
Hide file tree
Changes from 35 commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
86b1ae5
Reduced the type: ignore comments and allocated the structured dataclass
vinothk-master Feb 22, 2025
38dec1f
Reduced the type: ignore comments and allocated the structured dataclass
vinothk-master Feb 22, 2025
824a499
fixed the lint issues
vinothk-master Feb 22, 2025
716acc5
fixed the issues : change the name to service_spec, executed the refo…
vinothk-master Feb 24, 2025
89f91f2
Merge branch 'main' of https://github.com/vinothk-master/odxtools int…
vinothk-master Mar 22, 2025
22241df
refractored the code by adding dataclass and formated using reformat.sh
vinothk-master Mar 23, 2025
4da9b80
Merge branch 'mercedes-benz:main' into refractor_compare_tool
vinothk-master Mar 23, 2025
c6e45d7
refractored the code by adding dataclass and formated using reformat.…
vinothk-master Mar 23, 2025
cf1288b
refractored the code by adding dataclass and formated using reformat.…
vinothk-master Mar 23, 2025
87de2a2
Merge branch 'refractor_compare_tool'
vinothk-master Mar 23, 2025
c32a2cf
refractored the code by adding dataclass and formated using reformat.…
vinothk-master Mar 23, 2025
4d35bd9
refractored the code by adding dataclass and formated using reformat.sh
vinothk-master Mar 23, 2025
7f75ca4
Merge branch 'main' of https://github.com/vinothk-master/odxtools int…
vinothk-master Mar 23, 2025
e7bfc30
Refractoring the code base with dataclass
vinothk-master Mar 27, 2025
161bf41
adding to remote branch
vinothk-master Mar 28, 2025
ef7660e
Remove odxtools/cli/.gitignore from the repository
vinothk-master Mar 28, 2025
9f1c890
Removing the obselete codes
vinothk-master Mar 28, 2025
0c9f2fe
Merge branch 'mercedes-benz:main' into main
vinothk-master Mar 28, 2025
8cd4344
updating the branch
vinothk-master Mar 28, 2025
3e4d1b2
removing auto-generated non-source files
vinothk-master Mar 30, 2025
28aa654
Merge branch 'mercedes-benz:main' into main
vinothk-master Mar 30, 2025
1485d00
Merge branch 'main' of https://github.com/vinothk-master/odxtools int…
vinothk-master Mar 30, 2025
22cef5b
removing the Any type and removing the obselete lines
vinothk-master Mar 30, 2025
4940cfa
adding the structured code base
vinothk-master Apr 3, 2025
157f76f
refactor the compare tool to reduce the number of ype: ignore comments
vinothk-master Apr 3, 2025
23f1323
refactor the compare tool to reduce the number of ype: ignore comments
vinothk-master Apr 14, 2025
2f742b5
refactor the compare tool to reduce the number of ype: ignore comments
vinothk-master Apr 16, 2025
8c49fba
Merge branch 'main' into refractor_compare_tool
vinothk-master Apr 16, 2025
5455628
fixed by adding odxtools/version.py to tool.ruff.exclude in pyproject…
vinothk-master Apr 20, 2025
d41b055
attempt to fix the github actions
andlaus Apr 22, 2025
1595b91
Merge pull request #1 from andlaus/PR393_fix
vinothk-master Apr 22, 2025
c59c54a
Merge branch 'main' of https://github.com/vinothk-master/odxtools int…
vinothk-master Apr 23, 2025
bb7482c
Restore .gitignore from upstream
vinothk-master Apr 23, 2025
dc49f3b
Merge branch 'refractor_compare_tool' of https://github.com/vinothk-m…
vinothk-master Apr 23, 2025
1f17610
Restored .gitignore from upstream and modified the type error
vinothk-master Apr 23, 2025
45172d9
Reverting all the typo from List to list
vinothk-master Apr 23, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
pip install --upgrade pip
pip install .
pip install .[test]
rm -rf build

- name: Static type checking (mypy)
run: |
Expand Down
Loading