-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Closed
Commits on Nov 8, 2018
-
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
Configuration menu - View commit details
-
Copy full SHA for a43db28 - Browse repository at this point
Copy the full SHA a43db28View commit details
Commits on Nov 12, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 4325c6f - Browse repository at this point
Copy the full SHA 4325c6fView commit details
Commits on Nov 14, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ed7e6a5 - Browse repository at this point
Copy the full SHA ed7e6a5View commit details
Commits on Nov 15, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 0ceb93c - Browse repository at this point
Copy the full SHA 0ceb93cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 36f8998 - Browse repository at this point
Copy the full SHA 36f8998View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27bd29b - Browse repository at this point
Copy the full SHA 27bd29bView commit details -
Configuration menu - View commit details
-
Copy full SHA for af266bc - Browse repository at this point
Copy the full SHA af266bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7878c51 - Browse repository at this point
Copy the full SHA 7878c51View commit details -
Configuration menu - View commit details
-
Copy full SHA for c033016 - Browse repository at this point
Copy the full SHA c033016View commit details
Commits on Nov 16, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d923d68 - Browse repository at this point
Copy the full SHA d923d68View commit details
Commits on Nov 19, 2018
-
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 `*`.
Configuration menu - View commit details
-
Copy full SHA for b619cbd - Browse repository at this point
Copy the full SHA b619cbdView commit details
Commits on Nov 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f43e192 - Browse repository at this point
Copy the full SHA f43e192View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f05c1d - Browse repository at this point
Copy the full SHA 8f05c1dView commit details
Commits on Nov 23, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 55714ee - Browse repository at this point
Copy the full SHA 55714eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e49de4 - Browse repository at this point
Copy the full SHA 9e49de4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03ad5ae - Browse repository at this point
Copy the full SHA 03ad5aeView commit details
Commits on Nov 26, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 606662c - Browse repository at this point
Copy the full SHA 606662cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 173764f - Browse repository at this point
Copy the full SHA 173764fView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.