Commit Graph

1211 Commits (5ee2914e9530dc4ed6400a1e88925546fdd71757)

Author SHA1 Message Date
Sergii Kabashniuk 1f639c0557 Merge remote-tracking branch 'origin/master' into che-multiuser 2017-10-02 09:03:47 +03:00
Josh Pinkney 34ba429d58 Implemented getVersion in OpenShiftConnector (#6222)
* Implemented getVersion in OpenShiftConnector

Signed-off-by: jpinkney <josh.pinkney@mail.utoronto.ca>
2017-10-02 07:42:42 +02:00
Sergii Kabashniuk b9767355b7 Merge with master 2017-09-30 13:57:06 +03:00
jpinkney 6db2424a7a Removed unneeded code from top method 2017-09-29 17:11:54 +02:00
jpinkney e0f60000d5 Implement top method in OpenShiftConnector
Signed-off-by: jpinkney <josh.pinkney@mail.utoronto.ca>
2017-09-29 17:11:54 +02:00
jpinkney 7503f50e77 Added getSystemInfo into OpenShiftConnector
Signed-off-by: jpinkney <josh.pinkney@mail.utoronto.ca>
2017-09-29 17:09:50 +02:00
Florent BENOIT 430c1a32d7 Fix the issue when no exposed ports are defined in the docker image
Change-Id: I76fa7b6aaff552043e1e8cf2934527f491631b2a
Signed-off-by: Florent BENOIT <fbenoit@redhat.com>
2017-09-29 11:16:20 +02:00
Sergii Kabashniuk 32ae31765e Merge remote-tracking branch 'origin/master' into che-multiuser 2017-09-28 08:35:45 +03:00
Florent BENOIT da636d181c Avoid NPE by checking if map are null and not only empty
https://github.com/redhat-developer/rh-che/issues/338

Change-Id: Ic760eef59be7fcaf47cb94ad83652892897d4d31
Signed-off-by: Florent BENOIT <fbenoit@redhat.com>
2017-09-28 07:01:49 +02:00
Anatoliy Bazko 2512d7b9bf Revert Git revert action (#6470) 2017-09-27 15:21:46 +00:00
Sergii Kabashniuk fb48c3d5d6 Merge with master. Fixing problem after merge Update EclipseLink to v2.7.0 2017-09-27 16:12:42 +03:00
Anatoliy Bazko 2fe4505eab Small fixes for master (#6462)
Small fixes for master.

* Removed dependency on server side in gwt code (debugger)
* Fixed ThreadDumpTest
* Formatted java class
2017-09-27 11:26:56 +00:00
Oleksii Kurinnyi 01ab2b2587 Merge remote-tracking branch 'origin/master' into che-multiuser
# Conflicts:
#	dashboard/src/app/index.module.ts
#	dashboard/src/app/workspaces/workspace-details/workspace-details.service.ts
#	dashboard/src/components/typings/che.d.ts
2017-09-27 13:36:26 +03:00
Anatoliy Bazko dac5b6610f CHE-6024: Revert commit action (#6386)
* CHE-6024: Revert commit action
2017-09-27 08:26:25 +00:00
Sergii Kabashniuk 8a42d4f141 Merge remote-tracking branch 'origin/master' into che-multiuser 2017-09-26 09:53:53 +03:00
Sergii Kabashniuk c5fad59c6d Reused antlr java 5 grammar from che-lib (#6410) 2017-09-26 09:41:17 +03:00
Sergii Leshchenko f1d2a2c647 Fix logging when an exception occurs on operations with workspaces' ssh keys (#6419) 2017-09-25 16:47:31 +03:00
Sergii Kabashniuk 854f030260 Merge remote-tracking branch 'origin/master' into che-multiuser 2017-09-25 15:50:55 +03:00
Oleksandr Garagatyi 7c7e596fb7 Add possibility to disable DockerInstanceStopDetector (#6415)
It is needed for OpenShift infra where getting events
is not supported due to security limits.
To disable containers stop detector variable
CHE_DOCKER_ENABLE__CONTAINER__STOP__DETECTOR=false should be
defined.
Signed-off-by: Oleksandr Garagatyi <ogaragat@redhat.com>
2017-09-25 15:47:02 +03:00
Oleksii Kurinnyi 2b10bbf10c Merge remote-tracking branch 'origin' into che-multiuser
# Conflicts:
#	dashboard/src/app/index.module.ts
2017-09-25 15:18:19 +03:00
Oleksandr Garagatyi 4058f61ec1 CHE-6397: set missing environment context on machine start
Set environment context for a thread where logs of a machine are read.
Signed-off-by: Oleksandr Garagatyi <ogaragat@redhat.com>

Signed-off-by: Oleksandr Garagatyi <ogaragat@redhat.com>
2017-09-25 10:05:45 +03:00
Florent BENOIT a013d28a95 Fix build with invalid import
Change-Id: I156d1db78f2e0500b9a184afd23ed4d46f0d5e10
Signed-off-by: Florent BENOIT <fbenoit@redhat.com>
2017-09-22 17:54:47 +02:00
Valeriy Svydenko 9e3c1dff1c CHE-5729: fix the preview page of refactoring (#6385) 2017-09-22 17:22:04 +03:00
Sergii Kabashniuk af4d967aa0 Merge remote-tracking branch 'origin/master' into che-multiuser 2017-09-22 11:14:36 +03:00
Sergii Leshchenko de347bedae CHE#6041 Move Organization&Resource APIs (#6384)
* Use different Sql schemas for che and che-multiuser
* Move Resource API
* Move Organization API
* Move personal account
* Add Che Multiuser integration tests
* Fix integration tests
* Set 5.19.0-SNAPSHOT version for moved modules
* Fix multiuser packaging
2017-09-22 09:31:23 +03:00
Valeriy Svydenko 514913d5d1 CHE-5729: adapt PHP test runner according new API (#6201) 2017-09-21 10:32:10 +03:00
Sergii Kabashniuk 546ba4e4ea Merge with master 2017-09-20 11:34:18 +03:00
Roman Iuvshyn 8e03d56bfb RELEASE: Set next development version (#6345) 2017-09-19 14:52:53 +03:00
Vitalii Parfonov d60d4da5a9 Workaround for fixing freeze browser for big project (#6341)
Signed-off-by: Vitalii Parfonov <vparfonov@redhat.com>
2017-09-19 13:06:23 +03:00
Sergii Kabashniuk d4f03cbc4a Ability to authenticate Oauth flow (#6326)
* Add keycloak token to oauth authenticate call

* fixup! Add keycloak token to oauth authenticate call

* fixup! Add keycloak token to oauth authenticate call

* Fix dashboard build

* fixup! Add keycloak token to oauth authenticate call

* fixup! Add keycloak token to oauth authenticate call

* Add security token for websocket url  (#6319)

* Add security token for websocket url

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

* Fix failed test (#6325)

Signed-off-by: Vitalii Parfonov <vparfonov@redhat.com>
2017-09-18 18:42:49 +03:00
Igor Vinokur 9f08923327 CHE-6033: Fix bug when git colors are note updated after git operations (#6262)
CHE-6033: Fix bug when git colors are note updated after git operations
2017-09-18 12:21:24 +03:00
Sergii Kabashniuk e7006e5ae4 Merge with master 2017-09-18 08:46:28 +03:00
Max Shaposhnik e3e382103f Fix build warnings 2017-09-15 17:03:34 +03:00
Max Shaposhnik 38b5c83d23 Add test dependensies 2017-09-15 16:12:50 +03:00
Mykola Morhun 7beb2467ba CHE-5925: Add hotkeys to the most usable git actions (#6247)
CHE-5925: Add hotkeys to the most usable git actions
2017-09-15 15:28:02 +03:00
Max Shaposhnik d2bfa4f7f4 Move permissions and authorization into separate module; 2017-09-14 17:03:43 +03:00
Oleksandr Andriienko d847b4149f CHE-5810: Improve client encoding for file or folder path to support special symbols (#6166) 2017-09-14 15:47:32 +03:00
Ilya Buziuk 0bd960605e openshift.io-798 Checking only first 20 chars of tag in 'getImageStreamTagFromRepo' for long tags
Signed-off-by: Ilya Buziuk <ibuziuk@redhat.com>
2017-09-13 14:06:18 +02:00
Anatoliy Bazko 6b76cadf84 Thread dump for java debugger (#5320)
CHE-3708: Thread dump for java debugger
2017-09-13 13:35:28 +03:00
Roman Nikitenko ed73a101dc CHE-5338. Clean up app state preference when workspace is removed
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
2017-09-13 11:16:42 +03:00
Igor Vinokur fc35ba2618 CHE-6114: Fix problems with project explorer performance in big projects (#6175)
1. Add ability to get Git status with filter.
2. Reworked Injecting VCS status info in Project service to make Status request only once instead of requesting each time in the loop.
3. Removed `format` parameter from get status method in Git Service, because it is redundant and do not affects to anything, since we use Jgit as a Git engine.
2017-09-12 14:41:28 +00:00
Mykola Morhun c7ed1d8336 Add ability to switch between files in Git Diff widget (#5965)
* Performs small refactoring of git-compare-related functionality.
* Adds ability to switch to the next/previous file in git compare widget.
* Adds hotkeys for next and previous diff
* Adds Save Changes button for git compare widget.
* Fixes compare with deleted file bug.
* Moves Git Diff widget from iframe to IDE.
2017-09-12 14:13:52 +03:00
Max Shaposhnik d635b25831 Adds permissions into Che multiuser. (#6133) 2017-09-12 11:43:04 +03:00
Sergii Kabashniuk bc98043240 Merge with master 2017-09-12 09:45:20 +03:00
Florent BENOIT e56989159a lazily init the local repository.
Change-Id: I7cf8aff6b655f4040426bf9152fe98c6f0d34ef4
Signed-off-by: Florent BENOIT <fbenoit@redhat.com>
2017-09-11 11:03:41 +02:00
Florent BENOIT 688c73f079 GWT dependency should not be there. It's running on server side.
Change-Id: Ic67763b18e5edcf99ea562e1a061ea8e2a03ddc8
Signed-off-by: Florent BENOIT <fbenoit@redhat.com>
2017-09-11 10:52:37 +02:00
Sergii Kabashniuk 0cb30a922e Merge remote-tracking branch 'origin/master' into che-multiuser 2017-09-11 08:36:03 +03:00
Valeriy Svydenko 5231059555 CHE-5721: Importing java formatter for the project or workspace (#6077) 2017-09-08 16:19:31 +03:00
Vitalii Parfonov eca2291b1b Fix warning in pom.xml (#6158)
Signed-off-by: Vitalii Parfonov <vparfonov@redhat.com>
2017-09-07 09:17:17 +03:00
Thomas Mäder 7faecbadc9 5485 apply workspace edit (#5955)
* Add ApplyWorkspaceEditAction 

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

* Fix copyright statement

Signed-off-by: Thomas Mäder <tmader@redhat.com>
2017-09-07 08:49:36 +03:00