Commit Graph

1753 Commits (08b94db4a67cb4cf92a73df150119527285e71dc)

Author SHA1 Message Date
Sergii Leshchenko 1ece383d3b
Fixed accepting factory if GitHub repo URL contains trailing slash (#12867)
* Fix accepting factory if url contains trailing slash
* Improve error message if exception occurred during devfile processing

Signed-off-by: Sergii Leshchenko <sleshche@redhat.com>
2019-03-12 16:48:52 +02:00
Sergii Leshchenko 3cd3628adf
Fix fetching content of files referenced in Devfile (#12807)
Signed-off-by: Sergii Leshchenko <sleshche@redhat.com>
2019-03-01 16:37:26 +02:00
Sergii Leshchenko 0141b6ca82
Improved error message when a local resource of Devfile is not supported (#12743)
* Move devfile related exceptions to a separate package
* Improve error message when local resource of Devfile is not supported

Signed-off-by: Sergii Leshchenko <sleshche@redhat.com>
2019-03-01 08:45:52 +02:00
Roman Iuvshyn 0881493644
RELEASE: Set next development version (#12777) 2019-02-27 16:02:33 +02:00
Roman Iuvshyn 3778f01220
RELEASE: Set next development version (#12768) 2019-02-27 11:50:40 +02:00
Roman Iuvshyn a694c4f971
RELEASE: Set next development version (#12596) 2019-02-06 18:22:35 +02:00
Masaki Muranaka a2c2d8337f Fix the old-fashioned sample code. (#12461)
Signed-off-by: Masaki Muranaka <monaka@monami-ya.com>
2019-01-29 13:02:19 +02:00
Max Shaposhnik 7a9feef2b5
Support of selector in devfile for recipe type (K8S/OS) tools 2019-01-29 12:17:11 +02:00
Sébastien D 095bf59627 Web Plugin: Add VueJS Language Support (#12470)
Web Plugin: Add VueJS Language Support
2019-01-28 09:25:44 +01:00
Vladyslav Zhukovskyi 9cb6265b42 Use close form handler in git compare window to check file dirty state
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
2019-01-28 10:01:27 +02:00
Thomas Mäder e4055918de
Detect Simple Java Projects on Import (#12041)
Signed-off-by: Thomas Mäder <tmader@redhat.com>
2019-01-16 14:58:44 +01:00
Roman Iuvshyn 4ad10f2218
RELEASE: Set next development version (#12441) 2019-01-16 11:51:02 +02:00
Thomas Mäder 66ac77165e
Update to lsp4j 0.6.0 (#12399)
* Adapt to lsp4j 0.6.0
2019-01-15 09:58:16 +01:00
Max Shaposhnik c44e1bff66
Support of kubernetes/openshift tools in Factory (#12353) 2019-01-11 16:27:12 +02:00
Max Shaposhnik cea3f482db
Factory support of devfile 2018-12-26 16:20:28 +02:00
Roman Iuvshyn b872b317cb
RELEASE: Set next development version (#12277) 2018-12-26 13:04:51 +02:00
Valeriy Svydenko 90b5bdef23
Remove maven server (#12235)
Signed-off-by: Valeriy Svydenko <vsvydenk@redhat.com>
2018-12-21 17:16:28 +02:00
Mykhailo Kuznietsov b7e1918e32
Upgrade dependencies (#11944) 2018-12-11 11:34:48 +02:00
Roman Iuvshyn 45490d2a3b
RELEASE: Set next development version (#12115) 2018-12-05 18:33:02 +02:00
Vladyslav Zhukovskyi f6f0d69755
Temporary disable refactoring rename operation in go extension (#12087)
### What does this PR do?
This changes proposal according to https://github.com/eclipse/che/issues/11907 provide temporary fix that checks opened file in editor and if the current file has .go extension, then refactoring feature _rename_ will be unavailable. This method has to be removed when refactoring rename operation will be resolved by library (go) provider.

Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>

### What issues does this PR fix or reference?
#11907 
<!-- #### Changelog -->
<!-- The changelog will be pulled from the PR's title. 
     Please provide a clear and meaningful title to the PR and don't include issue number -->


#### Release Notes
<!-- markdown to be included in marketing announcement - N/A for bugs -->
N/A

#### Docs PR
<!-- Please add a matching PR to [the docs repo](https://github.com/eclipse/che-docs) and link that PR to this issue.
Both will be merged at the same time. -->
N/A
2018-12-03 16:45:47 +02:00
Sachin Araballi a1a6530649 Fields are declared at the top of the class (#12060)
Signed-off-by: sachinaraballi <sachinaraballi@gmail.com>
2018-11-30 11:33:22 +02:00
Dmytro Kulieshov 41f3b6b73a
Added optional ability to configure custom projects root for language servers (#10128) 2018-11-28 14:35:33 +02:00
Thomas Mäder f4f2829477
Remove forked jdt projects (#12050)
Signed-off-by: Thomas Mäder <tmader@redhat.com>
2018-11-27 13:33:46 +01:00
Masaki Muranaka d309ef4b83 Remove redundant <version> elements. (#12023)
As they will be inherited from `parent.version`.

Signed-off-by: Masaki Muranaka <monaka@monami-ya.com>
2018-11-25 21:17:08 +02:00
Thomas Mäder 9cebfa1ffc
Remove duplicate keys (#11941)
Signed-off-by: Thomas Mäder <tmader@redhat.com>
2018-11-19 18:28:41 +01:00
Roman Nikitenko c6b82072cf Fix 'Go to line' for 'Git Compare' widget
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
2018-11-16 14:24:48 +02:00
Sergii Leshchenko ef54e6cecb Fix dependencies scope
Remove duplicated dependency declaration for che-core-api-project to
avoid warning message during maven build

Change scope of che-core-api-languageserver dependency to `test` to fix
issue while building Che without compiling of tests
2018-11-15 14:43:51 +02:00
Roman Iuvshyn 99afaef87f
RELEASE: Set next development version (#11930) 2018-11-14 12:29:03 +02:00
Thomas Mäder 052f719c64
Shows icons specific to visibility in "file structure" window. (#11898)
Use icons specific to visibility

Signed-off-by: Thomas Mäder <tmader@redhat.com>
2018-11-13 10:23:05 +01:00
RomanNikitenko 386a529b31
Add ability to cancel rename operation (#11886)
* CHE-10784. Add ability to cancel rename operation
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
2018-11-12 15:02:46 +02:00
Tim Freund b0eeb88c11 Update python content to valid Python 3.x syntax (#11891) (#11892)
Signed-off-by: Tim Freund <tim@freunds.net>
2018-11-10 09:39:19 +01:00
Aurélien Pupier 8089d3d979 Apache Camel Language LSP client compatible with Java files (#10262) (#10264)
- remove language declaration for Camel, Camel is not a language type
but just a provider on top of other languages

Signed-off-by: Aurélien Pupier <apupier@redhat.com>
2018-11-07 20:38:23 +02:00
Vitalii Parfonov b8576d956c
Add item menu for Che Public Chat and Issue Tracker (#11756)
* Add item menu for Che Public Chat and Issue Tracker

Signed-off-by: Vitalii Parfonov <vparfonov@redhat.com>
2018-11-07 02:11:47 +02:00
RomanNikitenko f6236dcc0e
Do not inform language server about file rename for not registered file type (#11825)
* Do not inform language server about rename for not registered file type
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
2018-11-06 10:48:08 +02:00
Vitalii Parfonov 6ddbb70092
Use styled dialog instead of browser pop-up for goto line in compare widget (#11738)
* Use styled dialog instead of browser pop-up for goto file in compare widget

Signed-off-by: Vitalii Parfonov <vparfonov@redhat.com>

* sort pom

Signed-off-by: Vitalii Parfonov <vparfonov@redhat.com>
2018-10-26 22:51:03 +03:00
Dmytro Kulieshov d7a678c0f7
Fix of signature help feature when typing '(' symbol (#11696) 2018-10-25 12:01:46 +03:00
Roman Iuvshyn 8c6f9fae27
fix dependencies versions (#11725) 2018-10-24 20:01:09 +03:00
Roman Iuvshyn 365d25f275
RELEASE: Set next development version (#11710) 2018-10-24 16:38:03 +03:00
Thomas Mäder 58dc906339 Fix formatting
Signed-off-by: Thomas Mäder <tmader@redhat.com>
2018-10-17 15:05:02 +02:00
Thomas Mäder e88d4669d0 Fix formatting
Signed-off-by: Thomas Mäder <tmader@redhat.com>
2018-10-17 15:05:02 +02:00
Thomas Mäder b3f500577b Make sure we udpate local projects when importing or on startup (#11598)
Signed-off-by: Thomas Mäder <tmader@redhat.com>
2018-10-17 15:05:02 +02:00
Valeriy Svydenko eb5e35178b Add binding for Java Code Formatter (#11491)
Signed-off-by: Valeriy Svydenko <vsvydenk@redhat.com>
2018-10-17 15:05:02 +02:00
Thomas Mäder 21894b2edf Fix NPE when no signature help is available (#11550)
Signed-off-by: Thomas Mäder <tmader@redhat.com>
2018-10-17 15:05:02 +02:00
Thomas Mäder 6949d57574 Fix handling of workspace paths in find implementations (#11551)
Signed-off-by: Thomas Mäder <tmader@redhat.com>
2018-10-17 15:05:02 +02:00
Thomas Mäder 81466dfbe4 Fixup after rebase
Signed-off-by: Thomas Mäder <tmader@redhat.com>
2018-10-17 15:05:02 +02:00
Thomas Mäder e58ab3848b Fix open location to select range (#11436)
Signed-off-by: Thomas Mäder <tmader@redhat.com>
2018-10-17 15:05:02 +02:00
Anatoliy Bazko 399783ebbf Fix java debugger integration tests (#11395)
Signed-off-by: Anatoliy Bazko <abazko@redhat.com>
2018-10-17 15:05:02 +02:00
Thomas Mäder 3bfebd7001 Try fixing build with -Pintegration
Signed-off-by: Thomas Mäder <tmader@redhat.com>
2018-10-17 15:05:02 +02:00
Victor V. Rubezhny ffa2a9472d Implementers is Broken for Class Files #10337 (#11378)
Signed-off-by: Victor Rubezhny <vrubezhny@redhat.com>
2018-10-17 15:05:02 +02:00
Thomas Mäder db044fa3dd Suspend handling of file changed notifications when applying ws edit
(#11360)

Signed-off-by: Thomas Mäder <tmader@redhat.com>
2018-10-17 15:05:02 +02:00