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

fix: LiveQuery server is not shut down properly when handleShutdown is called #8491

Merged
merged 40 commits into from
Jun 8, 2023

Commits on Mar 25, 2022

  1. Configuration menu
    Copy the full SHA
    9ef1968 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2022

  1. Configuration menu
    Copy the full SHA
    f63fb2b View commit details
    Browse the repository at this point in the history
  2. chore(release): 5.2.1-alpha.1 [skip ci]

    ## [5.2.1-alpha.1](parse-community/parse-server@5.2.0...5.2.1-alpha.1) (2022-03-26)
    
    ### Bug Fixes
    
    * return correct response when revert is used in beforeSave ([parse-community#7839](parse-community#7839)) ([f63fb2b](parse-community@f63fb2b))
    semantic-release-bot committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    b3199d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48bd512 View commit details
    Browse the repository at this point in the history
  4. chore(release): 5.2.1-alpha.2 [skip ci]

    ## [5.2.1-alpha.2](parse-community/parse-server@5.2.1-alpha.1...5.2.1-alpha.2) (2022-03-26)
    
    ### Performance Improvements
    
    * reduce database operations when using the constant parameter in Cloud Function validation ([parse-community#7892](parse-community#7892)) ([48bd512](parse-community@48bd512))
    semantic-release-bot committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    e0cca58 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2022

  1. Configuration menu
    Copy the full SHA
    90155cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    499cead View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef56e98 View commit details
    Browse the repository at this point in the history
  4. chore(release): 5.3.0-alpha.2 [skip ci]

    # [5.3.0-alpha.2](parse-community/parse-server@5.3.0-alpha.1...5.3.0-alpha.2) (2022-03-27)
    
    ### Bug Fixes
    
    * security upgrade parse push adapter from 4.1.0 to 4.1.2 ([parse-community#7893](parse-community#7893)) ([ef56e98](parse-community@ef56e98))
    semantic-release-bot committed Mar 27, 2022
    Configuration menu
    Copy the full SHA
    119dbe0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6b4b358 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    75eca2d View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. Configuration menu
    Copy the full SHA
    61ef23f View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. Configuration menu
    Copy the full SHA
    606ed96 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2022

  1. Configuration menu
    Copy the full SHA
    1e89817 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9720e8e View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2022

  1. Configuration menu
    Copy the full SHA
    7bc5c36 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2022

  1. Configuration menu
    Copy the full SHA
    7b2ab38 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2022

  1. Configuration menu
    Copy the full SHA
    3c8f5cc View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Configuration menu
    Copy the full SHA
    5814437 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Configuration menu
    Copy the full SHA
    986c6c2 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Configuration menu
    Copy the full SHA
    6a40dc4 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. Configuration menu
    Copy the full SHA
    a9fb355 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Configuration menu
    Copy the full SHA
    a563b21 View commit details
    Browse the repository at this point in the history
  2. Update ParseLiveQuery.spec.js

    dblythy committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    f9263c1 View commit details
    Browse the repository at this point in the history
  3. tests

    dblythy committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    a133db4 View commit details
    Browse the repository at this point in the history
  4. Update ParseLiveQuery.spec.js

    dblythy committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    31c1b48 View commit details
    Browse the repository at this point in the history
  5. Update ParseLiveQuery.spec.js

    dblythy committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    a8b2ed2 View commit details
    Browse the repository at this point in the history
  6. Update ParseLiveQuery.spec.js

    dblythy committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    8c987bc View commit details
    Browse the repository at this point in the history
  7. handle shutdown

    dblythy committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    9a234b1 View commit details
    Browse the repository at this point in the history
  8. Update ParseLiveQuery.spec.js

    dblythy committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    cdf1c32 View commit details
    Browse the repository at this point in the history
  9. Update ParseLiveQuery.spec.js

    dblythy committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    f18e0c2 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. add shutdown

    dblythy committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    da12ad9 View commit details
    Browse the repository at this point in the history
  2. Update ParseLiveQuery.spec.js

    dblythy committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    54ed9d3 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. rename

    dblythy committed Apr 10, 2023
    Configuration menu
    Copy the full SHA
    61f879d View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Configuration menu
    Copy the full SHA
    0040e35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    120f964 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Configuration menu
    Copy the full SHA
    de8b8ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0397538 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Merge branch 'alpha' into shutdown-lq

    Signed-off-by: Manuel <5673677+mtrezza@users.noreply.github.com>
    mtrezza authored Jun 8, 2023
    Configuration menu
    Copy the full SHA
    e6aa2ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91c0bdb View commit details
    Browse the repository at this point in the history