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 serverSync to use apiProxy logic in the same way the clientSync does #256

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Jan 10, 2014

  1. extracted apiProxy request logic to a reusable method

    Alexander Schmidt committed Jan 10, 2014
    Configuration menu
    Copy the full SHA
    4532ae3 View commit details
    Browse the repository at this point in the history
  2. headers are no longer overwritten every time

    Alexander Schmidt committed Jan 10, 2014
    Configuration menu
    Copy the full SHA
    23b83ff View commit details
    Browse the repository at this point in the history
  3. extracted apiProxy middleware variable

    Alexander Schmidt committed Jan 10, 2014
    Configuration menu
    Copy the full SHA
    851513e View commit details
    Browse the repository at this point in the history
  4. added the proxyRequest method to the global app object

    Alexander Schmidt committed Jan 10, 2014
    Configuration menu
    Copy the full SHA
    8a699c9 View commit details
    Browse the repository at this point in the history
  5. added the res object to the global app object

    Alexander Schmidt committed Jan 10, 2014
    Configuration menu
    Copy the full SHA
    2095092 View commit details
    Browse the repository at this point in the history
  6. use the apiProxy proxyRequest instead of the data adapter

    Alexander Schmidt committed Jan 10, 2014
    Configuration menu
    Copy the full SHA
    934ad3a View commit details
    Browse the repository at this point in the history
  7. removed data adapter from the req object

    the syncer now uses the apiProx instead of the data adapter
    Alexander Schmidt committed Jan 10, 2014
    Configuration menu
    Copy the full SHA
    b9e63e4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f0827cb View commit details
    Browse the repository at this point in the history