-
Notifications
You must be signed in to change notification settings - Fork 12
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
Version 3 #132
Draft
joelgallant
wants to merge
46
commits into
master
Choose a base branch
from
v3
base: master
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.
Draft
Version 3 #132
Changes from 19 commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
bde97c1
feat(#106): removes some default parsing extensions
joelgallant 32ba646
chore: removes v1 compat tests
joelgallant 83eca7b
ci: publish as "next"
joelgallant 4425a4f
chore: release v3.0.0-alpha.1
joelgallant fdf04de
Merge branch 'master' into v3
joelgallant 44085dc
fix: tag
joelgallant 26fb69f
fix: versions of examples
joelgallant 6c9acbd
chore: removes `$` prefixed options in $substitute
joelgallant cafaa98
chore: removes some exports from @app-config/main
joelgallant 6304de1
refactor(#129): changes parsing extensions to pass through some hiera…
joelgallant 1e7836c
feat: reads env from parsing context
joelgallant 6285b3d
refactor:environment via parsing extension context
joelgallant 7caed5c
feat(#131): starts test for $extends with env
joelgallant f46c990
chore: 3.0.0-alpha.2
joelgallant 2a5c956
feat: upgrade to ajv v8
joelgallant ed5df0e
chore: dependencies
joelgallant b4e9463
fix: error message from ajv
joelgallant 25b3633
fix: more ajv error messages
joelgallant 9155ebb
chore: v3.0.0-alpha.3
joelgallant c0995d8
Merge branch 'master' into v3
joelgallant 365a59a
Merge branch 'master' into v3
joelgallant 0ba4bcf
cleanup: removes deprecation warnings
joelgallant ffe46a4
cleanup: removes deprecation options on envVar and substitute
joelgallant 1819e05
cleanup: removes deprecated FlexibleFileSource constructor
joelgallant e790ac6
cleanup: removes deprecated use of currentEnvironment
joelgallant 8a0d3a8
fix: lints
joelgallant cadfbc7
fix: old parentkeys
joelgallant 1d70bb6
cleanup: old tests
joelgallant 72132d7
fix: random-package
joelgallant de636dd
fix: eval-package
joelgallant 7d5af9a
cleanup: default-extensions type
joelgallant 769328e
Merge branch 'master' into v3
joelgallant 7de7bf5
feat: removes default-extensions
joelgallant 41ed7c0
chore: release v3.0.0-alpha.4
joelgallant 852c35d
fix: examples versions
joelgallant 3a07ce3
Merge branch 'master' into v3
joelgallant 11943d1
chore: removes @lcdev packages
joelgallant d887cc4
fix: types
joelgallant d819852
Merge branch 'master' into v3
joelgallant 50a7808
Merge remote-tracking branch 'origin/master' into v3
joelgallant 1a82484
chore: release v3.0.0-alpha.5
joelgallant b9f68af
fix: test snapshots
joelgallant 272996c
fix: remove default-extensions entirely
joelgallant 467c1e1
chore: lockfile bumps
joelgallant 62e5ba4
chore: release v3.0.0-alpha.6
joelgallant a3a4e96
chore: examples & test project deps
joelgallant File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO: remove before merging