Commit Graph

22 Commits (f8a22dbd362437efe8b6027df0b46ba83b5426bb)

Author SHA1 Message Date
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
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
Roman Iuvshin 3190022814 [maven-release-plugin] prepare for next development iteration 2016-02-28 19:34:00 +00:00
Roman Iuvshin d8964d886b [maven-release-plugin] prepare release 4.0.0-RC8 2016-02-28 19:33:57 +00:00
Dmitry Shnurenko 2ccad0e7a5 CHE-12: Fix NPE when there is no tags 2016-02-26 09:10:47 +02:00
Roman Iuvshin 51c785523a [maven-release-plugin] prepare for next development iteration 2016-02-25 20:37:09 +00:00
Roman Iuvshin a3030e1c4d [maven-release-plugin] prepare release 4.0.0-RC7 2016-02-25 20:37:06 +00:00
Yevhenii Voevodin dc3395f9a2 Add generic String to the ArrayList creation 2016-02-25 19:15:27 +02:00
Yevhenii Voevodin 8ea9fcc169 Use list instead of null, when setting project attribute values 2016-02-25 15:32:11 +02:00
Valeriy Svydenko 7a2df06164 CHE-165: show move wizard after performing 'Cut' operation in project explorer for the java items 2016-02-22 15:13:19 +02:00
Alexander Garagatyi fbba82fe9c Merge pull request #350 from eclipse/IDEX-4222
IDEX-4222: Change model of machine & workspace
2016-02-20 16:44:41 +02:00
Roman Iuvshin 63b08fab17 [maven-release-plugin] prepare for next development iteration 2016-02-20 14:03:35 +00:00
Roman Iuvshin aaf82c04f8 [maven-release-plugin] prepare release 4.0.0-RC6 2016-02-20 14:03:33 +00:00
Alexander Garagatyi b3b38f890a IDEX-4222: Change model of machine & workspace
Machine model changes:
- MachineState was removed, Machine should be used instead
- Machine states API was removed
- Machine includes MachineConfig as field instead of extending it
- All runtime information of machine is in runtime field of Machine.
- Now API call GET */api/machine?workspace=ws-id123456* returns all existing machines of workspace,
including machines with status CREATING, DESTROYING
- Machine channels was removed from. To get channels clients should check links of WorkspaceConfigDto.

Workspace model changes:
- EnvironmentState was removed
- UsersWorkspace includes WorkspaceConfig as field instead of extending it
- Start tmp workspace API returns RuntimeWorkspace instead of UsersWorkspace
- Machine channels are included in links of MachineConfigDto of WorkspaceConfig. Don't try to find them
in runtime machines of RuntimeWorkspaceDto.
- Field activeEnvName in RuntimeWorkspace was renamed to envName in accordance with defaultEnv field
of WorkspaceConfig.

Also:
- add static method cloneDto to DtoFactory
- add getParameter(paramName) method to DTO Link to simplify parameter retrieval

Signed-off-by: Alexander Garagatyi <agaragatyi@codenvy.com>
2016-02-20 15:16:21 +02:00
Roman Iuvshin ad56beaac6 [maven-release-plugin] prepare for next development iteration 2016-02-18 20:05:33 +00:00
Roman Iuvshin 5fb393830a [maven-release-plugin] prepare release 4.0.0-RC5 2016-02-18 20:05:30 +00:00
Igor Vinokur 54dd81b444 CHE-51: Fix import project from ssh url
Signed-off-by: Igor Vinokur <ivinokur@codenvy.com>
2016-02-16 15:26:15 +02:00
Roman Iuvshin 21ff9deb3d [maven-release-plugin] prepare for next development iteration 2016-02-15 21:12:20 +00:00
Roman Iuvshin 84a7e5af2b [maven-release-plugin] prepare release 4.0.0-RC4 2016-02-15 21:12:15 +00:00
Sergii Kabashniuk 2795099d2b Added difference between IC and master
Signed-off-by: Sergii Kabashniuk <skabashnyuk@codenvy.com>
2016-02-12 09:47:38 +02:00
Eclipse Che Initial Contribution 867ec65242 Eclipse Che Initial Contribution 4.0.0-RC2 https://dev.eclipse.org/ipzilla/show_bug.cgi?id=9458
Signed-off-by: Sergii Kabashniuk <skabashnyuk@codenvy.com>
2016-02-12 09:47:36 +02:00