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

Extended RedisJson support by implementing JSON.DEL command #909

Merged
merged 42 commits into from
Jan 26, 2023

Commits on Dec 16, 2022

  1. Added CommandResolver, moved resolve command logic there, added Clien…

    …tConfiguration object
    Vladyslav Vildanov authored and Vladyslav Vildanov committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    58fd299 View commit details
    Browse the repository at this point in the history
  2. Fixed test, added dependecies

    Vladyslav Vildanov authored and Vladyslav Vildanov committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    796e6c9 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2022

  1. Added resolved command to commands array

    Vladyslav Vildanov authored and Vladyslav Vildanov committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    d65124a View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2022

  1. Used aggregation approach for modules

    Vladyslav Vildanov authored and Vladyslav Vildanov committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    992fe77 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. Added decorator to check Redis JSON module version

    Vladyslav Vildanov authored and Vladyslav Vildanov committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    e45c0a4 View commit details
    Browse the repository at this point in the history
  2. Added support for JSON.SET and JSON.GET commands

    Vladyslav Vildanov authored and Vladyslav Vildanov committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    5acb81b View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Added separate workflow for redis-stack tests

    Vladyslav Vildanov authored and Vladyslav Vildanov committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    a706d98 View commit details
    Browse the repository at this point in the history
  2. Changed docker imange name to correct one

    Vladyslav Vildanov authored and Vladyslav Vildanov committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    fbb3398 View commit details
    Browse the repository at this point in the history
  3. Fixed indentation

    Vladyslav Vildanov authored and Vladyslav Vildanov committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    d7752af View commit details
    Browse the repository at this point in the history
  4. Added test coverage for JSON.GET command

    Vladyslav Vildanov authored and Vladyslav Vildanov committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    c855dae View commit details
    Browse the repository at this point in the history
  5. Changed module version resolving using annotations mapping

    Vladyslav Vildanov authored and Vladyslav Vildanov committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    67d2ca0 View commit details
    Browse the repository at this point in the history
  6. Re-written CommandResolver test

    Vladyslav Vildanov authored and Vladyslav Vildanov committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    ff17da9 View commit details
    Browse the repository at this point in the history
  7. Update ClientInterface.php

    tillkruss committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    63ff086 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2022

  1. Merge branch 'main' of github.com:vladvildanov/predis into vv-json-ge…

    …t-set-commands
    Vladyslav Vildanov authored and Vladyslav Vildanov committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    66deb79 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'vv-json-get-set-commands' of github.com:vladvildanov/pr…

    …edis into vv-json-get-set-commands
    Vladyslav Vildanov authored and Vladyslav Vildanov committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    92de663 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2022

  1. Changes to CI, readme, removed unused modules from configuration

    Vladyslav Vildanov authored and Vladyslav Vildanov committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    1dc69fd View commit details
    Browse the repository at this point in the history
  2. Fixed build badge URL

    Vladyslav Vildanov authored and Vladyslav Vildanov committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    26d5bf3 View commit details
    Browse the repository at this point in the history
  3. Refactored annotation check to be generic for each module

    Vladyslav Vildanov authored and Vladyslav Vildanov committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    8a99efd View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

  1. Fixed bug with incorrect tests skip

    Vladyslav Vildanov authored and Vladyslav Vildanov committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    230a7da View commit details
    Browse the repository at this point in the history
  2. Added CommandResolver, moved resolve command logic there, added Clien…

    …tConfiguration object
    Vladyslav Vildanov authored and tillkruss committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    55d0fb1 View commit details
    Browse the repository at this point in the history
  3. Fixed test, added dependecies

    Vladyslav Vildanov authored and tillkruss committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    ed068ec View commit details
    Browse the repository at this point in the history
  4. Added resolved command to commands array

    Vladyslav Vildanov authored and tillkruss committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    025eed9 View commit details
    Browse the repository at this point in the history
  5. Used aggregation approach for modules

    Vladyslav Vildanov authored and tillkruss committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    162e4a1 View commit details
    Browse the repository at this point in the history
  6. Added decorator to check Redis JSON module version

    Vladyslav Vildanov authored and tillkruss committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    8f16e33 View commit details
    Browse the repository at this point in the history
  7. Added support for JSON.SET and JSON.GET commands

    Vladyslav Vildanov authored and tillkruss committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    8a7d0ef View commit details
    Browse the repository at this point in the history
  8. Added separate workflow for redis-stack tests

    Vladyslav Vildanov authored and tillkruss committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    d8e4627 View commit details
    Browse the repository at this point in the history
  9. Changed docker imange name to correct one

    Vladyslav Vildanov authored and tillkruss committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    f98898d View commit details
    Browse the repository at this point in the history
  10. Fixed indentation

    Vladyslav Vildanov authored and tillkruss committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    cc9fe95 View commit details
    Browse the repository at this point in the history
  11. Added test coverage for JSON.GET command

    Vladyslav Vildanov authored and tillkruss committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    40c1775 View commit details
    Browse the repository at this point in the history
  12. Changed module version resolving using annotations mapping

    Vladyslav Vildanov authored and tillkruss committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    aed0d62 View commit details
    Browse the repository at this point in the history
  13. Re-written CommandResolver test

    Vladyslav Vildanov authored and tillkruss committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    84a5363 View commit details
    Browse the repository at this point in the history
  14. Update ClientInterface.php

    tillkruss committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    389217a View commit details
    Browse the repository at this point in the history
  15. Changes to CI, readme, removed unused modules from configuration

    Vladyslav Vildanov authored and tillkruss committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    ffca924 View commit details
    Browse the repository at this point in the history
  16. Fixed build badge URL

    Vladyslav Vildanov authored and tillkruss committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    b2f7a51 View commit details
    Browse the repository at this point in the history
  17. Refactored annotation check to be generic for each module

    Vladyslav Vildanov authored and tillkruss committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    9a93ba4 View commit details
    Browse the repository at this point in the history
  18. Fixed bug with incorrect tests skip

    Vladyslav Vildanov authored and tillkruss committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    9ffd48d View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

  1. Fixed naming issue with nxXx argument

    Vladyslav Vildanov authored and Vladyslav Vildanov committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    6c50f5d View commit details
    Browse the repository at this point in the history
  2. Resolve merge conflicts

    Vladyslav Vildanov authored and Vladyslav Vildanov committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    bab7fe3 View commit details
    Browse the repository at this point in the history
  3. Removed redundant trait

    Vladyslav Vildanov authored and Vladyslav Vildanov committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    b0fce1b View commit details
    Browse the repository at this point in the history
  4. Fixed NxXxArgument test

    Vladyslav Vildanov authored and Vladyslav Vildanov committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    e445a6a View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Added support for JSON.DEL command

    Vladyslav Vildanov authored and Vladyslav Vildanov committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    8f2c4a0 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Resolve merge conflicts

    Vladyslav Vildanov authored and Vladyslav Vildanov committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    527e46e View commit details
    Browse the repository at this point in the history