Commit Graph

14 Commits (856c437ee41993c52bbf58e443a6c5881f38f490)

Author SHA1 Message Date
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
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
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
Igor Vinokur 0af0f966ed CHE-521: Perform git init command without initial commit 2016-02-29 11:02:55 +02:00
Yevhenii Voevodin 211cde5336 Add promise based getRepository method to the GithubServiceClient 2016-02-26 14:45:31 +02:00
Anton Korneta fb7d5591d6 CODENVY-31: Replaced messages from git importer on error codes
Also added git checkout event which goes through by websocket connection

Signed-off-by: Anton Korneta <akorneta@codenvy.com>
2016-02-24 09:35:36 +02:00
Anatoliy Bazko d9bae60680 fixup! CHE-127: Load repo button on import from Github takes too much time 2016-02-23 16:56:25 +02:00
Anatoliy Bazko 94538c71db fixup! CHE-127: Load repo button on import from Github takes too much time 2016-02-23 16:53:52 +02:00
Anatoliy Bazko 50d489092f CHE-127: Load repo button on import from Github takes too much time
Signed-off-by: Anatoliy Bazko <abazko@codenvy.com>
2016-02-23 16:24:58 +02:00
Anatoliy Bazko 60d9320fb5 CHE-127: Load repo button on import from Github takes too much time
Signed-off-by: Anatoliy Bazko <abazko@codenvy.com>
2016-02-23 14:09:00 +02:00
Max Shaposhnik 9465a574d9 Show auth window when performing import project from private repo or use factory with private repo
Signed-off-by: Max Shaposhnik <mshaposhnik@codenvy.com>
2016-02-22 11:52:45 +02: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
Igor Vinokur 99d43e0d98 CHE-50: Fix NPE when loading GitHub repositories list
Signed-off-by: Igor Vinokur <ivinokur@codenvy.com>
2016-02-19 20:25:39 +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