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

rfc: Cloud Assembly Specification #1119

Closed
wants to merge 18 commits into from
Closed

Commits on Nov 8, 2018

  1. chore: Specify a Cloud Assembly

    Looking forward to supporting a more integrated deployment experience
    with support of multiple stacks (with deployment order constraints
    honored) as well as assets, this proposes a specification for a
    *Cloud Assembly* that determines a document storage format.
    
    Fixes: #956
    RomainMuller committed Nov 8, 2018
    Configuration menu
    Copy the full SHA
    a43db28 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2018

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

Commits on Nov 14, 2018

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

Commits on Nov 15, 2018

  1. Configuration menu
    Copy the full SHA
    0ceb93c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36f8998 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27bd29b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af266bc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7878c51 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c033016 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2018

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

Commits on Nov 19, 2018

  1. chore: Add rule to guarantee node runtime compatibility

    This adds a rule to make sure the codebase is all configured to support
    node runtimes complying with `>= 8.11.0`, by ensuring that the
    configured `@types/node` version starts with `^8.11.`.
    
    In order to allow applying this rule to the top-level `package.json`, a
    feature was added to `pkglint` that allows users to confgure `include`
    and `exclude` filters as part of their `package.json`'s `pkglint` setup.
    Exclusions always have precedence over inclusions, and specifying
    `disable: true` has the same effect as specifying `exclude: '*'`. Both
    the `include` and `exclude` values can contain patterns that use `*` as
    a wild-card that maches any number of characters (including no
    character at all), and can be either a single pattern, or an array of
    patterns. `include` defaults to `*`.
    RomainMuller committed Nov 19, 2018
    Configuration menu
    Copy the full SHA
    b619cbd View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2018

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

Commits on Nov 23, 2018

  1. WIP Checkpoint

    RomainMuller committed Nov 23, 2018
    Configuration menu
    Copy the full SHA
    55714ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e49de4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03ad5ae View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2018

  1. Rename drops to droplets

    RomainMuller committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    606662c View commit details
    Browse the repository at this point in the history
  2. Handle missing data

    RomainMuller committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    173764f View commit details
    Browse the repository at this point in the history