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

Cache auto-loaded data during load.project() #160

Merged
merged 12 commits into from
Nov 3, 2016

Commits on Oct 16, 2016

  1. added in auto cache when data loaded directly, and also made migrate.…

    …project able to migrate old projects smoothly. Regression tests pass, but no tests for new functionality written yet
    connectedblue committed Oct 16, 2016
    Configuration menu
    Copy the full SHA
    36b186d View commit details
    Browse the repository at this point in the history
  2. changed the set up of the version tests which were creating a test_pr…

    …oject directory in the working directory instead of in a temp directory. Tests themselves not changed and still work
    connectedblue committed Oct 16, 2016
    Configuration menu
    Copy the full SHA
    325e166 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d69a984 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    84121f9 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2016

  1. Changed caching logic to inspect global environment before and after …

    …dataload to determine what shoudl be cached. Created some tests to test this also.
    connectedblue committed Oct 17, 2016
    Configuration menu
    Copy the full SHA
    262060d View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2016

  1. updated behaviour for how project.info is calculated and also expand …

    …the scope of what cache.project does
    connectedblue committed Oct 18, 2016
    Configuration menu
    Copy the full SHA
    83de270 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2016

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

Commits on Nov 1, 2016

  1. merge from master

    connectedblue committed Nov 1, 2016
    Configuration menu
    Copy the full SHA
    59b0820 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5450d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f25de5e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9491f5c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d28afa7 View commit details
    Browse the repository at this point in the history