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

2.0 rc #257

Merged
merged 53 commits into from
Dec 27, 2016
Merged

2.0 rc #257

merged 53 commits into from
Dec 27, 2016

Commits on Nov 9, 2016

  1. [ci] test node 7

    tjwebb committed Nov 9, 2016
    Configuration menu
    Copy the full SHA
    7d6bbc5 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2016

  1. [refactor] merged trailpack-core into trails

    - tests pass
    - config object is now copied during merge
    - TODO migrate motd and validation schemas
    tjwebb committed Nov 14, 2016
    Configuration menu
    Copy the full SHA
    4b0bdec View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2016

  1. [refactor] added motd config

    tjwebb committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    c2054db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3aef1ca View commit details
    Browse the repository at this point in the history
  3. [refactor] after and onceAny

    - after and onceAny now support both Promise and handler callbacks
    - fixed parameter passing in after method
    - added unit tests
    tjwebb committed Nov 15, 2016
    Configuration menu
    Copy the full SHA
    8da326f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7214fda View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2016

  1. Configuration menu
    Copy the full SHA
    bc9e91b View commit details
    Browse the repository at this point in the history
  2. 2.0.0-rc0

    tjwebb committed Nov 16, 2016
    Configuration menu
    Copy the full SHA
    f3cc086 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2016

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

Commits on Nov 19, 2016

  1. Configuration menu
    Copy the full SHA
    c2dbc5c View commit details
    Browse the repository at this point in the history
  2. [fix] corrected stale config validation schema

    - config.env is set to the (string) value of NODE_ENV
    tjwebb committed Nov 19, 2016
    Configuration menu
    Copy the full SHA
    d90c893 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2016

  1. [refactor] configuration encapsulated in own class

    - resolves #124
    tjwebb committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    5f8d178 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb61390 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2016

  1. Configuration menu
    Copy the full SHA
    55f56e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7e53e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc0b658 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2016

  1. Configuration menu
    Copy the full SHA
    aaf94b2 View commit details
    Browse the repository at this point in the history
  2. 2.0.0-rc4

    tjwebb committed Nov 25, 2016
    Configuration menu
    Copy the full SHA
    2ee42b9 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2016

  1. [ux] improve trailpack logging

    tjwebb committed Nov 26, 2016
    Configuration menu
    Copy the full SHA
    0e776ed View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2016

  1. Configuration menu
    Copy the full SHA
    db9423b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa27944 View commit details
    Browse the repository at this point in the history
  3. 2.0.0-rc5

    tjwebb committed Nov 27, 2016
    Configuration menu
    Copy the full SHA
    3a9e28d View commit details
    Browse the repository at this point in the history
  4. [pkg] add publishConfig

    tjwebb committed Nov 27, 2016
    Configuration menu
    Copy the full SHA
    28d5474 View commit details
    Browse the repository at this point in the history
  5. 2.0.0-rc6

    tjwebb committed Nov 27, 2016
    Configuration menu
    Copy the full SHA
    82512a6 View commit details
    Browse the repository at this point in the history
  6. [pkg] upgrade joi

    tjwebb committed Nov 27, 2016
    Configuration menu
    Copy the full SHA
    ba2ba13 View commit details
    Browse the repository at this point in the history
  7. 2.0.0-rc7

    tjwebb committed Nov 27, 2016
    Configuration menu
    Copy the full SHA
    ba053ac View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    838fe15 View commit details
    Browse the repository at this point in the history
  9. 2.0.0-rc8

    tjwebb committed Nov 27, 2016
    Configuration menu
    Copy the full SHA
    aed6d73 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    83ad62e View commit details
    Browse the repository at this point in the history
  11. 2.0.0-rc9

    tjwebb committed Nov 27, 2016
    Configuration menu
    Copy the full SHA
    76f55a2 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2016

  1. Configuration menu
    Copy the full SHA
    ca946ae View commit details
    Browse the repository at this point in the history
  2. 2.0.0-rc10

    tjwebb committed Nov 28, 2016
    Configuration menu
    Copy the full SHA
    692e9b9 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2016

  1. Configuration menu
    Copy the full SHA
    5c91c57 View commit details
    Browse the repository at this point in the history
  2. 2.0.0-rc11

    tjwebb committed Dec 6, 2016
    Configuration menu
    Copy the full SHA
    b340afd View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2016

  1. Configuration menu
    Copy the full SHA
    0688784 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    361420f View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2016

  1. Configuration menu
    Copy the full SHA
    ec3eeb3 View commit details
    Browse the repository at this point in the history
  2. [test] update v8 4460 test

    tjwebb committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    3981bab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89d23c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c949e7 View commit details
    Browse the repository at this point in the history
  5. [fix] strict mode for node4

    tjwebb committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    a305979 View commit details
    Browse the repository at this point in the history
  6. [doc] update README

    tjwebb committed Dec 8, 2016
    Configuration menu
    Copy the full SHA
    967afc4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a05e228 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    74430e5 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2016

  1. [archetype] remove whitespace

    tjwebb committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    7576873 View commit details
    Browse the repository at this point in the history
  2. [pkg] simplify test command

    tjwebb committed Dec 9, 2016
    Configuration menu
    Copy the full SHA
    9575778 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2c78b38 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2016

  1. [pkg] try to work with windows

    tjwebb committed Dec 13, 2016
    Configuration menu
    Copy the full SHA
    8ad48ad View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2016

  1. Configuration menu
    Copy the full SHA
    25af2fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    587a10a View commit details
    Browse the repository at this point in the history
  3. [doc] add method documentation

    tjwebb committed Dec 21, 2016
    Configuration menu
    Copy the full SHA
    bafa56a View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2016

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

Commits on Dec 27, 2016

  1. 2.0.0

    tjwebb committed Dec 27, 2016
    Configuration menu
    Copy the full SHA
    62ee391 View commit details
    Browse the repository at this point in the history