You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/12/12 09:42:59 UTC

[jira] [Commented] (CAY-2168) Split DbLoader to parts and clean it up

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

ASF GitHub Bot commented on CAY-2168:
-------------------------------------

GitHub user stariy95 opened a pull request:

    https://github.com/apache/cayenne/pull/154

    CAY-2168 DbLoader refactoring

    New version of DbLoader for dbsync utils
     - loading process split in independent small steps
     - DbLoader always return new DataMap, it doesn't accept it from caller


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/stariy95/cayenne dbloader-refactor

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cayenne/pull/154.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #154
    
----
commit 8c273022330129b87f502a30864e94b0281afc4b
Author: Nikita Timofeev <st...@gmail.com>
Date:   2016-12-08T15:09:29Z

    New DbLoader for dbsync utils
     - loading process split in independent small steps
     - DbLoader always return new DataMap, it doesn't accept it from outside

commit e68c72c245c1799b725a52d5821850b9d89da01d
Author: Nikita Timofeev <st...@gmail.com>
Date:   2016-12-12T08:38:13Z

    New DbLoader for dbsync utils
     - loading process split in independent small steps
     - DbLoader always return new DataMap, it doesn't accept it from outside
    
    Final clean up

commit 41515467c4a0804dcb35d99070046ea0ac44a6e0
Author: Nikita Timofeev <st...@gmail.com>
Date:   2016-12-12T09:34:14Z

    New DbLoader for dbsync utils
     - loading process split in independent small steps
     - DbLoader always return new DataMap, it doesn't accept it from outside
    
    Final clean up of tests

commit 17053f9ca430658a9b8acc86cd04f5a2b877f941
Author: Nikita Timofeev <st...@gmail.com>
Date:   2016-12-12T09:40:02Z

    New DbLoader for dbsync utils
     - loading process split in independent small steps
     - DbLoader always return new DataMap, it doesn't accept it from outside
    
    Final clean up of tests

----


> Split DbLoader to parts and clean it up
> ---------------------------------------
>
>                 Key: CAY-2168
>                 URL: https://issues.apache.org/jira/browse/CAY-2168
>             Project: Cayenne
>          Issue Type: Sub-task
>          Components: Non-GUI Tools
>    Affects Versions: 4.0.M5
>            Reporter: Nikita Timofeev
>            Assignee: Nikita Timofeev
>   Original Estimate: 16h
>  Remaining Estimate: 16h
>
> DbLoader can be split from monolithic process to independent loaders (e.g. table, attributes, keys, etc..)



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