Skip to content

Commit

Permalink
Merge 0.14.1 to dev (#30)
Browse files Browse the repository at this point in the history
* copying tsp-instrument from tsp-toolkit-kic-cli

* Revert "copying tsp-instrument from tsp-toolkit-kic-cli"

This reverts commit 1acf97b.

* Revert "Revert "copying tsp-instrument from tsp-toolkit-kic-cli""

This reverts commit 77501a5.

* adding gitignore and gitattributes files

* taking latest chages from tsp-toolkit-kic-cli

* fixing package name (#3)

* Update Login (#4)

* fixing package name

* Update Login

* updating other files

* updating cargo.toml file

* updating doc test

* updating cargo.toml

* Update login (#5)

* fixing package name

* Update Login

* updating other files

* updating cargo.toml file

* updating doc test

* updating cargo.toml

* updating test cases

* Task/tsp 476 submodule fix test cases (#7)

* fixing package name

* Update Login

* updating other files

* updating cargo.toml file

* updating doc test

* updating cargo.toml

* updating test cases

* updating style

* TSP-480-AuthenticationImplementation (#8)

* TSP-480 Adding authentication struct.

* reverting instrumlent's mod file

* Revert "reverting instrumlent's mod file"

This reverts commit c498492e9e88568ada1781dbe3f52aa8b3dd5cf5.

* TSP-480-PromptPassword (#9)

* fixing test failure and adding github workflow ci-cd

* adding npm package and improving prompt message

* Use Tarpaulin for Coverage (#10)

* Use Tarpaulin for Coverage

* Fix cargo-tarpaulin install

* fix tarpaulin install location

* Move the environment to each of the steps that need it

* force the use of the llvm engine

---------

Co-authored-by: Sarver, Edwin <[email protected]>

* Task/tsp 480 prompt password (#11)

* updating instrumentinfo when creating object

* updatin login info trait in instruments crate.

* fixing login issue (#12)

* Only Take 31 Bytes From Provided Name (#13)

* Only Take 32 Bytes From Provided Name

- FW issue tracked in NS-2201

Closes TSP-415

* Limit Name to 31 Characters for Added Safety

- I'm fairly sure the underlying fw code allocates 32 bytes to the string, which would include the `\0` at the end

* Normalize Repos (#14)

* Create CODEOWNERS File

* Create CHANGELOG.md File

* reading *idn if lxi_page does not work (#15)

* TSP-517 Debugger does not start (#17)

* changing rpassword function use

* updating changelog

* resolve fmt issue

* Add Release Workflow (#16)

* Release v0.13.0 (#18) (#19)

* copying tsp-instrument from tsp-toolkit-kic-cli

* Revert "copying tsp-instrument from tsp-toolkit-kic-cli"

This reverts commit 1acf97b.

* Revert "Revert "copying tsp-instrument from tsp-toolkit-kic-cli""

This reverts commit 77501a5.

* adding gitignore and gitattributes files

* taking latest chages from tsp-toolkit-kic-cli

* fixing package name (#3)

* Update Login (#4)

* fixing package name

* Update Login

* updating other files

* updating cargo.toml file

* updating doc test

* updating cargo.toml

* Update login (#5)

* fixing package name

* Update Login

* updating other files

* updating cargo.toml file

* updating doc test

* updating cargo.toml

* updating test cases

* Task/tsp 476 submodule fix test cases (#7)

* fixing package name

* Update Login

* updating other files

* updating cargo.toml file

* updating doc test

* updating cargo.toml

* updating test cases

* updating style

* TSP-480-AuthenticationImplementation (#8)

* TSP-480 Adding authentication struct.

* reverting instrumlent's mod file

* Revert "reverting instrumlent's mod file"

This reverts commit c498492e9e88568ada1781dbe3f52aa8b3dd5cf5.

* TSP-480-PromptPassword (#9)

* fixing test failure and adding github workflow ci-cd

* adding npm package and improving prompt message

* Use Tarpaulin for Coverage (#10)

* Use Tarpaulin for Coverage

* Fix cargo-tarpaulin install

* fix tarpaulin install location

* Move the environment to each of the steps that need it

* force the use of the llvm engine

---------



* Task/tsp 480 prompt password (#11)

* updating instrumentinfo when creating object

* updatin login info trait in instruments crate.

* fixing login issue (#12)

* Only Take 31 Bytes From Provided Name (#13)

* Only Take 32 Bytes From Provided Name

- FW issue tracked in NS-2201

Closes TSP-415

* Limit Name to 31 Characters for Added Safety

- I'm fairly sure the underlying fw code allocates 32 bytes to the string, which would include the `\0` at the end

* Normalize Repos (#14)

* Create CODEOWNERS File

* Create CHANGELOG.md File

* reading *idn if lxi_page does not work (#15)

* TSP-517 Debugger does not start (#17)

* changing rpassword function use

* updating changelog

* resolve fmt issue

* Add Release Workflow (#16)

* We don't need a package.json for this pure-rust project.

* Update Version Information

* Remove NPM Steps

* No Executable Output for this Repo

* Fix Changelog formatting

---------

Co-authored-by: sjaffery <[email protected]>
Co-authored-by: Jha, Rajeev <[email protected]>

* TSP-582-password prompt message update (#21)

* password prompt message update

* resolving fmt issue.

* Merge main back to dev (#25)

* Release v0.13.0 (#18)

* copying tsp-instrument from tsp-toolkit-kic-cli

* Revert "copying tsp-instrument from tsp-toolkit-kic-cli"

This reverts commit 1acf97b.

* Revert "Revert "copying tsp-instrument from tsp-toolkit-kic-cli""

This reverts commit 77501a5.

* adding gitignore and gitattributes files

* taking latest chages from tsp-toolkit-kic-cli

* fixing package name (#3)

* Update Login (#4)

* fixing package name

* Update Login

* updating other files

* updating cargo.toml file

* updating doc test

* updating cargo.toml

* Update login (#5)

* fixing package name

* Update Login

* updating other files

* updating cargo.toml file

* updating doc test

* updating cargo.toml

* updating test cases

* Task/tsp 476 submodule fix test cases (#7)

* fixing package name

* Update Login

* updating other files

* updating cargo.toml file

* updating doc test

* updating cargo.toml

* updating test cases

* updating style

* TSP-480-AuthenticationImplementation (#8)

* TSP-480 Adding authentication struct.

* reverting instrumlent's mod file

* Revert "reverting instrumlent's mod file"

This reverts commit c498492e9e88568ada1781dbe3f52aa8b3dd5cf5.

* TSP-480-PromptPassword (#9)

* fixing test failure and adding github workflow ci-cd

* adding npm package and improving prompt message

* Use Tarpaulin for Coverage (#10)

* Use Tarpaulin for Coverage

* Fix cargo-tarpaulin install

* fix tarpaulin install location

* Move the environment to each of the steps that need it

* force the use of the llvm engine

---------

Co-authored-by: Sarver, Edwin <[email protected]>

* Task/tsp 480 prompt password (#11)

* updating instrumentinfo when creating object

* updatin login info trait in instruments crate.

* fixing login issue (#12)

* Only Take 31 Bytes From Provided Name (#13)

* Only Take 32 Bytes From Provided Name

- FW issue tracked in NS-2201

Closes TSP-415

* Limit Name to 31 Characters for Added Safety

- I'm fairly sure the underlying fw code allocates 32 bytes to the string, which would include the `\0` at the end

* Normalize Repos (#14)

* Create CODEOWNERS File

* Create CHANGELOG.md File

* reading *idn if lxi_page does not work (#15)

* TSP-517 Debugger does not start (#17)

* changing rpassword function use

* updating changelog

* resolve fmt issue

* Add Release Workflow (#16)

* We don't need a package.json for this pure-rust project.

* Update Version Information

* Remove NPM Steps

* No Executable Output for this Repo

* Fix Changelog formatting

---------

Co-authored-by: sjaffery <[email protected]>
Co-authored-by: Jha, Rajeev <[email protected]>

* Release v0.13.2 (#20)

* Merged dev to release/v0.13.2

* Update dependencies and version numbers

* Update Changelog

* Remove unnecessary npm manifests

* Add correct PR types

* Remove `abort` from `Instrument::drop()` impls

* Task/TSP-576-update-deps (#23)

* Update dependency versions

* fix clippy warnings

* Don't pin versions, since this is a library crate

* fix clippy lints

---------

Co-authored-by: sjaffery <[email protected]>
Co-authored-by: Jha, Rajeev <[email protected]>

* Use `*TST?` for Login Check (#27)

* Use `*TST?` for Login Check

* Fix `cargo-cyclonedx` call

* Correct for trimmed instrument output

* Fix Test Cases

* Clean Up `cargo build --tests` Warnings

* Clean up clippy warnings

* Tarpaulin is currently broken

xd009642/tarpaulin#1493

* Just don't produce coverage results

* Add a sleep to make sure we actually get whatever the language is

* Add Cargo Licenses (#28)

```bash
cargo bundle-licenses --format json --output cargo.licenses.json
```

---------

Co-authored-by: sjaffery <[email protected]>
Co-authored-by: Jha, Rajeev <[email protected]>
  • Loading branch information
3 people authored Mar 21, 2024
1 parent 16f0609 commit 8195ae6
Show file tree
Hide file tree
Showing 9 changed files with 2,354 additions and 80 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
### Fixed
- Update Dependencies (TSP-576)


## [0.13.2]

### Fixed
Expand Down
168 changes: 132 additions & 36 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tracing = { version = "0.1", features = ["async-await"] }
rusb = "0.9"
chrono = "0.4"
minidom = "0.15"
reqwest = { version = "0.11", features = ["blocking"] }
reqwest = { version = "0.12", features = ["blocking"] }

[dev-dependencies]
anyhow = "1"
Expand Down
Loading

0 comments on commit 8195ae6

Please sign in to comment.