Igor Vinokur
2dd77ecf21
CHE-414: Display staged changes in green when status called
2016-03-02 14:54:04 +02:00
Dmitry Shnurenko
9b55d567c4
Merge pull request #612 from eclipse/CHE-522
...
CHE-522: Correct message when user tries to commit clean directory
2016-03-02 14:15:30 +02:00
Dmitry Shnurenko
5670da396c
CHE-522: Correct message when user tries to commit clean directory
2016-03-02 11:11:29 +02:00
Sergii Kabashniuk
f8a22dbd36
Merge pull request #603 from eclipse/changesslog
...
Autogenerated changes log.
2016-03-02 10:10:11 +02:00
Sergii Kabashniuk
a537f6c84e
Autogenerated changes log.
2016-03-02 09:34:34 +02:00
Oleksii Orel
62740febf4
Merge pull request #604 from eclipse/CHE-217
...
Che 217 improve creating project flow
2016-03-02 09:30:26 +02:00
Oleksii Orel
f40556fce2
improve dashboard style
...
Signed-off-by: Oleksii Orel <oorel@codenvy.com>
2016-03-02 09:29:49 +02:00
Oleksii Orel
ccd68e1806
CHE-217: improve creating project flow
...
Signed-off-by: Oleksii Orel <oorel@codenvy.com>
2016-03-02 09:29:49 +02:00
Roman Iuvshin
856c437ee4
RELEASE:Set next development version of parent pom
2016-03-01 20:15:31 +00:00
Roman Iuvshin
eec6f71a46
RELEASE:Set next dev versions
2016-03-01 20:15:08 +00:00
Tyler Jewell
9b2b413863
Improved build instructions
2016-03-01 12:13:56 -08:00
Roman Iuvshin
bbeeb21bfe
[maven-release-plugin] prepare for next development iteration
2016-03-01 19:42:14 +00:00
Roman Iuvshin
8ca2ca16bf
[maven-release-plugin] prepare release 4.0.0-RC9
2016-03-01 19:42:11 +00:00
Roman Iuvshin
961bc84286
RELEASE:Set tag versions
2016-03-01 19:08:31 +00:00
Roman Iuvshin
6026db60e3
RELEASE:Set tag of parent pom
2016-03-01 19:08:23 +00:00
Aleksandr Andrienko
0f712f232f
Merge pull request #557 from eclipse/fixStackTypeAdaptersProvider
...
Fix use of the wrong gson adapter
2016-03-01 19:02:19 +02:00
Aleksandr Andrienko
fa9b539eba
Fix use of the wrong gson adapter
...
Signed-off-by: Aleksandr Andrienko <aandrienko@codenvy.com>
2016-03-01 19:00:00 +02:00
Tyler Jewell
50451d166a
Removed badges
2016-03-01 08:35:56 -08:00
Tyler Jewell
fdbb98a1f9
Alignment
2016-03-01 08:34:17 -08:00
Tyler Jewell
9f078dceb6
Remove build badge
2016-03-01 08:33:54 -08:00
Vladyslav Zhukovskyi
7081000fcc
Merge pull request #605 from eclipse/CHE-660
...
Fetch module config directly from item reference
2016-03-01 18:02:37 +02:00
Vladyslav Zhukovskii
eed529369d
Fetch module config directly from item reference
...
Get children operation (on the server side, project service) is returning item reference with project configuration for the module if such exists. Client based on this information may faster construct module node instead of making additional request for the configuration.
Note: temporary solution will be alive before new changes will be merged (related to new project type with server side vfs refactorings)
Related issue: CHE-660
Squashed commit of the following:
commit e86d058795c7bd1cb30221b6e79b376d662ad191
Merge: 32caa18 7b6bb02
Author: Vladyslav Zhukovskii <vzhukovskii@codenvy.com>
Date: Tue Mar 1 17:42:55 2016 +0200
Merge branch 'master' into CHE-660
commit 32caa185e3cd18cbe71fa644a733abaaacc9562a
Author: Vladyslav Zhukovskii <vzhukovskii@codenvy.com>
Date: Tue Mar 1 17:37:36 2016 +0200
Fetch module config directly from item reference
commit 04513ae3c58624028405e3b62edfacf7e13807ef
Author: Dmitry Shnurenko <dshnurenko@codenvy.com>
Date: Tue Mar 1 17:06:12 2016 +0200
CHE-660: Add java doc
commit 20e99f884e434b726cd2066b4f3663b86c77e455
Author: Dmitry Shnurenko <dshnurenko@codenvy.com>
Date: Tue Mar 1 16:57:56 2016 +0200
CHE-660: Improve server side code to less time of getting project
Signed-off-by: Vladyslav Zhukovskii <vzhukovskii@codenvy.com>
2016-03-01 17:47:08 +02:00
Dmitry Shnurenko
7b6bb02e92
Merge pull request #601 from eclipse/CHE-131
...
CHE-131: Fix losing focus in editor after closing 'File structure' dialog
2016-03-01 17:41:13 +02:00
Dmitry Shnurenko
ba9b269375
CHE-131: Fix losing focus in editor after closing 'File structure' dialog
2016-03-01 17:32:52 +02:00
Mykola Morhun
9ede51451a
Merge pull request #596 from eclipse/toggle-breakpoint-description
...
Add description for toggle breakpoint action
2016-03-01 16:34:34 +02:00
Vitaliy Guliy
a00c5526bf
Merge pull request #595 from eclipse/CHE-388
...
CHE-388 Don't use ugly browser prompt box to display 'Go to line' dialog window
2016-03-01 16:27:17 +02:00
Vitaliy Guliy
5ba3a58975
CHE-388 Don't use ugly browser prompt box to display 'Go to line' dialog window
...
Signed-off-by: Vitaliy Guliy <vguliy@codenvy.com>
2016-03-01 15:21:12 +02:00
Mykola Morhun
a47d70c638
Added description for toggle breakpoint action
...
Signed-off-by: Mykola Morhun <mmorhun@codenvy.com>
2016-03-01 14:24:09 +02:00
Max Shaposhnik
88b79179c1
Merge pull request #585 from eclipse/CODENVY-170
...
CODENVY-170 add promise-based authorization method to OAUth authenticators; prevent project synchronizing when factory used
2016-03-01 14:13:42 +02:00
Florent BENOIT
48a2e54df6
CHE-661 unzip in quiet mode
...
Change-Id: If3a51cc6e01e243c47033d4d891858e3997ab725
Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
2016-03-01 11:54:03 +01:00
Alexander Garagatyi
bfcce52af5
Merge pull request #590 from eclipse/fixNPE
...
fix NPE because of incorrect usage of firstNonNull
2016-03-01 12:43:52 +02:00
Max Shaposhnik
5f9026eebf
CODENVY-170 rename autghorize method to authenticate
...
Signed-off-by: Max Shaposhnik <mshaposhnik@codenvy.com>
2016-03-01 12:36:57 +02:00
Alexander Garagatyi
5274858e74
fix NPE because of incorrect usage of firstNonNull
...
Signed-off-by: Alexander Garagatyi <agaragatyi@codenvy.com>
2016-03-01 12:21:23 +02:00
Max Shaposhnik
e6a68d6039
CODENVY-170 add promise-based authorization method to OAUth authenticators; prevent project synchronizing when factory used
...
Signed-off-by: Max Shaposhnik <mshaposhnik@codenvy.com>
2016-03-01 11:54:58 +02:00
Florent BENOIT
83b066aa6c
CHE-641 Add blank example project with a blank ready to go stack
...
Change-Id: I0b87ea76a7b2aaca698695fe697ca6b344d58d8c
Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
2016-03-01 10:23:11 +01:00
Alexander Garagatyi
d24415b865
Merge pull request #579 from eclipse/CHE-275
...
CHE-275: rename DOCKER_MACHINE_HOST to CHE_DOCKER_MACHINE_HOST
2016-03-01 10:47:59 +02:00
Alexander Garagatyi
4f1d9708d1
CHE-275: rename DOCKER_MACHINE_HOST to CHE_DOCKER_MACHINE_HOST
...
Signed-off-by: Alexander Garagatyi <agaragatyi@codenvy.com>
2016-03-01 10:48:27 +02:00
Florent BENOIT
4b81105e07
CHE-650 Fix export of a workspace following workspace model change
...
Change-Id: Ia10cecd9a0e483507325481c62c0ff61442df568
Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
2016-03-01 09:20:33 +01:00
Florent BENOIT
c6c03be8bc
CHE-581 Code refactoring not applied on workspace import
...
Change-Id: I28e0b628e899bee96065a7850d69f7719999e991
Signed-off-by: Florent BENOIT <fbenoit@codenvy.com>
2016-02-29 17:57:36 +01:00
Oleksii Orel
2daf098293
Merge pull request #565 from eclipse/CODENVY-104
...
CODENVY-104: add new font awesome icons
2016-02-29 15:39:47 +02:00
Oleksii Orel
51dc83f93a
CODENVY-104: add new font awesome icons
...
Signed-off-by: Oleksii Orel <oorel@codenvy.com>
2016-02-29 15:38:45 +02:00
Anatoliy Bazko
bceeb307af
Merge pull request #534 from eclipse/CHE-359
...
CHE-359: Guide the user while connecting the remote debugger
2016-02-29 15:32:11 +02:00
Vitalii Parfonov
cdf2fec8ed
Merge pull request #568 from eclipse/addGuavaDeps
...
Add dependency on Guava
2016-02-29 15:12:59 +02:00
Vitaly Parfonov
0b95c8f812
Add pendency on Guava
...
Signed-off-by: Vitaly Parfonov <vparfonov@codenvy.com>
2016-02-29 15:12:06 +02:00
Anatoliy Bazko
8f93ee6c30
CHE-359: Guide the user while connecting the remote debugger
2016-02-29 15:06:52 +02:00
Vitaliy Guliy
135df0d016
Merge pull request #545 from eclipse/CHE-124
...
CHE-124 Create/Import wizards are displaying errors while nothing is entered
2016-02-29 12:57:50 +02:00
Dmitry Shnurenko
7125a3bc2e
Merge pull request #564 from eclipse/CHE-75
...
CHE-75: Cut long names in editor tab
2016-02-29 12:56:06 +02:00
Dmitry Shnurenko
2f7027135f
CHE-75: Cut long names in editor tab
2016-02-29 12:40:35 +02:00
Vitaliy Guliy
8a90fe2d5e
CHE-124 Create/Import wizards are displaying errors while nothing is entered
...
Signed-off-by: Vitaliy Guliy <vguliy@codenvy.com>
2016-02-29 12:38:16 +02:00
Alexander Garagatyi
5dad4fe7b5
Merge pull request #518 from eclipse/CHE-22
...
CHE-22: check environment parameter on workspace start
2016-02-29 11:41:46 +02:00