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

Java: Add GETBIT command #1400

Merged
merged 12 commits into from
May 22, 2024

Commits on May 21, 2024

  1. JAVA: Add GETBIT command (#271)

    * Added GETBIT command
    
    Signed-off-by: Guian Gumpac <guian.gumpac@improving.com>
    
    * Applied spotless
    
    Signed-off-by: Guian Gumpac <guian.gumpac@improving.com>
    
    * Removed duplicate test case
    
    Signed-off-by: Guian Gumpac <guian.gumpac@improving.com>
    
    * Added comments to tests
    
    Signed-off-by: Guian Gumpac <guian.gumpac@improving.com>
    
    ---------
    
    Signed-off-by: Guian Gumpac <guian.gumpac@improving.com>
    GumpacG committed May 21, 2024
    Configuration menu
    Copy the full SHA
    4413441 View commit details
    Browse the repository at this point in the history
  2. Applied Spotless

    GumpacG committed May 21, 2024
    Configuration menu
    Copy the full SHA
    dfbac5a View commit details
    Browse the repository at this point in the history
  3. Update java/client/src/main/java/glide/api/models/BaseTransaction.java

    Co-authored-by: jonathanl-bq <72158117+jonathanl-bq@users.noreply.github.com>
    GumpacG and jonathanl-bq committed May 21, 2024
    Configuration menu
    Copy the full SHA
    ad03374 View commit details
    Browse the repository at this point in the history
  4. Update java/client/src/main/java/glide/api/models/BaseTransaction.java

    Co-authored-by: jonathanl-bq <72158117+jonathanl-bq@users.noreply.github.com>
    GumpacG and jonathanl-bq committed May 21, 2024
    Configuration menu
    Copy the full SHA
    ece9c4b View commit details
    Browse the repository at this point in the history
  5. Update java/client/src/main/java/glide/api/models/BaseTransaction.java

    Co-authored-by: jonathanl-bq <72158117+jonathanl-bq@users.noreply.github.com>
    GumpacG and jonathanl-bq committed May 21, 2024
    Configuration menu
    Copy the full SHA
    ad26292 View commit details
    Browse the repository at this point in the history
  6. Update java/client/src/main/java/glide/api/commands/BitmapBaseCommand…

    …s.java
    
    Co-authored-by: jonathanl-bq <72158117+jonathanl-bq@users.noreply.github.com>
    GumpacG and jonathanl-bq committed May 21, 2024
    Configuration menu
    Copy the full SHA
    9fe8f3e View commit details
    Browse the repository at this point in the history
  7. Update java/client/src/main/java/glide/api/commands/BitmapBaseCommand…

    …s.java
    
    Co-authored-by: jonathanl-bq <72158117+jonathanl-bq@users.noreply.github.com>
    GumpacG and jonathanl-bq committed May 21, 2024
    Configuration menu
    Copy the full SHA
    ffc539e View commit details
    Browse the repository at this point in the history
  8. Rebased

    GumpacG committed May 21, 2024
    Configuration menu
    Copy the full SHA
    c8d7fd5 View commit details
    Browse the repository at this point in the history
  9. Spotless

    GumpacG committed May 21, 2024
    Configuration menu
    Copy the full SHA
    435ffb1 View commit details
    Browse the repository at this point in the history
  10. Changed Bitcount to BitCount

    GumpacG committed May 21, 2024
    Configuration menu
    Copy the full SHA
    7834aac View commit details
    Browse the repository at this point in the history
  11. Addressed comments

    GumpacG committed May 21, 2024
    Configuration menu
    Copy the full SHA
    c124c68 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2c46236 View commit details
    Browse the repository at this point in the history