Skip to content

Instantly share code, notes, and snippets.

View vzhukovs's full-sized avatar

Vladyslav Zhukovskyi vzhukovs

View GitHub Profile
@vzhukovs
vzhukovs / semantic-commit-messages.md
Created December 6, 2022 13:56 — forked from joshbuchea/semantic-commit-messages.md
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example

apiVersion: 1.0.0
metadata:
name: workspace
components:
-
alias: theia-editor
reference: >-
https://gist.githubusercontent.com/vzhukovskii/6ff15c397269db41448194ef7e71183c/raw/79d5d780812da6ac07a250c61b4892b1fd9e0755/meta.yaml
type: cheEditor
# A devfile to setup theia project.
# For developers who work on Theia core.
apiVersion: 1.0.0
metadata:
name: theia-dev
projects:
- name: theia
source:
type: git
@vzhukovs
vzhukovs / triage-2020-06-02.md
Last active June 4, 2020 10:07
Issue triage for June 02 2020.
apiVersion: 1.0.0
metadata:
name: che-dev-workspace
projects:
- name: che-theia
source:
type: git
location: 'https://github.com/eclipse/che-theia.git'
components:
-
@vzhukovs
vzhukovs / meta.yaml
Last active November 20, 2019 13:32
apiVersion: v2
publisher: eclipse
name: che-theia
version: next
type: Che Editor
displayName: theia-ide
title: Eclipse Theia development version.
description: Eclipse Theia, get the latest release each day.
icon: https://raw.githubusercontent.com/theia-ide/theia/master/logo/theia-logo-no-text-black.svg?sanitize=true
category: Editor
# A devfile to setup che-theia projects.
# For developers who work on Theia core or che-theia core extensions and plugins.
apiVersion: 1.0.0
metadata:
name: che-theia-all
projects:
- name: che-theia
# A devfile to setup che-theia projects.
# For developers who work on Theia core or che-theia core extensions and plugins.
apiVersion: 1.0.0
metadata:
name: cheTheia-test
components:
- type: cheEditor
root INFO Theia app listening on http://0.0.0.0,0.0.0.0:3130.
root INFO unzipping the plugin ProxyPluginDeployerEntry {
deployer:
PluginTheiaFileHandler { unpackedFolder: '/tmp/theia-unpacked' },
delegate:
PluginDeployerEntryImpl {
originId: 'local-dir:///default-theia-plugins',
pluginId: 'eclipse_che_ports_plugin.theia',
map: Map {},
changes: [],
# A devfile to setup che-theia projects.
# For developers who work on Theia core or che-theia core extensions and plugins.
apiVersion: 1.0.0
metadata:
name: cheTheia-in-che
projects:
- name: che-theia