Commit Graph

1561 Commits (2545559c300956d0ec10d17543e4db98e7d0a07d)

Author SHA1 Message Date
Roman Iuvshyn ea410c3340
RELEASE: Set next development version (#11169) 2018-09-12 11:53:42 +03:00
Igor Ohrimenko 9b44064252
Add icons to project explorer tree for files with ".ts", ".jsx" and ".es6" extensions (#11043) 2018-09-10 09:50:48 +03:00
Florent BENOIT fad96260fb Add support for github PR urls
Change-Id: I6cd40ee1c620a22eac17dafd12a066a4fa89988b
Signed-off-by: Florent BENOIT <fbenoit@redhat.com>
2018-09-08 22:25:23 +02:00
Vladyslav Zhukovskyi bef9669ed5 Prevent XSS attacks
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
2018-09-05 18:59:18 +03:00
RomanNikitenko 9e5d88bfcb
CHE-10754. Log at the DEBUG level when xml document parsing is quiet (#10997)
* CHE-10754. Log at the DEBUG level when xml document parsing is quiet

Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>

* Return problem instead of error logging when pom file for reconciling is empty

Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
2018-09-04 13:47:17 +03:00
Maxim Musienko 703ba8d0fb
Add Open on GitHub feature with E2E test (#10971)
* Add Selenium test
2018-09-03 12:01:13 +03:00
Igor Vinokur ad07c53510
CHE-10730: Change log level from Error to Debug when failed to parse xml file (#10953) 2018-09-03 09:28:20 +03:00
Roman Nikitenko 2c2a53c967 CHE-10755. Do not set incorrect presentable text marker for pom file
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
2018-08-29 15:07:46 +03:00
Roman Iuvshyn d99b2ed73d
RELEASE: Set next development version (#10867)
* RELEASE: Set next development version
2018-08-22 12:06:38 +03:00
Igor Vinokur 349cbe094d
CHE-10360: Hide the 'From Archetype' field if parent folder with pom.xml is selected (#10718)
Hide the 'From Archetype' input field in the Maven project type wizard if 'Parent' witch contains pom.xml is selected in the import project Wizard due to the maven archetype generation plugin restrictions.
2018-08-22 09:34:11 +03:00
Mykhailo Kuznietsov dcb00c53d0
Fix remaining files with licenses (#10746) 2018-08-21 10:25:45 +03:00
Roman Nikitenko 93b0ffed98 CHE-9467. Add ability to get File Type by provider and avoid File Type collision
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
2018-08-17 15:26:37 +03:00
Victor V. Rubezhny 57c43ac8cd Update fmt plugin to latest to enable skipping check #10554 (#10667)
The files are reformatted in order to suit the requirements of coveo maven fmt plug-in of v.2.5.1

Signed-off-by: Victor Rubezhny <vrubezhny@redhat.com>
2018-08-08 07:20:05 +00:00
Igor Vinokur ba4f3397fe
CHE-9937 Fix Composer project type (#10606) 2018-08-07 13:55:23 +03:00
Roman Iuvshyn 60da580c92
RELEASE: Set next development version (#10603) 2018-08-02 12:38:48 +03:00
Mykhailo Kuznietsov 07263f1e30
Fix license header text (#10629) 2018-08-02 11:18:04 +03:00
David Festal 8e68944068
Add a missing file required to boostrap Ceylon user projects (#10517)
Signed-off-by: David Festal <dfestal@redhat.com>
2018-08-01 17:24:40 +02:00
Anatoliy Bazko f87c617bef Fix java debugger intergration tests (#10616) 2018-08-01 13:24:36 +03:00
Mykhailo Kuznietsov 15d23edc91
Update license to EPL 2.0 (#10531) 2018-07-31 11:24:36 +03:00
Roman Nikitenko 183d411b60 Fix exceptions at opening an editor that does not correspond to an existing resource
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
2018-07-27 09:17:46 +02:00
Artem Zatsarynnyi 3467b2e6c2
Restore the dependencies on creating a C# project (#10405)
* Restore the dependencies on creating a C# project

Signed-off-by: Artem Zatsarynnyi <azatsary@redhat.com>
2018-07-25 13:58:48 +02:00
Anatoliy Bazko 0b86fa358b
Improve java debug performance to fetch list of threads/frames/variables (#10492)
* Improve debug performance

Signed-off-by: Anatoliy Bazko <abazko@redhat.com>
2018-07-24 06:19:36 +00:00
Igor Vinokur 080e17836f
CHE-10286: Switch import rest methods to Json-rpc (#10440) 2018-07-18 12:01:15 +03:00
Artem Zatsarynnyi 7a9632ded0
Update regex for initializing C# language server (#10421)
Signed-off-by: Artem Zatsarynnyi <azatsary@redhat.com>
2018-07-17 14:30:46 +02:00
Vladyslav Zhukovskyi 578434feb2 Update regexp for c-based file extensions
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
2018-07-12 19:07:56 +03:00
Victor V. Rubezhny b466d7a8b7 Different Quickfix Behaviour Java vs. LSP #10112 (#10268)
The fix makes LS Java Editor's quick fixes to follow CHE Java editor behavior

Signed-off-by: Victor Rubezhny <vrubezhny@redhat.com>
2018-07-11 13:34:39 +02:00
Roman Iuvshyn 985d368f2d
RELEASE: Set next development version (#10345)
* RELEASE: Set next development version
2018-07-10 15:56:52 +03:00
Vladyslav Zhukovskyi f43c8d6245
Correct revert unsaved preference changes (#10179)
### What does this PR do?
This changes proposal fixes the problem when save button might appeared when refresh button called from preferences window.

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

### What issues does this PR fix or reference?
#9959 #10019 

#### Release Notes
N/A

#### Docs PR
N/A
2018-07-09 12:34:50 +03:00
Igor Vinokur ef1deacc1f
CHE-9154: Fix authorization failed message (#10173) 2018-07-09 09:44:14 +03:00
Dmytro Kulieshov c23c5408bd
Fixed error logging for Go LS when going to definition (#10315)
Signed-off-by: Dmytro Kulieshov <dkuliesh@redhat.com>
2018-07-06 17:41:17 +03:00
Dmytro Kulieshov 8657197f0f
Fixed offset and range calculation for full text and range formatting (#10293)
Signed-off-by: Dmytro Kulieshov <dkuliesh@redhat.com>
2018-07-06 17:39:30 +03:00
Dmytro Kulieshov b3e3d9472b
Fixed improper formatter behaviour when formatting is not supported (#10253)
Signed-off-by: Dmytro Kulieshov <dkuliesh@redhat.com>
2018-07-05 12:43:59 +03:00
Igor Vinokur b071721ad3
CHE-9418: Fix Git status message if the repository is checkouted to tag or commit. (#10172)
Fix Git status message if the repository is checkouted to tag or commit.
Changed getCurrentBranch method in the Git API to getCurrentReference that returns Reference object that contains reference and type (branch, tag or commit).
2018-07-05 11:33:07 +03:00
Sergii Leshchenko fef7cc44e6
Fix scope of test dependencies (#10254) 2018-07-04 11:23:20 +03:00
Vladyslav Zhukovskyi dbf623c810
Show build details in dedicate window (#10093)
* Show build details in dedicate window

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

* New Line

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

* New Line

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

* New Line

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

* Add debug id to the anchor

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

* Adopt Dialog About selenium test to actual changes on the UI

Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
2018-06-25 11:16:16 +03:00
David Festal ae657b4f53
Basic support of the Eclipse Ceylon language (#10096)
Basic support of the Eclipse Ceylon language support, with the following features:
- language description,
- syntax highlighting,
- project creation.

Signed-off-by: David Festal <dfestal@redhat.com>
2018-06-21 17:43:01 +02:00
Dmytro Kulieshov ad0a6376c2
Fixed formatting for python language servers (#10060) 2018-06-20 17:06:22 +03:00
Eugene Ivantsov fcf762988f
Merge pull request #10102 from eclipse/lang_servers
Lang servers
2018-06-19 17:32:54 +03:00
Roman Iuvshyn d7e1c73cf8
RELEASE: Set next development version (#10110) 2018-06-19 17:24:50 +03:00
Eugene Ivantsov c91e10592f C# installer and .js for TS LS 2018-06-19 11:39:59 +03:00
Igor Vinokur e1a964d0e5
CHE-8164: Fix error when creating project from archetype (#10029)
When creating a project with the help of Maven Archetype Plugin it names project directory by artifact-id. If artifact-id != project name specified in the first page of the project wizard, error happens. Maven Archetype Plugin has basedir property that can solve this problem, but there is a bug in the plugin: https://issues.apache.org/jira/browse/ARCHETYPE-311. Rename the project directory to specified project name solves the problem.
2018-06-15 16:47:21 +03:00
Roman Nikitenko d2bd2d68aa CHE-9987. Do not initialize Contribution Workflow when process of initialization has started
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
2018-06-12 18:06:16 +03:00
Vladyslav Zhukovskyi a7f9e42d35 Add ability to see and copy commit id value
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
2018-06-12 14:59:48 +03:00
Roman Nikitenko 4d76916632 Set face name for 'Refresh Contribution Branch Name' button to avoid NPE
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
2018-06-12 11:34:58 +03:00
Josh Pinkney 416bd73a8c Fix for YAML language server not displaying hover (#9670)
Signed-off-by: jpinkney <josh.pinkney@mail.utoronto.ca>
2018-06-06 17:25:32 +02:00
Eugene Ivantsov 7128227a0b
Merge pull request #9803 from eclipse/golang_support
WIP: Add Golang Support in Che
2018-06-05 12:48:33 +03:00
Dmytro Kulieshov af39ba206b
Fixed golang language server hover bug (#9874)
Signed-off-by: Dmytro Kulieshov <dkuliesh@redhat.com>
2018-06-04 16:15:32 +03:00
Eugene Ivantsov 335b0f7d2a Merge branch 'master' into golang_support 2018-06-04 08:22:56 +03:00
Vitalii Parfonov 0071c55f56
Path provider should return absolute path (#9910)
* Path provider should return absolut path

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

* Throw exception if root path fro project not absolute

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

* Add test

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

* Code cleanup

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

* Fix path in test

Signed-off-by: Vitalii Parfonov <vparfonov@redhat.com>
2018-06-01 19:08:07 +03:00
Eugene Ivantsov 461a306791 Adding golang support 2018-06-01 07:30:33 +03:00