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: alljp/magicserver-python3
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: geekskool/magicserver-python3
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 3 files changed
  • 3 contributors

Commits on Jul 25, 2017

  1. Add dynamic routes support.

    The dynamic part of the link is delimited by < >
    alljp committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    d4516ba View commit details
    Browse the repository at this point in the history
  2. Update README

    alljp committed Jul 25, 2017
    Configuration menu
    Copy the full SHA
    8632660 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2017

  1. Add ALLOWED_ORIGINS

    Adds an empty list ALLOWED_ORIGINS,
         and a method to add origins - add_allowed_origin.
    alljp authored and iAmMrinal0 committed Aug 4, 2017
    Configuration menu
    Copy the full SHA
    b7c7a77 View commit details
    Browse the repository at this point in the history
  2. Adds simple CORS request support.

    Add a check for "Origin" header in the request.
    Add a cors_handler() method
    alljp authored and iAmMrinal0 committed Aug 4, 2017
    Configuration menu
    Copy the full SHA
    acd9673 View commit details
    Browse the repository at this point in the history
  3. Add HTTP OPTIONS method handler.

    alljp authored and iAmMrinal0 committed Aug 4, 2017
    Configuration menu
    Copy the full SHA
    a186afb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f3c6bcf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2ccff4b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    71a0a35 View commit details
    Browse the repository at this point in the history
  7. Merge pull request geekskool#5 from alljp/feature/dynamic_routes

    Add dynamic routes support.
    iAmMrinal0 authored Aug 4, 2017
    Configuration menu
    Copy the full SHA
    e1033e4 View commit details
    Browse the repository at this point in the history
  8. Update README

    Fix code examples
    iAmMrinal0 authored Aug 4, 2017
    Configuration menu
    Copy the full SHA
    e415b0e View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2017

  1. Fixed geekskool#6 static files issue (geekskool#7)

    * Middleware appends a custom footer with random msgs from template file.
    
    - set self.PRE = False
    - set self.POST = True
    - appends footer to response["content"]
    - changes response["Content-Length"] to new value
    
    * Remove Footer middleware
    
    * Fixes geekskool#6 static files error; issue with route_match
    
    - change the route_match return statement
    - now returns a proper http handler in case of regex mismatch
    alenthomas authored and iAmMrinal0 committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    a25bea5 View commit details
    Browse the repository at this point in the history
Loading