-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ws-git): remove github from docs (#109)
# 📥 Pull Request close #108 ## ❓ What are you trying to address This pull request includes changes to remove references to GitHub support from the documentation and codebase, as it is not yet supported by the provider. The most important changes include updates to documentation files and schema definitions to reflect this removal. ## ✨ Description of new changes Documentation updates: * [`docs/data-sources/workspace_git.md`](diffhunk://#diff-ba680457622059b12ddb69bf491cf0ee36bfe48dc00990359cf69e521cde8668L54-R54): Removed `GitHub` from the possible values of `git_provider_type`. * [`docs/resources/workspace_git.md`](diffhunk://#diff-f260a1fbe1e8258810be5d024e7e841b9c6ff1392c1dd4ddb68eba2b916ffaabL63-R63): Removed `GitHub` from the accepted values of `git_provider_type`. Code updates: * [`internal/services/workspace/data_workspace_git.go`](diffhunk://#diff-07308d0bd0e45b8563657cbc1d9295472d7ee2b0592ecd51f534baf6a05928a3L75-R75): Updated the `MarkdownDescription` for `git_provider_type` to exclude `GitHub` from the possible values. * [`internal/services/workspace/resource_workspace_git.go`](diffhunk://#diff-8ea71ad0c29e683008856937c4a73ecc8addbfa05ec32964f37d0e606bf83e3cL104-R107): Updated the `MarkdownDescription` and validators for `git_provider_type` to exclude `GitHub` from the accepted values.
- Loading branch information
1 parent
6d2c5a0
commit 42e30d1
Showing
5 changed files
with
10 additions
and
5 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
kind: fixed | ||
body: Removed info about GitHub support in the docs, which one is not yet supported in provider. | ||
time: 2024-11-25T09:01:46.6991069-08:00 | ||
custom: | ||
Issue: "108" |
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