-
Notifications
You must be signed in to change notification settings - Fork 794
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
(MODULES-1550) add new Feature MySQL login paths #1295
Merged
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
c09a1ae
(MODULES-1550) add new Feature MySQL login paths for Mysql Community …
andreas-stuerz a6f8c92
(MODULES-1550) remove scripts directory
bf768e9
(MODULES-1550) add full stop to summary
5fa3556
Add net-ssh dependency gems to development group
0a8f005
Merge pull request #1297 from puppetlabs/pdksync_dependency_gems_update
daianamezdrea 11abd6a
Revert "Puppet 4 functions"
alexjfisher 5a70627
Remove legacy (old API) `mysql_password` function
alexjfisher dd49fdd
Merge pull request #1298 from alexjfisher/revert-1274-puppet_4_functions
david22swan 39b7bde
Merge pull request #1299 from alexjfisher/remove_legacy_mysql_passwor…
david22swan db30274
(MODULES-10023) Fix multiple xtrabackup regressions (#1245)
fraenki 6a7347b
(maint) - Pdk Update
d6c5363
(maint) - add back gems removed by pdk update
david22swan 7f9bf78
Release version 10.5.0 (#1301)
david22swan b03fc2c
Manage the 'cron' package using ensure_package()
baldurmen 7eab9e4
Merge pull request #1300 from puppetlabs/pdksync_PDK_UPDATE
daianamezdrea 3610f44
Change provision from vmpooler to abs
d49e874
Switch to default spec_helper_acceptance file
f7b93a0
Update spec_helper_acceptance_local.rb
1529f91
Merge pull request #1302 from puppetlabs/pdksync_abs
sheenaajay 4a056a8
Merge pull request #1269 from baldurmen/no_cron
sheenaajay 9722116
(MODULES-1550) add new Feature MySQL login paths for Mysql Community …
andreas-stuerz c076179
(MODULES-1550) remove scripts directory
1592186
(MODULES-1550) add full stop to summary
0bbe3fe
Merge remote-tracking branch 'origin/master'
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"recommendations": [ | ||
"jpogran.puppet-vscode", | ||
"puppet.puppet-vscode", | ||
"rebornix.Ruby" | ||
] | ||
} |
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.
Is this right?? Seems to directly contradict the change made in PDK.
puppetlabs/pdk-templates#329
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.
Ignore this comment. It doesn't relate to this PR. Rebasing/merging must have gone a bit funny at some point to pull this in here.