Skip to content

Commit 774f42d

Browse files
author
Queenie Ma
authored
Merge pull request #133 from IBMStreams/develop
2 parents 121ffc0 + 8dfe007 commit 774f42d

File tree

88 files changed

+5076
-467
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+5076
-467
lines changed

.vscodeignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
**/.DS_Store
55
*/**/.DS_Store
66

7-
# Whitelist
7+
# Allowlist
88
!dist
99
!images
1010
!language-configuration.json

CHANGELOG.md

+21-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,25 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [1.0.2](https://github.com/IBMStreams/vscode-ide/releases/tag/v1.0.2) - 2020-07-08
8+
## [1.0.3] - 2020-09-28
9+
10+
### Added
11+
12+
- Support for building edge applications
13+
- Support mixed-mode SPL applications in toleration mode ([#109](https://github.com/IBMStreams/vscode-ide/issues/109))
14+
- Support for SPL application sets
15+
- Additional actions to manage Streams build service and local toolkits ([#131](https://github.com/IBMStreams/vscode-ide/issues/131))
16+
17+
### Fixed
18+
19+
- Lint error when build output messages return column values of 0 ([#121](https://github.com/IBMStreams/vscode-ide/issues/121))
20+
- Do not allow the IBM Streams SPL Language Server output channel to be removed ([#123](https://github.com/IBMStreams/vscode-ide/issues/123))
21+
22+
### Changed
23+
24+
- Replace discriminatory or culturally offensive terms that do not rely on third-party software ([#119](https://github.com/IBMStreams/vscode-ide/issues/119))
25+
26+
## [1.0.2] - 2020-07-08
927

1028
### Added
1129

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

75-
[Unreleased]: https://github.com/IBMStreams/vscode-ide/compare/v1.0.0...develop
93+
[1.0.3]: https://github.com/IBMStreams/vscode-ide/compare/v1.0.2...v1.0.3
94+
[1.0.2]: https://github.com/IBMStreams/vscode-ide/compare/v1.0.0...v1.0.2
7695
[1.0.1]: https://github.com/IBMStreams/vscode-ide/tree/v1.0.0

README.md

+40-103
Large diffs are not rendered by default.

images/docs/commands.png

57.9 KB
Loading

images/icons/dark/box.svg

+5
Loading

images/icons/dark/launch.svg

+13
Loading

images/icons/dark/network--1.svg

+4
Loading

images/icons/dark/package.svg

+5
Loading

images/icons/dark/view--filled.svg

+10
Loading

images/icons/light/box.svg

+5
Loading

images/icons/light/launch.svg

+13
Loading

images/icons/light/network--1.svg

+4
Loading

images/icons/light/package.svg

+5
Loading

images/icons/light/view--filled.svg

+10
Loading

0 commit comments

Comments
 (0)