Skip to content

Remove GitHub projects #439

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

Merged
merged 4 commits into from
May 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
130 changes: 0 additions & 130 deletions crds/workspace.devfile.io_devworkspaces.v1beta1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6957,8 +6957,6 @@ spec:
oneOf:
- required:
- git
- required:
- github
- required:
- zip
properties:
Expand Down Expand Up @@ -7003,35 +7001,6 @@ spec:
configured
type: object
type: object
github:
description: Project's GitHub source. Deprecated, use
`Git` instead
properties:
checkoutFrom:
description: Defines from what the project should
be checked out. Required if there are more than
one remote configured
properties:
remote:
description: The remote name should be used
as init. Required if there are more than one
remote configured
type: string
revision:
description: The revision to checkout from.
Should be branch name, tag or commit id. Default
branch is used if missing or specified revision
is not found.
type: string
type: object
remotes:
additionalProperties:
type: string
description: The remotes map which should be initialized
in the git project. Must have at least one remote
configured
type: object
type: object
name:
description: Project name
maxLength: 63
Expand All @@ -7041,7 +7010,6 @@ spec:
description: Type of project source
enum:
- Git
- Github
- Zip
type: string
sparseCheckoutDirs:
Expand Down Expand Up @@ -7077,8 +7045,6 @@ spec:
oneOf:
- required:
- git
- required:
- github
- required:
- zip
properties:
Expand Down Expand Up @@ -7118,35 +7084,6 @@ spec:
configured
type: object
type: object
github:
description: Project's GitHub source. Deprecated, use
`Git` instead
properties:
checkoutFrom:
description: Defines from what the project should
be checked out. Required if there are more than
one remote configured
properties:
remote:
description: The remote name should be used
as init. Required if there are more than one
remote configured
type: string
revision:
description: The revision to checkout from.
Should be branch name, tag or commit id. Default
branch is used if missing or specified revision
is not found.
type: string
type: object
remotes:
additionalProperties:
type: string
description: The remotes map which should be initialized
in the git project. Must have at least one remote
configured
type: object
type: object
name:
description: Project name
maxLength: 63
Expand All @@ -7156,7 +7093,6 @@ spec:
description: Type of project source
enum:
- Git
- Github
- Zip
type: string
subDir:
Expand Down Expand Up @@ -7195,8 +7131,6 @@ spec:
oneOf:
- required:
- git
- required:
- github
- required:
- zip
- required:
Expand Down Expand Up @@ -7257,36 +7191,6 @@ spec:
required:
- remotes
type: object
github:
description: Project's GitHub source. Deprecated, use `Git`
instead
properties:
checkoutFrom:
description: Defines from what the project should be
checked out. Required if there are more than one remote
configured
properties:
remote:
description: The remote name should be used as init.
Required if there are more than one remote configured
type: string
revision:
description: The revision to checkout from. Should
be branch name, tag or commit id. Default branch
is used if missing or specified revision is not
found.
type: string
type: object
remotes:
additionalProperties:
type: string
description: The remotes map which should be initialized
in the git project. Must have at least one remote
configured
type: object
required:
- remotes
type: object
name:
description: Project name
maxLength: 63
Expand All @@ -7296,7 +7200,6 @@ spec:
description: Type of project source
enum:
- Git
- Github
- Zip
- Custom
type: string
Expand Down Expand Up @@ -7325,8 +7228,6 @@ spec:
oneOf:
- required:
- git
- required:
- github
- required:
- zip
- required:
Expand Down Expand Up @@ -7382,36 +7283,6 @@ spec:
required:
- remotes
type: object
github:
description: Project's GitHub source. Deprecated, use `Git`
instead
properties:
checkoutFrom:
description: Defines from what the project should be
checked out. Required if there are more than one remote
configured
properties:
remote:
description: The remote name should be used as init.
Required if there are more than one remote configured
type: string
revision:
description: The revision to checkout from. Should
be branch name, tag or commit id. Default branch
is used if missing or specified revision is not
found.
type: string
type: object
remotes:
additionalProperties:
type: string
description: The remotes map which should be initialized
in the git project. Must have at least one remote
configured
type: object
required:
- remotes
type: object
name:
description: Project name
maxLength: 63
Expand All @@ -7421,7 +7292,6 @@ spec:
description: Type of project source
enum:
- Git
- Github
- Zip
- Custom
type: string
Expand Down
Loading