Uh oh!
There was an error while loading. Please reload this page.
Storage: support 'sourceGeneration' in 'copy_blob' - #4546
Conversation
chemelnucfin
commented
Dec 7, 2017
Hello! Thank you for your contribution. Tests are also needed when you change source code. Also, I thought about this problem. If source_generation was to be put into copy_blob, would other params also go into copy_blob? Also, the other functions such as delete_blob, etc. might need an update as well. I will also continue to think about the problem, but feel free to finish this PR by adding tests. |
chemelnucfin
commented
Dec 7, 2017
I also just noticed that you made the PR using the master branch. A suggestion of using git is to make PRs on a separate branch, so that you can continue to do work and not be worried about automatic updates. If you commit and push on the master branch while doing some other work, this PR will automatically update with this other work. You can use |
davidebelloni
commented
Dec 7, 2017
Hi, I'm not so expert about git. About PR, what you mean is to make a branch on my repo fork about this feature and do the PR relative to this branch? I'm not an active developer on this repo. Thanks |
chemelnucfin
commented
Dec 8, 2017
@dhermes@tseaver Any comments regarding the other possible kwargs or other functions that could use these possible kwargs? @davidebelloni Yes, git is confusing. I understand that this might be your single pull request, but I just wanted to let you know in case you push to the master branch again, this PR would have automatically update with that commit, which might not be what you want. It's not a big deal for us, but it might make future PRs easier for you to work with. |
davidebelloni
commented
Dec 14, 2017
Hi @chemelnucfin , Are you waiting for something from me to proceed with this PR? Thanks |
chemelnucfin
commented
Dec 14, 2017
@davidebelloni Hi, I don't see anything that immediately jumps out at me, but since I'm relatively new here I would love to hear @dhermes or @tseaver comments also. Thanks for the PR. |
tseaver
commented
Dec 21, 2017
@davidebelloni Thank you for the patch! |
davidebelloni
commented
Jan 10, 2018
Hi @tseaver , |
tseaver
commented
Jan 10, 2018
@jonparrott, @frankyn Is there any reason we need to delay a 1.7.0 release? |
theacodes
commented
Jan 10, 2018
go for it |
Closes#4533.