Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
James Drummond authored Apr 9, 2017
1 parent 12c6c75 commit 1b53da2
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,51 @@
# Change Log

## [5.7.0](https://github.com/eclipse/che/tree/5.7.0) (2017-04-06)
[Full Changelog](https://github.com/eclipse/che/compare/5.6.0...5.7.0)

**Pull requests merged:**
- fix release failure [4729](https://github.com/eclipse/che/pull/4729)
- Add node modules to the gitignore [4727](https://github.com/eclipse/che/pull/4727)
- Added factory images used in links, Pull Requests etc [4725](https://github.com/eclipse/che/pull/4725)
- Fix agents installation scripts in case neither of curl/wget is installed in machine. [4723](https://github.com/eclipse/che/pull/4723)
- Change link to docs in product [4717](https://github.com/eclipse/che/pull/4717)
- Fixing tests after changing Url generation logic [4709](https://github.com/eclipse/che/pull/4709)
- Added possibility to show/hide info panel in text editors. [4707](https://github.com/eclipse/che/pull/4707)
- Using '-' instead of '.' for generating OpenShift route Urls [4705](https://github.com/eclipse/che/pull/4705)
- Fix possible NPE if ProductInfoDataProvider not provide logo [4703](https://github.com/eclipse/che/pull/4703)
- Fixed appearance of the commands toolbar and command editor for the light theme [4700](https://github.com/eclipse/che/pull/4700)
- Fix few warn during GWT compilation [4697](https://github.com/eclipse/che/pull/4697)
- [UD] reworked fetch current user to return promise on error and handle 304 status properly. [4695](https://github.com/eclipse/che/pull/4695)
- Methods related to factory button functionality in FactoryService become deprecated [4694](https://github.com/eclipse/che/pull/4694)
- Suppress exception traces on start of workspace were sudo is forbidden for user in dev-machine. [4693](https://github.com/eclipse/che/pull/4693)
- Make che-plugin-product-info optional for IDE [4682](https://github.com/eclipse/che/pull/4682)
- Fix a problem with getting subpackages for java projects [4681](https://github.com/eclipse/che/pull/4681)
- Fixed bug with displaying command's name in Processes list when text is too long [4680](https://github.com/eclipse/che/pull/4680)
- Fix php56 name [4676](https://github.com/eclipse/che/pull/4676)
- Adding property to set workspaces memory request on OpenShift [4671](https://github.com/eclipse/che/pull/4671)
- Add Nullable parameter to che.docker.ip.external in OpenShiftConnector [4662](https://github.com/eclipse/che/pull/4662)
- CHE-158 Adding TLS support for Workspace routes [4660](https://github.com/eclipse/che/pull/4660)
- Makes it possible to move packages [4659](https://github.com/eclipse/che/pull/4659)
- Now all command goals names must be unique ignoring string case considerations. [4656](https://github.com/eclipse/che/pull/4656)
- CHE-4619; Move factory functionality into core [4655](https://github.com/eclipse/che/pull/4655)
- #4306 fix NPE in case of invalid java FQN [4654](https://github.com/eclipse/che/pull/4654)
- Sets CHE_WORKSPACE_ID and CHE_MACHINE_NAME env variables in all machines started by Che [4649](https://github.com/eclipse/che/pull/4649)
- CHE-4586: Add pip3 check fro python language server [4648](https://github.com/eclipse/che/pull/4648)
- Allowed to use single hyphen in the middle of account name. [4643](https://github.com/eclipse/che/pull/4643)
- Docker client throws specific exception instead of general in case exec is not found on exec start request. [4620](https://github.com/eclipse/che/pull/4620)
- CHE-3844: Show 'Add terminal button' in the machine nodes when Workspace is running [4618](https://github.com/eclipse/che/pull/4618)
- #4554 fix Class not found exception in maven server [4613](https://github.com/eclipse/che/pull/4613)
- Remove opacity style for emptyEditorsPanel logo div. [4612](https://github.com/eclipse/che/pull/4612)
- An option to configure `Soft Wrap` is placed to `Profile > Preferences > Editor`. [4580](https://github.com/eclipse/che/pull/4580)
- Added alias `index.docker.io` for docker hub. [4572](https://github.com/eclipse/che/pull/4572)
- [UD] changed namespace toggle button to dropbox, fixed error on workspace creation with non-existing namespace provided. [4570](https://github.com/eclipse/che/pull/4570)
- Add support for resource requests/limits when running on Openshift [4564](https://github.com/eclipse/che/pull/4564)
- Replace mysql with eclipse/mysql image [4451](https://github.com/eclipse/che/pull/4451)
- Update terminal xterm.js to the version 2.4.0. Move terminal client to the che-lib. [4449](https://github.com/eclipse/che/pull/4449)
- Adds Factories which automate workspace provisioning. [4413](https://github.com/eclipse/che/pull/4413)
- [cli] Add new 'archetype' command for generating, building and running custom assemblies [4179](https://github.com/eclipse/che/pull/4179)
- Allow to use wget instead of only curl for installing ws agent or terminal agent [4029](https://github.com/eclipse/che/pull/4029)

## [5.6.0](https://github.com/eclipse/che/tree/5.6.0) (2017-03-30)
[Full Changelog](https://github.com/eclipse/che/compare/5.5.0...5.6.0)

Expand Down

0 comments on commit 1b53da2

Please sign in to comment.