Skip to content

Latest commit

 

History

History
1961 lines (1602 loc) · 165 KB

CHANGELOG.md

File metadata and controls

1961 lines (1602 loc) · 165 KB

Change Log

5.22.0 (2017-12-13)

Full Changelog

Merged pull requests:

5.21.0 (2017-11-22)

Full Changelog

Merged pull requests:

5.19.0 (2017-10-14)

Full Changelog

Merged pull requests:

5.18.0 (2017-09-20)

Full Changelog

Merged pull requests:

5.17.0 (2017-08-23)

Full Changelog

Merged pull requests:

5.16.0 (2017-08-09)

Full Changelog

Merged pull requests:

5.15.0 (2017-07-19)

Full Changelog

Merged pull requests:

5.14.0 (2017-06-29)

Full Changelog

Merged pull requests:

5.13.0 (2017-06-21)

Full Changelog

Merged pull requests:

  • Provide ability to manage public stacks for codenvy admins #2254 (akorneta)
  • [UD] Change styles for input boxes #2271 (olexii4)

5.12.0 (2017-06-14)

Full Changelog

Merged pull requests:

5.11.2 (2017-05-29)

Full Changelog

5.11.1 (2017-05-26)

Full Changelog

Merged pull requests:

5.11.0 (2017-05-24)

Full Changelog

Merged pull requests:

5.10.0 (2017-05-10)

Full Changelog

Pull requests merged:

  • Add docs links into branding JSON. 2176
  • Show the user email in the case when user first name and user last name are empty. 2163
  • [UD] Fixed redirection on account deletion 2161
  • Fixes the base path for Swagger configuration on the agent. 2149
  • Improved error logging on container creation. 2147
  • Retry interact with repository on fail. 2145
  • [dashboard] Allowed to create workspace for user before have been added to any organization, allowed user to see the available timeout provided to user. 2142
  • Added preparation functionalities needed for seats resources 2120

5.9.0 (2017-04-26)

Full Changelog

Pull requests merged:

  • [UD] Fixed the wsagents API requests by providing machine API token. 2111
  • Allow to confugure swarm log level from codenvy.env 2110
  • Added publishing BeforeAccountRemovedEvent by OrganizationManager. 2109
  • Fix logging system info when failed to recieve RAM values from docker 2098
  • Added failed build Factory to the Jenkins integration. 2097
  • Added check that SSH into workspace succeeds when doing backup/restore. 2084
  • Introduced two maven modules for ws-agent minimum set of components that need to start workspace agent 2060
  • Add organization menu item for system admins only. 1965

5.8.0 (2017-04-13)

Full Changelog

Pull requests merged:

  • Fix constructor parameters according changes in Che 2076
  • Remove not needed depndencies 2069
  • Removed unused code regarding plugin service 2068
  • HostedEnvConnectionClosedInformer now extends class ConnectionClosedInformerImp from Che this allow make different behavior in Codenvy project. 2059
  • Added new indexes to DB for faster searches and deletes. 2058

5.7.1 (2017-04-08)

Full Changelog

Pull requests merged:

  • fix situation when redirect_after_login contains hash 2062

5.7.0 (2017-04-06)

Full Changelog

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)

Full Changelog

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)

Full Changelog

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)

Full Changelog

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)

Full Changelog

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 #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 and delete action with predefined stacks. 1768
  • Simplified packaging by removing compiling ide assembly module. Reverted back by #1842 1766
  • Cleaned up outdated API servlet module bindings. 1755
  • Add personal account for team capabilitities 1600

5.3.1 (2017-02-21)

Full Changelog

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)

Full Changelog

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 and JAVA_OPTIONS workspace environment variables from codenvy.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)

Full Changelog

Pull requests merged:

5.2.1 (2017-02-03)

Full Changelog

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)

Full Changelog

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 an INTEGRATION 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)

Full Changelog

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)

Full Changelog

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:

5.1.0 (2017-01-18)

Full Changelog

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:

5.0.1 (2017-01-12)

Full Changelog

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:

  • cli: Replace Codenvy JMX by jmx to be consistent #1515 (benoitf)

5.0.0 (2017-01-06)

Full Changelog

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:

5.0.0-M9 (2016-12-22)

Full Changelog

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:

5.0.0-M8 (2016-12-07)

Full Changelog

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 to never 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:

5.0.0-M7 (2016-11-10)

Full Changelog

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:

5.0.0-M6 (2016-10-26)

Full Changelog

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:

5.0.0-M5 (2016-10-07)

Full Changelog

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:

5.0.0-M4 (2016-09-29)

Full Changelog

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)

Full Changelog

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:

5.0.0-M2 (2016-09-20)

Full Changelog

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)

Full Changelog

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:

  • CODENVY-499: Ways to mount folder inside host machine to auxiliary machine #728 (tolusha)

4.7.2 (2016-09-09)

Full Changelog

4.7.1 (2016-09-08)

Full Changelog

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)

Full Changelog

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:

4.7.0-RC1 (2016-08-16)

Full Changelog

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)

Full Changelog

Issues with no labels:

  • Import from github #528
  • Timeout for custome stack #493

4.6.1 (2016-08-04)

Full Changelog

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)

Full Changelog

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:

4.5.1 (2016-07-19)

Full Changelog

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)

Full Changelog

Issues with no labels:

  • Copy/paste not working in command configuration dialog (Chrome only) #354

4.4.1 (2016-07-05)

Full Changelog

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)

Full Changelog

Issues with no labels:

  • Prompt message "Unable to get Profile" when I open IDE(Codenvy (Next-Generation Beta)) #333

Pull requests merged:

  • CODENVY-635: Create attachment files in separate temp directory #275 (vinokurig)

4.3.5 (2016-06-24)

Full Changelog

4.3.4 (2016-06-17)

Full Changelog

4.3.3 (2016-06-17)

Full Changelog

4.3.2 (2016-06-14)

Full Changelog

4.3.1 (2016-06-14)

Full Changelog

4.3.0 (2016-06-13)

Full Changelog

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)

Full Changelog

4.2.3 (2016-05-25)

Full Changelog

4.2.2 (2016-05-12)

Full Changelog

4.2.1 (2016-04-27)

Full Changelog

4.2.0 (2016-04-25)

Full Changelog

4.1.1 (2016-04-15)

Full Changelog

4.1.0 (2016-04-08)

Full Changelog

4.0.1 (2016-03-29)

Full Changelog

4.0.0-RC14 (2016-03-23)

Full Changelog

4.0.0-RC13 (2016-03-09)

Full Changelog

4.0.0-RC12 (2016-03-06)

Full Changelog

4.0.0-RC11 (2016-03-03)

Full Changelog

4.0.0-RC10 (2016-03-02)

Full Changelog

4.0.0-RC9 (2016-03-01)

Full Changelog

4.0.0-RC8 (2016-02-28)

Full Changelog

4.0.0-RC7 (2016-02-25)

Full Changelog

4.0.0-RC6 (2016-02-20)

Full Changelog

4.0.0-RC5 (2016-02-18)

Full Changelog

3.14.1.1 (2016-02-17)

Full Changelog

4.0.0-RC4 (2016-02-16)

Full Changelog

4.0.0-RC3 (2016-02-08)

Full Changelog

4.0.0-RC2 (2016-02-05)

Full Changelog

3.14.1 (2016-01-31)

Full Changelog

4.0.0-beta-13 (2016-01-25)

Full Changelog

4.0.0-beta-12 (2016-01-19)

Full Changelog

4.0.0-beta-11 (2016-01-17)

Full Changelog

4.0.0-beta-10 (2016-01-15)

Full Changelog

4.0.0-beta-9 (2016-01-13)

Full Changelog

4.0.0-beta-8 (2016-01-12)

Full Changelog

4.0.0-beta-7 (2016-01-09)

Full Changelog

4.0.0-beta-6 (2016-01-06)

Full Changelog

4.0.0-beta-5 (2016-01-05)

Full Changelog

4.0.0-beta-4 (2016-01-04)

Full Changelog

4.0.0-beta-2 (2015-12-30)

Full Changelog

3.14.0 (2015-12-29)

Full Changelog

4.0.0-beta-1 (2015-12-23)

Full Changelog

4.0.0-M5-1 (2015-12-16)

Full Changelog

4.0.0-M5 (2015-12-16)

Full Changelog

3.13.4.4 (2015-12-04)

Full Changelog

3.13.4.3 (2015-12-02)

Full Changelog

3.13.4.2 (2015-12-01)

Full Changelog

3.13.4.1 (2015-11-27)

Full Changelog

3.13.4 (2015-11-25)

Full Changelog

3.13.3 (2015-11-24)

Full Changelog

3.13.2 (2015-11-22)

Full Changelog

4.0.0-M4 (2015-11-20)

Full Changelog

3.13.1 (2015-10-24)

Full Changelog

4.0.0-M3 (2015-10-14)

Full Changelog

3.13.0 (2015-10-08)

Full Changelog

4.0.0-M2 (2015-10-05)

Full Changelog

3.12.5.2 (2015-10-02)

Full Changelog

3.12.6 (2015-10-01)

Full Changelog

3.12.5.1 (2015-09-21)

Full Changelog

3.12.5 (2015-09-18)

Full Changelog

3.12.4 (2015-09-17)

Full Changelog

3.12.3 (2015-09-16)

Full Changelog

3.12.2 (2015-09-02)

Full Changelog

3.12.1 (2015-08-27)

Full Changelog

3.11.9.2 (2015-08-26)

Full Changelog

3.12.0 (2015-08-17)

Full Changelog

3.11.9.1 (2015-08-12)

Full Changelog

3.11.9 (2015-08-07)

Full Changelog

3.11.8 (2015-08-06)

Full Changelog

3.11.7 (2015-08-04)

Full Changelog

3.11.6 (2015-07-30)

Full Changelog

3.11.5 (2015-07-27)

Full Changelog

3.11.4 (2015-07-21)

Full Changelog

3.11.3 (2015-07-15)

Full Changelog

3.11.2 (2015-07-14)

Full Changelog

3.11.1 (2015-07-09)

Full Changelog

3.11.0 (2015-07-08)

Full Changelog

3.10.3.2 (2015-07-06)

Full Changelog

3.10.3.1 (2015-07-06)

Full Changelog

3.10.3 (2015-07-01)

Full Changelog

3.10.2 (2015-06-30)

Full Changelog

3.9.2 (2015-06-26)

Full Changelog

3.9.1 (2015-06-18)

Full Changelog

0.16.6 (2015-06-11)

Full Changelog

0.30.3 (2015-06-11)

Full Changelog

2.10.0 (2015-05-20)

Full Changelog

1.10.0 (2015-05-20)

Full Changelog

0.25.0 (2015-05-19)

Full Changelog

0.31.0 (2015-05-19)

Full Changelog

0.17.0 (2015-05-19)

Full Changelog

3.10.0 (2015-05-19)

Full Changelog

0.30.2 (2015-05-19)

Full Changelog

0.16.5 (2015-05-19)

Full Changelog

0.16.4 (2015-05-13)

Full Changelog

0.30.1 (2015-05-13)

Full Changelog

0.24.1 (2015-05-06)

Full Changelog

0.16.3 (2015-05-06)

Full Changelog

0.16.2 (2015-04-29)

Full Changelog

0.16.1 (2015-04-28)

Full Changelog

2.9.0 (2015-04-27)

Full Changelog

1.9.0 (2015-04-27)

Full Changelog

0.24.0 (2015-04-25)

Full Changelog

0.30.0 (2015-04-25)

Full Changelog

0.16.0 (2015-04-25)

Full Changelog

3.9.0 (2015-04-25)

Full Changelog

0.15.CCCIS.1 (2015-04-11)

Full Changelog

3.8.3 (2015-04-06)

Full Changelog

3.8.2 (2015-04-06)

Full Changelog

3.8.1 (2015-04-02)

Full Changelog

3.8.0 (2015-03-30)

Full Changelog

1.8.0 (2015-03-25)

Full Changelog

0.23.0 (2015-03-25)

Full Changelog

0.29.0 (2015-03-25)

Full Changelog

0.15.0 (2015-03-25)

Full Changelog

3.7.3 (2015-03-20)

Full Changelog

0.14.1 (2015-03-17)

Full Changelog

3.7.2 (2015-03-12)

Full Changelog

3.7.1 (2015-03-11)

Full Changelog

1.7.0 (2015-03-05)

Full Changelog

0.22.0 (2015-03-05)

Full Changelog

0.28.0 (2015-03-05)

Full Changelog

0.14.0 (2015-03-05)

Full Changelog

3.7.0 (2015-03-05)

Full Changelog

3.5.3 (2015-02-20)

Full Changelog

3.5.2 (2015-02-06)

Full Changelog

0.21.1 (2015-02-03)

Full Changelog

1.6.0 (2015-01-28)

Full Changelog

0.21.0 (2015-01-28)

Full Changelog

0.27.0 (2015-01-28)

Full Changelog

0.13.0 (2015-01-28)

Full Changelog

3.5.1 (2015-01-17)

Full Changelog

3.5.0 (2015-01-16)

Full Changelog

1.5.0 (2015-01-15)

Full Changelog

0.20.0 (2015-01-15)

Full Changelog

0.26.0 (2015-01-15)

Full Changelog

0.12.0 (2015-01-15)

Full Changelog

1.4.0 (2014-12-19)

Full Changelog

0.19.0 (2014-12-19)

Full Changelog

0.11.0 (2014-12-19)

Full Changelog

3.3.2 (2014-12-12)

Full Changelog

3.3.1 (2014-12-09)

Full Changelog

3.3.0 (2014-12-07)

Full Changelog

1.3.0 (2014-12-05)

Full Changelog

0.18.0 (2014-12-05)

Full Changelog

0.10.0 (2014-12-05)

Full Changelog

1.2.0 (2014-11-05)

Full Changelog

0.9.0 (2014-11-05)

Full Changelog

2.1.1 (2014-10-24)

Full Changelog

3.1.0 (2014-10-21)

Full Changelog

1.1.0 (2014-10-21)

Full Changelog

0.8.0 (2014-10-21)

Full Changelog

1.0.3 (2014-08-22)

Full Changelog

0.6.0 (2014-08-21)

Full Changelog

1.0.2 (2014-08-19)

Full Changelog

2.8.2 (2014-08-18)

Full Changelog

2.8.1 (2014-08-12)

Full Changelog

2.0.0-M1 (2014-08-11)

Full Changelog

1.0.1 (2014-08-11)

Full Changelog

1.0.0 (2014-08-07)

Full Changelog

2.8.0 (2014-08-06)

Full Changelog

0.5.0 (2014-08-01)

Full Changelog

0.4.0 (2014-06-19)

Full Changelog

2.7.0 (2014-06-12)

Full Changelog

0.3.0 (2014-05-29)

Full Changelog

2.6.0 (2014-05-13)

Full Changelog

2.5.0 (2014-04-15)

Full Changelog

2.4.0 (2014-03-28)

Full Changelog

0.1 (2014-03-14)

Full Changelog

2.3.0 (2014-03-13)

Full Changelog

2.2.0 (2014-03-02)

Full Changelog

2.1.0 (2014-02-03)

Full Changelog

2.0.1 (2013-12-25)

Full Changelog

2.0.0 (2013-12-02)

Full Changelog

0.4.2 (2013-06-19)

Full Changelog

0.4.1 (2013-06-18)

Full Changelog

0.3.1 (2013-05-15)

Full Changelog

0.2.0 (2013-04-23)

Full Changelog

v0.1 (2013-02-14)

* This Change Log was automatically generated by github_changelog_generator