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

adds support for multiple apps on a single server #263

Closed
wants to merge 2 commits into from
Closed

adds support for multiple apps on a single server #263

wants to merge 2 commits into from

Commits on Feb 18, 2016

  1. adds support for multiple apps on a single server

    - Adds support for loading configuration from JSON
    - Adds support for loading multiple configurations from ENV
    - Adds generator for new app keys
    
    Better implementation of cloud based hooks/triggers
    
    Adds Cloud Code as subprocess
    
    - Adds basic hook registration handlers
    - Adds ability to isolate cloud code process
    
    Adds full hooks API
    
    Adds JSON storage controller and refactors Hooks around it
    
    Improves coverage for hooks
    
    Adds master key requirement when registering hooks
    
    Adds hooks creation strategy, improves hooks API
    
    - Fixes critical bug in overriding cloud code functions
    
    Bumps parse-cloud-express to 1.2.0
    
    - Uses httpRequest from parse-cloud-express
    
    Improves documentation for Cloud Code
    
    Launch Cloud Code with forever
    
    Isolation of Multi server tests
    flovilmart committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    1796f5e View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2016

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