Commit Graph

3884 Commits (a2f7d40d2f4e0af4f3a4e9e1be65f7aa1675e3de)

Author SHA1 Message Date
Artem Zatsarynnyi a2f7d40d2f Remove unused dependency 2017-07-24 17:02:30 +03:00
Artem Zatsarynnyi 38c9d2d26a Clean up IDE API: remove obsolete events (#5793)
* Remove obsolete events from IDE API

* Remove obsolete #getWorkspace method from WorkspaceStartingEvent and WorkspaceStoppedEvent
2017-07-24 14:43:18 +03:00
Artem Zatsarynnyi aa6d35f460 Fix 'Download output' link in toast notification (#5785) 2017-07-24 11:37:31 +03:00
Artem Zatsarynnyi 5fda7b42f0 Merge branch 'master' into spi 2017-07-24 09:47:06 +03:00
Vitalii Parfonov 277a8270e2 Add url encoding (#5758)
Signed-off-by: Vitalii Parfonov <vparfonov@redhat.com>
2017-07-21 17:03:17 +03:00
Dmytro Nochevnov bff144cd97 Fix DtoServer error messages (#5764)
* Fix error message of getting DTO implementation
* Handle non-interface types and types with DTO annotation in parent
Signed-off-by: Dmytro Nochevnov <dnochevnov@codenvy.com>

* Small refactor

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

* Small fixes

Signed-off-by: Dmytro Nochevnov <dnochevnov@codenvy.com>
2017-07-21 13:40:32 +00:00
Artem Zatsarynnyi 59a34836cd URL of ws-agent endpoint comes with path (#5776) 2017-07-21 16:12:09 +03:00
Mykola Morhun 84a4de633d CHE-5235: Fix step into when source cannot be obtained (#5768)
CHE-5235: Fix step into when source cannot be obtained.
2017-07-21 15:43:06 +03:00
Yevhenii Voievodin 8bf703728f return server statuses 2017-07-21 15:21:28 +03:00
Yevhenii Voievodin b25bacdc25 fix DockerContainers tests 2017-07-21 12:13:29 +03:00
Yevhenii Voievodin 0d6c7795fa Recover runtimes on workspace master startup 2017-07-21 11:32:18 +03:00
Yevhenii Voievodin 50f3b4508a Implement servers mapper 2017-07-21 11:32:18 +03:00
Oleksii Kurinnyi b485ed3e0f CHE-5599: add improvements for Filters widget (#5756)
* CHE-5599: add possibility to close Filters widget by Esc button

Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>

* CHE-5599: add possibility to close Filters widget by click outside it

Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>

* CHE-5599: add possibility to select a suggestion by mouse click

Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>

* highlight icon on Filters button when filter is active

Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>

* toggle-single-button directive refactoring

Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>

* fixup! toggle-single-button directive refactoring
2017-07-21 10:41:00 +03:00
Artem Zatsarynnyi 32de1e7447 Rename methods (#5762)
AppContext#getMasterEndpoint -> AppContext#getMasterApiEndpoint
AppContext#getDevAgentEndpoint -> AppContext#getWsAgentServerApiEndpoint
2017-07-21 10:15:20 +03:00
Sergii Leshchenko a20c61f0f9 Remove unused dependencies 2017-07-20 17:49:51 +03:00
Sergii Leshchenko f13fd04398 Fix version of openshift-infrastructure module 2017-07-20 17:32:04 +03:00
Sergii Leshchenko 1fa5248648 Merge pull request #5716 from eclipse/spi-openshift
OpenShift spi initial implementation
2017-07-20 16:58:02 +03:00
Sergii Leshchenko a0a51f6d77 OpenShift initial implementation 2017-07-20 16:54:21 +03:00
Artem Zatsarynnyi cf34dfc5ea Clean up IDE API: remove obsolete workspace model classes (#5757) 2017-07-20 16:11:16 +03:00
Artem Zatsarynnyi 2577d524b6 Enable Composer plugin 2017-07-20 15:59:22 +03:00
Sergii Leshchenko 8480c21002 Fix construction of output channel 2017-07-20 15:34:24 +03:00
Sergii Leshchenko 0cee791383 Rework Bootstrapping to be able to reuse it for different spi implementations 2017-07-20 15:34:24 +03:00
Sergii Leshchenko c806b8011b Move installer and output endpoints to api-workspace module 2017-07-20 15:34:24 +03:00
Sergii Leshchenko dbfebfd8c5 Add missed server configs to InstallerDto 2017-07-20 15:34:23 +03:00
Sergii Leshchenko c9b689d22e Fix location of agent binaries 2017-07-20 15:34:23 +03:00
RomanNikitenko 17e62daad0 CHE-5617. Set editor as active part when this one has initialized (#5747)
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
2017-07-20 12:33:28 +03:00
RomanNikitenko 69c051d56a Deprecate WsConnectionListener (#5740)
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
2017-07-20 12:33:04 +03:00
Dmytro Kulieshov 888da450e6 fixed formatting (#5755)
Signed-off-by: Dmitry Kuleshov <dkuleshov@codenvy.com>
2017-07-20 12:32:42 +03:00
Artem Zatsarynnyi b851196df5 Merge branch 'master' into spi 2017-07-20 12:30:15 +03:00
Mario Loriedo 8ae805ee0d Fix run command for Eclipse Vert.x stack
Signed-off-by: Mario Loriedo <mloriedo@redhat.com>
2017-07-20 11:19:54 +02:00
Artem Zatsarynnyi fdcb210bfb Remove obsolete IDE events (#5751) 2017-07-20 11:46:00 +03:00
Thomas Mäder 6e743678ea Fix LSP didChange parameters #4978 (#5002)
* Add document changing listener support

Signed-off-by: Thomas Mäder <tmader@redhat.com>

* Use document changin notification to compute correct didChange
parameters

Signed-off-by: Thomas Mäder <tmader@redhat.com>

* Make sure to use the proper document instance.

Signed-off-by: Thomas Mäder <tmader@redhat.com>

* Renamed DocumentChangeEvent->DocumentChangedEvent

Signed-off-by: Thomas Mäder <tmader@redhat.com>
2017-07-20 11:45:02 +03:00
Roman Iuvshyn e71bf7e325 set actual parent version (#5749) 2017-07-20 11:01:20 +03:00
Mykola Morhun 084c66c4e4 CHE-5152: Apply pagination in Git Reset window (#5726)
* CHE-5152: Apply pagination in Git Reset window
* CHE-5152: Apply max scroll fix for Git History window
* CHE-5152: Fix selection bug in GIt Reset window
2017-07-20 10:01:52 +03:00
Valeriy Svydenko 6c6e00e2bd Adapt JUnit4 runner according new API (#5710) 2017-07-20 09:49:34 +03:00
Roman Iuvshyn 8683fcc6a5 RELEASE: Update CHANGELOG (#5744)
* RELEASE: Update CHANGELOG
2017-07-19 20:46:45 +03:00
Roman Iuvshyn 185273f8b9 RELEASE: Set next development version (#5734)
* RELEASE: Set next development version
2017-07-19 12:45:32 +03:00
Artem Zatsarynnyi b19ceac0ea Remove useless logging 2017-07-19 11:28:13 +03:00
Artem Zatsarynnyi a0656da6b5 Merge branch 'master' into spi 2017-07-19 10:59:07 +03:00
Korneta Anton 7a8cee2af3 Move file header under imports 2017-07-18 17:53:55 +03:00
Oleksii Kurinnyi 10103886eb CHE-5600: show notification when the creation of workspace failed (#5723)
- show notification when creation failed
- fix pattern for WS name input to filter leading and trailing dots and dashes

Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>
2017-07-18 17:39:37 +03:00
Florent BENOIT 4e872e0ed4 Adds a /workspace-logs folder linked to the persistent volume
Each pod has a dedicated folder matching the workspace id

for the project's source, it is currently using :

/projects ---> <PV>/<workspace-name>

and for the logs it's now using as well
/workspace-logs ---> <PR>/<workspace-name>-logs/

example : /workspace-logs/dev-machine-ws-agent/logs/catalina.log  for the log of the dev-machine workspace agent.

Change-Id: I2b9d533ba3df2cf55857d8c30d2de5df463a5902
Signed-off-by: Florent BENOIT <fbenoit@redhat.com>
2017-07-18 15:23:49 +02:00
Oleksii Kurinnyi 8611c99870 CHE-5592: refresh commands list in project's context menu in IDE (#5717)
* update context menu commands list after commands are added

Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>

* fix project's type resolving

Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>
2017-07-18 14:37:05 +03:00
Florent BENOIT 32d3545188 BugZilla 518578 : Let users to use .Chefile in addition to Chefile (#5471)
* BugZilla 518578 : Let users to use .Chefile in addition to Chefile. It allows to use a hidden file format

Change-Id: Ie290a4550ccbdcc9aac64cb0c3bc60ac434a2ed8
Signed-off-by: Florent BENOIT <fbenoit@redhat.com>
2017-07-18 09:37:52 +02:00
Roman Nikitenko a162b380eb CHE-4740. Fix displaying of Preview URL at refreshing page
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
2017-07-17 19:50:01 +03:00
Roman Nikitenko cbc65ad469 CHE-5206. Fix focus position at editor state restoring
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
2017-07-17 18:01:04 +03:00
Roman Nikitenko 4e41a2ab3b CHE-5215. Display notifications about external delete operation in Events panel
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
2017-07-17 17:55:46 +03:00
Roman Iuvshyn c3dd549808 regenerate changelog (#5681)
* regenerate changelog
2017-07-17 16:26:07 +03:00
Artem Zatsarynnyi 24b7163e81 Remove workspace snapshotting notifications from IDE (#5680) 2017-07-17 12:40:17 +03:00
Anna Shumilova 4cdefa85b8 Autodetect recipe format and fix Git url pattern
Signed-off-by: Anna Shumilova <ashumilova@codenvy.com>
2017-07-17 11:40:10 +03:00