From f0e9c2eabfdd0fddc261b5cbc5ae1c1595da355b Mon Sep 17 00:00:00 2001 From: Roman Iuvshyn Date: Wed, 20 Sep 2017 23:19:41 +0300 Subject: [PATCH] RELEASE: Update CHANGELOG (#6365) --- CHANGELOG.md | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbc1326ddb..15a7b1e6c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,80 @@ # Change Log +## [5.18.0](https://github.com/eclipse/che/tree/5.18.0) (2017-09-20) +[Full Changelog](https://github.com/eclipse/che/compare/5.17.0...5.18.0) + +**Merged pull requests:** + +- Remove unused legacy parts [\#6351](https://github.com/eclipse/che/pull/6351) ([skabashnyuk](https://github.com/skabashnyuk)) +- RELEASE: Set next development version [\#6345](https://github.com/eclipse/che/pull/6345) ([riuvshin](https://github.com/riuvshin)) +- Fix find action selenium test [\#6340](https://github.com/eclipse/che/pull/6340) ([mmorhun](https://github.com/mmorhun)) +- Adding support of applying limitranges / resourcequotas on minishift [\#6337](https://github.com/eclipse/che/pull/6337) ([ibuziuk](https://github.com/ibuziuk)) +- Remove unneeded license checking excludes [\#6316](https://github.com/eclipse/che/pull/6316) ([garagatyi](https://github.com/garagatyi)) +- Clean up test workspaces [\#6293](https://github.com/eclipse/che/pull/6293) ([dmytro-ndp](https://github.com/dmytro-ndp)) +- Change name of test class in the suite after renaming [\#6282](https://github.com/eclipse/che/pull/6282) ([musienko-maxim](https://github.com/musienko-maxim)) +- Common fixes for master [\#6270](https://github.com/eclipse/che/pull/6270) ([musienko-maxim](https://github.com/musienko-maxim)) +- CHE-6033: Fix bug when git colors are note updated after git operations [\#6262](https://github.com/eclipse/che/pull/6262) ([vinokurig](https://github.com/vinokurig)) +- Fix up tests in the package 'git' [\#6257](https://github.com/eclipse/che/pull/6257) ([artaleks9](https://github.com/artaleks9)) +- openshift.io-798 Checking only first 20 chars of tag in 'getImageStreamTagFromRepo' for long tags [\#6245](https://github.com/eclipse/che/pull/6245) ([ibuziuk](https://github.com/ibuziuk)) +- \#5791 save user preferences when window lost focus [\#6224](https://github.com/eclipse/che/pull/6224) ([evidolob](https://github.com/evidolob)) +- CODENVY-2284: Add additional logs [\#6217](https://github.com/eclipse/che/pull/6217) ([mmorhun](https://github.com/mmorhun)) +- Adapt existing selenium tests that use workspace details page [\#6214](https://github.com/eclipse/che/pull/6214) ([SkorikSergey](https://github.com/SkorikSergey)) +- CHE-5936 Fix build [\#6181](https://github.com/eclipse/che/pull/6181) ([vitaliy-guliy](https://github.com/vitaliy-guliy)) +- \#5695 avoid leaking of double click handler [\#6168](https://github.com/eclipse/che/pull/6168) ([evidolob](https://github.com/evidolob)) +- Fix the invalid null check. [\#6164](https://github.com/eclipse/che/pull/6164) ([monaka](https://github.com/monaka)) +- Fix warning in pom.xml [\#6158](https://github.com/eclipse/che/pull/6158) ([vparfonov](https://github.com/vparfonov)) +- \#6016 do not register highlight service if no patterns provided [\#6146](https://github.com/eclipse/che/pull/6146) ([evidolob](https://github.com/evidolob)) +- Fix timeout on restoring multiple files on startup [\#6141](https://github.com/eclipse/che/pull/6141) ([tsmaeder](https://github.com/tsmaeder)) +- Fix code actions [\#6113](https://github.com/eclipse/che/pull/6113) ([tsmaeder](https://github.com/tsmaeder)) +- Fix workspace symbol handling [\#6112](https://github.com/eclipse/che/pull/6112) ([tsmaeder](https://github.com/tsmaeder)) +- Don't wait 5 seconds for Language servers [\#6111](https://github.com/eclipse/che/pull/6111) ([tsmaeder](https://github.com/tsmaeder)) +- Scripts to deploy Che on OpenShift [\#6098](https://github.com/eclipse/che/pull/6098) ([l0rd](https://github.com/l0rd)) +- RELEASE: Update CHANGELOG [\#6087](https://github.com/eclipse/che/pull/6087) ([riuvshin](https://github.com/riuvshin)) +- \#1796 log telemetry event [\#6079](https://github.com/eclipse/che/pull/6079) ([evidolob](https://github.com/evidolob)) +- Some JSON RPC requests are not processed by RequestHandlerManage [\#5991](https://github.com/eclipse/che/pull/5991) ([dkuleshov](https://github.com/dkuleshov)) +- Add ability to switch between files in Git Diff widget [\#5965](https://github.com/eclipse/che/pull/5965) ([mmorhun](https://github.com/mmorhun)) +- Add implementation for 'Show message request' LS feature [\#5860](https://github.com/eclipse/che/pull/5860) ([evidolob](https://github.com/evidolob)) +- Thread dump for java debugger [\#5320](https://github.com/eclipse/che/pull/5320) ([tolusha](https://github.com/tolusha)) +- fix che-lib build.sh if condition [\#6350](https://github.com/eclipse/che/pull/6350) ([riuvshin](https://github.com/riuvshin)) +- DTO TypeScript generator: Some DTO in Che are using "arguments" and this is a reserved keyword [\#6349](https://github.com/eclipse/che/pull/6349) ([benoitf](https://github.com/benoitf)) +- Workaround for fixing freeze browser for big project [\#6341](https://github.com/eclipse/che/pull/6341) ([vparfonov](https://github.com/vparfonov)) +- Add warning message when trying to get the not existing workspace [\#6290](https://github.com/eclipse/che/pull/6290) ([olexii4](https://github.com/olexii4)) +- Fix and improve some actions [\#6287](https://github.com/eclipse/che/pull/6287) ([AndrienkoAleksandr](https://github.com/AndrienkoAleksandr)) +- CHE-6046. Provide correct data for search results of Find text feature [\#6275](https://github.com/eclipse/che/pull/6275) ([RomanNikitenko](https://github.com/RomanNikitenko)) +- Inject unsubscribe handlers [\#6273](https://github.com/eclipse/che/pull/6273) ([vparfonov](https://github.com/vparfonov)) +- Che dockerfiles: apply chmod only to folders to fool COW [\#6272](https://github.com/eclipse/che/pull/6272) ([l0rd](https://github.com/l0rd)) +- CHE-6162: Fix problem project detection procedure [\#6264](https://github.com/eclipse/che/pull/6264) ([vparfonov](https://github.com/vparfonov)) +- CHE-5925: Add hotkeys to the most usable git actions [\#6247](https://github.com/eclipse/che/pull/6247) ([mmorhun](https://github.com/mmorhun)) +- Added compile goal to vertx stack debug command [\#6212](https://github.com/eclipse/che/pull/6212) ([JPinkney](https://github.com/JPinkney)) +- CHE-6063. Improve mechanism of handling file watcher 'MODIFIED' events [\#6209](https://github.com/eclipse/che/pull/6209) ([RomanNikitenko](https://github.com/RomanNikitenko)) +- Setup Traefik container to restart policy 'always'. [\#6207](https://github.com/eclipse/che/pull/6207) ([monaka](https://github.com/monaka)) +- Backport rh-che changes to OpenShift deployment script [\#6202](https://github.com/eclipse/che/pull/6202) ([l0rd](https://github.com/l0rd)) +- Modify che-server Dockerfile to run on OpenShift [\#6200](https://github.com/eclipse/che/pull/6200) ([l0rd](https://github.com/l0rd)) +- CHE-6191: FIx bug when can not open project in workspace with custom … [\#6196](https://github.com/eclipse/che/pull/6196) ([vinokurig](https://github.com/vinokurig)) +- CHE-5741: Auto focus after selection terminal. [\#6192](https://github.com/eclipse/che/pull/6192) ([AndrienkoAleksandr](https://github.com/AndrienkoAleksandr)) +- Unconfigured as project top level folder will marked as detected project [\#6184](https://github.com/eclipse/che/pull/6184) ([vparfonov](https://github.com/vparfonov)) +- Project service: Lazy init of Tika [\#6179](https://github.com/eclipse/che/pull/6179) ([benoitf](https://github.com/benoitf)) +- plugin maven server: lazily init the local repository. [\#6178](https://github.com/eclipse/che/pull/6178) ([benoitf](https://github.com/benoitf)) +- CHE-5936 Properly handle changing workspace [\#6176](https://github.com/eclipse/che/pull/6176) ([vitaliy-guliy](https://github.com/vitaliy-guliy)) +- CHE-6114: Fix problems with project explorer performance in big projects [\#6175](https://github.com/eclipse/che/pull/6175) ([vinokurig](https://github.com/vinokurig)) +- There is no Java code inside the IDE.JSP so there is no need to have all JSP stuff [\#6174](https://github.com/eclipse/che/pull/6174) ([benoitf](https://github.com/benoitf)) +- CHE-5338. Clean up app state preference when workspace is removed [\#6172](https://github.com/eclipse/che/pull/6172) ([RomanNikitenko](https://github.com/RomanNikitenko)) +- Fix gulp test task execution [\#6171](https://github.com/eclipse/che/pull/6171) ([ashumilova](https://github.com/ashumilova)) +- JDT core module: GWT dependency should not be there. It's running on server side. [\#6167](https://github.com/eclipse/che/pull/6167) ([benoitf](https://github.com/benoitf)) +- CHE-5810: Improve client encoding for file or folder path to support special symbols [\#6166](https://github.com/eclipse/che/pull/6166) ([AndrienkoAleksandr](https://github.com/AndrienkoAleksandr)) +- Use concrete node version for UD Dockerfile [\#6147](https://github.com/eclipse/che/pull/6147) ([riuvshin](https://github.com/riuvshin)) +- CHE-5886: Run XML test suite for TestNG [\#6145](https://github.com/eclipse/che/pull/6145) ([svor](https://github.com/svor)) +- Temporary workaround limit search result to 50 file [\#6142](https://github.com/eclipse/che/pull/6142) ([vparfonov](https://github.com/vparfonov)) +- Remove unsupported ant extension [\#6140](https://github.com/eclipse/che/pull/6140) ([skabashnyuk](https://github.com/skabashnyuk)) +- fix cli config test [\#6137](https://github.com/eclipse/che/pull/6137) ([riuvshin](https://github.com/riuvshin)) +- Fix switch statement [\#6135](https://github.com/eclipse/che/pull/6135) ([RomanNikitenko](https://github.com/RomanNikitenko)) +- Use ws-agent's Java in testing plugin [\#6132](https://github.com/eclipse/che/pull/6132) ([eivantsov](https://github.com/eivantsov)) +- Docker image testing : exit if any test failed to prevent pushing images [\#6131](https://github.com/eclipse/che/pull/6131) ([riuvshin](https://github.com/riuvshin)) +- CHE-5721: Importing java formatter for the project or workspace [\#6077](https://github.com/eclipse/che/pull/6077) ([svor](https://github.com/svor)) +- 5485 apply workspace edit [\#5955](https://github.com/eclipse/che/pull/5955) ([tsmaeder](https://github.com/tsmaeder)) +- Rework workspace detail flow [\#5451](https://github.com/eclipse/che/pull/5451) ([olexii4](https://github.com/olexii4)) + + ## [5.17.0](https://github.com/eclipse/che/tree/5.17.0) (2017-08-23) [Full Changelog](https://github.com/eclipse/che/compare/5.16.0...5.17.0)