5.7.1 (2017-04-08)
Pull requests merged:
- fix situation when redirect_after_login contains hash 2062
5.7.0 (2017-04-06)
Pull requests merged:
- Added factory images used in links, Pull Requests etc 2056
- remove unused code 2046
- Do not log exception about workspace restoring interruption when user stops workspace while it starting. 2042
- Make che-plugin-product-info optional for IDE 2041
- Rework code in accordance to changes in Che. 2039
- apply branding to top/bottom banners 2034
- Use thymeleaf templates and processor in email notifications 2033
- Improve checking sudo in rsync backup scripts 2023
- fix zookeeper logs issue 2022
- fix reset password 2019
- Allowed to use single hyphen in the middle of organization name 2016
- Add workaround for bug in Swarm when exec can't be found by Swarm 2011
- Allow PR panel and integration plugins to use BitBucket repos created from projects not just users. 2000
- Added Factory capability to Che. 1913
5.6.0 (2017-03-30)
Pull requests merged:
- [UD] added sending team invitations to unregistered users and display pending members for admin of the team. 2009
- Restored the ability to share personal workspaces with users registered in the Codenvy system. 2001
- Add missing filter bindings 1999
- Fix very slow codenvy cli stop operation. 1997
- Fixed email templates for codenvy organizations 1994
- Hide support link if it is not configured in product.json 1993
- Add ability to customize a site. 1987
- save java heap dumps when oom happen 1982
- Use new
.factory.dockerfile
and.factory.properties
for repo URL based factories. 1979 - Added ability to invite unredistered users to organization and workspace. 1978
- Change agents usage after changes in Che 1977
- Fix bug where some containers became inaccessible after rebooting 1975
- [UD] Added Teams list on dashboard page 1973
- Fix FactoryProjectImporter according to che#4447 1972
- add rsyslog entrypoint 1964
- Don't take into account node number when check license usage legality 1959
- Reduce the number of requests to the storage to retrieve the total number of users 1957
- Removed the deprecated RemotePreferenceDao. 1938
- Added ability for users to remove their own permissions. 1935
- Add possibility to configure docker namespace for pushing snapshots 1931
- Adaptation to other pull request N/A 1929
5.5.0 (2017-03-15)
Pull requests merged:
- Fixed providing resources for suborganizations. 1914
- Fix team details when user is requesting non-existing team or team with no access. Fix ability to set zero resource CAPs or remove them 1910
- Split codenvy-hosted-api-system-license module 1906
- Add version for angular-aria dependency in dashboard. 1904
- Fix login filter mapping for machine token service 1903
- [UD] fixed changing tabs after reloading the "Billing" page. 1895
- Refactoring exec-agent to go-agents. 1894
- Fixed tabs flickering on billing page in dashboard 1892
- add property to enable/disable ws autostart 1891
- The Machine API has been removed in this release. 1890
- Fixed flickering when changing tabs in team's details 1885
- Used Gwt xml generator from eclipse/che 1882
5.4.1 (2017-03-06)
Pull requests merged:
- Added "Get More RAM" widget on dashboard page, display idle timeout value on button's caption. 1884
- Fixed providing resources for suborganizations 1876
- Optimizes Fair Source license checks to improve performance. 1863
5.4.0 (2017-03-01)
Pull requests merged: The follow are changelogs for codenvy/codenvy:
- Fix error messages when account doesn't have enough resources to perform operation 1870
- Remove duplicate entries in no_proxy because it may cause issues 1857
- Team email notification fixes 1856
- Fixes CLI error in non dev mode 1849
- [UD] make inputs on "Get More RAM" widget and Billing info tab to allow to enter only valid symbols 1848
- Add qualified name to make suborganizations' names unique per parent organization 1846
- Rework organization distribution service to cap resource usage. 1845
- Added Team capabilities and Billing stuff to user dashboard. 1844
- Added support for older versions of rsync from 3.0.9 and higher. Changed rsync scripts to save true ownership and to set all permissions. Improved rsync over ssh host key checking. 1843
- This reverts PR codenvy#1766 1842
- Internal refactoring for resource API 1841
- The CLI can now use the ws-agent from a mounted assembly. 1835
- Move organization events publishing from dao to manager 1830
- Publish events and send email notifications for any organization changes. 1811
- Allows dashboard styles to be overridden by modifying a single CSS file. 1809
- Added oAuth2 authentication with the Red Hat Developer Network. 1808
- Remove unnecessary
CHE_PORT
in [cli] 1800 - clean up selenium dependencies 1798
- Added oAuth2 authentication via LinkedIn. 1791
- Added ability to configure workspace idle timeout per account. 1789
- allows download agents via http 1772
- Permissions granted to admins to perform
update
anddelete
action with predefined stacks. 1768 - Simplified packaging by removing compiling ide assembly module. Reverted back by codenvy#1842 1766
- Cleaned up outdated API servlet module bindings. 1755
- Add personal account for team capabilitities 1600
5.3.1 (2017-02-21)
Pull requests merged: The follow are changelogs for codenvy/codenvy:
- Remove readme.io references and replace with internal documentation link. 1794
5.3.0 (2017-02-17)
Pull requests merged: The follow are changelogs for codenvy/codenvy:
- Fix :/assembly volume mouting usage when using codenvy cli 1793
- Fixed workspace restart in case swarm node was forcefully stopped. 1792
- allow to skip maven update during build agents image 1783
- Allow to configure
MAVEN_OPTIONS
andJAVA_OPTIONS
workspace environment variables fromcodenvy.env
1777 - Add possibility to set DNS resolving servers. 1771
- Add networking progression and configuration to
codenvy.env
1764 - add missing build.sh scripts to build codenvy images 1760
- Switch to OpenJDK, use official OpenJDK image as parent. 1753
- Allows adjustment of the
log_min_duration_statement
for PostgreSQL query analysis. 1748 - Added 'classes' classifier for IDE war compiling, to allow archetypes make dependency on it. 1746
- Change postgresql configuration to be able to use pgbadger to generate usage reports 1745
- add checks to not append compose file on windows 1744
- Adds logging for project synchronization errors. 1735
- Reverting of changes made by PR #1692 1722
- Fix assembly-main artifact names. 1714
- Cleanup mail sending code - war is deleted, so mail sending is available now from API war only. 1704
- Adapt CLI for CHE-4006 refactoring 1701
- Try using OpenJDK instead of Oracle JDK but reverted in PR #1722. 1692
- Refactoring of Codenvy assemblies packaging in accordance with Che naming convention. 1691
- Move all JS files of Orion from plugin-orion to the che-lib repository 1684
- Upgraded GWT to version 2.8 including new guava and lib-gwt-svg.1677
- Only users with MANAGE_CODENVY permissions can call LDAP synchronization from REST API. 1660
- Assembly fix for Json RPC 1486
- Users who have
manageSystem
can getByKey, getByNamespace, stop workspaces and getResourcesInformation, getByParent, getByUser organizations. 1451
5.2.2 (2017-02-04)
Pull requests merged:
- Fix signup with email and password recovery features. 1695
- Codenvy is based on Eclipse Che - view the changelog for Che
5.2.1 (2017-02-03)
Pull requests merged:
- Ensures workspaces are properly backed up even if a subsequent workspace start fails. 1680
- Codenvy is based on Eclipse Che - view the changelog for Che
5.2.0 (2017-02-01)
Pull requests merged:
- Set
db_schema_flyway_scripts_locations
property value depending on scope. 1661 - Add default empty che.docker.ip.external value 1652
- Allows to get state and stop system for those users who have manage_codenvy permission. 1646
- Remove saas props from onprem 1645
- Added JIRA and Jenkins integration properties to
codenvy.env
file in anINTEGRATION
section . 1641 - Allow override flyway db schema in saas 1638
- Adapt CLI to changes in Eclipse Che #3940 and add postflight check of Swarm nodes as a test 1637
- Make rsync agent installation scripts respect environment variables 1628
- Update codenvy.env per changes initially introduced by #1625 1627
- Update style for popups in Dashboard 1626
- Add possibility to set extra hosts for codenvy containers 1625
- Use host of api endpoint to creating project's links 1620
- Fix restore and backup scripts to add ability start workspaces from docker images without sudo. 1619
- Upgrade swarm to 1.2.6 1618
- Removed "beta" messages from create account screen as product is not beta. 1617
- Limit CPU consumption by build docker image tasks 1601
- Decouple different agents on different maven modules 1598
- Fix invalid name for sync command 1569
- Cleanup snapshots images after workspace starts. 1566
- Fix compose containers ordering issue 1559
- Rework EnvironmentContext#getSubject method to not return null subject 1558
- Remove CDEC, CLI and unnecessary assemblies 1555
- Add CHE_DOCKER_IP_EXTERNAL in shell script for docker for mac/docker for windows 1542
- Add filters for force or disable caching on the given resources paths 1541
- Fix delete account exception for Firefox 1450
- Codenvy is based on Eclipse Che - view the changelog for Che
5.1.2 (2017-01-24)
Issues with no labels:
- Cant find the localhost address/operations view #1591
- Can't input multi-line command #1584
- Why don't I have Operations Perspective? #1582
- Can't create a factory #1580
- Custom Stack - Parsing of recipe of environment failed #1577
- running CLI: Your admin has not accepted the license agreement. #1576
- CLI: sync command does not work #1564
- Codenvy repository cleanup #1508
- Configuring workspace idle timeout in Codenvy on-prem #1500
- Project explorer jumps. #1499
- 5.0.0-M8 Milestone Plan #1329
- Workspace Creation Display Problem #1061
- Release codenvy and saas 5.1.2 #1595
Pull requests merged:
5.1.1 (2017-01-20)
Issues with no labels:
- Did my services tab disappear on my workspace? #1563
- Docker command for running codenvy with your assembly #1551
- Create CI jobs for docs #1429
- Only user with role 'manageSystem' should be able to call NodeService methods #1292
- Error in API che--typescript when opening folder. (regression) #1205
- Testing stack does not work provide the workspace #1560
- Release codenvy and saas 5.1.1 #1553
Pull requests merged:
- Add missing dependencies #1567 (mkuznyetsov)
- CODENVY-1489 update dependencies in site #1540 (vkuznyetsov)
- CODENVY-1292 Add permission filter for Node Service #1295 (mkuznyetsov)
5.1.0 (2017-01-18)
Issues with no labels:
- Unable to run Docker Codenvy, "please rerun CLI" #1538
- CLI for creating organizations and users #1537
- Authentication for Preview #1535
- Update Codenvy to Use Renamed Che Docker Images #930
- 5.1.0 Milestone Overview #1666
- Release codenvy and saas 5.1.0 #1552
- workspaces does not start from snapshots on codenvy.io #1544
- My SQL stack does not start #1524
- NPE when creating workspace when there is already running ones #1506
- Click on element in a project explorer jumps to the top of a tree #1488
- Scripts that build Codenvy CLI and other images fail on Ubuntu 16.04 #1485
- Audit license returned misleading info about expired and removed license actions #1437
- Delete docs folder #1425
- Instance started via CLI on Fedora linux fails on curl() command #1374
- Add zookeeper configuration to runbook details #1369
- Error occurred while deleting snapshot #1334
- Null Pointer in JpaWorkerDao #1321
- Null Pointer in WorkspaceRuntimes #1320
- Navigate To File case sensitive? #1038
- Snapshot on workspace stop behavior #937
- Investigate if requests to dockerhub are made when using localy built workspace images #880
Pull requests merged:
- RELEASE: set tags for release #1545 (riuvshin)
- Update pom.xml #1539 (JamesDrummond)
- Remove docs folder #1536 (JamesDrummond)
- Allow to cancel workspace start request #1534 (evoevodin)
- Reduce image size by having single docker image layer when adding tomcat #1533 (skabashnyuk)
- Allow to update users while linking #1532 (evoevodin)
- add 5.0.1 version #1527 (riuvshin)
- CODENVY-1506 Rework workspace manager methods to optionally return runtime info #1523 (mkuznyetsov)
- [cli] Fix indent for JMX so [AVAILABLE] tag is aligned with previous lines #1519 (benoitf)
- SAAS-101 : Allow cli inheritance without dockerfiles manifests #1516 (benoitf)
- CODENVY-1403: remove sync agents from existing WSs #1514 (garagatyi)
- add possibility to configure logback host / port #1513 (riuvshin)
- CODENVY-1150: change classes according to changes in CHE #1512 (garagatyi)
- Fix build after merging of out-of-sync PR #1497 (garagatyi)
- Fix sh issue (was working only with bash) #1494 (benoitf)
- Fix misleading info about expired/removed system license actions in audit log #1453 (dmytro-ndp)
- CODENVY-1149: Refactor workspace infrastructure provisioning. #1452 (garagatyi)
- Fix Codenvy according changes in Che #1444 (garagatyi)
- Adapt HostedDockerInstance constructor & tests #1441 (evoevodin)
- CODENVY-1321 Add checking instance id to avoid NPE #1427 (sleshchenko)
- Add manually publishing cascade events in implementation of DAOs instead of using EntityListeners #1338 (sleshchenko)
5.0.1 (2017-01-12)
Issues with no labels:
- It would be cool to support letsencrypt setup with haproxy and document it @ #1502
- cli:nightly download doesn't download newer images #1501
- Workspace fails to load in codenvy.io #1493
- Find steps to reproduce concurrent restore processes on the same workspace #1473
- Investigate the ways to measure bootstrap performance using jvisualvm for codenvy in docker #1466
- Add in M9 docs info about docker versions #1365
- Additional host entry is added to hosts file in containers when it is not needed #1150
- Terminal and WS agents are mounted as empty folders in codenvy in container mode #1149
- For some reason one of my config file keeps on getting deleted #1134
- User Friendly Error Message on git/svn Error #1124
- Make installation manager independent from $CODENVY_IM_BASE system varialbe #949
- release codenvy 5.0.1 #1522
- Factory config not applied (regression) #1462
Pull requests merged:
5.0.0 (2017-01-06)
Issues with no labels:
- Cannot start workspace on nightly server in certain cases #1474
- Editor does not seem to recgonize Java types usually found in the default JRE #1461
- Cannot SSH to plan.io #1460
- Not able to view Tomcat server #1448
- Docker build should use CPU limits as Che does #1439
- Allow fine-grained selection of JDK release #1409
- [Question] Associate custom file extension with existing editor #1405
- release bugfix M9 #1402
- Performance measurement of workspace boot sequence #1364
- CI - create process for pushing static docs version to codenvy.com/docs location #1314
- Make snapshot images use tag field #1224
- Don't allow users to login or to create new account if Fair Source license agreement isn't accepted #1155
- Find factory functionality doesn't work in swagger #783
- Swagger html page shows error indicator. #770
- 5.0.0 Milestone Overview #1528
- Unexpected exception when restarting workspace after create new folder #1481
- update release automation #1472
- Release and ship codenvy 5.0.0 #1467
- Fix package/deploy issue of docs. #1442
- Change access to docs from dashboard #1432
- dev mode not consistent #1431
- Create new docs repos #1416
- Workspace start occasionally fails if docker image doesn't contain ssh and rsync #1392
- Add ZooKeeper key-value container to the Dockerized Codenvy start(). #1388
- add docs for new LIMIT props #1385
- Clarify Codenvy configuration for using private docker registries #1378
- Generating docs with Maven is broken #1376
- upgrade docker registry to 2.5.1 #1375
- Replace LOG.error with LOG.debug #1358
- Dockerized Install Behind Proxy - Workspaces Do Not Start #1351
- Improve homepage flow for docs site #1349
- Improve How CLI Gets List of Stack Images #1343
- Run Dockerized Codenvy in a Vagrant VM #1342
- Port Che CLI for Codenvy SaaS #1340
- Logs of workspace containers and agents are not shown when WS starts in IDE (regression) #1337
- Restart workspace from IDE ends up with an error (regression) #1335
- Error Sync port is not exposed in ws-machine #1333
- Create update script that will transform absolute to relative links for script for the same host. #1324
- Codenvy CLI commands: list-nodes and remove-node are not working #1322
- update docker to latest available for puppet based codenvy #1301
- Codenvy in container doesn't check availability of port 8000 in development mode #1282
- Add to exception information about on which node it occured #1279
- Add menus item to embed docs into the product #1274
- Display version number and Codenvy logo in dashboard's footer #1273
- All bitnami stacks do not work on the nightly server #1271
- "Reading Project Structure" pop-up #1249
- Revamp Codenvy docs for 5 #1248
- Strange warning about the age of cli #1235
- Rename License in wsmaster/codenvy-hosted-api-license to SystemLicense #1223
- Add support for BitBucket Server to Codenvy integrations #1178
- Test and document usage of codenvy in container using docker-machine to launch additional swarm nodes #1176
- DockerConnector exception "Could not kill running container" #1164
- make it possible to use custom codenvy images like for codenvy saas #1162
- Create 'Access Requires Fair Source Licence Acceptance' page in site project #1154
- Distribute agents from separate container, not from API #1153
- Bugs in Profile Preference dialog #1106
- Workspaces fail to start in cases where certain firewalls are active #1053
- Maintenance page's styling update #1051
- Ws-agent produces an enormous amount of logs when unable to resolve hostname of master #959
Pull requests merged:
- RELEASE: set tags for release #1490 (riuvshin)
- Fix SQL license exclusion filter #1483 (mkuznyetsov)
- Revert license for SQL scripts #1479 (mkuznyetsov)
- expose swarm port to host #1470 (riuvshin)
- Set new license year #1469 (mkuznyetsov)
- Fix license error message in case of license doesn't expire #1446 (dmytro-ndp)
- CHE-3549: Fix docker machine privileged mode #1445 (mmorhun)
- in dev mode use agents from the repo same way as api server #1436 (riuvshin)
- Show 'No valid license detected' nag message to all users. #1435 (akurinnoy)
- CODENVY-1392: fix sync agent start check #1434 (garagatyi)
- Add docs war #1430 (mkuznyetsov)
- Change licensing behavior. #1428 (dmytro-ndp)
- Change behavior when a paid license expires #1424 (dmytro-ndp)
- Docs - cleanup internal ports in install guide #1422 (bmicklea)
- Zookeeper #1421 (riuvshin)
- CHE-3135: Clean up abandoned docker networks #1419 (mmorhun)
- Updates to getting started docs section #1417 (bmicklea)
- CHE-3435: Add link to the exec-agent for all machine #1413 (vparfonov)
- Update ports for install guide #1412 (bmicklea)
- update disaster recovery section #1410 (bmicklea)
- License logout #1408 (vkuznyetsov)
- CODENVY-959: Get rid of WSocketEventBusClient #1404 (tolusha)
- Integration guide updates #1394 (bmicklea)
- expose codenvy jmx ports #1484 (riuvshin)
- CODENVY-1215: Workaround for unexpected behaviour of swarm #1480 (mmorhun)
- Adapt CHE-3581 - Enhance CLI to separate debugging from local repo mount #1458 (TylerJewell)
- CODENVY-1432: change access to docs from dashboard #1433 (akurinnoy)
- Repair maintenance mode of Codenvy node #1420 (mmorhun)
- CODENVY-1358 Change log level in workspace activity manager #1418 (mkuznyetsov)
- CODENVY-1178: Add Bitbucket Server webhooks #1401 (vinokurig)
- Docker Configuration Docs #1400 (TylerJewell)
- Fix styling in docs #1389 (slemeur)
- Simulated Scaling Documentation #1383 (TylerJewell)
- Add docs images by using LFS storage #1380 (benoitf)
- Docs changes for external che repo #1368 (JamesDrummond)
- CODENVY-1273: display codenvy version in footer #1347 (ashumilova)
- CLI Fixup #1330 (TylerJewell)
- Fix #1322 for node commands #1323 (benoitf)
- CODENVY-1178: Add Bitbucket Server pull requests #1312 (vinokurig)
- CODENVY-1279 Add node address for loggin errors during backup/workspace #1311 (mkuznyetsov)
- Remove lib module and add axec-agent #1307 (evoevodin)
- RELEASE: set tag versions #1298 (riuvshin)
- CHE-3199: add cpu limits configuration #1285 (garagatyi)
- Don't allow user to login or to register if Fair Source license agreement isn't accepted #1280 (dmytro-ndp)
- Ud improvement #1251 (olexii4)
- CODENVY-957 Implement resources redistribution between suborganizations #1141 (sleshchenko)
5.0.0-M9 (2016-12-22)
Issues with no labels:
- No Generate Getters/Setters functionality #1398
- Forever loader in dashboard on workspaces tab #1373
- Kos Nnt #1356
- Test Codenvy Dockerized with 1.10 Daemon #1341
- Emmet integration #1328
- How do I view this in a browser? #1315
- Create a role with full API permissions by default. #1277
- Codenvy in Docker: testing of work behind http proxy #1275
- Docs packaging. #1266
- Python3.5 requirements.txt #1258
- Dockerized Codenvy Test Scenarios #1256
- Rework organization resources limits according to new approach for initializing database schemas #1198
- Codenvy workspace snapshotting reliability #1171
- Ability to configure max number of workspaces for a team #1073
- Pull Request panel is not displayed or does not show its content anymore #1064
- Containerize Codenvy Infrastructure #1032
- Some commands from the Bitnami factories are not performed in the IDE (regression) #970
- Resources redistribution between suborganizations #957
- Upload file button doesn't work in create factory from config view of UD #782
Pull requests merged:
- fix ci issues with this repository #1396 (riuvshin)
- Logout user if Fear Source License is not accepted by admin #1391 (vkuznyetsov)
- Runbook fix #1387 (bmicklea)
- restyle maintenance page #1384 (riuvshin)
- add new org props #1382 (riuvshin)
- CHE-3426: fix problem with regexp for api requests #1377 (svor)
- CODENVY-1271: refactor projects backuping #1371 (garagatyi)
- Adding runbook to admin docs #1366 (bmicklea)
- Update integration and white label docs #1362 (bmicklea)
- update codenvy docker image #1361 (riuvshin)
- fix_init #1360 (riuvshin)
- Fixed logging folder for exec agent #1359 (dkuleshov)
- fix init image build #1357 (riuvshin)
- eliminate jdk image #1355 (riuvshin)
- Updated TOC to have white label guide #1354 (bmicklea)
- Content updates to Admin Guide docs section #1353 (bmicklea)
- Add new home page for github.io and renamed /docs/docs folder /docs/assets #1352 (JamesDrummond)
- Updated content for getting started docs section #1350 (bmicklea)
- Distribute agents from separate container, not from API #1346 (tolusha)
- Updates to docs. #1344 (JamesDrummond)
- Update Admin Docs #1339 (TylerJewell)
- Increase timeout to wait start of workspace in integration tests #1332 (dmytro-ndp)
- (#1297) Add migration patch for Codenvy on-prem 5.0.0-M8 #1327 (dmytro-ndp)
- ENTERPRISE-12: add popup with license agreement #1326 (olexii4)
- Revamps docs for 5.0 #1248 #1325 (slemeur)
- Add resources types to control number of created and running workspaces #1319 (sleshchenko)
- Fix start of terminal agent in Codenvy in Docker #1318 (garagatyi)
- CODENVY-1154 create accept-license page #1316 (vkuznyetsov)
- Fix license #1313 (mkuznyetsov)
- fix no proxy issue #1309 (riuvshin)
- Zend debugger #1306 (tolusha)
- set nightly versions for M9-SN iteration #1304 (riuvshin)
- CODENVY-1223: Rename License in wsmaster/codenvy-hosted-api-license to SystemLicense #1296 (tolusha)
- CLI Improvements #1294 (TylerJewell)
- CHE-2463 Improve Panels behaviors in IDE #1213 (vitaliy-guliy)
- Define all codenvy/* images to have codenvy versioning #1212 (benoitf)
- CODENVY-1087 Change permission name from manageCodenvy -> manageSystem #1177 (mkuznyetsov)
5.0.0-M8 (2016-12-07)
Issues with no labels:
- Investigate what prevent us from using docker swarm mode instead of separate docker swarm #1288
- False positive warn about old CLI #1281
- Script to simulate adding / removing additional nodes #1276
- Codenvy in docker: Enable postgresql logs #1250
- SSH connection to aws codecommit fail #1244
- How to build a project using Ant? #1233
- "https://www.codenvy.io" does not open. #1232
- Codenvy in Docker: Workspace agents are not stopped during codenvy stop or restart #1226
- Persistent Container Online #1220
- Unlimited JCE Config? #1209
- HTTPS on Docker with Apache Proxy? #1207
- Confusion regarding how to store workspace definition in github #1206
- Error response from docker API, status: 500: failed to allocate vxlan id: no bit available #1204
- Allow to suspend API server start in development mode #1151
- Codenvy in container doesn't work after moving CLI into container #1148
- Macro expansion to provide URL for preview and etc. is not happening in some circumstances #1133
- Touch support for Web-IDE #1129
- cannot use codenvy.sh via symlink #1118
- Number of created workspaces limit is ignored when starting new workspaces from config #1112
- Do user logout after user removal event. #1109
- How to I disable the editor giving one more or one less character than I type? #1105
- Can't put MachineNode into 'scheduled for maintenance' mode (regression) #1089
- Alex's must have issues for Checonf #1088
- Workspace is indicated as stopped but is still running. #1082
- Make networking configuration between bridge vs. overlay configurable #1078
- Merge hackathon branch into master #1069
- Python Modules / Libraries not working? #1056
- CLI codenvy upgrade command #1033
- Make network driver in docker environment implementation configurable #1028
- Cannot clone a project after consuming a factory in Vagrant environment #1005
- Runtime exception when factory failing to import unavailable project #668
- Change loglevel of "Failed to download recipe for machine ws-machine. Recipe url" to WARNING and print HTTP status code #657
- Codenvy beta.codenvy.com error: o.e.c.a.c.u.CompositeLineConsumer - An error occurred while writing line to the line consumer org.eclipse.che.api.core.util.FileLineConsumer #587
- move to puppet 4.x #434
- Release and ship Codenvy 5.0.0-M8 #1297
- Not all editor tabs are closed after stopping workspace (regression) #1270
- Puppet should set Password Expires for the
codenvy
user tonever
explicitly #1241 - Codenvy in Docker: Workspace delete fail #1227
- Describe configuration changes for 5.0.0-M8 release #1190
- Performance testing of workspace snapshotting opperation #1174
- "Installation Manager server error" in Admin Dashboard #1168
- MachineBackupManager Process failed. Exit code 255 #1163
- all docker image names and versions must be used from images manifests for particular version #1156
- Running process is not terminated after closing in the console #1145
- Avoid of concurrent snapshots on same node. #1127
- Remove unnecessary screens from Admin dashboard #1091
- Manage empty states in IDE #1086
- Proxy configuration broke link on ws-agent API #1076
- System errors page styling update #1052
- Error when trying to save factory after renaming #1047
- Failed WebSocket connections show up in the console logs as a warning #987
- Infinite loop while creating a workspace from a factory #977
- Allow users with "manageCodenvy" permission to stop workspace and get information about workspace #921
- Delete unnecessary stack json file #751
- Sometimes recently imported maven project may lose project type #707
- Workspace is not deleted after finishing selenium test #593
Pull requests merged:
- Prepare to ship Codenvy on-prem 5.0.0-M8 #1299 (dmytro-ndp)
- Change identifier for import project channel #1293 (RomanNikitenko)
- CODENVY-1223: Rename License in wsmaster/codenvy-hosted-api-license to SystemLicense #1291 (tolusha)
- Add Workspace settings service #1290 (mkuznyetsov)
- single template for compose files #1289 (riuvshin)
- add depends_on for rsyslog, sync compose files #1286 (riuvshin)
- ENT-23: Add codenvy license accepts and reverts into the audit log #1284 (tolusha)
- Codenvy 1266 packaging Docs into war #1283 (vkuznyetsov)
- introduce logs for registry #1272 (riuvshin)
- move pg logs to pg data folder #1269 (riuvshin)
- Support Codenvy license activation #1268 (tolusha)
- fix names, sync compose files #1265 (riuvshin)
- rework pg loggin due to issues on linux #1264 (riuvshin)
- enable postgre logs #1261 (riuvshin)
- use custom functions to override CHE base CLI #1255 (benoitf)
- fix cli.log flushing #1254 (riuvshin)
- Update codenvy cli to use more che variables before moving code to che-base cli #1246 (benoitf)
- Fix maven warnings #1245 (garagatyi)
- use codenvy.env from dev repo in dev mode #1243 (riuvshin)
- Auto snapshots configurability #1242 (riuvshin)
- Include synthetic id into equals & hashcode #1240 (evoevodin)
- add possibility to collect swarm logs with syslog #1239 (riuvshin)
- Remove ddl schema generation from persistence.xml #1238 (evoevodin)
- Remove more code from specific codenvy cli and use common cli #1237 (benoitf)
- ENTERPRISE-25: improve license message service #1236 (olexii4)
- remove unnecessary docker opts #1234 (riuvshin)
- add registry configuration #1231 (riuvshin)
- gracefully stop ws master with SIGTERM, fix typos, add stop timeout 3min #1228 (riuvshin)
- CHE-3065 Add threads uncaught exceptions writer #1225 (mshaposhnik)
- WIP: CLI Refactoring - Consolidate codenvy/init + puppet containers #1221 (TylerJewell)
- print compose logs to console in dev mode, add license mount, sync conf #1218 (riuvshin)
- Start to make some common files for codenvy/cli and eclipse/che-cli #1217 (benoitf)
- CODENVY-1051 apply new styles in site pages #1216 (vkuznyetsov)
- add missing props, allow connect to postgres from host in dev mode #1214 (riuvshin)
- fix haproxy issues, add rsyslog container to collect logs properly #1208 (riuvshin)
- Json RPC and websocket architecture reorganization #1203 (dkuleshov)
- CHE-2157: Che Java Test Runner Plugin #1202 (vparfonov)
- Fix url of project creation API in integration tests of IM CLI #1201 (dmytro-ndp)
- Syntax fixups for uprgade #1199 (mshaposhnik)
- Prevent adding user beyond the Codenvy license #1197 (dmytro-ndp)
- Cleanup dockerfiles #1196 (benoitf)
- Fix dev mode and improve cli code #1195 (riuvshin)
- WIP: CLI Refactoring #1191 (TylerJewell)
- use tags for socat and puppet images #1188 (riuvshin)
- Change limitations of Codenvy on-prem license #1187 (dmytro-ndp)
- (#1168) Add che.api property to the installation manager server config #1185 (dmytro-ndp)
- CLI Improvements #1184 (TylerJewell)
- Fix CLI to append output instead of overwrite #1182 (TylerJewell)
- CODENVY-657: Do not log SourceNotFoundException #1181 (vinokurig)
- add possibility to set JPDA_SUSPEND via ENV var #1180 (riuvshin)
- add missing props #1179 (riuvshin)
- fix license accept, remove cli logs from instance folder #1175 (riuvshin)
- remove server.xml because it managed by puppet #1172 (riuvshin)
- Add Codenvy License Acceptance to Docker Installer #1170 (TylerJewell)
- CHE-2365: Add deserializer for 'command' field ComposeServiceImpl. #1167 (AndrienkoAleksandr)
- Codenvy-1127 docker instance implementation that that limits number of simultaneous container commits on the same node. #1166 (mshaposhnik)
- Rework database schema loading #1161 (evoevodin)
- Fix checking of existence last 'setPermissions' action before permissions changing #1160 (sleshchenko)
- Several compose files #1158 (riuvshin)
- use images names and versions from manifest file for particular version #1157 (riuvshin)
- INFRA-14: Limit number of pids #1152 (tolusha)
- Prototype of upgrade method #1147 (mshaposhnik)
- Set up contribution mixins after IDE has been initialized #1189 (vzhukovskii)
- Allow users with manageCodenvy permission to stop/get info of any workspace #1165 (mkuznyetsov)
- Do user logout on user remove event. #1137 (skabashnyuk)
- Remove installation manager stuff from dashboard #1110 (ashumilova)
5.0.0-M7 (2016-11-10)
Issues with no labels:
- Do the dialogs have to be so tiny? #1107
- How to I get rid of this space-wasting thumbnail? #1104
- How to I get lines to wrap? #1103
- Are there plans for Help to provide documentation? #1102
- How do I get to see a markdown file rendered in the IDE? #1100
- Anyone managed to find the advertised PHP GAE stack? #1099
- Where is the Codenvy User Discussion Forum these days? #1098
- Codenvy in Docker: Fail to start a workspace on Windows #1093
- Real life data for codenvy/version #1083
- CLI logs are be rewritten on each run #1081
- Implement backup of named volume for windows, to get database data #1080
- Test behaviors of workspace performance if rsync agent fails #1079
- Can not ssh to gitlab.com #1071
- apt-get: unable to locate package (i.e. nano, tesseract-ocr) #1068
- Terminal Stops Responding After Extended Period of Inactivity #1065
- Hidden folders #1062
- Replace a property name with a new one #1058
- Generic GWT on Codenvy? #1057
- The factories from eclipse getting-started page still have links on beta.codenvy.com #1048
- Viewing all current build issues/errors? #1046
- Configure Source Directories in Complex Projects #1045
- Finding usages across multiple source directories #1036
- Create friendly message when trying to add users beyond license capacity #1035
- Codenvy destroy doesn't work on linux #1029
- Codenvy Fails to start Factory. #1014
- Highlight in file .html.erb #1007
- Can you do pair programming via Internet in Codenvy #1001
- Unrecognized parameter advertise network interface #1000
- There is no way to make persistent changes to machine #998
- "No workspace selected. Unable to open IDE" while loading a factory #985
- Create a tool to import CC data from codenvy.com to codenvy.io #960
- Investigate how to provide personal team #958
- Snapshot improvements #940
- Add option to import Codenvy properties from file to "codenvy config" IM CLI command #929
- Does snapshotting actually save changes made (eg new folders in root etc) on beta.codenvy? #918
- Add paging to PermissionsService#getUsersPermissions rest method #863
- beta: workspace never start #842
- How do you find your public ip of your codenvy machine? #841
- Recipe for creating new machine is not present #834
- Switching editor tabs should move the highlight in the project explorer #824
- Unexpected errors in the Ws-machine console after consuming Sourcegraph factory #810
- Cannot create workspace from the JAVA-MYSQL stack #806
- Implement workspace cap that prevents users from running more than X workspaces #792
- upload file option is disabled #744
- Customizing stacks #739
- Conduct load testing of Codenvy with new multi-machine environments #729
- I were wondering what's the reason for Codenvy loading the external POM file forever? #721
- assembly descriptor contains a *nix-specific root-relative-reference (starting with slash) / (Windows build issues) #710
- Create a tool to import users from codenvy.com to codenvy.io #696
- Can't create target on beta.codenvy.com #646
- No logs displayed when starting a workspace from a factory #612
- Missing project types in Project Configuration wizard #591
- Empty logs and no error message while it is impossible to start from a factory #590
- "dot" files not visible in project explorer tree #583
- codenvy push to openshift through ssh #573
- Change path to Installation Manager Server #532
- Invite user with email address and factory URL #529
- Improve pre-flight check to verify all necessary ports are available #480
- Codenvy and AWS ECR #444
- Evolutionary Improvements to Codenvy Installation #442
- Provide CI Job to trigger in case of some problems with SAAS #433
- Write a codenvy onprem runbook #414
- Show Codenvy is production grade #412
- Release and ship Codenvy 5.0.0-M7 #1125
- Can not create a workspace snapshot #1114
- Wrong behavior when initialize git repository (regression) #1094
- Cannot configure a project after consuming factoty (regression) #1092
- development mode on linux work wrong, cli restart work incorrect #1070
- crossplatform backup / restore commands #1067
- 5.0.0-M7 Milestone Plan #1055
- Constantly re-reading project structure #1037
- Codenvy start in container doesn't work if development mode is on and codenvy.sh is called from outside of codenvy repo #1030
- Change way how we configure docker registries #1027
- Clarify messages in UD for snapshotting #936
- Remove extra workspace running notification. #934
- Stopped IDE should provide clear state and options to the user #932
- The toast loader is not showed when workspace is stopped (regression) #901
- Codenvy on-prem bootstrap scripts fails when proxy URL has trailing slash at the end #886
- Describe and test SASL configuration of LDAP connection #813
- SSH key never gets injected into workspace machine #804
- Stacks recipe are not displayed in the list of workspaces #752
- Describe configuration changes related to "Consolidated database" #616
- Codenvy beta.codenvy.com error: o.e.c.a.c.n.EventService - null #602
Pull requests merged:
- CODENVY-602 Avoid NPE when ending sessions of stopped workspaces #1026 (mkuznyetsov)
- CHE-2015 Rename configuration properties #902 (mkuznyetsov)
5.0.0-M6 (2016-10-26)
Issues with no labels:
- In LDAP mode, It is unable to login after wrong credentials was entered once. #1015
- Can't deploy to GAE #1010
- Failed to execute goal com.soebes.maven.plugins:iterator-maven-plugin:0.4:iterator (compile-terminal) on project codenvy-websocket-terminal #1008
- beta.codenvy.com: Import project from Google Cloud Platform Version control System #988
- RPM Dependency Error #966
- [Dump] Change http to https, is not working #965
- Disable registration #964
- Create selenium test for covering the 'Ws-agent health' feature #953
- After creating a new machine in the machine perspective this one is absent in project perspective #950
- Wrong behavior after create workspace from Node.js template (SaaS Cloud) #944
- Java content assist keyboard shortcut does not work in Codenvy Beta #939
- Study: Active Directory Large group support #924
- Building workspace from custom recipe results in "Docker image build failed" #919
- How do I run Java Swing GUI programs on Codenvy #893
- beta.codenvy.com Share function does not work #881
- Enhancement request: Command to unlink Codenvy from Google #864
- Change machine expand/collapse icon on runtime page #773
- Study how to use backup restored from different domain #695
- beta.codenvy.com can't create an worksapce #623
- Error of automatic update of IM CLI: 'Could not generate DH keypair' #620
- Prevent workspace starting if the user achieved their account RAM limit #549
- Account and resource management in dashboard #548
- [dashboard] Manage members inside of the organization #545
- [dashboard] Organization Management #544
- Display account resources info on dashboard page #543
- Integration with customers ldap #398
- Release and ship Codenvy 5.0.0-M6 #1023
- Dashboard doesn't display nag message about the illegal usage of Codenvy on-prem #1009
- It is difficult to login in Codenvy with username and password if it contains upper case symbol #992
- Error of setting multi-line codenvy property by using Installation Manager #982
- Error pushing to GitHub origin repo #968
- 5.0.0-M6 Milestone Plan #947
- The editor is not updated after git checkout branch #946
- Workspace run doesn't work properly in all cases #935
- Stop the workspace when a snapshot is executed #933
- UI does not accurately represent workspace snapshot state #931
- Correctly handle absence of "eth0" for on-prem install #922
- Sourcegraph sample from Che getting started page broken (regression) #915
- After add a project Pull request panel is duplicated #910
- After consuming a factory with a project the pull request plugin becomes broken #908
- Cannot perform pull request from just created branch #906
- LS Plugin for JSON and C# - Codenvy #847
- Codenvy Installation manager backup fails on long file path in workspace #689
- Auditing Codenvy #581
- Wrong behavior after create pull request on 'Pull request' panel #546
- Wrong display status 'Pull request updated' on the 'Pull Request' panel. #518
- Wrong message in the 'Pull request' panel after create pull request #514
Pull requests merged:
- CODENVY-1009: fix license legality check #1011 (ashumilova)
- CHE-2435: Add component for clean up workspace folder after remove workspace. #829 (AndrienkoAleksandr)
- che-1518: Fix creation zombie prosess when user closes terminal. #570 (AndrienkoAleksandr)
5.0.0-M5 (2016-10-07)
Issues with no labels:
- Installer/updater not working behind proxy #866
- Team Phase 1 : Billing with only RAM #862
- Invoices management API #861
- Payment management API #860
- Subscription management API #859
- Display user's invoices #858
- UI for managing credit card #857
- Ability to show and handle billing information in dashboard #856
- Can't load project types: Error #833
- help on ip address #641
- How can I get the URL to preview my own server? #526
- Account and resources management #409
- Release and ship Codenvy 5.0.0-M5 #926
- Can't load workspaces on nightly (regression) #912
- Search recipes does not work correctly (regression) #909
- Deleting of user removes all public recipes #905
- Snapshot creation sometimes fails #903
- Activity checker stops working after few hours #899
- 5.0.0-M5 Milestone Plan #889
- Project type 'php' is not found (Bitnami Codeigniter stack) #879
- Merge changes to support JIRA plugin improvements #873
- put nginx behind haproxy to eliminate requirement open 444 port #869
- Login to Codenvy through IM ClI failed #826
- Describe and test ssl configuration of ldap connection #815
- Describe Ldap connection pool configuration #814
- Describe different type of Ldap authentication (AD, Direct, Anonymous, Authenticated) #812
- Authentication using external ldap #793
- Workspace member sharing widget changes #775
- Fix listed grammar errors in dashboard #774
- After consuming a factory by Direct URL the terminal does not work #755
- System admin configuration in ldap syncronisation mode #732
- Can't create a factory from a workspace with SVN project #687
- Investigate Codenvy JIRA plugin on JIRA 7.1.9 #684
- Deny users to create organization with name that is url incompatible or reserved #674
- Rework members of organizations to fix build #673
- Rework organizational account from inheritance to delegating #672
- Add ability to get list of organizations where certain user is a member #669
- Allow per user overrides for all resource limit configs #582
- Implement API for organizations #552
- Ways to mount folder inside host machine to auxiliary machine? #499
- Support PostgreSQL DB when perform backup/restore of Codenvy onprem #465
- Implement Account API #419
- Implement Resources management API #410
- Prevent workspace starting if the system achieved resources limit. #408
- Implement Ldap Synchronizer for Users & Profiles #400
- Study how to integrate with customers ldap #399
Pull requests merged:
- Use go flags to compile binaries in static mode #896 (benoitf)
- CODENVY-582 Add ability to define free resources limit #877 (sleshchenko)
- CODENVY-775: renamings in workspace sharing widget #870 (ashumilova)
- CHE-1754: improve loader #868 (olexii4)
- Iframe injection #839 (olexii4)
5.0.0-M4 (2016-09-29)
Issues with no labels:
- Standard installation on a single server - Can't load project types: Error #853
- Unexpected rewriting content of stack after renaming #848
- Created stack by user is not listed in stack search result. #795
- Use correct groupId for site artifact #741
- Lots of errors like 'Failed to get logs from machine' #738
- [dashboard] Avatar alignment in share workspace list #735
- System resource management and production readiness #406
- 5.0.0-M4 Milestone Plan #888
- Inform admin about important changes in update command output after update of Codenvy on-prem #865
- NPE during start workspace from default environment #850
- Remove che-in-che stack from saas + on-prem offering #846
- Release and ship Codenvy 5.0.0-M4 #845
- Can not share workspace to another user #725
- Rewrite the stack and recipe search in accordance with permissions mechanism #686
5.0.0-M3 (2016-09-26)
Issues with no labels:
- Smooth and simple solution for offline workspace sync #832
- Copying json file of workspace does not work on the dashboard #808
- GAE appcfg Rollback #769
- Dashboard configuration of AWS ECR #743
- Add support for centrally setting multiple AWS ECR keys for image pulls #727
- Factory with direct URL feature does not work #655
- Test on a backup of the workspace falls #601
- Implement workspace cap that prevents users from creating more than X workspaces #579
- A user should be able to delete his account (with all associated resources) #386
- Sharing permission is not working #836
- Dashboard: bottom left button doesn't open a drop-down list. #835
- Editor not displayed to create a factory from template #821
- Impossible to upload factory configuration file #820
- Improve error message when creating a factory from a workspace without projects. #819
- Add support for AWS ECRs configuration properties in puppet #789
- 5.0.0-M3 Milestone Plan #780
- Page with settings of factory is not openning on dashboard #767
- Factories aren't opening from dashboard #766
- Describe configuration changes #762
- Enable support for multiple AWS ECR registries per install #742
- Re-implement IM CLI login command to use Codenyv 4.x on-prem instance as a remote by default #667
- Adapt new permission mechanism to ACL wildcard #666
- Add ability to configure registry for snapshots for each workspace #663
- Cascading removal of the stack and recipe permissions. #645
- Incomprehensible behavior for creation a factory from dashboard #637
- Dashboard doesn't check if usage of Codenvy on-prem is legal according to license terms #621
- Remove LDAP & Mongo DAO implementations #597
- JPA support of AdminUserService.getAll method #586
- Bypass usage of LDAP when getting number of Codenvy on-prem users in Installation Manager #584
- Remove ldap and mongo from puppet configuration #578
- Rework permissions mechanism for stacks and recipes #505
- Create 'resource reached error' table in dasboard #502
- Workspace data migration tool from MongoDB to PostgreSQL #475
- SSH data migration tool from MongoDB to PostgreSQL #474
- Snapshot data migration tool from Mongo to PostgreSQL #473
- Stack data migration tool from Mongo to PostgreSQL #472
- Recipe data migration tool from Mongo to PostgreSQL #471
- User preferences migration tool from Mongo to PostgreSQL #470
- User and profile data migration tool from LDAP to PostgreSQL #469
- Factory migration tool from MongoDB to PostgreSQL #468
- Permissions storage migration tool from Mongo to PostgreSQL #467
- Puppet config isn't updated properly in time of changing Codenvy hostname when there are machine nodes #456
- Integrate JPA components/tools with Codenvy infrastructure #396
- Create JPA based CommonPermissionsStorage #395
- WorkerDao implementation on jpa #394
- PreferenceDao implementation on JPA #393
- FactoryDao implementation on JPA #392
Pull requests merged:
- CODENVY-826: Fix login to Codenvy through IM CLI #844 (akorneta)
- Grant all permissions for user who creates stack #840 (evoevodin)
- CODENVY-836: fix sharing workspace #837 (ashumilova)
- Factory fixes #827 (ashumilova)
- CODENVY-637 fix state of create factory button for UD #825 (olexii4)
- CODENVY-808 fix add build task for ngClipProvider source #822 (olexii4)
- CODENVY-502: check system ram limit channel to handle app notifications #809 (ashumilova)
- CODENVY-766: fix factory id and named links retrieval #786 (ashumilova)
- Dashboard bug fixes #771 (ashumilova)
- CHE-2206: add stacks item to navbar menu and add codemirror plugins #759 (ashumilova)
- CHE-1772: add dependency #758 (akurinnoy)
- CHE-1922 add paging for factory list #679 (olexii4)
5.0.0-M2 (2016-09-20)
Issues with no labels:
- Could anybody help in this. Getting error while running HelloWorld Che extension #756
- Adding node behind the proxy doesn't work for default host name #734
- beta.codenvy.com Share function does not work #700
- Add registry for snapshots option in workspace settings #662
- Add support in server side of AWS user credentials for ECR configured in dashboard #660
- Add form for adding AWS user credentials for ECR in the Codenvy dashboard #642
- Add ability to remove workspace snapshots from AWS ECR #632
- Codenvy beta.codenvy.com error: o.e.c.a.w.s.WorkspaceManager - Restore of workspace ??? failed. Another restore process of the same workspace is in progress #604
- Add support of multiple AWS accounts/ECR registries in docker client #524
- Add ability to save workspace snapshots in AWS ECR #515
- Database consolidation - consolidating LDAP, Mongo, Postgres into common repository #391
- Cannot run factory from SaaS Cloud on beta #785
- Factory accepting is broken in UD #784
- Sample for Compose stack must use only 3GB RAM #781
- Certain Factories are not working since upgrade to 5.0.0-M1 #779
5.0.0-M1 (2016-09-14)
Issues with no labels:
- Setup & persist workspace (i.e. nvm, firebase-tools, polymer-cli, etc) #723
- Create docs for common UI customizations for white label installs #704
- Create CLI command for per user overriding for all resource limit. #697
- Create organizations CLI #636
- Release and ship codenvy 5.0.0-M1 #730
- Can't create factories from minimal/full templates #714
- Deadlock in MailSenderTest #702
- Add support of Codenvy on-prem 5.x into the installation manager #701
- Doesn't display a list of existing factories #694
- Describe configuration changes #680
- Codenvy Milestone 5.0.0-M1 #664
- Gitlab integration #628
- Remove --systemAdminName and --systemAdminPassword options from the Codenvy bootstrap script #617
- Add needed infrastructure to use overlay network with Docker Swarm #606
- Move 'User Number Report' sender to Codenvy API Server #600
- Move Codenvy License management staff to Codenvy API Server #599
- Create a service that will delete a user from marketo #388
Pull requests merged:
4.7.2 (2016-09-09)
4.7.1 (2016-09-08)
Issues with no labels:
- [Question] Auto-complete/Code-list #705
- [Java] NoClassDefFoundError #693
- Which ip address to Authorize while Connecting to Google Cloud SQL instance from Codenvy ? #690
- installation manager resource check doesn't work with substituted directory #676
- Cannot create a factory from Dashboard templates #654
- Cann #652
- Cann #651
- Any way to debug a plain java code in codenvy? #643
- Code intelligence and auto complete not working #611
- Paste from clipboard #527
- How do I/Am I able to connect to the Tomcat8 server? #516
- Limit Machine logs queue heap memory consumption #457
- Snapshotting mechanics #455
- Adapt Docker implementation of multi-machine environments to Codenvy/Saas #401
- Codenvy Milestone 4.7.1 #692
- Release and ship Codenvy onprem 4.7.1 #688
4.7.0 (2016-08-29)
Issues with no labels:
- Github push error #640
- Enhance GDB debugger to work with node.js #622
- Cannot ping api.nasa.gov at beta.codenvy.com #588
- [dashboard] Join profile and security tabs of the account view #577
- Make it possible to provide additional workspace mount #565
- Workspace refusing to start #557
- Good way to include Tomcat7 in my Java Stack #535
- Reorganize install.codenvycorp.com and start.codenvy.com servers #508
- inconsistent results on javascript #489
- Release and ship codenvy 4.7.0 #659
- Upgrade Codenvy on-prem to 4.6.2 broke workspaces and stacks #644
- Changing of hostname of multi-server Codenvy on-prem hung up #624
- Revamp list's header #613
- Impossible to restart any workspace on beta.codenvy.com #589
- Integration tests of installation manager failed because of lack of RHEL subscription #575
- NPE on some old accounts #564
- Container not cleaned up if it failed to start #562
- netstat deprecated and not available on some centos 7 distributions #560
- Make factory creation and edit screens identical #554
- Wrong behavior while creating new account #550
- Default admin name of zabbix is "Admin", not "admin" #547
- Issue with snapshots #541
- Rework MachineBackupManager multithreaded tests #537
- Codenvy Milestone 4.7.0 #525
- Installation manager doesn't store empty codenvy property #512
- Share a workspace: User not found message when sharing a workspace #509
- Factories with open file action do not get into the workspace #507
- Apply the new list component to factories list #494
- Add post-flight Codenvy on-prem installation check #479
- Can't checkout git repo in version 4.5.1 #476
- Support PostgreSQL DB when change admin password of Codenvy onprem by Installation Manager #466
- Add record '127.0.0.1 <new-hostname>' into /etc/hosts when changing Codenvy on-prem hostname #464
- Update codenvy config and update of Codenvy version hung up on https://<hostname> address #459
- Support of AWS ECR dynamic passwords #453
- Docker machine impl doesn't stop and remove containers if script that restores projects FS fails #447
- Create a page to be displayed after user is deleted #389
Pull requests merged:
- remove che-long-touch behaviour in navbar #648 (akurinnoy)
- update dashboard view #647 (akurinnoy)
- CHE-2158: simplify boxes' design for Dashboard page #630 (akurinnoy)
- CODENVY-613: add factories page description #627 (ashumilova)
- CHE-1848: fix title in toolbar in list-factories view. #594 (akurinnoy)
- Codenvy 507 #540 (olexii4)
- CHE-1770: New layout for forms in UD #533 (akurinnoy)
- CODENVY-509: add user not found message in share workspace widget #522 (ashumilova)
- Add redirect to account deleted page #504 (ashumilova)
- CODENVY-380 Create a page to be displayed after user is deleted #498 (vkuznyetsov)
- [WP] Codenvy source code structural refactoring #322 (skabashnyuk)
4.7.0-RC1 (2016-08-16)
Issues with no labels:
- Puppet doesn't change /etc/hosts #574
- Workspace Connection Error at creation #567
- API don't remove container when entrypoint is invalid and conatainer state is "Exited" #563
- Not able to connect with external database on 3306 port #534
- Populate a new Codenvy installation with some defaults #531
- Starting auxiliary machines inside workspace during the build #519
- Create a script for diagnostic and collect needed info for support in case of troubleshooting #413
- Create migration tool to migrate from LDAP/MongoDB to PostgreSQL #397
4.6.2 (2016-08-09)
Issues with no labels:
4.6.1 (2016-08-04)
Issues with no labels:
- FIND command will not scal #500
- Snapshot restore not happening #492
- PULL reports Failed to get private ssh key #491
- Check if workspace backup performed on docker service restart or stop #482
- Investigate possible ways to integrate support of AWS ECR dynamic passwords in Codenvy #463
- Describe configuration changes for 4.6 release #432
- Validate options of Codenvy bootstrap script #404
- Convert Chrome Store listing to beta.codenvy.com #402
- Adding documentation to use alternative IDE #369
4.6.0 (2016-08-01)
Issues with no labels:
- Impossibele to create pull request with plugin into own repository. #483
- Unexpected disappearense project from the project explorer #481
- Can't install version 4.4.0 #477
- upload file to the project #439
- hi new problem with my bot #438
- Remove beta designation on hosted C4 systems #436
- Control-C has stopped working #429
- Shared workspace doesn't refresh automatically #422
- codenvy config --hostname=${hostname} fails #420
- help plz cant find my data when added some git #417
- Sometimes machine.ws_agent.run_command can't execute properly #405
- Codenvy standalone server. Workspaces creation hanging. #390
- How to run python script? #385
- OAuth with github appears to be broken #357
- Maven dependencies not resolved by IDE #351
- Release and ship codenvy 4.6.0 #496
- Backup subs-system removes projects of workspace in some cases #488
- Milestone Summary 4.6.0 #478
- Missing pull request panel #458
- On beta in logs [ERROR] [m.b.WorkspaceFsBackupScheduler 84] - Machine machine???? is not found #454
- Codenvy 4.6.0 on-prem integration test of backup/restore failed #452
- Methods "updateAttributesById" and "updateAttributes" in the ProfileService clean up user lastName in some case of partial update #451
- VSTS projects does cloning failed #449
- Vagrant installer uses wrong proxy settings #440
- Unable to create user by Admin Dashbord #435
- Cloning a VSTS repo feature does not work #431
- Sourcegraph factory examples from getting-started page works wrong #430
- Marketo interceptors doesn't send data to the Marketo #427
- Bitbucket oAuth is broken #426
- Investigate exception 'Machine with name ws-machine already exists' #411
- Change default dns http://codenvy to any dns which contain dot symbol #407
- Make sure "Delete this account" Button actually deletes this account #382
Pull requests merged:
- Updated to support 4.4.x proxy installation #441 (TylerJewell)
- CODENVY-572: Add exception to method signature #421 (vinokurig)
- CODENVY-509: remove current user instead of sending email #381 (ashumilova)
- CODENVY-651 Use 'dev' instead 'isDev' for machine configs in Mongo #356 (mkuznyetsov)
- Update accordingly to changes in everrest #341 (mkuznyetsov)
4.5.1 (2016-07-19)
Issues with no labels:
- Create list of all entries that connected to user #387
- Workspace should update project by path instead by name #383
- Running a Java Applet on Codenvy's android emulator #366
- Cannot create a workspace nor a project #365
- Managing machine snapshots #349
- Existing workspaces taking 10+ minutes to load after being stopped #303
4.4.2 (2016-07-06)
Issues with no labels:
- Copy/paste not working in command configuration dialog (Chrome only) #354
4.4.1 (2016-07-05)
Issues with no labels:
- Some Enforcer rules have failed. Look above for specific messages explaining why the rule failed. #339
4.4.0 (2016-06-28)
Issues with no labels:
- Prompt message "Unable to get Profile" when I open IDE(Codenvy (Next-Generation Beta)) #333
Pull requests merged:
4.3.5 (2016-06-24)
4.3.4 (2016-06-17)
4.3.3 (2016-06-17)
4.3.2 (2016-06-14)
4.3.1 (2016-06-14)
4.3.0 (2016-06-13)
Pull requests merged:
- CODENVY-595: add possibility to adjust machine swap size #267 (riuvshin)
- CODENVY-566 restore (again and again) CORS on platform API #256 (benoitf)
- CODENVY-603 CODENVY-604 allow to use .codenvy.json inside a repository #255 (benoitf)
- CODENVY-445. Add ability to register an ssh target #254 (RomanNikitenko)
- CODENVY-27; adapt machine sevice to workspace sharing #253 (mshaposhnik)
- CODENVY-513: Replace hardcoded email sender to property #252 (vinokurig)
- CODENVY-495: Replaced api token to machine token in sso principal #251 (akorneta)
- CODENVY-480 Remove roles from User in EnvironmentContext #221 (sleshchenko)
4.3.0-RC1 (2016-06-04)
4.2.3 (2016-05-25)
4.2.2 (2016-05-12)
4.2.1 (2016-04-27)
4.2.0 (2016-04-25)
4.1.1 (2016-04-15)
4.1.0 (2016-04-08)
4.0.1 (2016-03-29)
4.0.0-RC14 (2016-03-23)
4.0.0-RC13 (2016-03-09)
4.0.0-RC12 (2016-03-06)
4.0.0-RC11 (2016-03-03)
4.0.0-RC10 (2016-03-02)
4.0.0-RC9 (2016-03-01)
4.0.0-RC8 (2016-02-28)
4.0.0-RC7 (2016-02-25)
4.0.0-RC6 (2016-02-20)
4.0.0-RC5 (2016-02-18)
3.14.1.1 (2016-02-17)
4.0.0-RC4 (2016-02-16)
4.0.0-RC3 (2016-02-08)
4.0.0-RC2 (2016-02-05)
3.14.1 (2016-01-31)
4.0.0-beta-13 (2016-01-25)
4.0.0-beta-12 (2016-01-19)
4.0.0-beta-11 (2016-01-17)
4.0.0-beta-10 (2016-01-15)
4.0.0-beta-9 (2016-01-13)
4.0.0-beta-8 (2016-01-12)
4.0.0-beta-7 (2016-01-09)
4.0.0-beta-6 (2016-01-06)
4.0.0-beta-5 (2016-01-05)
4.0.0-beta-4 (2016-01-04)
4.0.0-beta-2 (2015-12-30)
3.14.0 (2015-12-29)
4.0.0-beta-1 (2015-12-23)
4.0.0-M5-1 (2015-12-16)
4.0.0-M5 (2015-12-16)
3.13.4.4 (2015-12-04)
3.13.4.3 (2015-12-02)
3.13.4.2 (2015-12-01)
3.13.4.1 (2015-11-27)
3.13.4 (2015-11-25)
3.13.3 (2015-11-24)
3.13.2 (2015-11-22)
4.0.0-M4 (2015-11-20)
3.13.1 (2015-10-24)
4.0.0-M3 (2015-10-14)
3.13.0 (2015-10-08)
4.0.0-M2 (2015-10-05)
3.12.5.2 (2015-10-02)
3.12.6 (2015-10-01)
3.12.5.1 (2015-09-21)
3.12.5 (2015-09-18)
3.12.4 (2015-09-17)
3.12.3 (2015-09-16)
3.12.2 (2015-09-02)
3.12.1 (2015-08-27)
3.11.9.2 (2015-08-26)
3.12.0 (2015-08-17)
3.11.9.1 (2015-08-12)
3.11.9 (2015-08-07)
3.11.8 (2015-08-06)
3.11.7 (2015-08-04)
3.11.6 (2015-07-30)
3.11.5 (2015-07-27)
3.11.4 (2015-07-21)
3.11.3 (2015-07-15)
3.11.2 (2015-07-14)
3.11.1 (2015-07-09)
3.11.0 (2015-07-08)
3.10.3.2 (2015-07-06)
3.10.3.1 (2015-07-06)
3.10.3 (2015-07-01)
3.10.2 (2015-06-30)
3.9.2 (2015-06-26)
3.9.1 (2015-06-18)
0.16.6 (2015-06-11)
0.30.3 (2015-06-11)
2.10.0 (2015-05-20)
1.10.0 (2015-05-20)
0.25.0 (2015-05-19)
0.31.0 (2015-05-19)
0.17.0 (2015-05-19)
3.10.0 (2015-05-19)
0.30.2 (2015-05-19)
0.16.5 (2015-05-19)
0.16.4 (2015-05-13)
0.30.1 (2015-05-13)
0.24.1 (2015-05-06)
0.16.3 (2015-05-06)
0.16.2 (2015-04-29)
0.16.1 (2015-04-28)
2.9.0 (2015-04-27)
1.9.0 (2015-04-27)
0.24.0 (2015-04-25)
0.30.0 (2015-04-25)
0.16.0 (2015-04-25)
3.9.0 (2015-04-25)
0.15.CCCIS.1 (2015-04-11)
3.8.3 (2015-04-06)
3.8.2 (2015-04-06)
3.8.1 (2015-04-02)
3.8.0 (2015-03-30)
1.8.0 (2015-03-25)
0.23.0 (2015-03-25)
0.29.0 (2015-03-25)
0.15.0 (2015-03-25)
3.7.3 (2015-03-20)
0.14.1 (2015-03-17)
3.7.2 (2015-03-12)
3.7.1 (2015-03-11)
1.7.0 (2015-03-05)
0.22.0 (2015-03-05)
0.28.0 (2015-03-05)
0.14.0 (2015-03-05)
3.7.0 (2015-03-05)
3.5.3 (2015-02-20)
3.5.2 (2015-02-06)
0.21.1 (2015-02-03)
1.6.0 (2015-01-28)
0.21.0 (2015-01-28)
0.27.0 (2015-01-28)
0.13.0 (2015-01-28)
3.5.1 (2015-01-17)
3.5.0 (2015-01-16)
1.5.0 (2015-01-15)
0.20.0 (2015-01-15)
0.26.0 (2015-01-15)
0.12.0 (2015-01-15)
1.4.0 (2014-12-19)
0.19.0 (2014-12-19)
0.11.0 (2014-12-19)
3.3.2 (2014-12-12)
3.3.1 (2014-12-09)
3.3.0 (2014-12-07)
1.3.0 (2014-12-05)
0.18.0 (2014-12-05)
0.10.0 (2014-12-05)
1.2.0 (2014-11-05)
0.9.0 (2014-11-05)
2.1.1 (2014-10-24)
3.1.0 (2014-10-21)
1.1.0 (2014-10-21)
0.8.0 (2014-10-21)
1.0.3 (2014-08-22)
0.6.0 (2014-08-21)
1.0.2 (2014-08-19)
2.8.2 (2014-08-18)
2.8.1 (2014-08-12)
2.0.0-M1 (2014-08-11)
1.0.1 (2014-08-11)
1.0.0 (2014-08-07)
2.8.0 (2014-08-06)
0.5.0 (2014-08-01)
0.4.0 (2014-06-19)
2.7.0 (2014-06-12)
0.3.0 (2014-05-29)
2.6.0 (2014-05-13)
2.5.0 (2014-04-15)
2.4.0 (2014-03-28)
0.1 (2014-03-14)
2.3.0 (2014-03-13)
2.2.0 (2014-03-02)
2.1.0 (2014-02-03)
2.0.1 (2013-12-25)
2.0.0 (2013-12-02)
0.4.2 (2013-06-19)
0.4.1 (2013-06-18)
0.3.1 (2013-05-15)
0.2.0 (2013-04-23)
v0.1 (2013-02-14)
* This Change Log was automatically generated by github_changelog_generator