Skip to content

Commit

Permalink
Update todo.ts and CHANGELOG.md
Browse files Browse the repository at this point in the history
 * Remove implemented todo items
 * Add next release section to CHANGELOG.md and list fixed issues

Signed-off-by: Denis Golovin [email protected]
  • Loading branch information
dgolovin committed Feb 18, 2021
1 parent b6a527f commit 7801823
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 23 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# Change Log

## 0.2.3 (March 1, 2021)

- [#1966](https://github.com/redhat-developer/vscode-openshift-tools/issues/1966) Print CRC commands to 'CRC Logs' channel
- [#1953](https://github.com/redhat-developer/vscode-openshift-tools/issues/1953) Upgrade to crc 1.22.0 release

## 0.2.2 (February 10, 2021)

New features and bugfixes:
- [#1952](https://github.com/redhat-developer/vscode-openshift-tools/issues/1952) Fix OpenShift icon broken image
- [#1953](https://github.com/redhat-developer/vscode-openshift-tools/issues/1953) Update to CodeReady Containers (CRC) `1.22.0` to use OpenShift `4.6.15`


## 0.2.1 (February 9, 2021)

New features and bugfixes:
Expand Down
23 changes: 1 addition & 22 deletions src/todo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,4 @@
* Licensed under the MIT License. See LICENSE file in the project root for license information.
*-----------------------------------------------------------------------------------------------*/

// TODO: Figure out how to support two kinds of components everywhere:
// * configuration when map context to component data on disk
// * application tree
// * in commands

// TODO: recognize s2i and devfile components based on 'odo describe --context' output
// by sourceType is undefined

// TODO: let create devfile components only from workspace folders because other kind of components
// are not supported

// TODO: OdoModel.getObjectByContext should be async and relay on promise that is returned form
// addContexts method, because in case of big workspace loadContexts might be still working
// when user is already requesting info from OdoModel

// TODO: How to set ports for url created for devfile component

// TODO: Fix workflow for creating components based on git repository

// TODO: Filter out folders with s2i and devfile components when selecting context for new component

// TODO: Ban the linking for Devfile Components
// TODO: Fix workflow for creating components based on git repository

0 comments on commit 7801823

Please sign in to comment.