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

Draft: Feature/refactor git and related config #283

Open
wants to merge 11 commits into
base: 3.8-beta
Choose a base branch
from

Conversation

stmh
Copy link
Member

@stmh stmh commented Aug 14, 2022

Based on feature/refactor-run-command-base-class and applied the same principles; moving git configuration into its own namespace git.

stmh added 11 commits August 14, 2022 13:29
This allows methods to declare a mapping from the deprecated property-name to the new one. Supports dot-syntax to describe hierarchies, e.g. `yarnBuildCommand => yarn.buildCommand`
if getPropery is called on a Node use node’s implementation which is faster than the general implementation
…exts now

This will also deprecate the compound properties like `yarnBuildCommand`, `composerRunContext` and move everything in their respective name-space, eg.

```
yarn:
  buildCommand: build
  context: docker-image
  image: node
```
etc. The old syntax can still be used, but will create a warning
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant