Commit Graph

1434 Commits (7f06d4d24885b9ba36657353402fbf287c2b4e5a)

Author SHA1 Message Date
Igor Vinokur 7a4047955d
Add stub for pull request panel for case when user select project (#7745) 2017-12-07 08:48:06 +00:00
Vitalii Parfonov 19aa280127
Remove meregd by mistake class (#7709)
Signed-off-by: Vitalii Parfonov <vparfonov@redhat.com>
2017-12-04 15:20:29 +02:00
Maxim Musienko c77a92d415
Add id for cursor view and apply this for the tests (#7677)
* Add ID to the cursor Position Panel
2017-12-04 13:47:19 +02:00
Sergii Leshchenko 760fbea420
Renamed properties to attributes in Machine model object (#7687)
CHE-6803 Rename properties to attributes in Machine model object

It also contain removing outdated WsAgentPingRequestFactoryTest
2017-12-04 11:25:31 +02:00
Vladyslav Zhukovskyi f3b2c1498f
Displays current project name with vcs head name in status bar if present (#7606)
* Displays current project name with vcs head name in status bar if present

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

* Consistent display project name with vcs head info

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

* Add tooltip to branch link

Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
2017-12-01 12:58:28 +02:00
Igor Vinokur 63764c8391
CHE-7407: Remove redundant Git file watcher initialization (#7622) 2017-11-30 09:36:28 +00:00
Roman Nikitenko fb5ec1f4ce CHE-7061. Add machine token for 'Upload SSH key' request
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
2017-11-27 16:12:58 +02:00
Dmytro Kulieshov a34f6d43e6
Removed several everrest-websockets dependencies from ws-agent poms (#7462) 2017-11-27 14:31:27 +02:00
Roman Iuvshyn 506210325a
RELEASE: set next dev version (#7523) 2017-11-23 12:50:56 +02:00
Anatoliy Bazko b26f0b3e14
CHE-7481 Turn on java debugger integration tests (#7507) 2017-11-23 11:41:04 +02:00
Mykola Morhun 25b42c41bc
Turn off GDB integration tests (#7522) 2017-11-23 10:38:34 +02:00
Vladyslav Zhukovskyi 73e4a28952
Prevent NPE after applying the refactoring session (#7459)
* Prevent NPE after applying the refactoring session

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

* Avoid StaleElementException in selenium tests

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

* Use correct method to hide processes panel

Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
2017-11-22 14:29:05 +02:00
Igor Vinokur 366c105419
CHE-6813: Add search filter to Git branch dialogs (#7433) 2017-11-21 10:28:10 +00:00
Anatoliy Bazko 5e19638e82
Skip java debugger integration tests (#7474) 2017-11-21 09:56:24 +02:00
Oleksandr Andriienko 6cd13682e5
CHE-6741: Fix Git files colors after git commit. (#7422)
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
2017-11-20 16:56:53 +00:00
Dmytro Kulieshov 0f635cf122
Added JSON-RPC back-end to Project API and removed deprecated VFS classes (#7380) 2017-11-20 12:02:46 +02:00
Mykola Morhun d6083f49ce
Fix GDB regression (#7423)
Fixes GDB regression with stopping on breakpoints.
Moves integration tests into docker container.
2017-11-20 11:45:28 +02:00
Anatoliy Bazko 80d2c0d8c8
CHE-4211: Fix InnerClassAndLambdaDebuggingTest test (#7431)
Signed-off-by: Anatoliy Bazko <abazko@redhat.com>
2017-11-17 17:02:26 +02:00
Artem Zatsarynnyi 1e4a702724
Make it possible to tell IDE to use a different "wsagent" server (#7392)
* Make it possible to tell IDE to use a different "wsagent" server passing server's ref prefix through query parameter

Signed-off-by: Artem Zatsarynnyi <azatsary@redhat.com>
2017-11-17 10:27:30 +02:00
Igor Vinokur c2897b04f8
CHE-6255: Apply 3-state checkbox in Git changes list widget (#7265)
Add new widget that extends SelectableChangesPanel and has check-boxes. 
Implement 3-state check-box to show that folder has selected and not selected items
2017-11-17 07:31:46 +00:00
Anatoliy Bazko 62611aee78
CHE-6846: Suspend breakpoint policy (#7347) 2017-11-16 07:13:43 +00:00
Igor Vinokur d69256ca7b
CHE-6699: Clear debugger panel on workspace stopped (#7298) 2017-11-15 06:53:53 +00:00
Sergii Kabashniuk 1fdc6a1d7e
Remove deprecated resources (#7336) 2017-11-14 08:47:29 +02:00
Eugene Ivantsov 5b16fecbda
Add tsx file type for TS LSP (#7325) 2017-11-13 11:56:09 +02:00
Mykola Morhun 46ddf5e840
Base of Git Panel (#7235) 2017-11-13 09:24:40 +02:00
Igor Vinokur d5280f84b9
CHE-6741: Fix Git JsonRPC chanel initialization (#7275) 2017-11-09 14:11:33 +00:00
Igor Vinokur 1fcfd01097
CHE-6237: Add icon to pull-request panel tab (#7175)
1. Add icon to pull-request panel tab:
2. Make pull-request panel tab active, if no active parts are present.
2017-11-07 14:09:13 +00:00
Anatoliy Bazko 40ff60038d
CHE-6845: Disable breakpoints (#7204) 2017-11-07 09:32:08 +00:00
Vladyslav Zhukovskyi 53172e37bf Fix unit test 2017-11-06 14:10:04 +02:00
Artem Zatsarynnyi 6182139896
Bind GWT CodeServer to 127.0.0.1 at a host machine but to 0.0.0.0 inside a container (dev-machine) (#7201)
Signed-off-by: Artem Zatsarynnyi <azatsary@redhat.com>
2017-11-06 12:52:07 +02:00
Vladyslav Zhukovskyi cb475d1931 Temporary disable synchronization call
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
2017-11-03 12:24:05 +02:00
Artem Zatsarynnyi 44187dcd1f
Add DTO generation for Pull Request IDE extension (#7147)
Signed-off-by: Artem Zatsarynnyi <azatsary@redhat.com>
2017-11-02 13:14:03 +02:00
Kamesh Sampath 8887cc56a2 using group name in regex
Signed-off-by: Kamesh Sampath <kamesh.sampath@hotmail.com>
2017-10-31 21:50:50 +02:00
Kamesh Sampath 4b39f7f581 Corrected sign-off email
* Change the default image from `codeenvy/ubuntu_jdk` to `eclipse/ubuntu_jdk8`
* Santize urls ending with .git to enable loading of factory files from git repos

Signed-off-by: Kamesh Sampath <kamesh.sampath@hotmail.com>
2017-10-31 21:50:42 +02:00
Roman Iuvshyn 19f5fd1f5a
RELEASE: Set next development version (#7112) 2017-10-31 16:46:30 +02:00
Artem Zatsarynnyi f15fbf1cb1
IDE agnostic way to launch GWT Super DevMode (#7084)
Adapted modules to gwt-lib/gwt-app lifecycle;
shared libs have been cleaned up from the GWT related stuff;
enabled launching Super DevMode with a reactor goal gwt:codeserver;
enabled launching Super DevMode inside a dev-machine (for Che in Che development);
separate compiling IDE GWT app from packaging IDE Web app.

Signed-off-by: Artem Zatsarynnyi <azatsary@redhat.com>
2017-10-31 15:27:22 +02:00
Sergii Leshchenko 4a4a4eb271 CHE-6577 Add usage of machine token while connecting to exec, terminal, workspace agents via websocket 2017-10-30 17:50:12 +02:00
Igor Vinokur 5e434faac1
CHE-6645: Add new icons instead of file name colors in Git changes list (#6998)
- Added new icons instead of file name colors in Git changes list.
- Changed icons and style of buttons.
- Removed colors table that described item colors.
2017-10-30 15:25:57 +02:00
Anatoliy Bazko 0e4ffb7f87
CHE-6547: Run to cursor (#7053)
Signed-off-by: Anatoliy Bazko <abazko@redhat.com>
2017-10-30 06:49:33 +00:00
Sergii Leshchenko a4b9ecad90 CHE-6972 Uncomment and adapt URLFactoryBuilder (#7032) 2017-10-27 12:07:44 +03:00
Vitalii Parfonov e9627eba3d Fix maven command template (#7023)
Signed-off-by: Vitalii Parfonov <vparfonov@redhat.com>
2017-10-26 17:23:09 +03:00
Oleksandr Garagatyi cd1301d115 CHE-6124: Do not publish exposed ports in Docker machines
Publish port in Docker machines only in case there is a server
in the workspace config that represents the port.
Refactor OpenShift infrastructure code.
Refactor Docker infrastructure code.
Add constant of memory attribute and reuse it everywhere it is
hardcoded.
Add constant for installer environment attribute and reuse it
everywhere it is hardcoded.
Add machine memory attribute validation to workspace validation.
Move provisioning of servers, environment variables from
infrastructure implementations to runtime SPI abstract level.
Signed-off-by: Oleksandr Garagatyi <ogaragat@redhat.com>
2017-10-26 12:10:36 +03:00
Vitalii Parfonov d0e7297d3c Check class instance before cast it (#6996)
Signed-off-by: Vitalii Parfonov <vparfonov@redhat.com>
2017-10-25 17:31:19 +03:00
Anatoliy Bazko c1463d3be9 CHE-6843: Navigate to breakpoint (#6960)
Signed-off-by: Anatoliy Bazko <abazko@redhat.com>
2017-10-25 13:53:53 +00:00
Vitaliy Guliy 8763110b2f CHE-6820 UI elements are hard to recognize (#6988)
* CHE-6820 IDE UI elements are hard to recognize
2017-10-25 16:49:07 +03:00
Oleksandr Andriienko e9726221c5 Add debugger watch expressions. (#6950)
Add debugger watch expressions. Use smart tree widget for debugger variables tree. Remove some unused code.

Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
2017-10-25 12:38:01 +00:00
Florent BENOIT 3f262e620e Cleanup some Mockito deprecated usage (che6) (#6864)
* Cleanup some Mockito deprecated usage
org.mockito.Matchers —> org.mockito.ArgumentMatchers
org.mockito.runners.MockitoJUnitRunner —> org.mockito.junit.MockitoJUnitRunner

Change-Id: Icf7351cb58e0f42fa95885c2d2cf6b5e98206c35
Signed-off-by: Florent BENOIT <fbenoit@redhat.com>
2017-10-21 09:07:43 +02:00
Florent BENOIT 6a95b6d74a Apply google format v1.4 https://github.com/google/google-java-format/releases/tag/google-java-format-1.4
Change-Id: I5df30c23165df1fd39eef4c57893bebd1d681c1d
Signed-off-by: Florent BENOIT <fbenoit@redhat.com>
2017-10-19 22:23:04 +02:00
Sergii Kabashniuk f4cc97acce Set next version 6.0.0-M1-SNAPSHOT 2017-10-19 13:53:40 +03:00
Yevhen Vydolob ed2433e415 Provide Action interface, use DOM Element for Action image (#6811)
* #6788 Add Action interface and declare all needed methods from absctract class Action in BaseAction class

Signed-off-by: Yevhen Vydolob <evidolob@codenvy.com>
2017-10-19 11:25:03 +02:00