Skip to content
This repository has been archived by the owner on Jun 19, 2018. It is now read-only.

Serverless #22

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

Serverless #22

wants to merge 35 commits into from

Commits on Aug 11, 2017

  1. Snapshot

    Ives van Hoorne committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    14b6164 View commit details
    Browse the repository at this point in the history
  2. Use 2 lambdas

    Ives van Hoorne committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    6d34aab View commit details
    Browse the repository at this point in the history
  3. Use http instead of HTTPS

    Ives van Hoorne committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    df80114 View commit details
    Browse the repository at this point in the history
  4. Use cloudfront url

    Ives van Hoorne committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    6eb85b1 View commit details
    Browse the repository at this point in the history
  5. Downsize the url generator

    Ives van Hoorne committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    e578708 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2017

  1. Put the dependencies in the response

    Ives van Hoorne committed Aug 12, 2017
    Configuration menu
    Copy the full SHA
    52e086f View commit details
    Browse the repository at this point in the history
  2. New structure

    Ives van Hoorne committed Aug 12, 2017
    Configuration menu
    Copy the full SHA
    3de2dde View commit details
    Browse the repository at this point in the history
  3. Config for serverless

    Ives van Hoorne committed Aug 12, 2017
    Configuration menu
    Copy the full SHA
    594c1ae View commit details
    Browse the repository at this point in the history
  4. Warmup and restructure

    Ives van Hoorne committed Aug 12, 2017
    Configuration menu
    Copy the full SHA
    8b1300f View commit details
    Browse the repository at this point in the history
  5. Fix travis

    Ives van Hoorne committed Aug 12, 2017
    Configuration menu
    Copy the full SHA
    833d8e9 View commit details
    Browse the repository at this point in the history
  6. Fix yarn testing in wrong dir

    Ives van Hoorne committed Aug 12, 2017
    Configuration menu
    Copy the full SHA
    0701af2 View commit details
    Browse the repository at this point in the history
  7. Move all services to serverless

    Ives van Hoorne committed Aug 12, 2017
    Configuration menu
    Copy the full SHA
    3a11daf View commit details
    Browse the repository at this point in the history
  8. Add cache to dependencies

    Ives van Hoorne committed Aug 12, 2017
    Configuration menu
    Copy the full SHA
    1a493b9 View commit details
    Browse the repository at this point in the history
  9. Add uglifier

    Ives van Hoorne committed Aug 12, 2017
    Configuration menu
    Copy the full SHA
    57d2a26 View commit details
    Browse the repository at this point in the history
  10. Fix parentheses around output

    Ives van Hoorne committed Aug 12, 2017
    Configuration menu
    Copy the full SHA
    9536814 View commit details
    Browse the repository at this point in the history
  11. Add content types to S3 resources

    Ives van Hoorne committed Aug 12, 2017
    Configuration menu
    Copy the full SHA
    d9c82aa View commit details
    Browse the repository at this point in the history
  12. Fix test

    Ives van Hoorne committed Aug 12, 2017
    Configuration menu
    Copy the full SHA
    dc5703c View commit details
    Browse the repository at this point in the history
  13. Change logic for rewriting paths from absolute path

    Ives van Hoorne committed Aug 12, 2017
    Configuration menu
    Copy the full SHA
    313568c View commit details
    Browse the repository at this point in the history
  14. Fix realsync not working on unknown dir

    Ives van Hoorne committed Aug 12, 2017
    Configuration menu
    Copy the full SHA
    2d17365 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2017

  1. Support for scoped packages

    Ives van Hoorne committed Aug 13, 2017
    Configuration menu
    Copy the full SHA
    c9b0ad7 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2017

  1. Fix native modules by explicitly adding them

    Ives van Hoorne committed Aug 14, 2017
    Configuration menu
    Copy the full SHA
    891ec48 View commit details
    Browse the repository at this point in the history
  2. Remove obselete error message

    Ives van Hoorne committed Aug 14, 2017
    Configuration menu
    Copy the full SHA
    70684e0 View commit details
    Browse the repository at this point in the history
  3. Test support for multi package combinations

    Ives van Hoorne committed Aug 14, 2017
    Configuration menu
    Copy the full SHA
    5189ef0 View commit details
    Browse the repository at this point in the history
  4. Add Sentry for error reporting

    Ives van Hoorne committed Aug 14, 2017
    Configuration menu
    Copy the full SHA
    1818926 View commit details
    Browse the repository at this point in the history
  5. Add cleanup

    Ives van Hoorne committed Aug 14, 2017
    Configuration menu
    Copy the full SHA
    4426e7e View commit details
    Browse the repository at this point in the history
  6. Move deletion of packages to separate callback

    Ives van Hoorne committed Aug 14, 2017
    Configuration menu
    Copy the full SHA
    b7de36d View commit details
    Browse the repository at this point in the history
  7. Explicitly specify that the packager can delete objects

    Ives van Hoorne committed Aug 14, 2017
    Configuration menu
    Copy the full SHA
    323ce5c View commit details
    Browse the repository at this point in the history
  8. Add git to bundler

    Ives van Hoorne committed Aug 14, 2017
    Configuration menu
    Copy the full SHA
    5da3489 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2017

  1. Disable warmup for the bundler

    Ives van Hoorne committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    a3ee916 View commit details
    Browse the repository at this point in the history
  2. Add more debug statements for .package deletion

    Ives van Hoorne committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    3d303ab View commit details
    Browse the repository at this point in the history
  3. Rethrow in catch

    Ives van Hoorne committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    c981f70 View commit details
    Browse the repository at this point in the history
  4. Remove object deletion, because lambda auto retries

    Ives van Hoorne committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    0fa4b7d View commit details
    Browse the repository at this point in the history
  5. Add util function to check failed packages

    Ives van Hoorne committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    18949b0 View commit details
    Browse the repository at this point in the history
  6. Preclean the directories

    Ives van Hoorne committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    8b6dda5 View commit details
    Browse the repository at this point in the history
  7. Improve in tooling

    Ives van Hoorne committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    6c50f07 View commit details
    Browse the repository at this point in the history