forked from valkey-io/valkey-glide
-
Notifications
You must be signed in to change notification settings - Fork 0
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
WIP Create initial workflow for publishing to Maven Central #367
Closed
jonathanl-bq
wants to merge
106
commits into
java/integ_lotjonat_pkg_maven_central
from
java/dev_lotjonat_pkg_maven_central
Closed
WIP Create initial workflow for publishing to Maven Central #367
jonathanl-bq
wants to merge
106
commits into
java/integ_lotjonat_pkg_maven_central
from
java/dev_lotjonat_pkg_maven_central
Conversation
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
* Java: Add `HSTRLEN` command. (#298) * Add `HSTRLEN` command. Signed-off-by: Yury-Fridlyand <[email protected]> * Update for review comments Signed-off-by: Andrew Carbonetto <[email protected]> --------- Signed-off-by: Yury-Fridlyand <[email protected]> Signed-off-by: Andrew Carbonetto <[email protected]> Co-authored-by: Andrew Carbonetto <[email protected]>
* Java: Add `EXPIRETIME` and `PEXPIRETIME` commands. (#300) * Add `EXPIRETIME` and `PEXPIRETIME` commands. Signed-off-by: Yury-Fridlyand <[email protected]> Co-authored-by: Guian Gumpac <[email protected]> * Update expiretime docs Signed-off-by: Andrew Carbonetto <[email protected]> * Update docs for expiretime Signed-off-by: Andrew Carbonetto <[email protected]> * Apply suggestions from code review --------- Signed-off-by: Yury-Fridlyand <[email protected]> Signed-off-by: Andrew Carbonetto <[email protected]> Co-authored-by: Guian Gumpac <[email protected]> Co-authored-by: Andrew Carbonetto <[email protected]> Co-authored-by: Aaron <[email protected]>
* added testing for all platform for node for release candidate
arrange changelog to relrease
* Python: added zremrangebyrank Co-authored-by: Shoham Elias <[email protected]>
Python: add OBJECT ENCODING command (#308)
* Java: Add command `BLMPOP` (#301) * Java: Add command BLMPOP --------- Co-authored-by: TJ Zhang <[email protected]> * doc updates --------- Co-authored-by: TJ Zhang <[email protected]>
Python: add OBJECT FREQ command (#311)
moving out of place pr Co-authored-by: TJ Zhang <[email protected]>
Python: add OBJECT IDLETIME command (#313)
* moving out of place method * Revert "moving out of place method" This reverts commit 05a75f0. * Java: Add xlen command Signed-off-by: Andrew Carbonetto <[email protected]> * SPOTLESS Signed-off-by: Andrew Carbonetto <[email protected]> --------- Signed-off-by: Andrew Carbonetto <[email protected]> Co-authored-by: TJ Zhang <[email protected]>
* implement rename command in new PR * address comments * address new comments * address sharedCommandTest comments --------- Co-authored-by: Chloe Yip <[email protected]>
Add command LSET (#312) * Add command LSET --------- Co-authored-by: TJ Zhang <[email protected]>
* Added Node: RENAMENX command * Revert unintended change * Revert unintended change * Address PR review comments Fix linters issues * Update CHANGELOG.md * Address PR review comment * Updated comment to reflect the correct return type * Addressed some minor comments * Minor comment update * Minor comment update * fix missing key2 in the comment
* moving out of place method * Revert "moving out of place method" This reverts commit 05a75f0. * Java: Add XDEL command * SPOTLESS * Clean up documentation * Update test for XDEL --------- Signed-off-by: Andrew Carbonetto <[email protected]> Co-authored-by: TJ Zhang <[email protected]>
* Python: add OBJECT REFCOUNT command (#317) * PR suggestions
* Python: add RENAMENX command (#320) * Update tests to align with Node tests
Python: add PFCOUNT command (#321)
* Adding command `LMove` (#319) * Adding command LMove --------- Co-authored-by: TJ Zhang <[email protected]> * addressing review comments * undo renaming of the lmpop arguments * spotless --------- Co-authored-by: TJ Zhang <[email protected]>
* Add SMOVE command for node * formatting * Apply suggestions from code review Co-authored-by: Shoham Elias <[email protected]> * fix comments --------- Co-authored-by: ort-bot <[email protected]> Co-authored-by: Ubuntu <[email protected]> Co-authored-by: Shoham Elias <[email protected]>
Python: add PFMERGE command (#322)
* Node: added SINTER command --------- Signed-off-by: Andrew Carbonetto <[email protected]> Co-authored-by: Andrew Carbonetto <[email protected]> * Updated CHANGELOG.md --------- Signed-off-by: Andrew Carbonetto <[email protected]> Co-authored-by: Andrew Carbonetto <[email protected]>
* Adding command BLMove (#324) Co-authored-by: TJ Zhang <[email protected]>
Python: add LASTSAVE command (#330)
* Node: add ZINTERCARD command * PR suggestions
* Python: added LMPOP and BLMPOP commands.
* Change object command names to follow camel-case * Update CHANGELOG
Java: Adding command `LCS` (No IDX option) (#351) * Java: Adding command LCS (default & LEN option)
* Java: Add `FUNCTION KILL` command. (#328) * Add `FUNCTION KILL` command. * Frantic and rampant code clean up. * More tests for the god of the tests! * Address PR comments. * Typo fix. * Fixing the tests s02ep06. * Fixing the tests s03ep01. * Address PR comments. Signed-off-by: Yury-Fridlyand <[email protected]> Co-authored-by: aaron-congo <[email protected]>
* Node: add OBJECT REFCOUNT command * PR suggestions
Add `FUNCTION STATS` command. (#333) Signed-off-by: Yury-Fridlyand <[email protected]>
* wip * Python: add SETBIT command * Fix formatting and integ test
* RCT test ip * implement rest of tests * fix documentation in interface * address comments * address PR comments * testing * sharedCommandTests * add redisClientTest * tests * implement lpos * address PR comments * address remaining comments * resolve merge conflicts * Revert "Updating submodule to de5baea53147f1b5cfbc820db28a343523402e4b" This reverts commit dccfc1a. * Revert "Updating submodule to de5baea53147f1b5cfbc820db28a343523402e4b" This reverts commit dccfc1a. * Revert submodule change * add since comments * address remaining comments * address command response comment * resolve merge conflicts --------- Co-authored-by: Chloe Yip <[email protected]>
* Java: Upgrade to protoc 27.1 Signed-off-by: Andrew Carbonetto <[email protected]>
* Node binding: string values returning from Rust core, are preserved as binary data Node: tests are fixed to handle binary strings returned from Rust core * Fixed linter issues * More linter fixes * When converting Set into Array, sort the items * stlye fixes
* Java: Add `FCALL_RO` command. (#365) * Add `FCALL_RO` command. Signed-off-by: Yury-Fridlyand <[email protected]> * Fix tests and update docs. Signed-off-by: Yury-Fridlyand <[email protected]> * Typo fix. Signed-off-by: Yury-Fridlyand <[email protected]> * Typo fix. Signed-off-by: Yury-Fridlyand <[email protected]> --------- Signed-off-by: Yury-Fridlyand <[email protected]> * Update submodule. Signed-off-by: Yury-Fridlyand <[email protected]> --------- Signed-off-by: Yury-Fridlyand <[email protected]>
* Python: add GETBIT command * PR suggestions * Fix formatting
* Java: Add `WATCH` and `UNWATCH` command * Addressed PR comments * Added unwatch with route and improved tests * Fixed test based on submodule changes * Addressed PR comments * Added example for watch returning null * Added crossSlot test * Addressed comments * Commented out a test due to a bug * Address PR comments
…o#1557) * Java: Add the `XGROUP CREATE` and `XGROUP DESTROY` commands (#359) * JAVA: Add the XGROUP CREATE and DESTROY command Signed-off-by: Andrew Carbonetto <[email protected]> * Fix XGROUP DESTROY Signed-off-by: Andrew Carbonetto <[email protected]> * Clean up for self-review Signed-off-by: Andrew Carbonetto <[email protected]> * cargo fmt Signed-off-by: Andrew Carbonetto <[email protected]> * Change builder to use constructors Signed-off-by: Andrew Carbonetto <[email protected]> * Add optional javadocs Signed-off-by: Andrew Carbonetto <[email protected]> --------- Signed-off-by: Andrew Carbonetto <[email protected]> * Update options to use builder Signed-off-by: Andrew Carbonetto <[email protected]> * SPOTLESS Signed-off-by: Andrew Carbonetto <[email protected]> * Update doc Signed-off-by: Andrew Carbonetto <[email protected]> --------- Signed-off-by: Andrew Carbonetto <[email protected]>
…tjonat_pkg_maven_central
This reverts commit 6cc5fba.
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.
No description provided.