N/A
- Implement kotling library to support basic operations with Devfile #21064
- Check that workspaces start successfully with OCP 4.10 Console samples #21063
- Color Theme preferences are reset after workspace restarting #21065
apiVersion: v2 | |
publisher: github | |
name: vscode-pull-request-github | |
version: latest | |
type: VS Code extension | |
displayName: GitHub Pull Requests and Issues | |
title: GitHub Pull Requests and Issues | |
description: Pull Request and Issue Provider for GitHub | |
icon: /images/github-vscode-pull-request-github-icon.png | |
category: Other |
schemaVersion: 2.1.0 | |
metadata: | |
name: nodejs-mongo | |
components: | |
- name: nodejs | |
container: | |
image: quay.io/devfile/universal-developer-image:ubi8-b452131 | |
env: | |
# The values below are used to set up the environment for running the application | |
- name: SECRET |
schemaVersion: 1.0.0 | |
metadata: | |
id: redhat/vscode-yaml | |
publisher: redhat | |
name: vscode-yaml | |
version: latest | |
displayName: YAML | |
description: 'YAML Language Support by Red Hat, with built-in Kubernetes syntax support' | |
repository: 'https://github.com/redhat-developer/vscode-yaml' | |
categories: |
apiVersion: v2 | |
publisher: ms-python | |
name: python | |
version: latest | |
type: VS Code extension | |
displayName: Python | |
title: Python | |
description: Linting, Debugging (multi-threaded, remote), Intellisense, Jupyter Notebooks, code formatting, refactoring, unit tests, snippets, and more. | |
icon: /images/ms-python-python-icon.png | |
category: Programming Languages |
N/A
N/A
schemaVersion: 2.1.0 | |
metadata: | |
name: nodejs-web-app | |
projects: | |
- name: demonodejs | |
git: | |
checkoutFrom: | |
revision: master | |
remotes: | |
origin: https://github.com/Divine1/demonodejs.git |
schemaVersion: 2.0.0 | |
metadata: | |
name: python | |
version: 1.0.0 | |
displayName: Python | |
description: Python Stack with Python 3.7 | |
icon: https://raw.githubusercontent.com/devfile-samples/devfile-stack-icons/main/python.svg | |
tags: ['Python', 'pip'] | |
projectType: 'python' | |
language: 'python' |
--- | |
apiVersion: 1.0.0 | |
metadata: | |
generateName: java-gradle- | |
projects: | |
- | |
name: validating-form-input | |
source: | |
location: "https://github.com/crw-samples/gs-validating-form-input.git" | |
branch: master |