You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vasiliy Sisko (JIRA)" <ji...@apache.org> on 2016/07/21 07:08:20 UTC

[jira] [Commented] (IGNITE-3490) Web console: Refactoring server side code to services, append tests

    [ https://issues.apache.org/jira/browse/IGNITE-3490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15387288#comment-15387288 ] 

Vasiliy Sisko commented on IGNITE-3490:
---------------------------------------

Implemented services for agent download, cluster, cache, domain model and igfs.
Implemented tests for cluster, cache, domain model and igfs services.

> Web console: Refactoring server side code to services, append tests
> -------------------------------------------------------------------
>
>                 Key: IGNITE-3490
>                 URL: https://issues.apache.org/jira/browse/IGNITE-3490
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Andrey Novikov
>            Assignee: Vasiliy Sisko
>
> Move code from routes to services.
> serve/routes/clusters.js -> serve/services/cluster.js
> serve/routes/igfs.js -> serve/services/igfs.js
> ...
> For example use serve/routes/cache.js -> serve/services/cache.js
> For test use as example test/backend/unit/CacheService.test.js



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)