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

Extract test utilities to testutil-gcloud #131

Merged
merged 30 commits into from
Oct 2, 2019
Merged

Commits on Sep 30, 2019

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

Commits on Oct 1, 2019

  1. Configuration menu
    Copy the full SHA
    dced052 View commit details
    Browse the repository at this point in the history
  2. Clean up the code

    dmitrykuzmin committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    9494e73 View commit details
    Browse the repository at this point in the history
  3. Make created datastore instances configurable, de-singletonize them

    Also the datastore emulator will now run on the default port 8081.
    dmitrykuzmin committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    5eface1 View commit details
    Browse the repository at this point in the history
  4. Remove TestEnvironment from testutil-gcloud

    It's not `gcloud`-related. Its place is probably in `base` but for
    now every project does this thing separately in its own way.
    dmitrykuzmin committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    9945eec View commit details
    Browse the repository at this point in the history
  5. Remove CountingDatastoreWrapper from testutil-gcloud

    It's too specific to be in a test lib. Users are better off
    implementing their own versions of the `TestDatastoreWrapper`.
    dmitrykuzmin committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    5fbc495 View commit details
    Browse the repository at this point in the history
  6. Remove an unused method

    dmitrykuzmin committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    09fc2f8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0f500f7 View commit details
    Browse the repository at this point in the history
  8. Add some doc

    Also did a minor refactoring.
    dmitrykuzmin committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    10bcf57 View commit details
    Browse the repository at this point in the history
  9. Add tests

    Also did minor refactoring and added additional checks to the public
    methods.
    dmitrykuzmin committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    e1b78a3 View commit details
    Browse the repository at this point in the history
  10. Update config

    dmitrykuzmin committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    421a96d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    39a7d6a View commit details
    Browse the repository at this point in the history
  12. Fix build on Travis

    dmitrykuzmin committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    a8fa4a8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3b28bcc View commit details
    Browse the repository at this point in the history
  14. Fix build on Travis

    dmitrykuzmin committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    4a18b93 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7263620 View commit details
    Browse the repository at this point in the history
  16. Fix build on Travis

    dmitrykuzmin committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    bdc8358 View commit details
    Browse the repository at this point in the history
  17. Fix naming and docs

    Also did a minor test refactoring.
    dmitrykuzmin committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    12816b3 View commit details
    Browse the repository at this point in the history
  18. Add ability to specify custom project ID for the local datastore

    Also fixed the project ID in `start-datastore scripts.
    dmitrykuzmin committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    c0f3766 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    aa2a4a6 View commit details
    Browse the repository at this point in the history
  20. Fix unintended change

    dmitrykuzmin committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    12ef2b9 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    02f02c3 View commit details
    Browse the repository at this point in the history
  22. Fix grammar

    dmitrykuzmin committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    3f73ab2 View commit details
    Browse the repository at this point in the history
  23. Fix package info

    dmitrykuzmin committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    4273663 View commit details
    Browse the repository at this point in the history
  24. Throw an IllegalStateException on issues with reading service account

    To conform with the type already thrown by the `Resource`.
    dmitrykuzmin committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    56ebb06 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    7ec673b View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2019

  1. Configuration menu
    Copy the full SHA
    6716d9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f828b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5ec10a View commit details
    Browse the repository at this point in the history