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: laravel/laravel
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ajessup/laravel
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.
  • 19 commits
  • 9 files changed
  • 1 contributor

Commits on Dec 24, 2013

  1. Initial

    Andrew Jessup committed Dec 24, 2013
    Configuration menu
    Copy the full SHA
    187d5f4 View commit details
    Browse the repository at this point in the history
  2. Add gethostname() definition

    Andrew Jessup committed Dec 24, 2013
    Configuration menu
    Copy the full SHA
    ca129c7 View commit details
    Browse the repository at this point in the history
  3. Fixes syntax errors, adds check for SDK existence

    Andrew Jessup committed Dec 24, 2013
    Configuration menu
    Copy the full SHA
    02e42b1 View commit details
    Browse the repository at this point in the history
  4. Moves use statement to top of scope

    Andrew Jessup committed Dec 24, 2013
    Configuration menu
    Copy the full SHA
    6a283da View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2013

  1. Require composer to use php.py

    Andrew Jessup committed Dec 25, 2013
    Configuration menu
    Copy the full SHA
    e46f492 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2013

  1. Set monolog to log everything to syslog

    Andrew Jessup committed Dec 26, 2013
    Configuration menu
    Copy the full SHA
    f783aa9 View commit details
    Browse the repository at this point in the history
  2. Support streams as storage repositories

    Andrew Jessup committed Dec 26, 2013
    Configuration menu
    Copy the full SHA
    ef41c54 View commit details
    Browse the repository at this point in the history
  3. Trying to get composer to load package TTGCTLP

    Andrew Jessup committed Dec 26, 2013
    Configuration menu
    Copy the full SHA
    9887783 View commit details
    Browse the repository at this point in the history
  4. Trying to get composer to load package TTGCTLP

    Andrew Jessup committed Dec 26, 2013
    Configuration menu
    Copy the full SHA
    1a3085b View commit details
    Browse the repository at this point in the history
  5. Refactoring Application class to GaeApplication

    Andrew Jessup committed Dec 26, 2013
    Configuration menu
    Copy the full SHA
    57c5505 View commit details
    Browse the repository at this point in the history
  6. Adds GAE environment detection closure

    Andrew Jessup committed Dec 26, 2013
    Configuration menu
    Copy the full SHA
    b9f1ff5 View commit details
    Browse the repository at this point in the history
  7. Switch session handling from files to memcache

    Andrew Jessup committed Dec 26, 2013
    Configuration menu
    Copy the full SHA
    c71159e View commit details
    Browse the repository at this point in the history
  8. Clean up monolog instanciation

    Andrew Jessup committed Dec 26, 2013
    Configuration menu
    Copy the full SHA
    25d6351 View commit details
    Browse the repository at this point in the history
  9. Alter Laravel to use the primary GCS bucket for storage when running …

    …in GAE
    Andrew Jessup committed Dec 26, 2013
    Configuration menu
    Copy the full SHA
    2847cc2 View commit details
    Browse the repository at this point in the history
  10. Updates composer to use packagist for gae-laravel

    Andrew Jessup committed Dec 26, 2013
    Configuration menu
    Copy the full SHA
    7d99d28 View commit details
    Browse the repository at this point in the history
  11. Adds some colour to the readme

    Andrew Jessup committed Dec 26, 2013
    Configuration menu
    Copy the full SHA
    aa466ac View commit details
    Browse the repository at this point in the history
  12. Update readme with minor fixin's

    Andrew Jessup committed Dec 26, 2013
    Configuration menu
    Copy the full SHA
    9e67a28 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    be6f69b View commit details
    Browse the repository at this point in the history
  14. Tweaks readme to invoke composer correctly

    Andrew Jessup committed Dec 26, 2013
    Configuration menu
    Copy the full SHA
    d4cb4ea View commit details
    Browse the repository at this point in the history
Loading