4.6.0 (2016-08-01)
Issues with no labels:
- "Edit Commands..." for java seems don't work #1996
- Check if workspace backup performed on docker service restart or stop #1972
- Publish port exposed by workspace at a particular port #1971
- Deprecate CurrentProjectChangedEvent and his handler #1961
- Add custom user agent header into JGit #1935
- Elements stops responding after clicking outside submenu in Firefox #1928
- When restarting a workspace, open project tree re-appears as closed. #1919
- Make ability to show notifications from dashboard when IDE iframe is showed #1915
- Move che-plugin-java-jdt-core-repack module to che-lib #1887
- Is it possible way to debug Che Server? #1880
- How should I debug the Eclipse Che core? #1876
- Milestone Summary 4.6.0 #1870
- Use local image before registry #1845
- RecipeDao implementation on JPA #1815
- Implementation of workspace service storage on JPA #1813
- FactoryService structural refactoring #1812
- Implement UserDao based on JPA #1811
- Create JPA based SshDao implementation #1810
- SnapshotDao implementation on JPA #1797
- StackDao implementation on JPA #1795
- Certificates are required for https connection #1792
- Tree of 'changes to be performed' in the refactoring 'Rename' window does not work correctly #1786
- How to solve cross domain problem when deploy docker on seperate node #1781
- Automatically open the IDE after creating a project #1753
- Find way to distinguish between Docker for Mac and Windows #1744
- CORS restrictions in Workspace Agent #1735
- Cannot start a new workspace #1686
- Che doesn't use the configured DNS server #1684
- Error response from daemon: client is newer than server (client API version: 1.23, server API version: 1.22) #1636
- insufficient memory #1631
- Bluetooth over USB on OSX 10.11.4 - VirtualBox Settings #1611
- Intellisense not work #1610
- org.eclipse.che.ide.websocket.WebSocketException: WebSocket is not opened. #1604
- How to restore workspaces when restarting Che? #1561
- [languageserver] Rename Refactoring #1424
- [languageserver] Goto Definition #1423
- [languageserver] hover provider #1422
- Callbacks send to WsAgentStateController#getMessageBus ignored #1413
- Error message from WS #1088
- Poor performance running JGit Maven build in Che workspace #694
- Not able to run Che as a Docker Container on OSX #1976
- Machine recipe not editable #1967
- Parameterized Vagrantfile: Make Virtualbox Machine name configurable #1965
- Add instructions in new Che launcher how to get Che server logs #1951
- Stop of Che container in new Che launcher is broken #1949
- Unable to copy public key from SSH prefs #1938
- Che Docker Launcher - Fails to Recognize Valid Server Boot #1924
- IDE resources caching from UD is broken #1909
- Cannot export a workspace from the Dashboard #1903
- Unexpected errors in the browser console after restarting a workspace #1902
- Copy and paste not working in the terminal #1899
- Cloning a VSTS repo feature does not work #1893
- If use the dashboard for import project from zip archive, the root folder of the archive don't skip #1852
- Opened files list in the editor area does not work properly #1850
- Che ignores user response when asks whether it should restore workspace or not #1849
- Change value of "java.output.folder" attribute #1843
- After closing the Project wizard widget by ESC select path form still opened #1825
- Delete multi-module projects in some case holding failure #1819
- Wrong behavior after configure folder with name 'java' as source #1814
- Preview URL may be lost after refreshing page #1785
Pull requests merged:
- fix failed build #1998 (svor)
- Fix possible NPE if GitHub repo don't have description #1997 (vparfonov)
- fix failed build #1995 (svor)
- #1919: Save application state to the user profile correctly #1994 (vzhukovskii)
- CHE-1967: make recipe editable in machine perspective #1993 (vparfonov)
- CHE-1938: add copy to clipboard button to SSH key view #1992 (vparfonov)
- CHE-1785: fix problems with the tree of changes on Preview window #1991 (svor)
- Introduce codenvy/che-test and codenvy/che-file docker images #1986 (benoitf)
- Fix get_che_launcher_version function when version is not specified #1983 (l0rd)
- Che 1505 #1982 (vparfonov)
- Revert "Che 1505" #1981 (vparfonov)
- Che 1505 #1980 (vparfonov)
- CHE-1785: restore commands when WS is started #1978 (svor)
- CHE-1810 Create JPA based SshDao implementation #1975 (mkuznyetsov)
- fix import of ZIP projects #1974 (akurinnoy)
- #1887 Move che-plugin-java-jdt-core-repack module to che-lib project #1973 (evidolob)
- CHE-1961; deprecate unused classes; #1962 (mshaposhnik)
- fix failed build #1955 (vparfonov)
- Clean up lists of callback instead set them to null #1953 (vparfonov)
- CHE-1146 Factory jpa integration and structural refactoring #1926 (akorneta)
- CODENVY-765: Provide correct link to the file content #1890 (vzhukovskii)
- Remove classes comimted by mistake. Move Model.gwt.xml to correct place #1869 (vparfonov)
- Revert "Move Model.gwt.xml to the ide-api module " #1855 (vparfonov)
- Add JPA based StackDao implementation #1854 (evoevodin)
- CODENVY-572: Fix NullPointerException #1831 (vinokurig)
- WIP: Add Native .bat and .sh scripts for Eclipse Che #2000 (TylerJewell)
- Parameterize Vagrantfile: Make Virtualbox Machine name configurable #1966 (zenobios)
- Add additional DEBUG info to che-launcher #1957 (TylerJewell)
- Launcher: stop che-server cleanly (fix #1949) #1956 (l0rd)
- #1814: Synchronize project instead of parent directory #1954 (vzhukovskii)
- fix dropdown-menu freezing #1948 (akurinnoy)
- CHE-1797: Add JPA based SnapshotDao implementation #1937 (evoevodin)
- CHE-1935; add custom User-Agent header value for JGit; #1936 (mshaposhnik)
- #1899: Add ability to copy and paste text in terminal view #1932 (vzhukovskii)
- Update IDE resource path after changes for namespace handling (Fix #1909) #1931 (benoitf)
- CHE-1785: save preview URL for the command #1930 (svor)
- Allow to continue to start the script even if there is a chown failure #1917 (benoitf)
- CHE-1825: fix problem with the window selection #1916 (svor)
- [Replaces #1885] Launcher: fixed Path problems, splitted in 3 files and added tests #1914 (l0rd)
- CHE-1849: Modify start workspace by ID API method #1907 (vinokurig)
- #1903: fix export a workspace from the Dashboard #1906 (akurinnoy)
- CHE-1893; fix authorization flow during clone from private repo #1905 (mshaposhnik)
- CHE-1361 Artik: Resources monitor (CPU, memory and storage) #1904 (vitaliy-guliy)
- CHE-1843: change value of "java.output.folder" attribute #1901 (svor)
- Launcher: fixed Path problems, splitted in 3 files and added tests #1898 (l0rd)
- Fix the ENV about configuration folder to set when using docker image #1896 (benoitf)
- Add docker image to grab the ip used by docker #1891 (benoitf)
- che-launcher infer Che version and self destruct itself #1881 (l0rd)
- CHE-1535: Reveal resources after move and copy operation #1877 (vzhukovskii)
- CHE-1819: fix NPE when unresolved project is deleted #1874 (svor)
- Type fox issue 1413 #1873 (vparfonov)
- Add new parameters to build docker image method #1872 (mmorhun)
- #1850: Remove closed file from the editor's popup list #1867 (vzhukovskii)
- CHE-1492: automatically open the IDE after creating a project #1863 (akurinnoy)
- Downgrade docker installed in Che image #1833 (l0rd)
- CHE-1504: [dashboard] fix bug in project template selection #1737 (akurinnoy)
- Fix new alpine based Dockerfile for Boot2Docker #1723 (l0rd)
- Use a docker launcher image to simplify start/stop/update/restart commands #1683 (l0rd)
- CODENVY-651 Save machine config with 'dev' instead of 'isDev' field #1679 (mkuznyetsov)
- CHE-1248 remove workspace information from EnvironmentContext #1658 (mshaposhnik)
- Update according to changes in everrest #1625 (mkuznyetsov)
4.5.1 (2016-07-19)
Issues with no labels:
- Create/Use TCK for UserDao #1847
- UserService structural refactoring #1846
- Create component to send heartbeat information from docker based Che #1835
- Can't authenticate on github #1694
- Cannot start workspace by using dashboard #1834
Pull requests merged:
- [WIP] CHE-11: VFS event handling system #1634 (dkuleshov)
- Move Model.gwt.xml to the ide-api module #1476 (vparfonov)
4.5.0 (2016-07-18)
Issues with no labels:
- The flow when loading IDE is flickering and ugly #1745
- [dashboard] Rework the grids and related behavior #1742
- Workspace should update project by path instead by name #1741
- [Q] Exposed ports in Dockerfile #1719
- Can't have multiple instances of Che container connected to same GitHub account #1716
- Docker for Windows Beta does not write workspaces and storage files to mounted drives #1711
- Che nightly won't start on Docker for Mac #1708
- Che shows the incorrect view aftering rebuild /dashboard #1700
- Broken link in the exception message #1004
- Shared workspaces #1371
Pull requests merged:
- CHE-1523: update related virtual file when resource was changed #1784 (svor)
- Fix failing tests #1783 (garagatyi)
- CHE-1535: fix only NPE here tree work not correct still #1751 (vparfonov)
- CHE-1523: disallow renaming of the classes and packages #1750 (svor)
- CHE-1461: Automatically set up project type to blank when keepDir is used #1749 (vzhukovskii)
- CHE-1529: clear registered machines Map and widget selection then WS stopped #1748 (vparfonov)
- CHE-1482: Fix setting up source directory in java project #1747 (vzhukovskii)
- CHE-1454: show warning dialog in the project configuration window #1739 (svor)
- CHE-1451: Fix collapsing directories while creating new resource #1734 (vzhukovskii)
- CHE-1489: rework workspaces folder usage to fix Che on some configs #1733 (garagatyi)
- CHE-1493: collect path of updated files, skipping moved, update content #1732 (vparfonov)
- CHE-1454: add an action for converting folder to project #1730 (svor)
- CHE-1404: make commands widget fixed width, and tooltip for full name, cut name with dots #1729 (ashumilova)
- Revert "CODENVY-413: Make it possible to mark MachineNode as 'sheduled for maintenace'" #1728 (mmorhun)
- CHE-1447: Fix collapse External Libraries after changing pom.xml #1727 (vzhukovskii)
- CHE-1488: Add refresh selected path to the part header #1722 (vzhukovskii)
- CHE-1075: Auto select first project after workspace startup #1721 (vzhukovskii)
- CHE-1474: Add update event on close git compare #1720 (vinokurig)
- CHE-1486: fix problem with 'open declaration' action #1718 (svor)
- CODENVY-556 Add service for fetching recipe script #1717 (mkuznyetsov)
- CODENVY-739: pass proxy credentials to jgit #1707 (dmytro-ndp)
- CODENVY-413: Make it possible to mark MachineNode as 'sheduled for maintenace' #1705 (mmorhun)
- fix dependency #1844 (akurinnoy)
- CHE-1347: fix import project on dashboard from zip archive #1738 (akurinnoy)
- CHE-1298; remove war name from url schema #1572 (mshaposhnik)
- CHE-394: Add ability to specify branch when cloning from GitHub #1430 (vinokurig)
- CHE-1208: add an ability to configure several source folders #1419 (svor)
- CHE-1159: Add to Jgit implementation ability to view cloning process #1394 (vinokurig)
4.4.2-artik (2016-07-12)
Issues with no labels:
- oAuth settings in che.properties not getting picked up #1696
- Run on docker for windows #1695
- Error when starting workspace #1681
- Unable to open newly created workspaces #1666
- Unable to run the latest version assembly successfully #1665
- 404 error on creating workspace container. #1635
- Create a Deb/Rpm package to facilitate installation and configuration out of the box #1620
- Google Eclipse Plugin - is or will there be a GWT plugin for Che ? #1617
- Example showing syntax highlighting #1608
- Cant run "Che run" on hyper-V (not using docker for windows, due windows 10 build) #1593
- [Codeenvy] CORs issue #1481
- [Codenvy] New Project stuck at "Starting workspace runtime" #1480
- Workspace import/export #1468
- How to create and register a custom viewpart in Che workspace? #1446
- How to add a new view? #1433
- Git import style urls git://git@host:example.git #1309
- Can't add extension example #1304
- Groovy editor: How to do it. github che-tutorials/che-tutorial-editor-api or che website? #1227
- Cannot start workspace #1226
- Clojure support #1206
- Quick Tips for Creating a Wizard #1186
- Avoid "Contact support" wording in error messages #945
- Gradle support #802
- How to get the workspace port in previewUrl? #747
- Error starting workspace, WorkspaceManager error #745
- Is it possible to manual save? #737
- Build fails with symbolic links under windows #718
- Feature Request: Creating Snapshots of a Workspace from the UI. #698
- Add more support for docker-machine drivers #655
- Is there an easy way to change the log level of the tomcat in the che docker container? #613
- how sould I do to build a che-samples/che-ide-extension plugin #610
- MVN clean install fails on Mac #529
- Rearrange Assembly Module #425
- che project maven install error #366
- Java open type action (like Eclipse Ctrl Shift T) #332
- Some issues with keyboard bindings #277
- Creating a Project for a different runtime within a Workspace fails to create a project that will compile/run #267
Pull requests merged:
- CHE-1453: change text selection cover #1715 (svor)
- CODENVY-570: Log warning on recipe exception #1714 (vinokurig)
- CHE-1459: Fix file duplication after refactoring rename #1713 (vzhukovskii)
- Add improvements in docker machine creation code #1712 (garagatyi)
- Fix new alpine based Dockerfile #1709 (l0rd)
- Remove environment before adding it #1704 (evoevodin)
- CHE-1419: add ability to run simple java project which has several so… #1703 (svor)
- CHE-1004; fix factory service error messages; #1702 (mshaposhnik)
- CHE-1412: Fix bug when codenvy/ubuntu_jdk8 image is removed #1701 (vinokurig)
- CHE-1481: improve workspace deletion message #1699 (ashumilova)
- CHE-1444: fix problems with updating classpath #1693 (svor)
- CHE-1415: improve error message on workspace runtime killed #1692 (ashumilova)
- Provide correct project path #1691 (vzhukovskii)
- CHE-1448: Fix cyclic request sending and possible NPE #1690 (vzhukovskii)
- CHE-1390: remove projects list and menu from the main page #1689 (ashumilova)
- CODENVY-725: fix workspace IDE url #1688 (olexii4)
- Add IDs for consoles buttons #1687 (RomanNikitenko)
- CODENVY-733: add possibility to set JAVA_OPTS for dev machines #1685 (riuvshin)
- Optimize Dockerfile #1682 (eivantsov)
- Fix disappearing a folder after changing content in pom.xml #1675 (vzhukovskii)
- add missing dependency #1674 (riuvshin)
- Allow to configure classpath for the plain java projects #1673 (vzhukovskii)
- Always set root as parent in create project wizard #1672 (vzhukovskii)
- Restore project state after opening IDE #1671 (vzhukovskii)
- Fix arrays hashcode evaluation #1670 (garagatyi)
- CHE-1450: Fix render download source link for generated source jar files which opened by debugger. #1669 (AndrienkoAleksandr)
- CHE-1441: Fix restore breakpoints and debug line after refresh browser page. #1668 (AndrienkoAleksandr)
- Fix docker client on some systems #1663 (garagatyi)
- CHE-920: Fix activation breakpoints inside nested java classes #1609 (AndrienkoAleksandr)
- CHE-1393: Fix Tests according to changes in latest Git #1588 (vinokurig)
- CHE-1210. Block content assist until project is resolved #1583 (RomanNikitenko)
- CHE-1292. Add ability to divide Consoles area vertically and horizontally #1512 (RomanNikitenko)
4.4.2 (2016-07-06)
Pull requests merged:
- CHE-1416: don't activate consoles part in case factory #1664 (vparfonov)
- Fix docker system info model class. #1662 (garagatyi)
- Improve cursor color for vi mode #1660 (vitaliy-guliy)
- Avoid getting possible null pointer exception. #1659 (vzhukovskii)
- CHE-117: Fix viewing some git errors on client #1643 (vinokurig)
4.4.1 (2016-07-05)
Issues with no labels:
- Autocomplete for python? #1642
- Client has aborted connection. Response writing omitted. #1638
- run che on eclipse with tomcat #1630
- Ports not exposed when using Docker for Mac #1629
- Could not start workspace wksp-JavaEE. Reason: Error response from docker API, status: 404, message: Container command '/bin/sh' not found or does not exist. #1621
- Can't create machine from snapshot. #1612
- download size #1602
- I want set a login #1601
- Failed build from source (mvn clean install) with devnation branch #1598
- can not load openshift oauth #1597
- Not able to open Workspace in Chrome. Stuck in Loading. #1596
- unzip: cannot find or open /mnt/che/ws-agent.zip, /mnt/che/ws-agent.zip.zip or /mnt/che/ws-agent.zip.ZIP. #1595
- Create Workspace Dialog #1517
- I cannot create a fully functional CHE workspace using Docker beta for mac #1482
- Simplify Docker Execution #1230
- Add ability to disable editor file preview mode #278
- How can I know if a file is in git index or not, from IDE? #173
Pull requests merged:
- CHE-1416:Show terminal to the dev machine only after startig ws-agent #1647 (vparfonov)
- Fix upload file and folder feature #1646 (vzhukovskii)
- Reveal new java source file #1645 (vzhukovskii)
- Add readme to plugins #1641 (eivantsov)
- CHE-1408:Add check for amend before throwing error #1639 (vinokurig)
- Add missing license header #1632 (mmorhun)
- CHE-1403: Fix clone with http url in JGit implementation #1628 (vinokurig)
- Dashboard path changes + browser tab fixes #1626 (ashumilova)
- Improve docker client #1624 (garagatyi)
- Fix integration test on latest ubuntu #1623 (garagatyi)
- CHE-1362: make commands execution less error prone #1619 (azatsarynnyy)
- Change the default Che version #1616 (eivantsov)
- CHE-1350: Set refspec in PushTest to prevent git error #1615 (vinokurig)
- CHE-1353: Add possibility to configure specific docker api version #1614 (AndrienkoAleksandr)
- CODENVY-606: fix NPE in DockerInstanceStopDetector #1613 (mmorhun)
- Add empty binding for reserved usernames #1607 (mkuznyetsov)
- Add JPA implementions of UserDao/ProfileDao #1603 (evoevodin)
- Improvements to set the right API endpoint URL #1576 (l0rd)
- CHE-277: Put logs of main process of machine to machine logs #1543 (mmorhun)
- CHE-1256: Set Jgit implementation as default Git implementation #1542 (vinokurig)
- CHE-1358: Normalize push conflict error message #1541 (vinokurig)
- CHE-1350: Fix empty message after successfull push with JGit #1539 (vinokurig)
- CHE-1349: Throw exception if nothing to commit with Jgit implementation #1538 (vinokurig)
- CHE-1303: add .swf path location using ngClipProvider #1528 (olexii4)
- CHE-1113: Add ability to clone project with submodules #1440 (vinokurig)
- CHE-1078: UserService structural refactorings #1393 (evoevodin)
- Resource management #1383 (vzhukovskii)
4.4.0 (2016-06-28)
Issues with no labels:
- Is there a factory file? #1590
Pull requests merged:
- CODENVY-703; do not show terminal by default in factories #1586 (mshaposhnik)
- Fix docker connector tag image test #1585 (akorneta)
- CHE-1276: Fix closing of the docker response stream #1584 (akorneta)
- CHE-699: handle IDE initialization failed error #1582 (ashumilova)
- CODENVY-677: fix IDE iframe injector for UD #1581 (olexii4)
- CHE-1276: Add exception handler during creation machine from snapshot #1579 (akorneta)
- Add Go stack #1578 (ddementieva)
- CHE-1376. Remove 'Stop dev machine' action from 'Machine' menu #1577 (RomanNikitenko)
- CHE-1359: fix NPE in case recipe set as content but not location URL #1575 (vparfonov)
- CODENVY-338 Remove explicit guice dependency version #1556 (mkuznyetsov)
- Add docker group IDs for boot2docker and Docker for Mac Beta #1490 (l0rd)
- CHE-1218: Add TCK tests for User/Profile #1459 (evoevodin)
- CHE-1314 Add loader during workspace snapshotting process #1503 (mkuznyetsov)
- CHE-1142: [dashboard] improve project creation popup #1461 (akurinnoy)
- CHE-1136. Show workspace start logs when workspace is in STARTING state #1355 (RomanNikitenko)
- CHE-167: Improve java debugger for opening java files from external project modules. #1300 (AndrienkoAleksandr)
4.3.5 (2016-06-24)
Issues with no labels:
- add shortcut for Quick Fix to editor #1570
- Cannot connect Agent when creating workspace: cannot find or open /mnt/che/ws-agent.zip #1554
- Document/support private SSH key #1540
- Always loading And can't connection failed with terminal Help! #1507
Pull requests merged:
- CHE-1277 Move machines output to project perpective #1574 (vitaliy-guliy)
- Add key binding for the Quick Fix action #1573 (vzhukovskii)
- CHE-1335: add readonly attribute to the project name input tag becaus… #1569 (olexii4)
- CHE-1377: add confirm dialog event to the parent frame #1563 (olexii4)
- CHE-1375: fix re-starting of workspace from User Dashboard #1562 (akurinnoy)
- CHE-1346: fix project detail view on starting workspace #1559 (akurinnoy)
- Dashboard fixups #1558 (ashumilova)
- Codenvy 694 remove unused field of WorkspaceManager and add getByNamespace manager mehod #1555 (mshaposhnik)
- CHE-957: fixed a problem with updating content of the compare widget #1553 (svor)
- CODENVY-630: save a value of the library folder #1552 (svor)
- CODENVY-693: Fix download file feature for hosted assembly #1551 (akorneta)
- Add HTTP Host header to support Docker v1.12 #1550 (l0rd)
- CHE-1354: fix RAM allocation slider #1549 (akurinnoy)
- CODENVY-672: Add invalidation of token when the refresh failed #1548 (akorneta)
- Add method for getting WsAgent URL #1546 (azatsarynnyy)
- CHE-1312: Add ability to configure credentials for several docker private registries #1544 (AndrienkoAleksandr)
- CHE-1234 Encode command name when making request to service #1526 (mkuznyetsov)
- CHE-1180: add ability to configure private docker registries #1454 (olexii4)
4.3.4 (2016-06-22)
Issues with no labels:
- Parameterize the Che Vagrantfile #1531
- Client has aborted connection. Response writing omitted.Help! #1530
- Show hidden files in project explorer #1529
Pull requests merged:
- CODENVY-688 Restore back "export workspace" feature (again) #1545 (benoitf)
- Temporary exclude MavenServerManagerTest … #1537 (vparfonov)
- CODENVY-659: remove unnecessary data from workspace config #1536 (akurinnoy)
- Add Z suffix to override ws agent conf on RHEL systems #1534 (eivantsov)
- 1531: Parameterized Vagrantfile #1532 (creckord)
- Che-1296: Use docker auth config saved in user preferences to start machine from private image #1524 (mmorhun)
- CODENVY-620: fix country constant in json #1523 (olexii4)
- CHE-1264. Don't include CR char in log message when LF char follow #1451 (RomanNikitenko)
4.3.3 (2016-06-17)
Issues with no labels:
- Codenvy beta installs the entire OS after container stopped, causing huge startup delays #1516
- Can't start machine ws-machine because machine recipe downloading failed. #1504
Pull requests merged:
- Fix UD transitive dependency of gulp-angular-templatecache #1522 (benoitf)
- CODENVY-669: Catch exception on init projects for avoiding crash wsagent #1521 (vparfonov)
- CODENVY-667 Adapt predefined recipes and stacks to new format #1520 (sleshchenko)
- Cleanup in maven module build #1519 (skabashnyuk)
- Fix name convention #1514 (mmorhun)
- CHE-1340: Move ide related modules to /che/ide #1513 (vparfonov)
- CHE-1328: fix checking on equals in case checking null and empty string #1510 (vparfonov)
- CHE-1326: avoid creation recipe on workspace creation from stack and overriding environment #1509 (ashumilova)
- CHE-1095: add new UD/IDE navigation experience #1508 (akurinnoy)
- Some improvement of CHE-1245 #1502 (mmorhun)
- CHE-1300: [dashboard] open recent project in IDE #1497 (akurinnoy)
- CHE-1168: determine source folders with generated artifacts #1453 (svor)
- CHE-1228 Add context menu to the consoles tree #1448 (vitaliy-guliy)
4.3.2 (2016-06-14)
Pull requests merged:
- CHE-1337: fix import Maven project form dashboard #1506 (olexii4)
- Added .dockerignore file to speed up Che Docker image build #1499 (l0rd)
4.3.1 (2016-06-14)
Pull requests merged:
- CHE-1317: add a second attempt with type blank if we have an error du… #1501 (olexii4)
- Export proxy object instead of real maven terminal object. … #1500 (vparfonov)
- CHE-1317: catch import project errors #1498 (olexii4)
- CHE-1324. Fix url for download item request #1496 (RomanNikitenko)
- CHE-1323: Fix default classpath generation #1494 (vparfonov)
4.3.0 (2016-06-13)
Issues with no labels:
- The latest code Compiling GWT Application failed #1485
- Is there any tutorial to introduce how to deploy Che in a farm to keep every user has their own Che instance #1475
- Github #1470
- Workspace ram #1469
- Browser JS error when starting agent #1462
- Question: port range to open in amazon instance #1457
- Terminal error on workspace creation #1445
- Commands not loading from new workspace. #1428
- Workspace Commands Import #1377
- unable to create a workspace #1332
- Question - Remote HTTP Git with user/pass options #1289
Pull requests merged:
- CHE-1316: Temporary fix for to avoid cyclic dependencies of components #1492 (akorneta)
- CODENVY-645: add checking on empty list of paths #1489 (vparfonov)
- CHE-1320 Fix redirection from IDE to dashboard - workspace is not selected #1488 (vitaliy-guliy)
- CODENVY-619 Handle normalization of fully illegal usernames #1487 (mkuznyetsov)
- CODENVY-643: Fix getting the snapshots of the user workspace #1486 (akorneta)
- CODENVY-557: remove user role from dashboard #1479 (olexii4)
- CODENVY-641: Remove user verification during getting factory json #1478 (akorneta)
- Rename plainJava->javac #1477 (vparfonov)
- CHE-1272: Implement method for adding workspace environment #1474 (azatsarynnyy)
- Set memory_swap_multiplier -1 to disable swap limit #1473 (riuvshin)
- CHE-1222: make workspace details sections extendible #1472 (ashumilova)
- CHE-1245: Update docker client to use new format of X-Registry-Config header #1471 (mmorhun)
- Fix integer overflowing #1465 (riuvshin)
- CHE-1239 Smooth transition when restarting an existing workspace #1464 (vitaliy-guliy)
- CODENVY-27; allow to open workspaces by using /ide/namespace/ws_name schema #1463 (mshaposhnik)
- CHE-459 Associate a set of commands with provided stacks #1460 (ddementieva)
- Add text for the Delete key code #1456 (vzhukovskii)
- CHE-1286: save commands into workspace config #1455 (akurinnoy)
- Added necessary dependencies #1452 (vitaliy-guliy)
- Fix codeassist in sample json plugin #1450 (ashumilova)
- Move classes related with data tree structure to dedicate package #1449 (vzhukovskii)
- CHE-1286: save commands into workspace config #1447 (akurinnoy)
- CODENVY-610: add possibility to set no_proxy ENV var in machine #1444 (riuvshin)
- Add utility class to operate with arrays #1443 (vzhukovskii)
- CODENVY-619 Restrict usernames to letters and digits only #1442 (mkuznyetsov)
- CODENVY-583: Fix javadoc navigation in https mode #1441 (akorneta)
- Revert "Add utility class to operate with arrays" #1439 (vzhukovskii)
- Add utility class to operate with arrays #1437 (vzhukovskii)
- CHE-1094: GDB Debugger Connections UX Impovements #1435 (tolusha)
- CHE-1286: save commands into workspace config #1434 (akurinnoy)
- Interface and default implementation for promises #1432 (vzhukovskii)
- CODENVY-568: Add possibility handel event then factory fully accepted #1429 (vparfonov)
- [languageserver] upgraded to latest version of ls-api #1380 (svenefftinge)
- CODENVY-608: Close output consumer on destroy machine #1466 (vinokurig)
- CODENVY-595: add possibility to adjust machine swap size #1458 (riuvshin)
- Fix docker image reference parsing by DockerImageIdentifierParser #1420 (garagatyi)
- CHE-1196: Artik: Debugger hangs when debugging binaries using Artik SDK #1418 (tolusha)
- CODENVY-566 make workspace export working again #1417 (benoitf)
- CHE-1275: Add api endpoint into each non dev machine environment #1415 (akorneta)
- CHE-1233: fix wrong behavior for ready-to-go-stacks selector #1411 (olexii4)
- CODENVY-27; adapt machine sevice to workspace sharing #1409 (mshaposhnik)
- CHE-1231. Show/hide error messages after updating pom.xml #1398 (RomanNikitenko)
- CODENVY-480 Remove user's roles #1336 (sleshchenko)
4.3.0-RC1 (2016-06-04)
Issues with no labels:
- AMI for che? #1416
- Stuck at 'Starting workspace agent' when Che server, Docker and browser are on the same machine #1412
- Workspace Not Loaded On Che Start #1410
- VPN + eclipse che : workspace agent unable to ping the Che server #1408
- Artik IDE not reuseable #1381
- Can't install eclipse on Mac OS X "El Capitan" #1378
- How to share a folder to docker build context #1374
- feature request: support of .net core enviroment. (dnx is deprecated) #1373
- Compatibility matrix #1360
- mono not found #1356
- Unable to create workspace in che Artik Ide #1354
- Error when starting workspace [Question] #1302
- How to custom a project template from a hosted ZIP archive #1294
- Arm7 Remote Debug #1264
- Che Authentification/Authorization #1250
- Is it possible to fold code or show code outline #1210
- Can't reuse Che Artik IDE #1207
- How to deploy Che to google cloud? #1187
- Allow configuration of syntax highlighting #1178
- Build failure #1171
- JREContainer hashcode implementation #1167
- When create workspace,I got error about tty. #1155
- CPP Workspace #1120
- Incorporate Eclipse Collections into Che #1078
- Can't start a project of a fresh install Eclipse Che #965
- .Generated Files #812
- .SymbolMap Files #811
- Authenticating my GitHub Account with Eclipse Che Won't Work #700
- Error creating a project in eclipse che on desktop #261
Pull requests merged:
- CHE-1260 Enable svg files license checking #1407 (mkuznyetsov)
- CHE-1269: Add check for machine runtime during links formation #1406 (akorneta)
- CHE-1171 Remove duplicated menubar items exisiting in left navbar #1405 (vitaliy-guliy)
- CODENVY-590 Add factory editing ownership check #1402 (mkuznyetsov)
- CHE-1225 Change dashboard navigation button in IDE toolbar #1401 (vitaliy-guliy)
- CHE-1207: show warning dialog for rename refactoring #1400 (svor)
- CHE-1225 Change dashboard navigation button in IDE toolbar #1399 (vitaliy-guliy)
- CODENVY-584: Add terminal link into each machine instance #1397 (akorneta)
- CHE-1058: Debugger connection failure: Indicate reasons #1396 (tolusha)
- CHE-1219: add heartbeat messages to keep websocket connection alive #1395 (ashumilova)
- [Issue #1178] Added hook to register content type and highlighting in orion #1392 (svenefftinge)
- Update Vagrantfile #1391 (TylerJewell)
- CHE-1057: GDB Debugger UX Improvements #1389 (tolusha)
- Add dotnet stack and sample #1388 (ddementieva)
- CHE-1164: Fix showing of cloning process in import project notification #1387 (vinokurig)
- CHE-1207: add ability to configure library folder using Project Wizard #1386 (svor)
- CHE-386: Synchronize machine start/stop with corresponding runtime #1384 (evoevodin)
- CODENVY-441: Add get method to retrieve all ws-agents #1382 (akorneta)
- Language server #1372 (svenefftinge)
- CHE-377 Add actions to re-run and stop a command #1370 (vitaliy-guliy)
- Add JSON Example #1369 (ashumilova)
- Cleanup pom.xml files #1368 (vparfonov)
- CODENVY-560 : new types of docker recipes, remove InstanceKey, rework InstanceProvider #1366 (benoitf)
- CHE-1223. Use terminal url of corresponding machine at creating new terminal #1365 (RomanNikitenko)
- CHE-1244: Add checking of the workspace status during asynchronous stop #1363 (akorneta)
- CHE-1230: return default test source dir if not set other #1362 (vparfonov)
- CODENVY-563: Unexpected errors after consuming factory #1361 (tolusha)
- Fix WorkspaceService to be able to share workspaces #1359 (sleshchenko)
- CHE-1211. Use correct url for 'Upload File' feature #1358 (RomanNikitenko)
- Remove wrong required parameters in DockerConnector methods params #1357 (mmorhun)
- [lsp] added setter methods to DTOs #1353 (svenefftinge)
- Change help message related to logger #1352 (mshaposhnik)
- CHE-398: Add ability to create local machine snapshots without registry #1351 (akorneta)
- CHE-1204. Use correct url for request on FormatService #1347 (RomanNikitenko)
- Fix project.version issue in dependencyManagement: Use maven property… #1335 (sunix)
- CHE-797: correct switch to mobile view #1333 (akurinnoy)
- CHE-336: Add Git implementation based on Jgit #1297 (vinokurig)
- CHE-301 Enable Processes panel in machine and project perspective #1267 (vitaliy-guliy)
- Optimizing, cleaning deprecations #1243 (alexVengrovsk)
4.2.3 (2016-05-25)
Issues with no labels:
sudo: unable to send audit message: Operation not permitted
(Ubuntu 14.04) #1318- sudo: unable to send audit message: Operation not permitted 9 #1317
- sudo: unable to send audit message: Operation not permitted #1316
- Confused with IP mappings. #1303
- WebSocket che-host failed #1293
- JAVA_HOME not found #1292
- A TLS packet with unexpected length was received. #1290
- Custom Stack Not Being Used. #1280
- Cant Start Wokspace on EC2 #1272
- Upgraded to from 4.0.1 to 4.2.0: internal server error 500 when trying to access to workspaces #1263
- Blank page when clicked "Open in IDE" #1262
- Not able to import new project from github by organization application OAuth and get empty log #1260
- GWT super dev mode not working #1256
- Empty log file when project failed to create. #1255
- Can I change che server port through -p:port? #1253
- Is there a way to skip pull docker images if there is already existing the target? #1234
- Why not all of my github repositories are shown in new project page? #1232
- Arm7 Git #1219
- Change the state of che editor programmatically #1209
- Arm7 terminal websocket error. #1205
- Beaglebone Che - Stuck on Finishing Editor Initialization #1100
- Does che supporting single step debugging now? #626
Pull requests merged:
- CODENVY-542: use Provider for inject ProjectRegistry in MavenWorkspace #1350 (vparfonov)
- CODENVY-468: add sorting algorithm to the 'ready-to-go stacks' and 's… #1348 (olexii4)
- CODENVY-457: fix NPE when swarm doesn't detect container death #1346 (garagatyi)
- CHE-1151: update project tree after changing classpath #1345 (svor)
- CODENVY-457: fix NPE when swarm doesn't detect container death #1344 (garagatyi)
- CHE-1143: fixed synchronization issue during removal of several projects #1343 (dkuleshov)
- CHE-1214: Debuger: can not view variables values #1342 (tolusha)
- CHE-1176. Use correct url to search files by 'Navigate to file' feature #1341 (RomanNikitenko)
- Fix clean up docker container job for containers with host node part which contains '-' #1340 (AndrienkoAleksandr)
- CHE-703: Debugger fails to add a breakpoint when client and server ar… #1339 (tolusha)
- CHE-1209: Fix finding recipe by tags #1337 (azatsarynnyy)
- CODENVY-516: modify che-select widget for dashboard #1334 (olexii4)
- Restore CORS support on WS master #1331 (vparfonov)
- Update che.sh #1329 (TylerJewell)
- Git ask pass script #1327 (gazarenkov)
- CODENVY-540: hardcode http scheme for maven preview URL (temporary so… #1324 (vparfonov)
- Initial prototype of language server protocol extension for Che #1323 (svenefftinge)
- Revert "refactor GitAskPassScript directory generation" #1322 (vparfonov)
- CHE-1175: fix setting active EditorView on switching between different tabs #1321 (azatsarynnyy)
- CHE-648. Try to restore websocket connection when this one has closed #1320 (RomanNikitenko)
- CHE-1060: configure 'java.source.folder' attribute from the project wizard #1319 (svor)
- refactor GitAskPassScript directory generation #1315 (gazarenkov)
- Closing prevous connection if redirect #1314 (vparfonov)
- CHE-1139 Renaming in Create Project wizard in IDE #1313 (vitaliy-guliy)
- CODENVY-427: add temporary workaround to log illegal response from swarm #1311 (garagatyi)
- Fix JavaSourceFolderUtilTest #1308 (AndrienkoAleksandr)
- CHE-956 Move che-jdt-ext-machine to java-ext-lang-server module #1306 (evidolob)
- CHE-962: Add ability to store and use SSH keys for Subversion hosts #1305 (tolusha)
- CODENVY-538:Fix checking of recipe location: now will match only host… #1301 (vparfonov)
- CHE-1104: Fix activation breakpoints in the Java Debugger #1298 (AndrienkoAleksandr)
- CHE-1183 : Allow to use json string provided as body #1296 (benoitf)
- CODENVY-439 Initialize Lucene searcher asynchronously #1295 (mkuznyetsov)
- CHE-1083: Refactor modules registration #1288 (azatsarynnyy)
- CODENVY-529: fix terminal uri usage #1286 (garagatyi)
- CHE-1081: avoid using ws-id in GitServiceClient and QuickDocPresenter #1285 (vparfonov)
- CHE-1120 disable binding maven project type if M2_HOME env property n… #1283 (evidolob)
- CHE-1162: replace using browser's prompt dialog by Che dialog #1282 (azatsarynnyy)
- Add parameters for auto-snapshot and auto-restore of the workspace state #1281 (akorneta)
- CHE-1160: Update Vagrantfile #1279 (TylerJewell)
- CHE-830: Do not allow to edit read only files #1278 (azatsarynnyy)
- CHE-998. Add 'Reimport' action for maven project #1277 (RomanNikitenko)
- Replace internal everrest cache with guava cache #1276 (skabashnyuk)
- CHE-1086: expand classpath containers #1275 (svor)
- Fix local recipe dao and add tests for it #1274 (sleshchenko)
- Allow override terminal run command #1271 (garagatyi)
- fix usage of wsagent websocket url in case of trailing slash #1270 (garagatyi)
- CHE-770: Update Orion editor to eleventh version #1269 (azatsarynnyy)
- CHE-1081: remove workspace id from services that deployed on wsagent #1268 (vparfonov)
- CHE-1108 remove creating ExternalFolderChange instance #1266 (evidolob)
- Fix usage of streams in recipes and stacks local impls #1265 (sleshchenko)
- CHE-1007: add docker and development views for Edit targets #1261 (olexii4)
- Fix problem with dependencies #1259 (vparfonov)
- CODENVY-479 Rename User to Subject #1258 (sleshchenko)
- Remove not needed GitUrlResolver and ShowGitUrlAction #1257 (vparfonov)
- set original license headers, according to CQ response #1254 (evidolob)
- CHE-1103: fix package name #1252 (vparfonov)
- CHE-1105: Avoid NPE in case current project null. #1251 (vparfonov)
- CODENVY-301; do not check source storage types on creating factory #1248 (mshaposhnik)
- CODENVY-502 allow to create factories by providing custom parameters #1247 (benoitf)
- Fix maxItem parameters for stack and recipe APIs #1246 (sleshchenko)
- CHE-1149 allow to get query parameter/value #1245 (benoitf)
- CHE-787; change parameter letter and clarify levels type #1242 (mshaposhnik)
- CHE-1141 fix java search in multimodule projects, fix test #1241 (evidolob)
- Che-781 Move che-core-api-auth to wsmaster #1240 (skabashnyuk)
- Fix context path detection in devmode #1239 (ashumilova)
- Remove a trailing slash from the base URL to the ws agent REST services #1237 (vparfonov)
- CHE-787; Make it possible to change log level when starting Che #1236 (mshaposhnik)
- fix workspace name uniqueness validation #1223 (akurinnoy)
- CHE-137. Improve full text searching #1215 (RomanNikitenko)
- Rename methods for creation docker connector params from 'from' to 'create' #1211 (AndrienkoAleksandr)
- Projects Syncer #1189 (gazarenkov)
- CODENVY-433 Rework recipes and stacks for compatibility with new permissions API #1182 (sleshchenko)
- Separation of components to allow overrides in codenvy #1179 (akorneta)
- CHE-976: Generify debugge API #1159 (tolusha)
4.2.2 (2016-05-12)
Issues with no labels:
- Will che support additional parameters when it is going to create a new workspace container? #1229
- Errors during build #1220
- Uncaught exception when start eclipse-che.exe in win7 #1212
- Getting Started - ARTIK IDE, not making sense #1196
- Custom Stack not Working #1188
- Workspace Connection Error eclipse-che-4.2.0 #1149
- Using che-install-plugin.sh to install example IDE plugin #1148
- Not able to create new project using any stack #1138
- cant access WSagent #1087
- Impossible the update the copyright header #1059
- Creating workspace with che running inside a docker container fails with certificates https error #300
- Exception during deployment when RVM is in the PATH #271
- Execute commands on auxiliary machines #250
- Linux: environment variables cause startup to fail #229
Pull requests merged:
- Fix name of war in assembly.xml #1235 (vparfonov)
- CHE-781:Move all platform-api-client-gwt to the che-core-ide-api module #1233 (vparfonov)
- Simplification changes for running Che in a Docker container #1231 (TylerJewell)
- CHE-1026: rework usage of wsagent as separate service #1228 (ashumilova)
- Use standard library features to list pull requests with 'head' param #1225 (evoevodin)
- CHE-416: Make Git branches window higher and narrower #1224 (vinokurig)
- Improvements #1221 (TylerJewell)
- Che 1111 Remove deleted maven projects from maven workspace #1218 (evidolob)
- CHE-1061 Remove deprecations #1217 (mkuznyetsov)
- CHE-747: Split GWT compilation and wsmaster API war #1216 (vparfonov)
- Codenvy 426 show dedicated message when clone fails due to lack of SSH key #1214 (mshaposhnik)
- New command for compiling and running simple java project #1213 (svor)
- CHE-1118. Correct handling of search results when the occurrences more 1000 #1208 (RomanNikitenko)
- createMachineLogsDir fix for issue #366 #1204 (ndlu2)
- Clean-up Part API #1201 (azatsarynnyy)
- Che 1112 Remove che-core-api-account #1200 (skabashnyuk)
- Add checking on current project == null #1199 (vparfonov)
- Temporary fixing problem with start not java stack #1198 (vparfonov)
- CHE-390: Simplify Editor API #1197 (azatsarynnyy)
- Don't store WorkspaceRuntime in local implementation #1195 (evoevodin)
- CHE-1071: Decouple server and shared part of che-core-api-project #1194 (vparfonov)
- Fix java refactoring #1192 (evidolob)
- CODENVY-151: Stop all running workspaces within 1 minute #1190 (mmorhun)
- Rearranged stacks #1185 (ddementieva)
- Add unique debugIds for editor sections in the preference menu #1183 (RomanNikitenko)
- Navbar menu improvements #1181 (akurinnoy)
- Adding unit tests for UUID class #1180 (Wajihulhassan)
- Add VM mount to backup workspaces and prefs on host file system #1176 (eivantsov)
- Code cleanup #1174 (alexVengrovsk)
- update stacks & templates sections #1173 (bmicklea)
- Updated contribute.md #1172 (bmicklea)
- Fix pom sort #1169 (skabashnyuk)
- Fix source storage field naming #1168 (akorneta)
- Fixing 'StaticAccessedFromInstance' warnings #1166 (Wajihulhassan)
- Fix auto extension work #1164 (TylerJewell)
- Use HttpJsonRequest instead of HttpJsonHelper #1163 (garagatyi)
- CHE-1080: improve CSS for command preview on console panel #1162 (olexii4)
- Fix DTO fqn #1161 (vparfonov)
- Fix shadows of lists and connect to github button #1160 (ashumilova)
- Fix path to websocket connection #1158 (mkuznyetsov)
- Che 1076 Refactoring of che-core-api-infrastructure-local #1157 (skabashnyuk)
- Dashboard fixes #1156 (akurinnoy)
- CHE-1089: add feedback on hover and focus on the “I wish this product…” #1154 (akurinnoy)
- Remove deprecated #1153 (skabashnyuk)
- CHE-1080: improve notification factory #1152 (olexii4)
- CHE-1087: [dashboard] improve workspace name exists error message #1151 (akurinnoy)
- CHE-229: Maven integration #1150 (svor)
- CHE-1080: improve CSS for command preview on console panel #1147 (olexii4)
- Decouple shared modules or user, machine, workspace, factory #1146 (mshaposhnik)
- CHE-1074: [dashboard] fix bug with displaying Back to IDE button #1143 (akurinnoy)
- CODENVY-212: Add DockerContainerCleaner for clean up docker containers #1104 (AndrienkoAleksandr)
- CHE-362. Add different display modes for StatusNotification #1064 (RomanNikitenko)
- Fixing 'StaticAccessedFromInstance' warnings #1062 (Wajihulhassan)
- Extracting superclass #1038 (alexVengrovsk)
- CHE-253: Refactor Che docker client #952 (mmorhun)
4.2.1 (2016-04-27)
Issues with no labels:
- Cannot find ws-agent.zip with Docker #1133
- docker-compose Che don't run #1131
- How to add python stacks to the predefined-stack.json #1129
- Watching for project files external changes #803
Pull requests merged:
- CHE-1073 Deleting a running device does not delete it from Consoles and Machines widget #1145 (vitaliy-guliy)
- CHE-1070: Decouple server and shared part of che-core-api-git #1142 (vinokurig)
- CHE-1069: Decouple server and shared part of che-core-api-ssh #1141 (vinokurig)
- CHE-1059: fix lack of machine running events on clients #1140 (garagatyi)
- CODENVY-388: fix problem with running workspace deletion #1139 (akurinnoy)
- Marked rest-assured as test dependency #1137 (skabashnyuk)
- CHE-776: improve notifications for dashboard #1136 (olexii4)
- add logging of OOM of not PID1 processes in docker containers #1135 (garagatyi)
- CHE-450 do not fail if impossible to resolve variable in environment props #1132 (mshaposhnik)
- CODENVY-323: Improve readability of stacks config #1130 (ashumilova)
- CODENVY-425: do not show terminal in factory workspaces, use newTermi… #1128 (mshaposhnik)
- CHE-1011: remove the step indicator in create project flow #1127 (akurinnoy)
- CHE-798: remove unnecessary border #1125 (ashumilova)
- CODENVY-268 Rework authorization from RoleBased to PermissionsBased for WorkspaceAPI #1124 (sleshchenko)
- CHE-1054: [dashboard] fix console log errors on project creation #1123 (akurinnoy)
- Code cleanup #1121 (alexVengrovsk)
- Optimazing builder's implementation #1113 (alexVengrovsk)
- CHE-743: make scrollbar wider #1097 (akurinnoy)
- CHE-945: [dashboard] improve workspaces removal message #1074 (akurinnoy)
- CHE-946: [dashboard] improve workspace details page with error status #1073 (akurinnoy)
- CODENVY-349 Rename workspace agent packaged war name #1065 (mkuznyetsov)
- The Workspace validator should allow the 'ssh' machine type #1055 (kaloyan-raev)
- CHE-996: [dashboard] Workspace menu changes #1053 (akurinnoy)
- CHE-433: add smarter text on "create project" button #1048 (akurinnoy)
- CHE-215: do not call the same resource multiple time on loading #1047 (akurinnoy)
- CHE-467 Allow to configure Orion editor setting from IDE #1033 (RomanNikitenko)
- fixed off by one error #1032 (svenefftinge)
4.2.0 (2016-04-25)
Issues with no labels:
- Worspace creation issue #1118
- Beaglebone Che #1081
- eclipse che problem "start injecting workspace agent #1069
- Does Eclipse Che support importing projects from gitHub Enterprise? #1063
- Cannot SSH to WS via Putty #1061
- Eclipse Che with Docker Swarm doesn't work #1058
- Fail "create project" after "inject and start workspace agent" on create workspace sequence #1050
- can't connect to bitbucket with OAuth #1049
- Question: chown: changing ownership of ‘/projects’: Read-only file system while creating a new project #1040
- Question: How is a dockerfile used with a stack? Can we use the --privileged notion or the --device? #1031
- stack.predefined.list.json property points to the file, not to the directory as written in the documentation #1025
- cannot create WS from a docker file #1006
- Error while creating the project Internal Server Error #979
- Cannot find firefox binary in PATH. Make sure firefox is installed. OS appears to be: LINUX #926
- Che Server not starting via docker machine #879
- Plugin Repository/Plugin Manager for 3rd Party Enchancements #846
- Running 'docker' succeeded, but 'docker ps' failed. This usually means that docker cannot reach its daemon. #795
- Save Option #789
- Button icons disorder in
Git Show History
panel #771 - Newly created workspace is stopped and gives 503 #497
Pull requests merged:
- Added new box + proxy config #1126 (TylerJewell)
- CHE-1003: fixed missing output from gdbserver #1122 (garagatyi)
- CHE-1002 Add target UX improvements #1119 (vitaliy-guliy)
- Add logging to improve maintainability #1117 (garagatyi)
- Reduce space between cmd line and preview url and change oAuth message #1116 (ashumilova)
- CHE-977: Fix breaking of project tree after closing 'Project Configuration' dialog #1115 (dimasnurenko)
- CHE-1050: show console output on starting workspace runtime #1114 (akurinnoy)
- CHE-1028: Fix machine removal in some cases #1112 (garagatyi)
- CODENVY-363: modify error messages for dashboard #1111 (olexii4)
- Remove Command and Machine selectors from project explorer context menu #1110 (vitaliy-guliy)
- CHE-1002 Add target UX improvements #1109 (vitaliy-guliy)
- CHE-1005: properly display machine type icons in console tree and targets view, fix logo size #1108 (ashumilova)
- Fix error 'removal of the recipe file' in the console log #1107 (AndrienkoAleksandr)
- CHE-1037: fix pulling of docker images #1106 (garagatyi)
- CHE-1039: add ability to bind additional folder to docker dev machine #1105 (garagatyi)
- Add comment which defines error codes range #1103 (evoevodin)
- CHE-1048: Open terminal just after workspace starting #1102 (dimasnurenko)
- Move proxy settings to top of che-properties file #1101 (mmorhun)
- CODENVY-401: move a product info provider to the plugin-product-info #1098 (olexii4)
- Revert "CHE-243: Add paging support" #1096 (evoevodin)
- CHE-999 SSH machines: handle exceptions on connections: properly subscribe to events #1095 (vitaliy-guliy)
- CHE-1004: Improve experience on Debugger configuration selection #1094 (azatsarynnyy)
- Set corectly projects root #1093 (vparfonov)
- Return back rewrite ruls #1092 (vparfonov)
- Add missing license #1091 (mmorhun)
- Return back rewrite rulls #1090 (vparfonov)
- CODENVY-350: Set up workspaces to work behind the proxy #1089 (mmorhun)
- Add new stacks and samples #1086 (ddementieva)
- CHE-243: Add paging support #1085 (evoevodin)
- CHE-990: Change MachineDto type to model type #1084 (dimasnurenko)
- CODENVY-350: Set up workspaces to work behind the proxy #1083 (mmorhun)
- CHE-995: discover ssh machines architecture automatically #1082 (garagatyi)
- CHE-1024: make sure stacks are properly sorted #1080 (akurinnoy)
- Remove rewrite ruls. Use FQN in module bindings #1077 (vparfonov)
- CHE-1023: temp fix for wsagent context path usage #1076 (ashumilova)
- Remove unused classes #1075 (skabashnyuk)
- Fixing wildcard import #1072 (Wajihulhassan)
- Fix websocket terminal launching in ssh machine #1071 (garagatyi)
- Add Trailing slash #1070 (vparfonov)
- CHE-999 SSH machines: handle exceptions on connections: properly subscribe to events #1068 (vitaliy-guliy)
- CODENVY-282 check permissions before trying to start any workspace #1067 (mshaposhnik)
- CODENVY-384: improve machine type labels #1066 (olexii4)
- Improving collection elements processing #1060 (alexVengrovsk)
- [WIP] Remove usage of MachineExtensionProxyServlet #1052 (vparfonov)
4.1.1 (2016-04-15)
Issues with no labels:
- Dependencies between modules aren't resolved in multi-module maven project #1051
- Make internal API accessible #1018
- trying to create WS fails #1017
- Can't copy from or paste to the che terminal #640
- Workspace state Error removes Run button #504
Pull requests merged:
- CHE-994 Update the list of machines on toolbar and console panel #1057 (vitaliy-guliy)
- Allow factory to contain projects with keepDir function #1056 (mkuznyetsov)
- CHE-1010: properly align first childs in the tree root node #1054 (ashumilova)
- CHE-995: mark architecture field as beta #1046 (garagatyi)
- CHE-728 #1045 (mmorhun)
- CODENVY-363: add error messages when user reach the limits #1044 (olexii4)
- CODENVY-256 Plugin Artik #1043 (vitaliy-guliy)
- CHE-748: use colors and fonts from CheColorsConfig and index.styl for… #1042 (akurinnoy)
- CHE-961: [dashboard] Fix workspace item selection #1041 (akurinnoy)
- fix backward compatibility of machine recipe #1039 (garagatyi)
- CODENY-367 fix openWelcomePage required parameter name #1037 (mshaposhnik)
- CODENVY-363: add error messages when user reach the limits #1036 (olexii4)
- CHE-896 Fixing test errors due to status colors static block #1035 (stour)
- CHE-889: add ssh machine implementation #1034 (garagatyi)
- CHE-930: fix terminal usage #1030 (garagatyi)
- CHE-721: Fix docker authentication error log on create workspace #1029 (AndrienkoAleksandr)
- CODENVY-365: base project initializer should change only detected pro… #1028 (vparfonov)
- CHE-896 cleaning custom colors in SVN plugin #1027 (stour)
- Optimizing "if" checks #1026 (alexVengrovsk)
- CHE-605: Use auto_snapshot/auto_restore attributes instead of params #1024 (evoevodin)
- CHE-975: remove che-event-logger #1023 (ashumilova)
- CHE-601: show Run button on ERROR state; hide 'Show more' link after … #1022 (akurinnoy)
- Add new stacks and sample apps #1021 (ddementieva)
- fixup! CHE-942 temporarily disable move to path #1020 (stour)
- CODENVY-276: add white logo for Che #1019 (akurinnoy)
- GDB #1016 (tolusha)
- CHE-750 Remove snapshots on workspace removal #1015 (mkuznyetsov)
- CHE-930: Adapt terminal binary name #1014 (evoevodin)
- CODENVY-211: Provide configuration parameter to enable docker privileged mode #1013 (mmorhun)
- CHE-964 empty credentials at wizard opening and avoid storing empty credentials #1012 (stour)
- CHE-941 temporarily disable copy to local path #1011 (stour)
- Fixing usage of DataOutputStream and ObjectOutputStream #1005 (Wajihulhassan)
- CHE-942 temporarily disable move to path #1003 (stour)
- CHE-472: Add show hint with existing methods params feature #1002 (dimasnurenko)
- CHE-961: fix workspace item selection #1000 (akurinnoy)
- CHE-723 Add "Quick fix" entry to the Assistant menu #998 (vinokurig)
- CHE-732 SVN working with factories #997 (stour)
- CHE-960: fix reset project creation flow state #995 (akurinnoy)
- CHE-685: reduce the height of Github projects list #991 (akurinnoy)
- CODENVY-209: Change title of loading page of IDE. #990 (AndrienkoAleksandr)
- CHE-925 Handle right project events to fetch conflicts and clean only resolved conflicts #988 (stour)
- CODENVY-281: make it possible to manage debug configurations #987 (azatsarynnyy)
- CHE-940: show a spinner to indicate when a workspace is stopping #983 (akurinnoy)
- IDEX-2721 Verify revision exists before to SVN Export #974 (stour)
- CHE-98: Restyle check-boxes position in 'git commit' view #971 (vinokurig)
- CHE-66: Add spaces to 'git reset to commit' view radiobuttons description #970 (vinokurig)
- CHE-815. Remove project folder if import of project is failed #955 (RomanNikitenko)
- CHE-260 Rename some factory parameters #764 (mkuznyetsov)
4.1.0 (2016-04-08)
Issues with no labels:
- Setup Ubuntu server - Virtualbox #975
- Che fails to communicate with Workspace agent #973
- Class not found. #962
- Unable to create project from wizard in new workspace #959
- Che compile error #951
- SecurityException !! #949
- Error when injecting and starting workspace agent #940
- Improve classpath building for Maven multi module projects #937
- Add "Quick fix" entry in the Assistant menu #936
- IDE don't save Java compiler preferences after stop workspace #935
- Error of loading java class from another module in time of debugging #934
- Cannot configure project as Maven after clonning #933
- Javascript editor does not validate code after changes #929
- Update loading steps language #924
- Replace button style to open in IDE #923
- Do not call the same resource multiple time on loading #922
- Enable Processes panel in machine and project perspective #921
- Scrollbars are too small on windows #920
- [dashboard] Reduce the height of Github projects list #919
- Create Che-4 Videos #918
- Runtime links to workspace agent should contain both types of protocol: http and ws #917
- Create add target widget #916
- Remove /local-storage folder from dev machine container in Che #915
- Che loses connection with WS agent after the several hours of inactivity #912
- Refactoring feature works wrong in specified cases #911
- Cannot resolve dependencies in the multi-module project #909
- After applying formatting to a class under debug mode - the highlighter becomes lost #908
- Killing machine process doesn't kill children processes #907
- Add C/C++ Plugin #905
- Support packages for Che #904
- Che git will display empty cell if remote git url starts with spaces #903
- Icons aren't aligned on Git History panel #902
- Checkboxes aren't aligned in 'Commit to repository' window #901
- UI improvements on Git -> Reset to commit #900
- Investigate amount of Git methods that are missing in JGit and are needed for our GitService #899
- IDE doesn't update opened files after hard reset of git repository #898
- Create "Git revert" action #897
- Add to index new files while renaming refactoring #896
- Replace native git with jgit implementation #895
- Project lost configuration after rename #894
- Add ability to delete multiple workspaces from workspace list #891
- Make ability to group by directory list of files when performing git diff #890
- Ability to move dialogs in the IDE #889
- Add ability to view logs on start workspace #887
- Need to improve logging of errors when user trying to make pull request to the same branch on github #886
- Restore svn plugin for version 4.x #885
- Add profile with eclipse jar signer plugin #884
- Make sure that colors used in plugin-svn are ok for both dark and white themes #883
- Add old workspace sub-entity identifier to workspace REST service sub-enitity update methods #881
- Add Python Plugin #880
- Starting Workspace Agent #878
- If start a workspace in dashboard the log panel is empty #874
- Do not allow to update workspace instance while it is running #870
- The 'Navigate to File' does not work for files without a content #868
- Debugger fails to add a breakpoint when client and server aren't on the same host #867
- There is no event about stopped ext server if it was killed by OOM #866
- Cannot copy and paste text in Terminal in OSX #865
- Display the name of currently used branch in editor #864
- Improve toolbar machines widget #863
- Need to add a scroll bar to editor opened file list (popup) #862
- We need refresh opened java files after changing Java Compile Preferences #860
- Swagger page is broken if no trailing slash in url #859
- Command's name usage issue #857
- Workspace snapshots are not removed on workspace removal #856
- Chrome displays wrong icon for requests to workspace master and workspace agent #855
- Default workspace behaviors #854
- Provide paging links to the AdminUserService.getList REST method #853
- [dashboard] Make che-simple-selecter component use images #850
- [dashboard] Fix impact of removing MachineExtensionProxyServlet #849
- Github: Newly created workspace is stopped and gives 503 #848
- [dashboard] Create project in existing stopped workspace fails #847
- Compile websocket terminal for Arm #845
- Improve Debugger Menu: Make it possible to Choose between available debuggers #844
- Execs for SSH Machines #843
- New Machine API Implementation: SSH Machines #842
- Compile GDB to be compatible with ARM #841
- Java Debugger refactoring #835
- Split github plugin to several modules client/server/shared #834
- Split build IDE war to two modules: GWT compilation (client side) and API war (deploy server component) #832
- Refactor SVN plugin console to be displayed in 'Consoles' tab #830
- Make plugin-svn build & run as part of Codenvy onprem 4.x #828
- Simplify workspace API by using single Workspace model #822
- Plugin NodeJS #821
- Unable to use Git menu in IDE #796
- Can't install on Fedora 23 #792
- Error when trying to create a workspace #760
- Che Server | Ping Ws Agent IllegalArgumentException #736
- Running che and docker daemon in 2 separate VMs #664
- Create project error: Client has aborted connection #643
- CHE-670 Make IDE startup components pluggable #598
- CHE-667 Make ability to group by directory list of files when performing git diff #594
- CHE-664 che.sh script with root access #591
- CHE-662 Create docker compatibility tests to avoid manual testing on docker version migration or fixing bugs later #589
- CHE-658 'Close all tabs' feature works wrong #584
- CHE-657 Cannot create a machine with specified names #583
- CHE-648 Che loses connection with WS agent after the several hours of inactivity #569
- CHE-645 It is possible to add debugger breakpoint into non-java file #566
- CHE-637 When stopping WS in the IDE, take user back into the dashboard main page. #556
- CHE-630 User management list - scroll bar too small on windows #549
- CHE-631 drawing issue in user management list #548
- CHE-616 Add ability validate name of files and folders which user creates on file system #524
- CHE-609 All projects created from Dashboard have project-type Java attribute #517
- CHE-607 It is impossible to stop or remove workspace in starting state #512
- CHE-605 Default workspace behaviours #509
- Workspace project storage created with insecure permissions #501
- Workspace undefined successfully created #500
- CHE-586 Provide horizontal navigation for 'Go to line' feature #487
- CHE-582 Logs of machine start are unreachable for user if workspace start failed #479
- CHE-578 Old value in refactor dialog #474
- Cannot crate workspace #471
- The swagger api is not displayed correct in the nightly build #459
- Show error message when update deps timeout is reached #453
- CHE-556 Support packages for Che #440
- CHE-553 Add ability to view logs on start workspace #435
- CHE-552 Adopt OpenShift Plugin to RC5 #432
- CHE-534 The action 'Download as Zip' is dublicated #406
- CHE-533 Don't repeat preparing of codenvy properties at the each step of installation #405
- CHE-531 Apply git committer prefernces for console git #402
- CHE-529 Wrong scroll position into the Console panel #399
- CHE-526 Clean up spacing on command + preview in consoles panel #391
- CHE-525 Unexpected error messages after refactoring for item selected in Project explore tree #390
- CHE-524 The warning message is not displayed when invoke the 'Find usage' #389
- CHE-517 When a container is shut down due to no or corrupted CMD a weird error is displayed #380
- CHE-515 Chrome displays wrong icon for requests to workspace master and workspace agent #378
- CHE-509 Refactoring for methods feature does not work properly in some cases #371
- CHE-504 Project configuration should be updated during move project folder via project api #367
- Exceptions creating a Java Project or Workspace #319
- Can't restart workspace after stopping it #286
- Consider improving UX for adding new projects to an existing workspace #275
- In Windows 10, sometimes workspaces hang when being stopped, and then when you start them again, they malfunction #264
- MVN Clean Install Fails on windows 8.1 #245
- Custom image fails on workspace build, stuck in "Starting" #202
Pull requests merged:
- CODENVY-351: add start workspace error message to workspace runtime o… #1001 (olexii4)
- CHE-959: Fix clone projects #999 (dimasnurenko)
- CHE-667: Fix wrong view of git changed files tree #996 (vinokurig)
- CODENVY-351: fix workspace runtime output for dashboard #994 (olexii4)
- Remove duplicate dependency #993 (mkuznyetsov)
- CHE-936 correct behavior when user token not found #992 (mshaposhnik)
- Fix import from Git location project type #989 (ashumilova)
- Fix path in Project DTO #986 (vparfonov)
- CHE-922: Improve sub-projects (modules) related UX on IDE #985 (dimasnurenko)
- CODENVY-257: Fix tests. Add gdb-tests profile to run tests #984 (tolusha)
- CHE-933: Fix NPE when workspace is stopped by system #981 (evoevodin)
- CHE-793: replace button style to open in IDE #980 (akurinnoy)
- CHE-605: Extend Workspace API with new post/pre operations #978 (evoevodin)
- CHE-478: add new project type for simple java projects #977 (svor)
- CHE-928: fix bug with project creation from project wizard with prese… #976 (olexii4)
- Change default machine name to che #972 (TylerJewell)
- CHE-897: Do not log error when sending a pull request to own project #969 (vinokurig)
- Consider project type from template #968 (ashumilova)
- CODENVY-257: Decouple DebuggerPresenter and Java Debugger #967 (tolusha)
- Separate logic of showing dialog on workspace stop #964 (mkuznyetsov)
- CHE-903: Runtime links to workspace #963 (mmorhun)
- CHE-864 Adapt Subversion project importer UI to 4.x #961 (stour)
- CHE-929 allow to reuse github source components in dashboard #960 (benoitf)
- CHE-926 Hidding not implemented SVN actions from menu #957 (stour)
- CHE-768: add ability to delete multiple workspaces from workspace list #956 (akurinnoy)
- CHE-718: Simplify workspace model & API #954 (evoevodin)
- CHE-848 Refactoring Subversion console to output in 'Consoles' tab #950 (stour)
- CHE-261: Remove UserDao from machine in che. #948 (dimasnurenko)
- CHE-781 Code restructuration. #947 (skabashnyuk)
- fixing che-core-api-dto-maven-plugin version #946 (stour)
- CHE-912 returning no value instead of throwing an exception when project is not a SVN repository #944 (stour)
- Remove unused docker version property #941 (eivantsov)
- CHE-553: add ability to view logs on start workspace #939 (akurinnoy)
- CHE-716 fix links generation #938 (mshaposhnik)
- fix style for select stack widget #931 (olexii4)
- CHE-884: Add Node.js plugin #930 (dimasnurenko)
- Che 749 #928 (vparfonov)
- CHE-890: add stack icon link as icon image to stack widget #927 (olexii4)
- CHE-904: update loading steps language #925 (ashumilova)
- CHE-783: add Python plugin #882 (svor)
- CHE-156 Need to add a scroll bar to editor opened file list (popup) #861 (vitaliy-guliy)
- CHE-746. Split github plugin to several modules client/server/shared #831 (RomanNikitenko)
- CHE-106 Padding in the minimap is not enough #818 (vitaliy-guliy)
- Che 716 getting workspaces via composite key #813 (mshaposhnik)
- CHE-492: JavaDebugger refactoring #807 (tolusha)
- CHE-667: Group by directory list of files when performing git diff #766 (vinokurig)
- CHE-745 Make plugin-svn build & run in Che #758 (stour)
- Che 756: make the loading view fit the height of the screen to avoid scrolling #739 (akurinnoy)
4.0.1 (2016-03-29)
Issues with no labels:
- Cannot launch a workspace after stopping tomcat with Che #913
- Provide horizontal navigation for 'Go to line' feature #910
Pull requests merged:
4.0.0 (2016-03-29)
Issues with no labels:
- Rename widget (refactoring) does not close in specified cases #906
- Github: Workspace undefined successfully created #893
- Security #877
- Cannot create custom stack from Dashboard #872
- Test #871
- Github: The swagger api is not displayed correct in the nightly build #858
- Can not configure maven project in Che #852
- Bad Dockerfile link on website #840
- Add a project type for every ready-to-go stack #839
- Unfinished loading while open http://localhost:8080 #838
- How do I do a git checkout from sourceforget.net using password #836
- Notify user in IDE of unavailable workspace #833
- Project configuration is failed after import maven project #827
- No set commands after create template project on dashboard #826
- Node sample does not complete NPM dependencies #825
- Bring Che plugin-examples into Che 4 #824
- intellisense breaks after rename #823
- Unexpected message 'Unable to start workspace' after stop workspace #820
- getting dependencies error while running pom #817
- Unable to run mvn clean install successfully for sample project of che-ide-extending #816
- Test for tasktop #815
- Test for tasktop #814
- when creating workspace following error occurs at step 2 starting workspace master #810
- Che Workspace Port Configuration #808
- Running 'docker' succeeded, but 'docker ps' failed. This usually means that docker cannot reach its daemon. #794
- how can I get the same workspace which I was working on when I restart Che server. #779
- Missing java quick fix #299
- dashboard in docker #96
Pull requests merged:
- Fixing wrong merge: #892 (vparfonov)
- Revert "CHE-553: add ability to view logs on start workspace" #888 (ashumilova)
- Hide terminal URL #876 (vparfonov)
- CHE-894: fix creating custom stack from Dashboard #875 (akurinnoy)
- CHE-891: Initialize projects from unconfigured folders on starting WS… #869 (azatsarynnyy)
- CHE-883: cleanup websocket channels when ide is opened #851 (ashumilova)
- CHE-553: add ability to view logs on start workspace #829 (akurinnoy)
- CHE-867: Do not overwrite whole workspace's configuration when saving… #819 (azatsarynnyy)
- Remove GA label #809 (riuvshin)
- CHE-157: show attached documentation in the method hierarchy #805 (svor)
- Remove added by mistake setenv.sh #804 (vparfonov)
- CHE-525: Fix unexpected error message after refactoring #801 (dimasnurenko)
- fix logs output on workspace start #800 (akurinnoy)
- Revert "CHE-708: Add CORS Filter" #799 (dimasnurenko)
- CHE-872: Fix keep directory when importing a project #798 (vinokurig)
- Initialize projects from unconfigured folders while getting projects #793 (azatsarynnyy)
- CHE-15 'Close' button on find/replace panel should be square #791 (vitaliy-guliy)
- Schedule annotation documentation #788 (skabashnyuk)
- Exclude tests #787 (vparfonov)
- Remove 'Create Maven module' feature #784 (azatsarynnyy)
- CHE-766. Correct handling of pressing 'enter' on some dialogs #782 (RomanNikitenko)
- CHE-434: improve experience to create a new project in an existing wo… #772 (olexii4)
- CHE-708: Add CORS Filter #767 (dimasnurenko)
4.0.0-RC14 (2016-03-23)
Issues with no labels:
- Import project from hosted GIT repository URL: the host name must start with www #761
- Test for Tasktop 2 #751
- Test for tasktop #750
- Test Tasktop Sync #749
- IDE trying to load localhost address when accessing from in network laptop #732
- Client hangs after changing theme #730
- Unable to start a workspace after compiling Che #726
- Can't find any GWT Modules on this page. #719
- Error creating simple java project in che #715
- I cannot run CHE from Linux Server using Docker Containers #697
- Unfinished loading while open http://localhost:8080 #696
- Unable to create workspace on Windows 7 eclipse che rc11, "cannot find or open /mnt/che/ws-agent.zip" #695
- Item ${projectName} already exists #693
- Cant change running port #686
- The workspace agent has attempted to start, but it is unable to ping the Che server at http://che-host:8080/ide/api/ #684
- How to configure docker image to use unicode ? #683
- Cannot compile "group id ... is too big" #680
- Unable to create project (project already exists) #678
- Error while use super dev mode debug #675
- Trying to connect my github account produces a 404 page (from Github) #670
- Error "unable to find user user" #669
- CHE-676 Dialogs lose focus when we use tab button #606
- CHE-673 Unexpected behavior "Commands" dialog #602
- CHE-672 Adapt Cloud assembly in according to the reworked Project API #600
- CHE-665 Refine icons in git menu #593
- CHE-666 Refine icons in project configuration wizard #592
- CHE-656 Switching between editor tabs by hotKeys works incorrect after rename opened file #582
- CHE-655 Dashboard view changes #581
- CHE-647 Fix integration tests of IM CLI to use Codenvy 4 of hosted version instead of nightly.codenvy-stg.com #567
- CHE-642 Incorrect behavior dialogs when user uses "Enter" button to confirm his choice #562
- CHE-639 Investigate how to add new file formats in editor #558
- Does CHE Keep the editing histories of a file? #552
- Typescript, ES6, JSX support #550
- CHE-629 Remove Help menu from left sidebar #547
- Very long startup due to entropy gathering #498
- CHE-560 Swagger page is broken if no trailing slash in url #448
- CHE-557 Maven command doesn't work #441
- CHE-544 unexpected duplication of 'Warning operation' widget after refactoring of annotation #421
- CHE-530 Add a tooltip for the SSH button #401
- CHE-528 Icons and items in git merge window are not fit in line #394
- CHE-518 InvInvestigate and resolve problems in the selenium tests after first launching on CI #383
- CHE-516 Java error "Target Java VM is not suspended" in time of debugging #379
- CHE-503 Add ability to edit and save file content in compare widget #365
Pull requests merged:
- CHE-875 rename master -> wsmaster, agent - wsagent. #786 (skabashnyuk)
- CHE-796: browser die when creating a project with a new ws #783 (akurinnoy)
- Add timeout on verify. Shoud fix test o Jenkins CI #781 (vparfonov)
- Fix failed build #780 (vparfonov)
- Fix imports #777 (vparfonov)
- Move test according to eclipse-che#775 #776 (vparfonov)
- CHE-774:fix perspective id & move Action to the better code base #775 (vparfonov)
- CHE-781 remove analytics #774 (skabashnyuk)
- CHE-866: wrap fileWatcher.startup() with try..catch. #773 (vparfonov)
- Delete project from workspace's configuration in case project doesn't… #769 (azatsarynnyy)
- CHE-339 Review and rework the popups that do not extend Window #768 (vitaliy-guliy)
- CHE-657: fix generation on docker container name #763 (garagatyi)
- CHE-755: show a spinner to indicate when a workspace is starting #762 (akurinnoy)
- Support exposed port with tcp suffix #759 (vzhukovskii)
- CHE-233:Rework Project API with new VFS #757 (vparfonov)
- CHE-764: improve layout for workspace list #756 (akurinnoy)
- CHE-730. Fix problems related to refusing WebSocket connection when machine is restarted. #755 (RomanNikitenko)
- Add chown to projects dir to make sure a current container user has write access to it #754 (eivantsov)
- CODENVY-252 fix wrong groupid #753 (skabashnyuk)
- CHE-781 Decouple parts of platform-api for master and agent #752 (skabashnyuk)
- CHE-715 change some workspace service paths #748 (mshaposhnik)
- Fix increasing war size #746 (ashumilova)
- CHE-781 Che structural refactoring #743 (skabashnyuk)
- CHE-754: typo changes in project details when workspace stopped #742 (akurinnoy)
- improve secret key error notification #741 (olexii4)
- Fix year in header of DTO genereted classes and in some project classes #740 (mshaposhnik)
- improve footer style #735 (olexii4)
- Fix url encoding in DefaultHttpJsonRequest #734 (akorneta)
- CODENVY-262: Delete containers which left after build with fail #733 (mmorhun)
- CHE-741: change model of machine server conf and runtime server #729 (garagatyi)
- eclipse che #728 (agrimgrover)
- Replace codenvy to che in classes' names #724 (sleshchenko)
- Add an ability to get pull requests by repo, owner and head #723 (evoevodin)
- Fix call setInterval() avoid RangeError: Maximum call stack size exce… #722 (vparfonov)
- CHE-731. Close all opened files when workspace is stopped #721 (RomanNikitenko)
- Fix NPE at cleaning selections in processes panel #720 (RomanNikitenko)
- CHE-437: create loader while opening a stopped workspace #717 (akurinnoy)
- CHE-119. Set focus on OK button of message dialog when dialog is displaying #716 (RomanNikitenko)
- Che 312: Remove existing docker snapshot when creating new one #714 (mmorhun)
- CHE-691: Fix launching factory into inactive browser tab. #713 (dimasnurenko)
- Add :Z suffix when mounting workspace project sources #712 (eivantsov)
- Fix DocuementChange event for Orion editor #711 (sunix)
- CODENVY-232: add element injector service by parent id #710 (olexii4)
- CHE-351. Move Preferences from Help menu to Profile menu #709 (RomanNikitenko)
- CHE-740 Connect via SSH button in Consoles has no tooltip #708 (vitaliy-guliy)
- Fix styles for buttons on some dialogs #707 (RomanNikitenko)
- CHE-656: Refactor getOpenEditors method from Map to List #706 (vinokurig)
- CHE-139: add 'Organize Imports' functionality #705 (svor)
- CHE-665: crop and optimize git menu icons #704 (ashumilova)
- CHE-678: Rework loading view to component #703 (akurinnoy)
- add VMware Fusion support #702 (zaps)
- CODENVY-43. Create Profile menu for Che #692 (RomanNikitenko)
- CHE-639: add typescript, ecmascript 6 and jsx file formats #689 (ashumilova)
- Fix using estimation attributes #688 (ashumilova)
- CHE-457: add servers conf and env vars to model of machine config. #687 (garagatyi)
- CODENVY-26: Fix stream closing before it is direct use #685 (akorneta)
- Added fix for a problem that made OSX-based builds fail #682 (MitchK)
- CHE-396 Rename perspective and Workspace agent #679 (vitaliy-guliy)
- CODENVY-191: Add update factory client impl #677 (akorneta)
- Remove unused properties. Rename project_template.location.dir #676 (eivantsov)
- CHE-694: change border radius property #674 (ashumilova)
- Changeslog for 4.0.0RC12-RC13 #672 (skabashnyuk)
- CODENVY-193: Add jenkins build badge #668 (riuvshin)
- Upgrade Apache Commons Collections to v3.2.2 #667 (ProgramMax)
- Avoid NPE if event don't has EventOrigin annotation #666 (vparfonov)
- Codenvy 167: improve the che-footer widget #665 (olexii4)
- CHE-673. Correct handling buttons of Commands dialog when Enter is clicked #663 (RomanNikitenko)
- CHE-686: add oauth providers service and check GitHub one to notify user #661 (ashumilova)
- CHE-176. Set 'accept' button in the focus for Choice dialog and Confirm dialog #659 (RomanNikitenko)
- CHE-682: Enable debug buttons when debugger open file without source #657 (AndrienkoAleksandr)
- CHE-642. Correct handling buttons on dialogs when Enter is pushed #630 (RomanNikitenko)
- CHE-676. Keep focus on dialog when user uses tab button #611 (RomanNikitenko)
4.0.0-RC13 (2016-03-09)
Issues with no labels:
- Features Page Content Typo #656
- Question about templates folder #649
- Che can't authorise to github #639
- Can't create project #631
- CHE-669 Make terminal easier to find #597
- CHE-640 Password strength meter is broken on account view #559
Pull requests merged:
- Remove unused components #662 (ashumilova)
- CHE-698: improve the boxes styles on dashboard page #660 (olexii4)
- CHE-528: Resize git Merge and History icons to fit them in line #658 (vinokurig)
- CHE-655: add recent workspaces box on the dashboard #653 (olexii4)
- CHE-666 Refine icons in project configuration wizard #652 (vitaliy-guliy)
- Move workspaces menu above projects one #651 (ashumilova)
- CHE-503: Add ability to save edited changes from compare widget #650 (vinokurig)
- CHE-701: Extend debugger views from Window #647 (vinokurig)
- Che 684 improve import from SSH error notification #646 (olexii4)
- CHE-367: Return websocket URL of extension server when a workspace is launched #635 (mmorhun)
- CHE-516: Fix unstable debbuger behavior #580 (AndrienkoAleksandr)
4.0.0-RC12 (2016-03-06)
Issues with no labels:
- Eclispse CHE doesn't load in browser(Chrome/Firefox) #641
- How to define another environment and switch between environments? #634
- What's the difference between the two concepts "recipe" and "stack" #633
- CHE-653 Change value fails with NullPointerException #576
- CHE-651 Notification loose their shadow #573
Pull requests merged:
- CHE-669 Make terminal easier to find #645 (vitaliy-guliy)
- CHE-383: Move FqnProvider to che-core-ide-api #644 (dimasnurenko)
- CHE-383: Add ability to show and copy fqn and path of files #637 (dimasnurenko)
- Added changeslog for 4.0.0-RC9 - 4.0.0-RC11 #636 (skabashnyuk)
- CHE-214 [dashboard] use real project path for commands #632 (benoitf)
- CODENVY-174 pre-select correct branch when start point is set #629 (mshaposhnik)
4.0.0-RC11 (2016-03-03)
Issues with no labels:
- What does the asterisk on the left of the editor panel mean? #625
- Nightly docker image issue: can't open the created project #624
- Errors in nightly che #609
- CHE-614 Max size of message queue exceeded during starting workspace in Che #522
- Can't create a new workspace #431
- how to configure che to pull private images from docker hub #237
- Che cannot create projects with SELinux enabled #232
- 连接过多 #140
- How to pass config when starting a machine? #130
Pull requests merged:
- CHE-651 [dashboard] Add missing shadow on popup #628 (benoitf)
- CHE-700 Add subversion to blank stack #627 (benoitf)
- Add Z suffix to fix mounting issues on Fedora with SELinux enabled #623 (eivantsov)
- CHE-653: Change value fails with NullPointerException #622 (mmorhun)
- CHE-695 : [dashboard] use fixed versions #621 (benoitf)
- CHE-435 [dashboard] Introduce meaningful warning if browser is not being able ping ws agent #620 (benoitf)
- Add promise-based methods for GitHub client service #618 (mkuznyetsov)
- Che 212 disable field auto completion after its adjustments #617 (olexii4)
- CHE-201: remove breakpoints in case of absence of linked file #607 (dmytro-ndp)
- Add TomEE 1.7.3 stack and sample application #570 (jgallimore)
4.0.0-RC10 (2016-03-02)
Issues with no labels:
- How to use che.sh to run a custom docker image? #608
- CHE-671 Investigate the reason of failing parser #599
- CHE-661 unzip ws-agent in quiet mode #588
- CHE-660 Connection timeout when updating a sizable project #586
- CHE-654 Unclosed zip archive when building che #577
- CHE-652 Display Codenvy logo while display in the striped loader #574
- CHE-650 Cannot export a workspace #571
- CHE-641 Add default blank stack #561
- CHE-624 readme file should provide more information to get started with Che #537
- CHE-622 Commands are added to custom stacks #533
- CHE-611 Cannot run a workspace from Dashboard #519
- CHE-610 Restarting a workspace with a project results in an attempt to recreate a project #516
- CHE-603 [dashboard] allow to add new routes on route history #507
- CHE-602 [dashboard] Allow to send to IDE some loading parameters #506
- CHE-596 Make non-blocking entropy the default for Che startup #499
- CHE-591 Clean up plugin installer #494
- CHE-589 Broken project tree #492
- CHE-581 New workspace from 'Import an existing workspace configuration' is created wrong #478
- CHE-574 After using a factory the just cloned project is not configured #464
- CHE-573 Factory configuration feature in the IDE works incorrect #463
- CHE-571 Cannot create a factory after cloning the Java- Web-Spring tempate #461
- CHE-566 Prototype transitions on the right side of the loader #458
- CHE-567 Display the outputs with syntax coloration on the right side of the loader #457
- CHE-565 Improvements on the crane design #455
- CHE-559 After creation a new machine in existed workspace output is empty #444
- CHE-555 Preview URL for application is wrong #436
- CHE-550 Adapt projects in dashboard to 4.0 changes #430
- CHE-549 [dashboard] increase timeout delays in unit tests #429
- CHE-547 [dashboard] Adapt project-type to 4.0 project-type #423
- CHE-546 Workspace Agent should consider to return transitional state while initializing projects #422
- CHE-545 Add estimate and resolve method calls from project API #420
- CHE-542 Unify how to get workspace runtime config #419
- CHE-541 Use a common way to get ws agen websocket URL #417
- CHE-537 Adopt maven plugin according to CHE-258 #409
- CHE-536 Differentiate explicitly created and detected projects on Workspace Agent. Do not save detected to Master ProjectConfig. #408
- CHE-535 Java bare type could be only available if there are java files #407
- CHE-532 Add the debug id on the 'Loader' widget #403
- CHE-522 Unexpected the 'Failed to commit' message in the 'Events' after git commit #387
- CHE-521 Git status output is different if 'Committer' has a name or has not. #386
- CHE-520 Project Explorer doesn't display just created project #385
- CHE-514 Fix jdt tests #375
- CHE-512 Investigate ability to get content from Orion compare widget #374
- CHE-510 Style improvements for dashboard #373
- CHE-507 Error appears when creating a new sample project #370
Pull requests merged:
- CHE-495 Used simple entropy source. #619 (skabashnyuk)
- CHE-209: fix recipes #616 (akurinnoy)
- CHE-439: fix referencing attributes due to model changes #615 (ashumilova)
- CHE-689 [dashboard] report error when starting agent #614 (benoitf)
- CHE-522: Correct message when user tries to commit clean directory #612 (dimasnurenko)
- Che 217 improve creating project flow #604 (olexii4)
- Autogenerated changes log. #603 (skabashnyuk)
4.0.0-RC9 (2016-03-01)
Pull requests merged:
- Fetch module config directly from item reference #605 (vzhukovskii)
- CHE-131: Fix losing focus in editor after closing 'File structure' dialog #601 (dimasnurenko)
- Added description for toggle breakpoint action #596 (mmorhun)
- CHE-388 Don't use ugly browser prompt box to display 'Go to line' dialog window #595 (vitaliy-guliy)
- CHE-661 unzip in quiet mode #587 (benoitf)
- CODENVY-170 add promise-based authorization method to OAUth authenticators; prevent project synchronizing when factory used #585 (mshaposhnik)
- CHE-275: rename DOCKER_MACHINE_HOST to CHE_DOCKER_MACHINE_HOST #579 (garagatyi)
- CHE-641 Add blank example project with a blank ready to go stack #578 (benoitf)
- CHE-650 [dashboard] Fix export of a workspace following workspace model change #572 (benoitf)
- Add dependency on Guava #568 (vparfonov)
- CODENVY-104: add new font awesome icons #565 (olexii4)
- CHE-75: Cut long names in editor tab #564 (dimasnurenko)
- Corrected old reference #553 (anton-johansson)
- CHE-124 Create/Import wizards are displaying errors while nothing is entered #545 (vitaliy-guliy)
- CHE-22: check environment parameter on workspace start #518 (garagatyi)
4.0.0-RC8 (2016-02-28)
Issues with no labels:
- Callback URL different from GitHub callback and che.properties #542
- Creating workspace after starting up registry fails #532
- Workspace cannot resolve Che server? #530
Pull requests merged:
- Fix build #555 (benoitf)
- Option for blocking entropy flag #551 (TylerJewell)
- CHE-622 [dashboard] Do not import templates commands if user is providing its own location #546 (benoitf)
- Disappear JsOauthWindow after action is performed #544 (evoevodin)
- Improve handling of ws agent started event #541 (vparfonov)
- Add promise based getRepository method to the GithubServiceClient #540 (evoevodin)
- CHE-514: fix jdt tests #538 (svor)
- Silky smooth factory workflow #536 (benoitf)
- [dashboard] CHE-611 fix links to get channels due to model change on machine config #535 (benoitf)
- CODENVY-88 Setup new jvm defaults #528 (skabashnyuk)
- CHE-81: fix ws agent pinging #526 (garagatyi)
4.0.0-RC7 (2016-02-25)
Issues with no labels:
- Workspaces can't be created <1gb #503
- No feedback from ui when starting workspace #496
- Che does not respond #484
- What's the "temporary workspace"? #475
- GitHub oAuth callback "http://${che_localhost}:8080/che/api/oauth/callback" not working #472
- Bug: equals called on same variable #462
- Che upgrade from beta to RC3 release fails to detect my existing workspace #400
- How to work with meteor projects? #392
- How to customise project properties and preferences in Che? #303
- Che will not start when JAVA_HOME does not match "java -version" on Windows #295
- How to finish an inline-rename of a field with vi-mode enabled? #288
- Autocomplete not working no idea why, not sure how to debug #283
- How can we setup environments with multiple machines? #281
- Don't use Docker-in-Docker when running as a Docker Container #244
- Unable to create workspaces #240
- Passing argument to docker image #170
- Too many open files with
codenvy/che:nightly
#143
Pull requests merged:
- Exclude non-source directories from java project #523 (vzhukovskii)
- Poject & Factory & GitServiceClient improvements #520 (evoevodin)
- CHE-395 Add visual feedback to clarify whether machine process is finished or still running #514 (vitaliy-guliy)
- CHE-141: Add client side validation for packages' and class' names #513 (dimasnurenko)
4.0.0-RC6 (2016-02-20)
Issues with no labels:
- CHE-562 Test dev label on github issues #451
- Cannot Create Node Project: Endless exceptions in 'Injecting and starting workspace agent' #450
- Workspace startup freezes on Catalina startup #411
- How to deploy on PaaS #372
4.0.0-RC5 (2016-02-18)
Issues with no labels:
- @media Print CSS for eclipse-che.readme.io #382
- CHE-513 Better handle exceptions when ws agent pings Che server #376
- Create project in IDE got HTTP 409 conflict code #369
- When specify the port, the ws-agent will still request to che-host:8080 #362
- CHE-499 Make Dashboard compatible with CHE-306 #361
- Test github to jira integration #360
- CHE-500 Test github-jira integration with zapier #359
- CHE-499Make Dashboard compatible with CHE-306 #358
- Autocomplete not working on nodejs #348
- workspace rename not working when stopped. #346
- Question about the "Using che.sh Script" way to start che #336
- Error pulling docker image of my workspace #325
- Launching Che with docker as explained in documentation doesn't work #297
- What is the right way to stop che? #287
- Eclipse Che che.sh script not compatible with bash #262
- New auxiliary machine displayed with name "docker" #249
- Can't connect to ws://che-host:8080 when creating new project #148
4.0.0-RC4 (2016-02-15)
Issues with no labels:
- Where is "che-tomcat8-slf4j-logback"? #337
- "Could not find Che's application server." when trying to start it #335
- readme "Run Che as a Server" section links to non-existent documentation #331
- Scala support #301
- Windows 10 - Eclipse che fails to create 'projects' folder #296
- Che With Windows 64-bit? Not finding Java #290
- Error in importing existing workspace #289
- Node project only shows Blank and Maven project as configuration options #285
- Create new workspace then you can create projects from the IDE #284
- Update dependencies not using ~/.m2/repository in by custom stack #282
- Consider combining preferences and settings and moving to Workspace menu #276
- Document that custom stacks need to have a CMD that does not terminate #273
- Unable to access eclipseche from host system #272
- Documentation for running Che using docker-compose + potentially nginx-proxy & on carina #269
- Cannot checkout private GitHub repository #266
- Update dependency failed #263
- Documentation not clear enough #260
- Cannot uninstall che in mac? #259
- Che wont start because of Java but i have the right version. #258
- Can not open project in IDE #256
- Unable to Create Workspace #253
- Eclipse Che Space in filepath error #252
- Is there a demo server available? #251
- Cannot create additional machine #248
- Compiling GWT Application FAILURE #247
- import project from local file system #246
- che.sh -p doesn't publish port 8080 to the specified port #243
- Che force closes #239
- Need guide for Maven Usage #236
- How to enable User Account Control #235
- Che won't start on Windows7 #231
- any documentation for backup workspaces before upgrade/rebuild new github updates? #230
- 'conditional binary operator expected' error #227
- "Error while creating the project - Internal Server Error: Unable get private ssh key" #225
- Unable to create project #224
- failing to create new project #222
- debian jessie JAVA_HOME issue #221
- Che can't make workspace or project #220
- Cannot create new workspace #219
- Che server does not start #217
- Folders that only contain one subfolder break the UI #214
- Require password #213
- 127.0.0.1:8080 always redirects to /che/default for Chrome #196
- About the feature of "remote machine" #188
- Docs may out of date #185
- Start Che Error #182
- Eclipse Che start error #180
- Build error #177
- My che container starts very slow #176
- What does "Project git url" be used? #174
- Can't create maven command with the name "newMaven" #172
docker ps
checking fails randomly #171- Can't start machine dev-machine. Connection timed out #169
- API for updating project files #166
- Why will
che.sh
be invoked when the docker container is started? #165 - Why the exposed port range is 32768-65535, which is not the same as the range in che.properties? #164
- README.md - Link to Write Che IDE Plug-Ins broken #163
- Where can I find the git hash from a che docker image? #161
- How to use the provided tomcat8 in workspace image "codenvy/ubuntu_jdk8"? #156
- Incorrect error message che.sh #153
- compile error #142
- Build docker image failed #137
- Where is the docker image for che 4.x? #136
- How to delete a running workspace? #133
- Can't find which port is using by tomcat for
codenvy/ubuntu\_jdk8
(che 4.x) #132 - How to create a html+js project in 4.x #131
- Incorrect buld & run instructions on http://eclipse.org/che #125
- https required #120
- depency problem #119
- How to hide the projects belong to other workspaces? #116
- Is it possible to start many che instances on a server? #115
- User management #114
- Compiling GWT Application Failed #113
- 404 after install #110
- How can I provide custom che properties outside the docker? #109
- Data is lost when I restart my che in docker, how to prevent it? #108
- Is it possible to run a single Java file or a Java test from the UI? #105
- Can't access web interface for docker image #104
- How to uninstall? #101
- Debuggin in che #100
* This Change Log was automatically generated by github_changelog_generator