-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Generate Redis v1 with new redis/synth.py #5945
Conversation
redis/nox.py
Outdated
os.path.join('..', 'core'), | ||
) | ||
|
||
|
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
redis/nox.py
Outdated
session.interpreter = 'python3.6' | ||
session.install('coverage', 'pytest-cov') | ||
session.run('coverage', 'report', '--show-missing', '--fail-under=100') | ||
session.run('coverage', 'erase') |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
redis/setup.py
Outdated
name = 'google-cloud-redis' | ||
description = 'Cloud Redis API client library' | ||
description = 'Google Cloud Memorystore for Redis API API client library' |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
redis/setup.py
Outdated
# Should be one of: | ||
# 'Development Status :: 3 - Alpha' | ||
# 'Development Status :: 4 - Beta' | ||
# 'Development Status :: 5 - Production/Stable' |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
redis/setup.py
Outdated
|
||
package_root = os.path.abspath(os.path.dirname(__file__)) | ||
|
||
readme_filename = os.path.join(package_root, 'README.rst') | ||
with io.open(readme_filename, encoding='utf-8') as readme_file: | ||
readme = readme_file.read() | ||
|
||
# Only include packages under the 'google' namespace. Do not include tests, | ||
# benchmarks, etc. |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
redis/setup.py
Outdated
'google-api-core[grpc] >= 0.1.0, < 0.2.0dev', | ||
'google-api-core[grpc] >= 1.1.0, < 2.0.0dev', | ||
'enum34; python_version < "3.4"', | ||
'grpc-google-iam-v1<0.12dev,>=0.11.4', |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
I wonder if we need an option for |
Yep, we have the ability to copy just subdirs and exclude specific files as well. Check out pubsub's synth.py. Also, you can take a look at the source for synthtool over here: https://github.com/GoogleCloudPlatform/synthtool |
So there's good news and bad news. 👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there. 😕 The bad news is that it appears that one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that here in the pull request. Note to project maintainer: This is a terminal state, meaning the |
Thanks @tseaver for jumping on these fixes. Much appreciated. @theacodes are we good to merge and release this? Can you override the |
A Googler has manually verified that the CLAs look good. (Googler, please make sure the reason for overriding the CLA status is clearly documented in these comments.) |
Circle is still failing due to bad docstrings (uggg). @tseaver do you mind adding the appropriate |
@tseaver @theacodes apologies for lobbing the 💣 and running. I'm happy to continue to work on this but will need some direction... Unfortunately we are on the clock with this one and need to get it released ASAP. |
@tseaver can you take over?
…On Thu, Sep 13, 2018, 3:26 PM danoscarmike ***@***.***> wrote:
@tseaver <https://github.com/tseaver> @theacodes
<https://github.com/theacodes> apologies for lobbing the 💣 and running.
I'm happy to continue to work on this but will need some direction...
Unfortunately we are on the clock with this one and need to get it
released ASAP.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#5945 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAPUc6mMWWnUcbFCGXovZMtsAEZc4FqRks5uatt6gaJpZM4WktuN>
.
|
Nvm, I got it, eta ~1 hour or so. |
So there's good news and bad news. 👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there. 😕 The bad news is that it appears that one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that here in the pull request. Note to project maintainer: This is a terminal state, meaning the |
A Googler has manually verified that the CLAs look good. (Googler, please make sure the reason for overriding the CLA status is clearly documented in these comments.) |
Update 'synth.py' to avoid munging it again.
Update 'synth.py' to avoid munging it again.
25884f6
to
e1a9b74
Compare
So there's good news and bad news. 👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there. 😕 The bad news is that it appears that one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that here in the pull request. Note to project maintainer: This is a terminal state, meaning the |
A Googler has manually verified that the CLAs look good. (Googler, please make sure the reason for overriding the CLA status is clearly documented in these comments.) |
No description provided.