Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automate Driver Install Experience within nidaqmx Module for Linux OS #582

Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
45c2d73
Create installDAQmx.py
dharaniprakashkm Jan 30, 2024
55cca41
Merge remote-tracking branch 'upstream/master'
dharaniprakashkm Mar 28, 2024
3cf5c7f
Adding nidaqmx driver installation support for Linux
dharaniprakashkm May 15, 2024
8231ed2
Added dependency distro package
dharaniprakashkm May 15, 2024
19a606d
Copy modified files to the generated folder
dharaniprakashkm May 15, 2024
83cb8d9
Check the supported distro version before checking for installed version
dharaniprakashkm May 15, 2024
23b1905
Updated poetry lock
dharaniprakashkm May 15, 2024
d9b2999
ni-python-style guide fix
dharaniprakashkm May 15, 2024
b4a668d
Copy the latest code
dharaniprakashkm May 15, 2024
aa951a2
Incorporated review comments
dharaniprakashkm May 22, 2024
1d97f4d
Change variable name
dharaniprakashkm May 28, 2024
0c2a52c
fix import path
dharaniprakashkm May 28, 2024
a60b140
Update generated folder
dharaniprakashkm May 28, 2024
f4c2070
Update src/handwritten/_linux_installation_commands.py
dharaniprakashkm May 30, 2024
8165fc2
Update pyproject.toml
dharaniprakashkm May 30, 2024
1ed58a5
Incorporate review comments
dharaniprakashkm May 30, 2024
e1bb641
Fix Logic for temporary directory
dharaniprakashkm Jun 19, 2024
2cd0e46
Fix generated code
dharaniprakashkm Jun 19, 2024
3936454
Use typing.NamedTuple instead of Callable
dharaniprakashkm Jun 19, 2024
333a39a
Run autogenerated code
dharaniprakashkm Jun 19, 2024
e262abb
Revert "Run autogenerated code"
dharaniprakashkm Jun 19, 2024
594193a
Revert "Use typing.NamedTuple instead of Callable"
dharaniprakashkm Jun 19, 2024
10eae5d
refactor _linux_installation_commands.py
dharaniprakashkm Jun 21, 2024
90ca942
Updated generated folder
dharaniprakashkm Jun 21, 2024
1d08918
Update src/handwritten/_linux_installation_commands.py
dharaniprakashkm Jun 21, 2024
6eb5335
Fix naming conventions and remove sudo from command options
dharaniprakashkm Jun 25, 2024
899da9c
Revert "Updated poetry lock"
dharaniprakashkm Jun 25, 2024
f1fe8ae
Updated poetry.lock
dharaniprakashkm Jun 25, 2024
0552eff
Updated generated folder
dharaniprakashkm Jun 25, 2024
b896128
Updated pyproject.toml
dharaniprakashkm Jun 25, 2024
fc02033
Updated poetry.lock
dharaniprakashkm Jun 25, 2024
9880464
pulling changes from main
dharaniprakashkm Jun 25, 2024
2b453e1
Pulling latest poetry.lock
dharaniprakashkm Jun 25, 2024
b53af08
Merged latest changes for pyproject.toml
dharaniprakashkm Jun 25, 2024
178be04
Updated poetry.lock
dharaniprakashkm Jun 25, 2024
4c65c07
Latest poetry.lock from main
dharaniprakashkm Jun 25, 2024
e638fe5
Merge branch 'ni:master' into master
dharaniprakashkm Jun 27, 2024
789e75f
get latest poetry.lock from main
dharaniprakashkm Jun 27, 2024
0a1294b
Updated the poetry.lock
dharaniprakashkm Jun 27, 2024
1824654
getting the latest poetry.lock
dharaniprakashkm Jun 27, 2024
7b7a93c
Merge remote-tracking branch 'origin/master' into users/inkurdid/inst…
dharaniprakashkm Jun 27, 2024
b48a380
Updated poetry.lock
dharaniprakashkm Jun 27, 2024
599e8b5
Refactor the code
dharaniprakashkm Jun 27, 2024
e75ea49
Update auto generated code
dharaniprakashkm Jun 27, 2024
e57d1d6
Fix style guide
dharaniprakashkm Jun 27, 2024
1409e8d
Fix E711 error
dharaniprakashkm Jun 27, 2024
2dcc663
Removing the file that was added by mistake
dharaniprakashkm Jun 27, 2024
d515636
Fix mypy errors
dharaniprakashkm Jun 27, 2024
f8fdc17
Fix mypy error for linux
dharaniprakashkm Jun 27, 2024
b906fe7
Update generated/nidaqmx/_install_daqmx.py
dharaniprakashkm Jun 28, 2024
56086b2
Remove the none case which is not required
dharaniprakashkm Jun 28, 2024
a60a9f3
Revert "Remove the none case which is not required"
dharaniprakashkm Jun 28, 2024
659985a
Revert "Update generated/nidaqmx/_install_daqmx.py"
dharaniprakashkm Jun 28, 2024
d1b240c
use a generic exception class
dharaniprakashkm Jun 28, 2024
4e8fe2b
Use ValueError instead of GenericException and removed click import s…
dharaniprakashkm Jun 28, 2024
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
Loading
Loading