-
Notifications
You must be signed in to change notification settings - Fork 93
Updated attribution files for commit 6d0731acf3152fb4b29c237267678264860f7328 #3591
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
Merged
Conversation
This file contains hidden or 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
0119cff
to
7214688
Compare
e848778
to
9d331a4
Compare
9d331a4
to
959652e
Compare
959652e
to
62b78d0
Compare
62b78d0
to
4b3f8fb
Compare
4b3f8fb
to
1984b73
Compare
4318326
to
b6b99bb
Compare
Signed-off-by: ort-bot <[email protected]>
5a36402
to
e843465
Compare
avifenesh
previously requested changes
Apr 22, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
avifenesh
approved these changes
Apr 22, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
jbrinkman
pushed a commit
that referenced
this pull request
Apr 23, 2025
Updated attribution files Signed-off-by: ort-bot <[email protected]> Co-authored-by: ort-bot <[email protected]>
jbrinkman
pushed a commit
that referenced
this pull request
Apr 23, 2025
Updated attribution files Signed-off-by: ort-bot <[email protected]> Co-authored-by: ort-bot <[email protected]> Signed-off-by: jbrinkman <[email protected]>
jbrinkman
pushed a commit
that referenced
this pull request
Apr 23, 2025
Updated attribution files Signed-off-by: ort-bot <[email protected]> Co-authored-by: ort-bot <[email protected]> Signed-off-by: jbrinkman <[email protected]>
jbrinkman
pushed a commit
that referenced
this pull request
Apr 23, 2025
Updated attribution files Signed-off-by: ort-bot <[email protected]> Co-authored-by: ort-bot <[email protected]> Signed-off-by: jbrinkman <[email protected]>
jbrinkman
added a commit
that referenced
this pull request
Apr 23, 2025
* Refactor: Update client creation methods to use named clients for better clarity and consistency in PubSub tests Signed-off-by: jbrinkman <[email protected]> * Close Client Safety Signed-off-by: jbrinkman <[email protected]> * Add Cluster support, refactor PubSub tests, and remove deprecated files Signed-off-by: jbrinkman <[email protected]> * remove redundant func Signed-off-by: jbrinkman <[email protected]> * review feedback Signed-off-by: jbrinkman <[email protected]> * Add PubSubHandler interface and GetQueue method to BaseClient; enhance PubSubMessageQueue with signal channel support; refactor integration tests to utilize new client creation methods and improve message handling. Signed-off-by: jbrinkman <[email protected]> * Refactor PubSub integration tests to consolidate message receipt patterns into a single comprehensive test function, improving maintainability and readability. This change introduces a parameterized approach to test various client types and message reading methods. Signed-off-by: jbrinkman <[email protected]> * Refactor and enhance PubSub integration tests by consolidating message verification logic and introducing parameterized tests for various client types and message reading methods. This update improves test maintainability and readability while ensuring comprehensive coverage of PubSub functionality. Signed-off-by: jbrinkman <[email protected]> * Remove outdated PubSub integration test file pubsub_handler_test.go to streamline the test suite and eliminate redundancy. This change helps maintain focus on current testing strategies and improves overall test suite organization. Signed-off-by: jbrinkman <[email protected]> * Improve error handling in close_client function by logging a warning when the client adapter pointer is not null. Remove unused PubSub test functions to streamline the test suite and enhance readability. Signed-off-by: jbrinkman <[email protected]> * C#: benchmark fix (#3612) benchmark fix Signed-off-by: Yury-Fridlyand <[email protected]> Signed-off-by: jbrinkman <[email protected]> * Docs: Updates READMEs with docs site (#3616) * apdates readmes with docs site Signed-off-by: Lior Sventitzky <[email protected]> * Update node/README.md Co-authored-by: Avi Fenesh <[email protected]> Signed-off-by: Lior Sventitzky <[email protected]> * Update python/README.md Co-authored-by: Avi Fenesh <[email protected]> Signed-off-by: Lior Sventitzky <[email protected]> * moved docs up Signed-off-by: Lior Sventitzky <[email protected]> --------- Signed-off-by: Lior Sventitzky <[email protected]> Co-authored-by: Avi Fenesh <[email protected]> Signed-off-by: jbrinkman <[email protected]> * Core: Move UDS Socket Filename to tmp (#3615) * Fix: Move socket name to tmp/ Signed-off-by: BoazBD <[email protected]> * add to changelog Signed-off-by: BoazBD <[email protected]> * fix documentation and add macos address in use string Signed-off-by: BoazBD <[email protected]> * lint Signed-off-by: BoazBD <[email protected]> * make if and else return &Path Signed-off-by: BoazBD <[email protected]> * remove folder type Signed-off-by: BoazBD <[email protected]> --------- Signed-off-by: BoazBD <[email protected]> Signed-off-by: jbrinkman <[email protected]> * Java: Re-enable `test_update_connection_password` (#3623) Signed-off-by: jbrinkman <[email protected]> * C#: Compile on C# 10 (.net 6) (#3412) * Compile on C# 10 (.net 6) --------- Signed-off-by: Yury-Fridlyand <[email protected]> Signed-off-by: jbrinkman <[email protected]> * Go: Add command FUNCTION KILL (#3604) Signed-off-by: TJ Zhang <[email protected]> Signed-off-by: jbrinkman <[email protected]> * Updated attribution files for commit 6d0731a (#3591) Updated attribution files Signed-off-by: ort-bot <[email protected]> Co-authored-by: ort-bot <[email protected]> Signed-off-by: jbrinkman <[email protected]> * Address PR feedback Signed-off-by: jbrinkman <[email protected]> * Rust: Fix rust bench latencies calculation (#3636) Signed-off-by: barshaul <[email protected]> Signed-off-by: jbrinkman <[email protected]> * Go: Implement BZPOPMAX and ZMPOP (#3257) Signed-off-by: MikeMwita <[email protected]> Signed-off-by: jbrinkman <[email protected]> * Fix custom command response handling (#3593) * Fix custom command response handling Signed-off-by: Yury-Fridlyand <[email protected]> Signed-off-by: jbrinkman <[email protected]> * Updated attribution files for commit 0d89fdd (#3640) Updated attribution files Signed-off-by: ort-bot <[email protected]> Co-authored-by: ort-bot <[email protected]> Signed-off-by: jbrinkman <[email protected]> * C#: Error handling. (#3411) * Error handling. Signed-off-by: Yury-Fridlyand <[email protected]> Signed-off-by: jbrinkman <[email protected]> * Create stale.yml (#3638) * Create stale.yml To control accumulating issues and PRS, issues with no activity for 90 days, which are not a bug, user issue, or part of a milestone, will be marked as stale. Same as for PR but for 60 days. To unstaled, any activity is sufficient, like comment or anything similar. If after staling, the issue will not see any activity for 14 days, and PR for 10, it will be closed automatically. To not erase a work of a dev that missed the notification, the branch won't be deleted and the PR/issue can be re-opened. Signed-off-by: Avi Fenesh <[email protected]> * Update stale.yml Signed-off-by: Avi Fenesh <[email protected]> * Update stale.yml Signed-off-by: Avi Fenesh <[email protected]> * indent Signed-off-by: Avi Fenesh <[email protected]> --------- Signed-off-by: Avi Fenesh <[email protected]> Signed-off-by: jbrinkman <[email protected]> * Core/Go: Added Ok response type to FFI, updated Go with Ok handlers (#3630) * Added Ok response type to ffi, update go accordingly Signed-off-by: Lior Sventitzky <[email protected]> * addressed comments Signed-off-by: Lior Sventitzky <[email protected]> * added CHANGELOG entry Signed-off-by: Lior Sventitzky <[email protected]> * changed updateConnectionPassword and RestoreWithOptions to return string Signed-off-by: Lior Sventitzky <[email protected]> --------- Signed-off-by: Lior Sventitzky <[email protected]> Signed-off-by: jbrinkman <[email protected]> * fix linting errors due to unused variable Signed-off-by: jbrinkman <[email protected]> * Go: Add command FUNCTION KILL (#3604) Signed-off-by: TJ Zhang <[email protected]> Signed-off-by: jbrinkman <[email protected]> * Core/Go: Added Ok response type to FFI, updated Go with Ok handlers (#3630) * Added Ok response type to ffi, update go accordingly Signed-off-by: Lior Sventitzky <[email protected]> * addressed comments Signed-off-by: Lior Sventitzky <[email protected]> * added CHANGELOG entry Signed-off-by: Lior Sventitzky <[email protected]> * changed updateConnectionPassword and RestoreWithOptions to return string Signed-off-by: Lior Sventitzky <[email protected]> --------- Signed-off-by: Lior Sventitzky <[email protected]> Signed-off-by: jbrinkman <[email protected]> * Enhance client closure handling in FFI by checking strong reference count. Added warning for remaining references to the client adapter upon closure to prevent potential resource leaks. Signed-off-by: jbrinkman <[email protected]> --------- Signed-off-by: jbrinkman <[email protected]> Signed-off-by: Yury-Fridlyand <[email protected]> Signed-off-by: Lior Sventitzky <[email protected]> Signed-off-by: BoazBD <[email protected]> Signed-off-by: TJ Zhang <[email protected]> Signed-off-by: ort-bot <[email protected]> Signed-off-by: barshaul <[email protected]> Signed-off-by: MikeMwita <[email protected]> Signed-off-by: Avi Fenesh <[email protected]> Co-authored-by: Yury-Fridlyand <[email protected]> Co-authored-by: Lior Sventitzky <[email protected]> Co-authored-by: Avi Fenesh <[email protected]> Co-authored-by: BoazBD <[email protected]> Co-authored-by: Edward Liang <[email protected]> Co-authored-by: tjzhang-BQ <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ort-bot <[email protected]> Co-authored-by: Bar Shaul <[email protected]> Co-authored-by: Mike Mwita <[email protected]>
ikolomi
pushed a commit
that referenced
this pull request
May 11, 2025
Updated attribution files Signed-off-by: ort-bot <[email protected]> Co-authored-by: ort-bot <[email protected]>
ikolomi
pushed a commit
that referenced
this pull request
May 11, 2025
* Refactor: Update client creation methods to use named clients for better clarity and consistency in PubSub tests Signed-off-by: jbrinkman <[email protected]> * Close Client Safety Signed-off-by: jbrinkman <[email protected]> * Add Cluster support, refactor PubSub tests, and remove deprecated files Signed-off-by: jbrinkman <[email protected]> * remove redundant func Signed-off-by: jbrinkman <[email protected]> * review feedback Signed-off-by: jbrinkman <[email protected]> * Add PubSubHandler interface and GetQueue method to BaseClient; enhance PubSubMessageQueue with signal channel support; refactor integration tests to utilize new client creation methods and improve message handling. Signed-off-by: jbrinkman <[email protected]> * Refactor PubSub integration tests to consolidate message receipt patterns into a single comprehensive test function, improving maintainability and readability. This change introduces a parameterized approach to test various client types and message reading methods. Signed-off-by: jbrinkman <[email protected]> * Refactor and enhance PubSub integration tests by consolidating message verification logic and introducing parameterized tests for various client types and message reading methods. This update improves test maintainability and readability while ensuring comprehensive coverage of PubSub functionality. Signed-off-by: jbrinkman <[email protected]> * Remove outdated PubSub integration test file pubsub_handler_test.go to streamline the test suite and eliminate redundancy. This change helps maintain focus on current testing strategies and improves overall test suite organization. Signed-off-by: jbrinkman <[email protected]> * Improve error handling in close_client function by logging a warning when the client adapter pointer is not null. Remove unused PubSub test functions to streamline the test suite and enhance readability. Signed-off-by: jbrinkman <[email protected]> * C#: benchmark fix (#3612) benchmark fix Signed-off-by: Yury-Fridlyand <[email protected]> Signed-off-by: jbrinkman <[email protected]> * Docs: Updates READMEs with docs site (#3616) * apdates readmes with docs site Signed-off-by: Lior Sventitzky <[email protected]> * Update node/README.md Co-authored-by: Avi Fenesh <[email protected]> Signed-off-by: Lior Sventitzky <[email protected]> * Update python/README.md Co-authored-by: Avi Fenesh <[email protected]> Signed-off-by: Lior Sventitzky <[email protected]> * moved docs up Signed-off-by: Lior Sventitzky <[email protected]> --------- Signed-off-by: Lior Sventitzky <[email protected]> Co-authored-by: Avi Fenesh <[email protected]> Signed-off-by: jbrinkman <[email protected]> * Core: Move UDS Socket Filename to tmp (#3615) * Fix: Move socket name to tmp/ Signed-off-by: BoazBD <[email protected]> * add to changelog Signed-off-by: BoazBD <[email protected]> * fix documentation and add macos address in use string Signed-off-by: BoazBD <[email protected]> * lint Signed-off-by: BoazBD <[email protected]> * make if and else return &Path Signed-off-by: BoazBD <[email protected]> * remove folder type Signed-off-by: BoazBD <[email protected]> --------- Signed-off-by: BoazBD <[email protected]> Signed-off-by: jbrinkman <[email protected]> * Java: Re-enable `test_update_connection_password` (#3623) Signed-off-by: jbrinkman <[email protected]> * C#: Compile on C# 10 (.net 6) (#3412) * Compile on C# 10 (.net 6) --------- Signed-off-by: Yury-Fridlyand <[email protected]> Signed-off-by: jbrinkman <[email protected]> * Go: Add command FUNCTION KILL (#3604) Signed-off-by: TJ Zhang <[email protected]> Signed-off-by: jbrinkman <[email protected]> * Updated attribution files for commit 6d0731a (#3591) Updated attribution files Signed-off-by: ort-bot <[email protected]> Co-authored-by: ort-bot <[email protected]> Signed-off-by: jbrinkman <[email protected]> * Address PR feedback Signed-off-by: jbrinkman <[email protected]> * Rust: Fix rust bench latencies calculation (#3636) Signed-off-by: barshaul <[email protected]> Signed-off-by: jbrinkman <[email protected]> * Go: Implement BZPOPMAX and ZMPOP (#3257) Signed-off-by: MikeMwita <[email protected]> Signed-off-by: jbrinkman <[email protected]> * Fix custom command response handling (#3593) * Fix custom command response handling Signed-off-by: Yury-Fridlyand <[email protected]> Signed-off-by: jbrinkman <[email protected]> * Updated attribution files for commit 0d89fdd (#3640) Updated attribution files Signed-off-by: ort-bot <[email protected]> Co-authored-by: ort-bot <[email protected]> Signed-off-by: jbrinkman <[email protected]> * C#: Error handling. (#3411) * Error handling. Signed-off-by: Yury-Fridlyand <[email protected]> Signed-off-by: jbrinkman <[email protected]> * Create stale.yml (#3638) * Create stale.yml To control accumulating issues and PRS, issues with no activity for 90 days, which are not a bug, user issue, or part of a milestone, will be marked as stale. Same as for PR but for 60 days. To unstaled, any activity is sufficient, like comment or anything similar. If after staling, the issue will not see any activity for 14 days, and PR for 10, it will be closed automatically. To not erase a work of a dev that missed the notification, the branch won't be deleted and the PR/issue can be re-opened. Signed-off-by: Avi Fenesh <[email protected]> * Update stale.yml Signed-off-by: Avi Fenesh <[email protected]> * Update stale.yml Signed-off-by: Avi Fenesh <[email protected]> * indent Signed-off-by: Avi Fenesh <[email protected]> --------- Signed-off-by: Avi Fenesh <[email protected]> Signed-off-by: jbrinkman <[email protected]> * Core/Go: Added Ok response type to FFI, updated Go with Ok handlers (#3630) * Added Ok response type to ffi, update go accordingly Signed-off-by: Lior Sventitzky <[email protected]> * addressed comments Signed-off-by: Lior Sventitzky <[email protected]> * added CHANGELOG entry Signed-off-by: Lior Sventitzky <[email protected]> * changed updateConnectionPassword and RestoreWithOptions to return string Signed-off-by: Lior Sventitzky <[email protected]> --------- Signed-off-by: Lior Sventitzky <[email protected]> Signed-off-by: jbrinkman <[email protected]> * fix linting errors due to unused variable Signed-off-by: jbrinkman <[email protected]> * Go: Add command FUNCTION KILL (#3604) Signed-off-by: TJ Zhang <[email protected]> Signed-off-by: jbrinkman <[email protected]> * Core/Go: Added Ok response type to FFI, updated Go with Ok handlers (#3630) * Added Ok response type to ffi, update go accordingly Signed-off-by: Lior Sventitzky <[email protected]> * addressed comments Signed-off-by: Lior Sventitzky <[email protected]> * added CHANGELOG entry Signed-off-by: Lior Sventitzky <[email protected]> * changed updateConnectionPassword and RestoreWithOptions to return string Signed-off-by: Lior Sventitzky <[email protected]> --------- Signed-off-by: Lior Sventitzky <[email protected]> Signed-off-by: jbrinkman <[email protected]> * Enhance client closure handling in FFI by checking strong reference count. Added warning for remaining references to the client adapter upon closure to prevent potential resource leaks. Signed-off-by: jbrinkman <[email protected]> --------- Signed-off-by: jbrinkman <[email protected]> Signed-off-by: Yury-Fridlyand <[email protected]> Signed-off-by: Lior Sventitzky <[email protected]> Signed-off-by: BoazBD <[email protected]> Signed-off-by: TJ Zhang <[email protected]> Signed-off-by: ort-bot <[email protected]> Signed-off-by: barshaul <[email protected]> Signed-off-by: MikeMwita <[email protected]> Signed-off-by: Avi Fenesh <[email protected]> Co-authored-by: Yury-Fridlyand <[email protected]> Co-authored-by: Lior Sventitzky <[email protected]> Co-authored-by: Avi Fenesh <[email protected]> Co-authored-by: BoazBD <[email protected]> Co-authored-by: Edward Liang <[email protected]> Co-authored-by: tjzhang-BQ <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ort-bot <[email protected]> Co-authored-by: Bar Shaul <[email protected]> Co-authored-by: Mike Mwita <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Created by Github action.
Found Licenses
BSD-3-Clause
0BSD OR Apache-2.0 OR MIT
Apache-2.0 OR ISC OR MIT
Apache-2.0 OR MIT OR Zlib
Apache-2.0 AND ISC
Apache-2.0 OR LGPL-2.1-or-later OR MIT
Unicode-3.0
ISC
LicenseRef-scancode-public-domain-disclaimer
Apache-2.0 WITH LLVM-exception
Apache-2.0 OR MIT
Apache-2.0 OR BSL-1.0
Apache-2.0 AND MIT
Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT
MIT OR Unlicense
MIT
Apache-2.0
BSD-3-Clause AND MIT
MPL-2.0
Apache-2.0 OR BSD-2-Clause OR MIT
(Apache-2.0 OR MIT) AND Unicode-3.0
unknown / Not Pre-Approved Licenses
Package_name: Crate::matchit:0.7.3, Language: Python, License: BSD-3-Clause AND MIT
Package_name: Crate::r-efi:5.2.0, Language: Python, License: Apache-2.0 OR LGPL-2.1-or-later OR MIT
Package_name: Crate::ring:0.17.14, Language: Python, License: Apache-2.0 AND ISC
Package_name: Crate::matchit:0.7.3, Language: Node, License: BSD-3-Clause AND MIT
Package_name: Crate::r-efi:5.2.0, Language: Node, License: Apache-2.0 OR LGPL-2.1-or-later OR MIT
Package_name: Crate::ring:0.17.14, Language: Node, License: Apache-2.0 AND ISC
Package_name: Crate::matchit:0.7.3, Language: Java, License: BSD-3-Clause AND MIT
Package_name: Crate::r-efi:5.2.0, Language: Java, License: Apache-2.0 OR LGPL-2.1-or-later OR MIT
Package_name: Crate::ring:0.17.14, Language: Java, License: Apache-2.0 AND ISC
Package_name: Crate::matchit:0.7.3, Language: Rust, License: BSD-3-Clause AND MIT
Package_name: Crate::r-efi:5.2.0, Language: Rust, License: Apache-2.0 OR LGPL-2.1-or-later OR MIT
Package_name: Crate::ring:0.17.14, Language: Rust, License: Apache-2.0 AND ISC