Roman Iuvshyn
b872b317cb
RELEASE: Set next development version ( #12277 )
2018-12-26 13:04:51 +02:00
Roman Iuvshyn
45490d2a3b
RELEASE: Set next development version ( #12115 )
2018-12-05 18:33:02 +02:00
Roman Iuvshyn
99afaef87f
RELEASE: Set next development version ( #11930 )
2018-11-14 12:29:03 +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
Roman Iuvshyn
365d25f275
RELEASE: Set next development version ( #11710 )
2018-10-24 16:38:03 +03:00
Sergii Kabashniuk
65bd65e23b
Upgrade to new dependency mockito-testng ( #10647 )
2018-10-10 13:58:33 +03:00
Roman Iuvshyn
63b389c2fe
RELEASE: Set next development version ( #11434 )
...
* RELEASE: Set next development version
2018-10-04 18:25:39 +03:00
Roman Iuvshyn
ea410c3340
RELEASE: Set next development version ( #11169 )
2018-09-12 11:53:42 +03:00
Roman Iuvshyn
d99b2ed73d
RELEASE: Set next development version ( #10867 )
...
* RELEASE: Set next development version
2018-08-22 12:06:38 +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
Mykhailo Kuznietsov
15d23edc91
Update license to EPL 2.0 ( #10531 )
2018-07-31 11:24:36 +03:00
Roman Iuvshyn
985d368f2d
RELEASE: Set next development version ( #10345 )
...
* RELEASE: Set next development version
2018-07-10 15:56:52 +03:00
Igor Vinokur
ef1deacc1f
CHE-9154: Fix authorization failed message ( #10173 )
2018-07-09 09:44:14 +03:00
Roman Iuvshyn
d7e1c73cf8
RELEASE: Set next development version ( #10110 )
2018-06-19 17:24:50 +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 Iuvshyn
7231585f4b
RELEASE: Set next development version ( #9862 )
2018-05-30 12:01:54 +03:00
Roman Iuvshyn
6677e27a6b
RELEASE: Set next development version ( #9669 )
2018-05-11 10:27:31 +03:00
Roman Iuvshyn
edb0e15e6f
RELEASE: Set next development version ( #9473 )
2018-04-18 08:31:24 +02:00
Roman Iuvshyn
e006334aad
RELEASE: Set next development version ( #9268 )
2018-03-28 10:58:30 +03:00
Igor Vinokur
3c9a9617f2
CHE-9067: Fix bug with git colors in editor tabs ( #9088 )
2018-03-16 16:34:20 +00:00
Roman Iuvshyn
dbdac2a604
RELEASE: Set next development version ( #9038 )
2018-03-07 17:53:03 +07:00
Vladyslav Zhukovskyi
4d09c9bb1f
Buffer input file change events and disable file tracking during git reset ( #8889 )
...
* Buffer input file change events and disable file tracking during git reset
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Process exceptional situation and resume file watcher service
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Working copy
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Working copy
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Working copy
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Fix formatting
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Working copy
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
2018-03-06 12:27:09 +02:00
Roman Iuvshyn
e2762411b3
RELEASE: Set next development version ( #8773 )
2018-02-14 15:00:52 +02:00
Vladyslav Zhukovskyi
ab6284519f
Refactored Window class ( #8374 )
...
* Refactored Window class
- Clean up the interface of Window class;
- Move GWT specific functionality to bridge (CompositeWindowView) which is responsible only for construct window object on the view;
- Better handling key press events on the windows;
- Adopted Window implementations to use new interface of Window class;
- Move utility methods such as detecting whether widget is in focus to DomUtils utility class.
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Fix formatting issue
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Merge branch 'master' into che#7200
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
# Conflicts:
# ide/che-core-ide-app/src/main/java/org/eclipse/che/ide/factory/json/ImportFromConfigViewImpl.java
# ide/che-core-ide-app/src/main/java/org/eclipse/che/ide/resources/selector/SelectPathViewImpl.java
# ide/che-core-ide-app/src/main/java/org/eclipse/che/ide/upload/file/UploadFileViewImpl.java
# ide/che-core-ide-app/src/main/java/org/eclipse/che/ide/upload/folder/UploadFolderFromZipViewImpl.java
# ide/che-core-ide-ui/src/main/resources/org/eclipse/che/ide/ui/window/CompositeWindowView.css
# plugins/plugin-git/che-plugin-git-ext-git/src/main/java/org/eclipse/che/ide/ext/git/client/checkout/CheckoutReferenceViewImpl.java
# plugins/plugin-git/che-plugin-git-ext-git/src/main/java/org/eclipse/che/ide/ext/git/client/compare/CompareViewImpl.java
# plugins/plugin-git/che-plugin-git-ext-git/src/main/java/org/eclipse/che/ide/ext/git/client/fetch/FetchViewImpl.java
# plugins/plugin-git/che-plugin-git-ext-git/src/main/java/org/eclipse/che/ide/ext/git/client/history/HistoryViewImpl.java
# plugins/plugin-git/che-plugin-git-ext-git/src/main/java/org/eclipse/che/ide/ext/git/client/merge/MergeViewImpl.java
# plugins/plugin-git/che-plugin-git-ext-git/src/main/java/org/eclipse/che/ide/ext/git/client/pull/PullViewImpl.java
# plugins/plugin-git/che-plugin-git-ext-git/src/main/java/org/eclipse/che/ide/ext/git/client/push/PushToRemoteViewImpl.java
# plugins/plugin-git/che-plugin-git-ext-git/src/main/java/org/eclipse/che/ide/ext/git/client/remote/RemoteViewImpl.java
# plugins/plugin-git/che-plugin-git-ext-git/src/main/java/org/eclipse/che/ide/ext/git/client/reset/commit/ResetToCommitViewImpl.java
# plugins/plugin-git/che-plugin-git-ext-git/src/main/java/org/eclipse/che/ide/ext/git/client/reset/files/ResetFilesViewImpl.java
# plugins/plugin-git/che-plugin-git-ext-git/src/main/java/org/eclipse/che/ide/ext/git/client/revert/RevertCommitViewImpl.java
# plugins/plugin-help/che-plugin-help-ext-client/src/main/java/org/eclipse/che/ide/ext/help/client/about/AboutViewImpl.java
* Fix errors
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Code improvements
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Rename variable
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Fixes
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Fix formatting issue
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Fix formatting issue
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Minor fixes
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Minor fixes
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Minor fixes
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Fix npe
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Update locators
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Minor fixes
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Minor fixes
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Resolve conflicts
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Minor fixes
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Minor fixes
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Minor fixes
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Minor fixes
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Adopting the code after merge
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Minor fixes
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Minor fixes
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Minor fixes
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Minor fixes
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Fix test
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Fix formatting
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Remove commented code
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Used corrected method
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Use single import instead of wildcard
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* New line
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Code refinment
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
* Fix wildcard imports
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
2018-02-12 15:23:28 +02:00
Roman Iuvshyn
f50c2ebbf5
RELEASE: Set next development version ( #8496 )
2018-01-31 17:53:10 +02:00
Oleksandr Andriienko
5c84fc179a
CHE-6923: Provide more space for committer fields in Preferences dialog. ( #8480 )
...
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
2018-01-31 14:43:47 +02:00
Oleksii Orel
db67256191
CHE-4927 fix light theme styles
...
Signed-off-by: Oleksii Orel <oorel@redhat.com>
2018-01-25 11:17:09 +02:00
Vitaliy Guliy
e7d062eb6e
CHE-7577 CHE6 UI refinements ( #8329 )
...
* Squashed commit of the following:
commit 783d12f7c1987ab74aa194da218523bde8a1d4d4
Author: Vitaliy Guliy <vguliy@codenvy.com>
Date: Wed Dec 20 17:30:49 2017 +0200
Add missing loading pieces
commit 41288b8ff18257c258bc4b2c69ae2d30fc041a97
Author: Vitaliy Guliy <vguliy@codenvy.com>
Date: Wed Dec 20 16:13:09 2017 +0200
Add missing loading pieces
commit 7cdadf825420946e5b5eee29de72f91a29a7af9e
Author: Vitaliy Guliy <vguliy@codenvy.com>
Date: Tue Dec 19 15:38:03 2017 +0200
Add missing loading pieces
commit 79b88c7103e84e2138126b651b16439544bd22cb
Merge: 33a9af0cd9 ec91a22643
Author: Vitaliy Guliy <vguliy@codenvy.com>
Date: Tue Dec 19 15:16:06 2017 +0200
Merge branch 'che6' into CHE-7330
commit 33a9af0cd99ade63dcfcd5123e661a7ca80c1b37
Author: Vitaliy Guliy <vguliy@codenvy.com>
Date: Tue Dec 19 15:15:11 2017 +0200
Add missing loading pieces
commit c03250039385b39faba9d97c1b6d080070bd28fa
Author: Vitaliy Guliy <vguliy@codenvy.com>
Date: Tue Dec 19 11:25:20 2017 +0200
Add missing loading pieces
commit b8ad09f8624151d619eb34b434d372175cdc9f20
Merge: 16936f5350 ec0edba84d
Author: Vitaliy Guliy <vguliy@codenvy.com>
Date: Mon Dec 18 09:46:12 2017 +0200
Merge branch 'che6' into CHE-7330
commit 16936f53509a110c8626ea412969caa13a80b38f
Merge: b9aad88422 419824c9d3
Author: Vitaliy Guliy <vguliy@codenvy.com>
Date: Wed Dec 13 16:54:35 2017 +0200
Merge branch 'che6' into CHE-7330
commit b9aad8842231d436b350d63c35eb7dd0540f1890
Author: Vitaliy Guliy <vguliy@codenvy.com>
Date: Wed Dec 13 16:50:23 2017 +0200
Add missing loading pieces
commit aa255992922fa5217ee968ed8e98e2acb78610a7
Merge: 3262c44e13 9af677e958
Author: Vitaliy Guliy <vguliy@codenvy.com>
Date: Wed Dec 13 13:01:38 2017 +0200
Merge branch 'CHE-7330' of github.com:eclipse/che into CHE-7330
commit 3262c44e132f8ac95967dc3deecfe23206d56d46
Author: Vitaliy Guliy <vguliy@codenvy.com>
Date: Wed Dec 13 13:00:32 2017 +0200
Add missing loading pieces
commit 9af677e95878db358291c5f2c86b401d87373ccc
Author: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
Date: Sat Dec 9 19:05:46 2017 +0200
Add an ability to hide machines output tabs
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
commit a9ccd7381e746ca2a9fb5445b649d1dfac643afa
Author: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
Date: Fri Dec 8 11:39:02 2017 +0200
Add event to display output event by machine name (#7782 )
Signed-off-by: Vladyslav Zhukovskyi <vzhukovs@redhat.com>
commit f051d594e1f52fa48e37c8fdd3d591c502326a78
Merge: fb4f8c020b 4ca92c9bc4
Author: Vitaliy Guliy <vguliy@codenvy.com>
Date: Thu Dec 7 09:32:14 2017 +0200
Merge branch 'che6' into CHE-7330
commit fb4f8c020b966e04473cf18e45cafff9ad061cd6
Author: Vitaliy Guliy <vguliy@codenvy.com>
Date: Wed Dec 6 17:22:15 2017 +0200
Add missing loading pieces
* Add missing loading pieces
* Add missing loading pieces
* Add missing loading pieces
* Add missing loading pieces
* Add missing loading pieces
* Move MachineStatusChangedEvent to che-core-ide-app from ide-api
* Fix formatting
* Rename 'serverDefined' on 'serverRunning'
* Revert script for test language server.
* Add header in list of machines
* Revise processes tree nodes, toolbar in output console
* Revise processes tree nodes, toolbar in output console
* Use consistent font size and styles in the project explorer, editor tabs
* Review the separator styles , reduce popup menu width if menu doesn't have icons
* Review the separator styles , reduce popup menu width if menu doesn't have icons
* Popups refinements
* Popups refinements
* UI refinements
* UI refinements
* Fixing copyright
* Replace irons for Run and Debug buttons in top menu
* Replace irons for Run and Debug buttons in top menu
* UI refinements
* UI refinements
* Cleanup
* Open terminal in split panels
* Fix formatting
2018-01-19 16:05:44 +02:00
Mykhailo Kuznietsov
2c2bd6637c
Set new year in license headers ( #8244 )
2018-01-11 16:04:49 +02:00
Igor Vinokur
1589cd8302
CHE-6968: Add filtering by project in Git Colorizers ( #8102 )
2018-01-05 14:38:24 +00:00
Igor Vinokur
7c8727c2f9
CHE-7872: Fix errors in browser console when closing Git Branches dialog ( #8169 )
2018-01-05 13:02:26 +00:00
Roman Iuvshyn
71704ab3a7
RELEASE: Set next development version ( #8135 )
2018-01-03 14:13:25 +02:00
Igor Vinokur
85fa208db5
CHE-7872: Rework Git branch dialog filter to have focus from the whole window ( #8059 )
2017-12-29 13:18:22 +00:00
Igor Vinokur
3fb347a115
CHE-8000: Fix Git commit window sizes ( #8072 )
2017-12-28 11:02:33 +00:00
Max Shaposhnik
7aacccff28
Fix load user repo in sigle user mode ( #8052 )
2017-12-27 13:59:32 +02:00
Igor Vinokur
c43bb024b5
CHE-7880: Save latest commit message before showing Git Commit dialog ( #8004 )
2017-12-26 10:05:46 +02:00
Igor Vinokur
bafd1d4a45
CHE-7912: Use author name instead of committer name in Git history window ( #7992 )
2017-12-25 09:11:06 +02:00
Max Shaposhnik
8ff1be36f5
Added support of Idenvity brokering mechanism of Keycloak for Multi-user Che
2017-12-21 17:50:03 +02:00
Igor Vinokur
f4c1946fb6
CHE-7001: Fix Git status of untracked files in Git diff ( #7962 )
2017-12-21 09:16:23 +00:00
Roman Iuvshyn
5a6d3910b2
RELEASE: set next dev version ( #7882 )
2017-12-14 15:51:34 +02:00
Igor Vinokur
0d9ad7c3c4
CHE-6835: Add binding to GitCheckoutNotifier, fix project synchronization ( #7791 )
2017-12-11 07:36:56 +00:00
Vitalii Parfonov
c53b517f23
Cleanup project config after deleting .git directory ( #7665 )
...
* Cleanup project config after deleting .git directory
* Update project type during import
Signed-off-by: Vitalii Parfonov <vparfonov@redhat.com>
2017-12-08 17:37:37 +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 Iuvshyn
506210325a
RELEASE: set next dev version ( #7523 )
2017-11-23 12:50:56 +02:00
Igor Vinokur
366c105419
CHE-6813: Add search filter to Git branch dialogs ( #7433 )
2017-11-21 10:28:10 +00: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
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
Mykola Morhun
46ddf5e840
Base of Git Panel ( #7235 )
2017-11-13 09:24:40 +02:00