Commit Graph

2389 Commits (bfbd082da6461314d0cfd2efe028d8ab2beeccce)

Author SHA1 Message Date
Oleksii Kurinnyi bfbd082da6 CHE-2820: Don't show "No workpsace selected" message when IDE is loading (#2957)
* CHE-2820: Don't show "No workpsace selected" message when IDE is loading.
* code clean-up

Signed-off-by: Oleksii Kurinnyi <okurinnyi@codenvy.com>
2016-11-03 11:01:37 +02:00
Sergii Leschenko 787041dd4e Rework mechanism to TckListener instead of TckModuleFactory (#2953)
It solves two problems:
- we initialize test instances with new injectors instead of
  using default child injector mechanism. It resolves issues
  with injection of injector in GuiceEntityListenerInjectionManager.
- we add ability to clean resources after tck test finish.
  So it allow close entity manager after after tck tests with jpa
  and resolve problems with reusing static fields by eclipse link
  by EntityManagerFactory when different tests in one module use it
2016-11-03 10:41:06 +02:00
Florent BENOIT 4930dd6471 Fix for CHE-1787 (#2964)
Fix workspace id that is no longer in links

Change-Id: I4103f7f2a316361ddc9dfd26c7b47e2096f99855
Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
2016-11-03 02:23:37 -06:00
Vitalii Parfonov 5c11cb4f09 Set Log level to warn (#2961)
Signed-off-by: Vitalii Parfonov <vparfonov@codenvy.com>
2016-11-02 16:19:16 +02:00
Anatoliy Bazko 7aadb1cf7b CHE-2830: Fix php agent (#2959) 2016-11-02 16:13:04 +02:00
Oleksii Kurinnyi bb7f929656 CHE-2824: fix agents list (#2956)
* CHE-2824: fix agents list

Make agents list fit the styles of other lists in machine's section.
Code clean-up

Signed-off-by: Oleksii Kurinnyi <okurinnyi@codenvy.com>
2016-11-02 14:42:22 +02:00
Vitaliy Guliy 02fe2af71c CHE-2689 Improve selected state in textfield for dark theme (#2958)
* CHE-2689 Improve selected state in textfield for dark theme

Signed-off-by: Vitaliy Guliy <vguliy@codenvy.com>

* CHE-2689 Improve selected state in textfield for dark theme
2016-11-02 11:21:58 +02:00
Michail Kuznetsov 42a8e43a3d Follow up fixes after configuration property renaming (#2955) 2016-11-02 10:12:58 +02:00
Aleksandr Andrienko 2a0081e174 CHE-2927: Add logs for active containers checked by DockerContainerCleaner. (#2950)
Signed-off-by: Aleksandr Andrienko <aandrienko@codenvy.com>
2016-11-01 17:53:08 +02:00
Sergii Kabashniuk 60472f223e CHE-2883 Git importer - convertToTopLevelProject feature (#2946)
Allow to configure git importer to convert subdirectory
cloned during sparce checkout to top level project.

Parameter name - convertToTopLevelProject.
This parameter working if keepDir is not empty and keepVcs=false
2016-10-31 21:21:12 +02:00
Valeriy Svydenko ba7c0bbcaf ARTIK-152: Show all machines in the Processes panel (#2909)
ARTIK-152: show machines which aren't in ws runtime
2016-10-31 19:02:06 +02:00
Florent BENOIT 7a1aeea2a5 #2059 SSH improvement : whenever as a user I open up the SSH panel, it scrolls to the bottom in the IDE. It should scroll to the top
Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
2016-10-31 10:36:13 -06:00
Aleksandr Andrienko cd0423c3d0 CHE-2888: Fix pull requests-build due to git tests. (#2932)
Signed-off-by: Aleksandr Andrienko <aandrienko@codenvy.com>
2016-10-31 17:15:04 +02:00
Igor Vinokur bfcc846f22 CHE-1787: Remove workspace id from websocket connection path to master (#2907) 2016-10-31 16:24:04 +02:00
Mykola Morhun d74b24fb07 Fix broken links section in docker-compose recipe (#2850) 2016-10-31 16:22:48 +02:00
Kaloyan Raev 329bd6ab83 Resolve project type after adding all commands
Fixes #2680

Signed-off-by: Kaloyan Raev <kaloyan.r@zend.com>
2016-10-31 16:18:12 +02:00
Anna Shumilova e6c73ba4d9 Merge pull request #2947 from eclipse/CODENVY-1007
CODENVY-1007: add erb extension support as ruby template
2016-10-31 15:40:17 +02:00
Ann Shumilova 36db8df371 CODENVY-1007: add erb extension support as ruby template
Signed-off-by: Ann Shumilova <ashumilova@codenvy.com>
2016-10-31 15:17:02 +02:00
Dmytro Nochevnov 7537611ba2 Support array format for environment in compose file (#2865)
* Support array format in environment in compose file

Signed-off-by: Dmytro Nochevnov <dnochevnov@codenvy.com>

* fixup! Support array format in environment in compose file

Signed-off-by: Dmytro Nochevnov <dnochevnov@codenvy.com>

* fixup! fixup! Support array format in environment in compose file

Signed-off-by: Dmytro Nochevnov <dnochevnov@codenvy.com>

* fixup! fixup! fixup! Support array format in environment in compose file

Signed-off-by: Dmytro Nochevnov <dnochevnov@codenvy.com>

* fixup! fixup! fixup! fixup! Support array format in environment in compose file

Signed-off-by: Dmytro Nochevnov <dnochevnov@codenvy.com>

* fixup! fixup! fixup! fixup! fixup! Support array format in environment in compose file

Signed-off-by: Dmytro Nochevnov <dnochevnov@codenvy.com>
2016-10-31 15:16:29 +02:00
Anatoliy Bazko bf677d8ee8 CHE-2832: Fix tests (#2939) 2016-10-31 10:02:38 +02:00
Anatoliy Bazko eb03a17917 CHE-2832: Add servers to Agent description and propagate them to Workspace Runtime (#2868) 2016-10-31 09:17:15 +02:00
Oleksii Orel 10bae41560 Merge pull request #2734 from eclipse/CHE-2515
Add ability to configure machines inside stack definition [CHE-2515]
2016-10-28 19:55:09 +03:00
Oleksii Orel 0f99f900c8 add stack info in case with create workspace flow
Signed-off-by: Oleksii Orel <oorel@codenvy.com>
2016-10-28 19:45:27 +03:00
Oleksii Orel 9d14e4fc11 improve add stack flow
Signed-off-by: Oleksii Orel <oorel@codenvy.com>
2016-10-28 19:41:05 +03:00
Oleksii Orel 2e43291043 CHE-2893 fix che-list alignement
Signed-off-by: Oleksii Orel <oorel@codenvy.com>
2016-10-28 19:41:05 +03:00
Oleksii Orel b092b6546c CHE-2517 add ability to define stack's components
Signed-off-by: Oleksii Orel <oorel@codenvy.com>
2016-10-28 19:41:05 +03:00
Oleksii Orel 04ac4088e3 CHE-2519 add 'row' widget to the JSON editor
Signed-off-by: Oleksii Orel <oorel@codenvy.com>
2016-10-28 19:41:05 +03:00
Oleksii Orel 0a61c86d06 improve configuration flow for runtimes
Signed-off-by: Oleksii Orel <oorel@codenvy.com>
2016-10-28 19:41:04 +03:00
Oleksii Orel 25f916760c CHE-2516 add ability to set stack's category
Signed-off-by: Oleksii Orel <oorel@codenvy.com>
2016-10-28 19:38:16 +03:00
Oleksii Orel 196e8279ef CHE-2727 fix wrong behavior with stack bulk operation
Signed-off-by: Oleksii Orel <oorel@codenvy.com>
2016-10-28 19:38:16 +03:00
Oleksii Orel 130dc10cad fix default icon for ready-to-go stack selector
Signed-off-by: Oleksii Orel <oorel@codenvy.com>
2016-10-28 19:38:16 +03:00
Oleksii Orel 8f75b06bc8 improve workspace environments widget
Signed-off-by: Oleksii Orel <oorel@codenvy.com>
2016-10-28 19:38:16 +03:00
Oleksii Orel 722268c786 add a maven exec task for TypeScript definition manager
Signed-off-by: Oleksii Orel <oorel@codenvy.com>
2016-10-28 19:36:45 +03:00
Oleksii Orel 5284dc1a0e remove unused code
Signed-off-by: Oleksii Orel <oorel@codenvy.com>
2016-10-28 19:36:45 +03:00
Oleksii Orel 7b2b3070af CHE-2515 add ability to configure machines and commands inside stack definition
Signed-off-by: Oleksii Orel <oorel@codenvy.com>
2016-10-28 19:36:45 +03:00
Kaloyan Raev 28fc3f8ade Improve setting zray.zendserver_ui_url before starting Zend Server in Zend Stack (#2910)
Signed-off-by: Kaloyan Raev <kaloyan.r@zend.com>
2016-10-28 14:35:53 +02:00
Anatoliy Bazko 5f1913dcbd CHE-2564: Fix build (#2929) 2016-10-28 14:51:44 +03:00
Anna Shumilova 3a43fad5ce Merge pull request #2861 from ibuziuk/CHE-2654
CHE-2654: Changing Agent REST API (adding 'id' and 'description' fiel…
2016-10-28 10:16:30 +03:00
Ilya Buziuk 26455a737d CHE-2654: Changing Agent REST API (adding 'id' and 'description' fields). Updating "Agents" section in the dashboard for using new API
Signed-off-by: Ilya Buziuk <ibuziuk@redhat.com>
2016-10-28 09:08:50 +02:00
Vitaliy Guliy 0eb25d29f7 CODENVY-932 Stopped IDE should provide clear state and options to the user (#2914)
* CODENVY-932 Stopped IDE should provide clear state and options to the user

Signed-off-by: Vitaliy Guliy <vguliy@codenvy.com>

* CODENVY-932 Stopped IDE should provide clear state and options to the user

* CODENVY-932 Stopped IDE should provide clear state and options to the user

* CODENVY-932 Stopped IDE should provide clear state and options to the user
2016-10-27 17:48:03 +03:00
Michail Kuznetsov e3670d50e4 Merge pull request #2786 from eclipse/che-startup-tcomat
Simplify Tomcat che.sh bootsrap script
2016-10-27 17:42:42 +03:00
Mihail Kuznyetsov cc8ba3b2e9 Simplify Tomcat che.sh bootsrap script 2016-10-27 17:41:35 +03:00
Michail Kuznetsov e8840780af Merge pull request #2707 from eclipse/che-2015
CHE-2015 Rename configuration properties
2016-10-27 17:31:30 +03:00
Mihail Kuznyetsov 494442e11a CHE-2015 Rename configuration properties 2016-10-27 17:29:46 +03:00
Anna Shumilova 77b6adfbac Merge pull request #2918 from eclipse/input
Introduces changes needed to be used by teams in codenvy
2016-10-27 14:58:44 +03:00
Ann Shumilova f2a8361832 Fix setting scope of toggle button to work with repeat
Signed-off-by: Ann Shumilova <ashumilova@codenvy.com>
2016-10-27 13:59:58 +03:00
Ann Shumilova 47f8db7755 CODENVY-1040: add create workspace menu item
Signed-off-by: Ann Shumilova <ashumilova@codenvy.com>
2016-10-27 13:58:31 +03:00
Ann Shumilova 7506e4cd67 CODENVY-801: Introduce namespace registry and workspace creation in it
Signed-off-by: Ann Shumilova <ashumilova@codenvy.com>
2016-10-27 13:57:04 +03:00
Ann Shumilova bf26cc2893 Add new input box widget
Signed-off-by: Ann Shumilova <ashumilova@codenvy.com>
2016-10-27 13:54:14 +03:00
Evgen Vidolob 29c4f61917 #2459 fix version of generator plugin 2016-10-27 12:28:20 +03:00