Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: parse-community/parse-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.4.1
Choose a base ref
...
head repository: parse-community/parse-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.4.2
Choose a head ref
  • 14 commits
  • 17 files changed
  • 5 contributors

Commits on May 24, 2017

  1. Copy the full SHA
    1f11ad5 View commit details

Commits on May 27, 2017

  1. chore(PostgresStorageAdapter): nits (#3870)

    refactoring method + removing a comment that's no longer needed.
    vitaly-t authored and flovilmart committed May 27, 2017
    Copy the full SHA
    14e2d26 View commit details
  2. Copy the full SHA
    aedaae1 View commit details

Commits on May 28, 2017

  1. fix(PostgresStorageAdapter): Use transactions when deleting classes (#…

    …3869)
    
    * Update PostgresStorageAdapter.js
    
    refactoring `deleteClass`.
    
    * Update PostgresStorageAdapter.js
    vitaly-t authored and flovilmart committed May 28, 2017
    Copy the full SHA
    d149d16 View commit details
  2. fix(postgres): Geopoint issue #3285 (#3874)

    dplewis authored and flovilmart committed May 28, 2017
    Copy the full SHA
    a380fcf View commit details
  3. feat(ParseQuery): Added 'withinPolygon' support for GeoPoints (#3866)

    * Added 'withinPolygon' to query
    
    * Unit test for withinPolygon
    
    * More Unit Test
    
    * withinPolygon fix for Postgres
    
    * Fix nit
    
    nit?
    dplewis authored and flovilmart committed May 28, 2017
    Copy the full SHA
    c99fdea View commit details
  4. Copy the full SHA
    38a525b View commit details
  5. fix(AuthAdapters): Do not revalidate auth data if hasn't changed (#3867

    …) (#3872)
    
    * Adds test for #3867
    
    * Always Skip authData validation when nothing is mutated
    flovilmart authored May 28, 2017
    Copy the full SHA
    57efd89 View commit details

Commits on May 29, 2017

  1. fix(tests): Stabilize flaky tests (#3876)

    * Longer TTL, shorter wait
    
    * Makes sure we wait for the logout
    
    - Parse.User.logOut is async and was making a test flaky
    flovilmart authored May 29, 2017
    Copy the full SHA
    73aafa2 View commit details
  2. fix(Users): Makes sure verifying emails triggers hooks and liveQuery (#…

    …3851)
    
    * Use RestWrite when verifying emails so hooks are called (as master)
    
    * Fixes tests for postgres
    
    * nit
    
    * Makes rest.update support a full where instead of objectId
    
    * Use rest.update to guaranteed proper beforeSave and liveQuery calls
    flovilmart authored May 29, 2017
    Copy the full SHA
    c2abbae View commit details
  3. docs: Improves explanations on Postgres testing (#3873)

    * Update CONTRIBUTING.md
    
    * Update CONTRIBUTING.md
    flovilmart authored May 29, 2017
    Copy the full SHA
    bd2ea87 View commit details
  4. fix(Postgres): Support for GeoPoint equality query (#3875)

    * Postgres doesn't support this query type yet
    
    * removing conflict
    
    * near test
    
    * remove trailing space
    dplewis authored and flovilmart committed May 29, 2017
    Copy the full SHA
    b692e85 View commit details
  5. Copy the full SHA
    9a6fb82 View commit details
  6. ⚡ Release 2.4.2 (#3878)

    * ⚡ Release 2.4.2
    
    * reflects latest pg-promise version
    flovilmart authored and natanrolnik committed May 29, 2017
    Copy the full SHA
    31744c5 View commit details
Loading