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

[Experimental] Reactive ReqlAst.run #12

Closed
wants to merge 9 commits into from

Commits on Feb 15, 2020

  1. An reactive experiment, using Project Reactor

    Adrian Todt committed Feb 15, 2020
    Configuration menu
    Copy the full SHA
    533dab1 View commit details
    Browse the repository at this point in the history
  2. small changes

    Adrian Todt committed Feb 15, 2020
    Configuration menu
    Copy the full SHA
    2750412 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    059ea25 View commit details
    Browse the repository at this point in the history
  4. rewrite Connection, detached socket and response pump

    Adrian Todt committed Feb 15, 2020
    Configuration menu
    Copy the full SHA
    037429c View commit details
    Browse the repository at this point in the history
  5. Minor inlining

    Adrian Todt committed Feb 15, 2020
    Configuration menu
    Copy the full SHA
    4892bd4 View commit details
    Browse the repository at this point in the history
  6. Made all private fields and methods private, so custom implementation…

    …s are possible. Implements rethinkdb/rethinkdb#5996
    Adrian Todt committed Feb 15, 2020
    Configuration menu
    Copy the full SHA
    2efd8f0 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'develop/experimental' into experiment/reactive

    # Conflicts:
    #	src/main/java/com/rethinkdb/ast/ReqlAst.java
    Adrian Todt committed Feb 15, 2020
    Configuration menu
    Copy the full SHA
    662dc8b View commit details
    Browse the repository at this point in the history
  8. Initial attempt to crack the tests on reactive.

    Adrian Todt committed Feb 15, 2020
    Configuration menu
    Copy the full SHA
    5ab589e View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2020

  1. Fixed Connection, ResponsePump and Handshake issues

    Adrian Todt committed Feb 16, 2020
    Configuration menu
    Copy the full SHA
    995bf48 View commit details
    Browse the repository at this point in the history