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

feat: create await new ParseServer(config).startApp() to resolve cloud code and schema before express app is exposed #7914

Closed
wants to merge 53 commits into from

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 Mar 31, 2022

  1. Configuration menu
    Copy the full SHA
    0cec09f View commit details
    Browse the repository at this point in the history
  2. revert helper

    dblythy committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    4e14aa2 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2022

  1. Configuration menu
    Copy the full SHA
    132a3e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d74b6a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b0957c View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

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

    # [5.3.0-alpha.4](parse-community/parse-server@5.3.0-alpha.3...5.3.0-alpha.4) (2022-04-04)
    
    ### Bug Fixes
    
    * custom database options are not passed to MongoDB GridFS ([parse-community#7911](parse-community#7911)) ([a72b384](parse-community@a72b384))
    semantic-release-bot committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    0b929db View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. Update ParseServer.js

    dblythy committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    cbdf7e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2022

  1. Configuration menu
    Copy the full SHA
    ef3680a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b68593 View commit details
    Browse the repository at this point in the history
  3. chore(release): 5.3.0-alpha.5 [skip ci]

    # [5.3.0-alpha.5](parse-community/parse-server@5.3.0-alpha.4...5.3.0-alpha.5) (2022-04-09)
    
    ### Bug Fixes
    
    * security upgrade moment from 2.29.1 to 2.29.2 ([parse-community#7931](parse-community#7931)) ([6b68593](parse-community@6b68593))
    semantic-release-bot committed Apr 9, 2022
    Configuration menu
    Copy the full SHA
    e88fb72 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a648709 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

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

    # [5.3.0-alpha.6](parse-community/parse-server@5.3.0-alpha.5...5.3.0-alpha.6) (2022-04-11)
    
    ### Bug Fixes
    
    * peer dependency mismatch for GraphQL dependencies ([parse-community#7934](parse-community#7934)) ([b7a1d76](parse-community@b7a1d76))
    semantic-release-bot committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    34b8110 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43ad5b3 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2022

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

Commits on Apr 17, 2022

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

Commits on Apr 20, 2022

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

Commits on Apr 22, 2022

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

Commits on Apr 25, 2022

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

    # [5.3.0-alpha.7](parse-community/parse-server@5.3.0-alpha.6...5.3.0-alpha.7) (2022-04-25)
    
    ### Bug Fixes
    
    * security upgrade @parse/fs-files-adapter from 1.2.1 to 1.2.2 ([parse-community#7948](parse-community#7948)) ([20fc4e2](parse-community@20fc4e2))
    semantic-release-bot committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    8cf0b5e View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

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

Commits on Apr 28, 2022

  1. rename method to create

    dblythy committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    901a3ea View commit details
    Browse the repository at this point in the history
  2. resolve .app

    dblythy committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    08e6c34 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29fc673 View commit details
    Browse the repository at this point in the history
  4. Update index.spec.js

    dblythy committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    efe75c2 View commit details
    Browse the repository at this point in the history
  5. create startApp function

    dblythy committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    e6c45f5 View commit details
    Browse the repository at this point in the history
  6. Update index.spec.js

    dblythy committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    b23d346 View commit details
    Browse the repository at this point in the history
  7. increase coverage

    dblythy committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    2ae3980 View commit details
    Browse the repository at this point in the history
  8. Update DefinedSchemas.js

    dblythy committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    81de641 View commit details
    Browse the repository at this point in the history
  9. close servers

    dblythy committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    d7ee114 View commit details
    Browse the repository at this point in the history
  10. Update index.js

    dblythy committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    1f8a4ee View commit details
    Browse the repository at this point in the history
  11. fix tests

    dblythy committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    7f99592 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. Update ParseServer.js

    dblythy committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    caa75f6 View commit details
    Browse the repository at this point in the history
  2. Update ParseServer.js

    dblythy committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    dec4082 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. add holdPublicRoutes

    dblythy committed May 3, 2022
    Configuration menu
    Copy the full SHA
    d65be73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61ef23f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60145a2 View commit details
    Browse the repository at this point in the history
  4. definitions

    dblythy committed May 3, 2022
    Configuration menu
    Copy the full SHA
    7cd5e38 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    871f13c View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

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

Commits on Sep 18, 2022

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