Commit Graph

5 Commits (da3eefe2378e878de1801ac5912c031ae172dfef)

Author SHA1 Message Date
Oleksii Kurinnyi 8cb2d7eb8e
CHE-10544: prevent Dashboard to become broken after deleting a workspace (#10716)
* CHE-10544: prevent Dashboard to become broken after deleting a workspace

Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>

* update license headers

Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>
2018-08-10 17:22:40 +03:00
Oleksii Kurinnyi 5ee0dbcba2
Dashboard: prevent to start and open in IDE a workspace with unsupported recipe type (#8260)
* code clean-up

Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>

* rework che-button directive, add unit tests for che-button-default

Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>

* add ability to disable workspace-status-button, add unit test

Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>

* rework workspace-status-directive

Added new status - 'Not supported'

Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>

* prevent start and update workspace based on unsupported recipe type

On Workspace Details page the user is prohibited to start a workspace or
update its configuration if this workspace is built on a recipe of
an unsupported type.

Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>

* prevent to open unsupported workspace from navbar

The left mouse click in navbar on a recent workspace based on
unsupported recipe type opens Workspace Details page instead of the IDE.

Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>

* eliminate unsupported stacks from quickstart list

Some stacks with an unsupported recipe types are removed from quickstart
list on Create Workspace page.

Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>

* update license

Signed-off-by: Oleksii Kurinnyi <okurinny@redhat.com>

* fixup! rework che-button directive, add unit tests for che-button-default
2018-01-17 14:55:59 +02:00
Max Shaposhnik 5c357bc8b2
Move image name from location to content field in dockerimage recipes (#8076) 2018-01-02 10:57:57 +02:00
Mykhailo Kuznietsov ce41b4a71d Change copyright owner to "Red Hat, Inc" on remaining files (#6032)
* Change copyright owner on remaining files

* fixup! Change copyright owner on remaining files

* fixup! fixup! Change copyright owner on remaining files
2017-08-17 18:05:53 +03:00
Oleksii Kurinnyi 7b0b3a7aa7 CHE-4803: fix items bulk selection and filtration. (#5083)
* CHE-4803: modify che-list-header directive

- add possibility to bind callback which fires on search value change.

Signed-off-by: Oleksii Kurinnyi <okurinnyi@codenvy.com>

* CHE-4803: add protractor tests for list-workspaces component

- tests for selection and filtration for list items.

Signed-off-by: Oleksii Kurinnyi <okurinnyi@codenvy.com>

* change timeout for updating model of workspace name

Signed-off-by: Oleksii Kurinnyi <okurinnyi@codenvy.com>

* CHE-4803: update list in workspace-details-projects component

Signed-off-by: Oleksii Kurinnyi <okurinnyi@codenvy.com>

* CHE-4803: update list in list-workspaces component

- use CheListSvc for selection and filtration

Signed-off-by: Oleksii Kurinnyi <okurinnyi@codenvy.com>

* CHE-4803: add helper for filtration and selection items.

Signed-off-by: Oleksii Kurinnyi <okurinnyi@codenvy.com>

* CHE-4803: update list in list-factories component

Signed-off-by: Oleksii Kurinnyi <okurinnyi@codenvy.com>

* CHE-4803: update list in list-stacks component

Signed-off-by: Oleksii Kurinnyi <okurinnyi@codenvy.com>

* code clean-up

Signed-off-by: Oleksii Kurinnyi <okurinnyi@codenvy.com>

* CHE-4803: update list in docker-registry-list component

Signed-off-by: Oleksii Kurinnyi <okurinnyi@codenvy.com>

* fix test

Signed-off-by: Oleksii Kurinnyi <okurinnyi@codenvy.com>
2017-05-18 17:49:13 +03:00