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

Ort fixup #2579

Draft
wants to merge 79 commits into
base: main
Choose a base branch
from
Draft

Ort fixup #2579

wants to merge 79 commits into from

Conversation

ikolomi
Copy link
Collaborator

@ikolomi ikolomi commented Nov 3, 2024

Issue link

This Pull Request is linked to issue (URL): [REPLACE ME]

Checklist

Before submitting the PR make sure the following are checked:

  • This Pull Request is related to one issue.
  • Commit message has a detailed description of what changed and why.
  • Tests are added or updated.
  • CHANGELOG.md and documentation files are updated.
  • Destination branch is correct - main or release
  • Commits will be squashed upon merging.

shohamazon and others added 30 commits October 10, 2024 16:09
---------

Signed-off-by: Shoham Elias <[email protected]>
Signed-off-by: Shoham Elias <[email protected]>
* Python [FT.CREATE] command added

Signed-off-by: Prateek Kumar <[email protected]>

---------

Signed-off-by: Prateek Kumar <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
Added inflightRequestsLimit client config to java (#2408)

* Add inflight request limit config to java

Signed-off-by: GilboaAWS <[email protected]>
Signed-off-by: Shoham Elias <[email protected]>
---------

Signed-off-by: Shoham Elias <[email protected]>
* Make redis-rs part of this repo
* Improved PYTHON DEVELOPERS.md file
* Added Makefile for unified build method for all the languages
---------

Signed-off-by: Muhammad Awawdi <[email protected]>
Signed-off-by: Muhammad-awawdi-amazon <[email protected]>
Co-authored-by: Shoham Elias <[email protected]>
* Added inflightRequestsLimit client config to Node

---------

Signed-off-by: GilboaAWS <[email protected]>
* Run modules CI on demand.

Signed-off-by: Yury-Fridlyand <[email protected]>
* Python [FT.DROPINDEX] Added command

---------

Signed-off-by: Prateek Kumar <[email protected]>
* Update routing for commands from server modules.

Signed-off-by: Yury-Fridlyand <[email protected]>
* `FT.DROPINDEX`.

Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Andrew Carbonetto <[email protected]>
Co-authored-by: Andrew Carbonetto <[email protected]>
---------

Signed-off-by: Muhammad Awawdi <[email protected]>
Co-authored-by: Shoham Elias <[email protected]>
Keep a single Runtime: `tokio`

- Removed dead code for `async-std`
- Fixed `redis-rs` tests so they could be run with a simple `cargo test` command
- Changed the default features to include: "tokio-comp", "tokio-rustls-comp", "connection-manager", "cluster", "cluster-async"
- Fixed a flaky `glide-core` test

Signed-off-by: Eran Ifrah <[email protected]>
* `FT.CREATE`

Signed-off-by: Yury-Fridlyand <[email protected]>
…2471)

* Python: Add commands FT.ALIASADD, FT.ALIASDEL, FT.ALIASUPDATE

---------

Signed-off-by: Prateek Kumar <[email protected]>
* Java: add JSON.SET and JSON.GET

---------

Signed-off-by: James Xin <[email protected]>
* Node: add server modules CI support

---------

Signed-off-by: TJ Zhang <[email protected]>
Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Chloe <[email protected]>
Co-authored-by: TJ Zhang <[email protected]>
Co-authored-by: Yury-Fridlyand <[email protected]>
Co-authored-by: Chloe <[email protected]>
* `FT.AGGREGATE`.

Signed-off-by: Yury-Fridlyand <[email protected]>
* `FT.INFO`

Signed-off-by: Yury-Fridlyand <[email protected]>
Signed-off-by: Andrew Carbonetto <[email protected]>
Co-authored-by: Andrew Carbonetto <[email protected]>
* Node: add commands JSON.GET and JSON.SET

Signed-off-by: TJ Zhang <[email protected]>
* `JSON.ARRINSERT` and `JSON.ARRLEN`

Signed-off-by: Yury-Fridlyand <[email protected]>
* fix CI

Signed-off-by: Yury-Fridlyand <[email protected]>

* fix CI

Signed-off-by: Yury-Fridlyand <[email protected]>

---------

Signed-off-by: Yury-Fridlyand <[email protected]>
…the request (#2479)

* Avoid retrying on IO errors when it’s unclear if the server received the request

Signed-off-by: barshaul <[email protected]>
Some cleaning for unnecessary code to set the floor for next PR

Signed-off-by: avifenesh <[email protected]>
* Java: add JSON.ARRAPPEND command
---------
Signed-off-by: Yi-Pin Chen <[email protected]>
shohamazon and others added 27 commits October 27, 2024 10:33
---------

Signed-off-by: Shoham Elias <[email protected]>
Signed-off-by: Shoham Elias <[email protected]>
Co-authored-by: Andrew Carbonetto <[email protected]>
Co-authored-by: jonathanl-bq <[email protected]>
---------

Signed-off-by: Shoham Elias <[email protected]>
---------

Signed-off-by: Muhammad Awawdi <[email protected]>
Signed-off-by: Shoham Elias <[email protected]>
Co-authored-by: Shoham Elias <[email protected]>
---------

Signed-off-by: Shoham Elias <[email protected]>
---------

Signed-off-by: BoazBD <[email protected]>
Signed-off-by: Shoham Elias <[email protected]>
Co-authored-by: Shoham Elias <[email protected]>
* `JSON.ARRPOP`.

Signed-off-by: Yury-Fridlyand <[email protected]>
* `FT.PROFILE`.

Signed-off-by: Yury-Fridlyand <[email protected]>
* `JSON.DEBUG`.

Signed-off-by: Yury-Fridlyand <[email protected]>
Node: Add command JSON.RESP

Signed-off-by: TJ Zhang <[email protected]>
Update CI

Signed-off-by: Yury-Fridlyand <[email protected]>
* Implement JSON STRLEN and STRAPPEND commands

---------

Signed-off-by: Jonathan Louie <[email protected]>
Signed-off-by: jonathanl-bq <[email protected]>
* Implement NUMINCRBY and NUMMULTBY JSON commands

---------

Signed-off-by: Jonathan Louie <[email protected]>
Signed-off-by: jonathanl-bq <[email protected]>
Signed-off-by: Chloe <[email protected]>
Signed-off-by: Chloe Yip <[email protected]>
Signed-off-by: Andrew Carbonetto <[email protected]>
Co-authored-by: Andrew Carbonetto <[email protected]>
* Python: FT.AGGREGATE command added

---------

Signed-off-by: Prateek Kumar <[email protected]>
* Java: add JSON.TYPE

---------

Signed-off-by: James Xin <[email protected]>
---------

Signed-off-by: Shoham Elias <[email protected]>
Signed-off-by: Shoham Elias <[email protected]>
---------

Signed-off-by: Shoham Elias <[email protected]>
* Fix script kill IT

Signed-off-by: Yury-Fridlyand <[email protected]>
* Add node REPL

Signed-off-by: Yury-Fridlyand <[email protected]>
---------

Signed-off-by: Muhammad Awawdi <[email protected]>
Signed-off-by: Shoham Elias <[email protected]>
Co-authored-by: Shoham Elias <[email protected]>
* `FT.INFO`.

Signed-off-by: Yury-Fridlyand <[email protected]>
* Node: Add command JSON.STRLEN

Signed-off-by: TJ Zhang <[email protected]>
* `JSON.ARRINSERT`, `JSON.ARRPOP` and `JSON.ARRLEN`.

Signed-off-by: Yury-Fridlyand <[email protected]>
@ikolomi ikolomi requested a review from a team as a code owner November 3, 2024 09:47
@Yury-Fridlyand Yury-Fridlyand marked this pull request as draft November 4, 2024 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.