-
Notifications
You must be signed in to change notification settings - Fork 3
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
stmh
wants to merge
11
commits into
3.8-beta
Choose a base branch
from
feature/refactor-git-and-related-config
base: 3.8-beta
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Aug 14, 2022
-
feat: Allow methods to declare deprecation mappings
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`
Configuration menu - View commit details
-
Copy full SHA for ab37bd4 - Browse repository at this point
Copy the full SHA ab37bd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 058dfef - Browse repository at this point
Copy the full SHA 058dfefView commit details -
fix: Shortcut for Node based data
if getPropery is called on a Node use node’s implementation which is faster than the general implementation
Configuration menu - View commit details
-
Copy full SHA for 00b8dcb - Browse repository at this point
Copy the full SHA 00b8dcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 76d777c - Browse repository at this point
Copy the full SHA 76d777cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c15d5e - Browse repository at this point
Copy the full SHA 4c15d5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 70c0b80 - Browse repository at this point
Copy the full SHA 70c0b80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91b59b6 - Browse repository at this point
Copy the full SHA 91b59b6View commit details -
feat: yarn, npm and composer methods can use docker-image as run-cont…
…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
Configuration menu - View commit details
-
Copy full SHA for 894fcf6 - Browse repository at this point
Copy the full SHA 894fcf6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41b2bfe - Browse repository at this point
Copy the full SHA 41b2bfeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6246bea - Browse repository at this point
Copy the full SHA 6246beaView commit details -
Configuration menu - View commit details
-
Copy full SHA for e5b8126 - Browse repository at this point
Copy the full SHA e5b8126View 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.