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

GA and Beta Promotions #3245

Merged
merged 20 commits into from
Mar 30, 2017
Merged

GA and Beta Promotions #3245

merged 20 commits into from
Mar 30, 2017

Commits on Mar 30, 2017

  1. Make clients explicitly unpickleable.

    Closes #3211.
    Luke Sneeringer authored and dhermes committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    966cb4d View commit details
    Browse the repository at this point in the history
  2. Add GA designator, add 1.0 version numbers.

    Luke Sneeringer authored and dhermes committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    a4a8a92 View commit details
    Browse the repository at this point in the history
  3. Version changes. Eep.

    Luke Sneeringer authored and dhermes committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    3bf1c91 View commit details
    Browse the repository at this point in the history
  4. Oops, Speech is still alpha.

    Luke Sneeringer authored and dhermes committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    6f7776a View commit details
    Browse the repository at this point in the history
  5. 0.24.0, not 0.24.1

    Luke Sneeringer authored and dhermes committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    c01bfd9 View commit details
    Browse the repository at this point in the history
  6. Remove double __getstate__ goof.

    Luke Sneeringer authored and dhermes committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    42bf2e6 View commit details
    Browse the repository at this point in the history
  7. Make clients explicitly unpickleable.

    Closes #3211.
    Luke Sneeringer authored and dhermes committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    1c7098d View commit details
    Browse the repository at this point in the history
  8. Version changes. Eep.

    Luke Sneeringer authored and dhermes committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    592d500 View commit details
    Browse the repository at this point in the history
  9. Oops, Speech is still alpha.

    Luke Sneeringer authored and dhermes committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    e568b18 View commit details
    Browse the repository at this point in the history
  10. Remove double __getstate__ goof.

    Luke Sneeringer authored and dhermes committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    0209a1f View commit details
    Browse the repository at this point in the history
  11. Adding 3.6 classifier where missing and fixing bad versions.

    Done via "git grep '0\.24'" and "git grep '0\.23'".
    dhermes committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    58c161a View commit details
    Browse the repository at this point in the history
  12. Fix Noxfiles forlocal packages.

    Luke Sneeringer authored and dhermes committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    fa95521 View commit details
    Browse the repository at this point in the history
  13. Fixing copy-pasta issue in error reporting nox config.

    Also fixing bad indent in same file.
    dhermes committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    dad9b21 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    56d71d3 View commit details
    Browse the repository at this point in the history
  15. Fixing lint errors in error_reporting.

    These were masked because error_reporting's lint nox session
    was linting the datastore codebase.
    
    This also means that the error reporting package has
    gained __all__.
    dhermes committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    d39eed6 View commit details
    Browse the repository at this point in the history
  16. Fixing a syntax error in nox config for logging.

    Also fixing an indent error while I was in there.
    dhermes committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    f5a0882 View commit details
    Browse the repository at this point in the history
  17. Revert "Add docs for 'result_index' usage and a system test."

    This reverts commit b5742aa.
    dhermes committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    4f9c6bb View commit details
    Browse the repository at this point in the history
  18. Fixing docs nox session for umbrella package.

    Two issues:
    
    - error_reporting came BEFORE logging (which means it would
      try to pull in a logging dep from PyPI that doesn't exist)
    - dns was NOT in the list of local packages
    dhermes committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    d5fe77a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0934538 View commit details
    Browse the repository at this point in the history
  20. Un-revert typo fix.

    dhermes committed Mar 30, 2017
    Configuration menu
    Copy the full SHA
    63bf8ce View commit details
    Browse the repository at this point in the history