Skip to content

Commit

Permalink
Merge pull request #133 from IBMStreams/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Queenie Ma authored Sep 28, 2020
2 parents 121ffc0 + 8dfe007 commit 774f42d
Show file tree
Hide file tree
Showing 88 changed files with 5,076 additions and 467 deletions.
2 changes: 1 addition & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
**/.DS_Store
*/**/.DS_Store

# Whitelist
# Allowlist
!dist
!images
!language-configuration.json
Expand Down
23 changes: 21 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,25 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.2](https://github.com/IBMStreams/vscode-ide/releases/tag/v1.0.2) - 2020-07-08
## [1.0.3] - 2020-09-28

### Added

- Support for building edge applications
- Support mixed-mode SPL applications in toleration mode ([#109](https://github.com/IBMStreams/vscode-ide/issues/109))
- Support for SPL application sets
- Additional actions to manage Streams build service and local toolkits ([#131](https://github.com/IBMStreams/vscode-ide/issues/131))

### Fixed

- Lint error when build output messages return column values of 0 ([#121](https://github.com/IBMStreams/vscode-ide/issues/121))
- Do not allow the IBM Streams SPL Language Server output channel to be removed ([#123](https://github.com/IBMStreams/vscode-ide/issues/123))

### Changed

- Replace discriminatory or culturally offensive terms that do not rely on third-party software ([#119](https://github.com/IBMStreams/vscode-ide/issues/119))

## [1.0.2] - 2020-07-08

### Added

Expand Down Expand Up @@ -72,5 +90,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Set IBM Streaming Analytics Service Credentials (`ibm-streams.streamingAnalytics.setServiceCredentials`)
- Set IBM Streams Target Version (`ibm-streams.setTargetVersion`)

[Unreleased]: https://github.com/IBMStreams/vscode-ide/compare/v1.0.0...develop
[1.0.3]: https://github.com/IBMStreams/vscode-ide/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/IBMStreams/vscode-ide/compare/v1.0.0...v1.0.2
[1.0.1]: https://github.com/IBMStreams/vscode-ide/tree/v1.0.0
143 changes: 40 additions & 103 deletions README.md

Large diffs are not rendered by default.

Binary file modified images/docs/commands.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions images/icons/dark/box.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions images/icons/dark/launch.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions images/icons/dark/network--1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions images/icons/dark/package.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions images/icons/dark/view--filled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions images/icons/light/box.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions images/icons/light/launch.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions images/icons/light/network--1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions images/icons/light/package.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions images/icons/light/view--filled.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 774f42d

Please sign in to comment.