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.6.4
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.6.5
Choose a head ref
  • 7 commits
  • 24 files changed
  • 4 contributors

Commits on Oct 25, 2017

  1. Configuration menu
    Copy the full SHA
    a185c97 View commit details
    Browse the repository at this point in the history
  2. Add support for expiration interval in Push (#4202)

    * Add support for expiration_interval in Push
    
    * Support expiration_interval for immediate pushes
    
    * Test
    
    * Add 'expiration_interval' to _PushStatus class
    
    * Fix coverage
    marvelm authored and flovilmart committed Oct 25, 2017
    Configuration menu
    Copy the full SHA
    8a23c00 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2017

  1. Configuration menu
    Copy the full SHA
    c2fc0f5 View commit details
    Browse the repository at this point in the history
  2. Handle possible afterSave exception (#4293)

    * capture and log exceptions caused by afterFind
    
    * Wording
    
    * Consolidated promise chaining
    
    * use logger instead of console
    montymxb authored and flovilmart committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    87b79ce View commit details
    Browse the repository at this point in the history
  3. Adds support for read-only masterKey (#4297)

    * Adds support for read-only masterKey
    
    * Adds tests to make sure all endpoints are properly protected
    
    * Updates readme
    
    * nits
    flovilmart authored Oct 26, 2017
    Configuration menu
    Copy the full SHA
    1dd58b7 View commit details
    Browse the repository at this point in the history
  4. Relative time queries (#4289)

    * Add relative time queries
    
    * Encode successful result
    
    * Add integration test
    
    * Add more error cases
    
    * Remove unnecessary new Date
    
    * Error when time has both 'in' and 'ago'
    
    * naturalTimeToDate -> relativeTimeToDate
    
    * Add $relativeTime operator
    
    * Throw error if $relativeTime is invalid
    
    * Add integration test for invalid relative time
    
    * Exclude $exists query
    
    * Only run integration tests on MongoDB
    
    * Add it_only_db test helper
    https://github.com/parse-community/parse-server/blame/bd2ea87c1d508efe337a1e8880443b1a52a8fb81/CONTRIBUTING.md#L23
    
    * Handle where val might be null or undefined
    
    * Add integration test for multiple results
    
    * Lowercase text before processing
    
    * Always past if not future
    
    * Precompute seconds multiplication
    
    * Add shorthand for interval
    hr, hrs
    min, mins
    sec, secs
    
    * Throw error if $relativeTime is used with $exists, $ne, and $eq
    
    * Improve coverage for relativeTimeToDate
    
    * Add test for erroring on floating point units
    
    * Remove unnecessary dropDatabase function
    
    * Unit test $ne, $exists, $eq
    
    * Verify field type
    
    * Fix unit test for $exists
    Unnest query object
    marvelm authored and flovilmart committed Oct 26, 2017
    Configuration menu
    Copy the full SHA
    6f1fe89 View commit details
    Browse the repository at this point in the history
  5. ⚡ Release 2.6.5 (#4298)

    flovilmart authored Oct 26, 2017
    Configuration menu
    Copy the full SHA
    fecbb2d View commit details
    Browse the repository at this point in the history
Loading