-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Enable source control management as option for user to deploy web apps #826
Merged
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
21db11c
resolve conflict.
metacpp 78f5d92
Add default value for scm_type.
metacpp e0cd2e8
add site_source_control_props as attributes.
metacpp 180fd76
Change the naming to simpler one and update documentation.
metacpp 234b56f
Update the documentation and code style.
metacpp 834c914
Update the test case and schema for source_control.
metacpp 749960e
resolve conflict.
metacpp 6437f64
Add default value for scm_type.
metacpp 0765cf6
add site_source_control_props as attributes.
metacpp 5ed289f
Change the naming to simpler one and update documentation.
metacpp cc4de93
Update the documentation and code style.
metacpp f3c7cd7
Update the test case and schema for source_control.
metacpp 88714a9
only setting the source control block when there's values to be set
tombuildsstuff 423ffc1
Merge branch 'master' into hack_scm
metacpp bbba70f
Resolve conflict.
metacpp d53a029
update the schema of site_config in app_service_plan to be the same a…
metacpp 5384229
Merge branch 'master' into hack_scm
metacpp 3c1cf85
Merge branch 'hack_scm' of github.com:terraform-providers/terraform-p…
metacpp 1c4e460
add schema for publishing user for FTP and Git deployment.
metacpp ad47fdb
add expand and flattern for publishing user.
metacpp 2d0fbf8
Add update and read for publishing_user.
metacpp d0d7ab5
Refine the code, test and documentation to support local git deployment.
metacpp 1ba5381
Merge branch 'master' into hack_scm
metacpp 4860923
Update the schema for site_credential.password to be sensitive.
metacpp 2efd09c
Merge branch 'master' into hack_scm
metacpp 43b5b49
Renaming `user_name` -> `username`
tombuildsstuff 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
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.
so it'd also be good to expose the value of the SCM URL as a computed field - which I believe should be returned from the
GetSourceControl
API call when this is set toScmTypeLocalGit
?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.
Thanks for the reminding, this is exactly what I did the recent commit, please see changes.