Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

daf_persistence Tickets/dm 9039 #43

Merged
merged 35 commits into from
Feb 22, 2017
Merged

daf_persistence Tickets/dm 9039 #43

merged 35 commits into from
Feb 22, 2017

Commits on Feb 10, 2017

  1. Configuration menu
    Copy the full SHA
    f820b99 View commit details
    Browse the repository at this point in the history
  2. add Butler._initV1Args

    handler function for creating inputs & outputs
    when Butler.__init__ is called with root,
    mapper, mapperArgs
    n8pease committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    a855a1f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4900710 View commit details
    Browse the repository at this point in the history
  4. add createRepoDatas loop

    n8pease committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    27ccc56 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c70c766 View commit details
    Browse the repository at this point in the history
  6. add repo init

    n8pease committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    fa9fc28 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    91315fd View commit details
    Browse the repository at this point in the history
  8. disallow initializing a repo with no mapper

    maybe just for now
    n8pease committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    9f723f3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    069b7cd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2a9a09c View commit details
    Browse the repository at this point in the history
  11. add support for tags

    n8pease committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    f048e85 View commit details
    Browse the repository at this point in the history
  12. change 'legacy' repository to 'V1' repository

    also change most locations that abbreviated repository
    to repo to use full word "repository"
    n8pease committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    892661b View commit details
    Browse the repository at this point in the history
  13. formalize handling of isV1Repository

    IE make it official. Moves the arg into the repocfg
    constructor, and adjusts use cases.
    
    Allows setting mapper in cfg if the cfg is for a
    new repo.
    n8pease committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    7243e5b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    437d6b6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f39779d View commit details
    Browse the repository at this point in the history
  16. move new and v1 repo tracking out of repoCfg

    they are related to Butler state and don't belong in
    an object that gets serialized.
    n8pease committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    f3ae397 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    547ce4f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    00fe670 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ad89b3b View commit details
    Browse the repository at this point in the history
  20. fix typo in repository test

    (said 'read only', clearly meant 'write only'; outputs
    by default are write only, which is what is done here.)
    n8pease committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    7275f9d View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    d618f7a View commit details
    Browse the repository at this point in the history
  22. fix getParentsList algorithm

    n8pease committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    f2b4291 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    6c24190 View commit details
    Browse the repository at this point in the history
  24. fix test ButlerSubsetTestCase.testSingleIteration

    The new Butler init sequence requires that input repositories
    exist. This test was using an input that did not exist, and
    it did not matter that the repo did not exist, because the
    test is entirely for processing mapper data, that is hard
    coded into the test mapper for this test.
    
    Fix is to make the the repo used by the Butler for this test
    be an output with mode='rw' instead of an input with mode='r'.
    n8pease committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    33b21dc View commit details
    Browse the repository at this point in the history
  25. don't get cfg for v1 repos

    Butler now handles v1 repos in _createRepoData
    n8pease committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    c576a08 View commit details
    Browse the repository at this point in the history
  26. allow _parent to not be a symlink

    some of the unit tests use a folder called _parent (instead
    of a symlink called _parent to another folder).
    n8pease committed Feb 10, 2017
    Configuration menu
    Copy the full SHA
    068a630 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2017

  1. fix repositoryArgs test

    The test used to rely on mapper checking before
    trying to load repos. The Butler has changed so
    that this no longer works, fix the test to
    actually create repos.
    n8pease committed Feb 15, 2017
    Configuration menu
    Copy the full SHA
    17dbf56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f37bb0 View commit details
    Browse the repository at this point in the history
  3. fix test repositoryCfg

    must have an input repo available to use it as a read-only repo.
    n8pease committed Feb 15, 2017
    Configuration menu
    Copy the full SHA
    bb73fef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a72607 View commit details
    Browse the repository at this point in the history
  5. fixup - improve v1RepoExists

    n8pease committed Feb 15, 2017
    Configuration menu
    Copy the full SHA
    e3259eb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8016014 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e857e9b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    718f58e View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2017

  1. Configuration menu
    Copy the full SHA
    a211d6c View commit details
    Browse the repository at this point in the history