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

Migrate PortabilityJob, AuthData, and job stores to the new directory structure #113

Merged
merged 4 commits into from
Feb 2, 2018

Commits on Feb 2, 2018

  1. Make portability-core call PortabilityJob and AuthData in the new dir…

    …ectory structure, and deprecate the old versions.
    
    Also replace PersistentKeyValueStore with JobStore, and replace the following impls:
    - GooglePersistentKeyValueStore -> GoogleCloudDatastore implements JobStore
    - InMemoryPersistentKeyValueStore -> InMemoryKeyValueStore implements JobStore
    
    Tested locally with encryption flow on and off.
    rtannenbaum committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    c532cae View commit details
    Browse the repository at this point in the history
  2. fix TODO

    rtannenbaum committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    eb45872 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b42274d View commit details
    Browse the repository at this point in the history
  4. fix Autovalue class name

    rtannenbaum committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    19140d4 View commit details
    Browse the repository at this point in the history