| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Codecov Report
@@ Coverage Diff @@
## master #3636 +/- ##
==========================================
- Coverage 92.28% 92.23% -0.06%
==========================================
Files 461 464 +3
Lines 41565 41682 +117
==========================================
+ Hits 38359 38446 +87
- Misses 3206 3236 +30
Continue to review full report at Codecov.
|
Sorry, something went wrong.
|
|
||
| ## v1.8.x - 2020-02 | ||
| ## v1.9.x - 2020-4 | ||
|
|
There was a problem hiding this comment.
Please include
> **NOTICE:** This repo will soon contain the code for all the other related `google-cloud-cpp-*` repos. As a new monorepo ([#3612](https://github.com/googleapis/google-cloud-cpp/issues/3612)), the versioning of this repo will be changing to have a single per-repo version. See https://github.com/googleapis/google-cloud-cpp/issues/3615 for more info.
Sorry, something went wrong.
There was a problem hiding this comment.
Correction: I think we should tweak the wording a bit. So how about including the following in both bigtable/CHANGELOG.md and storage/CHANGELOG.md.
> **NOTICE:** This repo will soon contain the code for all the other related `google-cloud-cpp-*` repos. As a new monorepo ([#3612](https://github.com/googleapis/google-cloud-cpp/issues/3612)), the versioning of this repo will be changing to have a single per-repo version. **The per-library version numbers will be removed in favor of the repo version.** See https://github.com/googleapis/google-cloud-cpp/issues/3615 for more info.
Sorry, something went wrong.
There was a problem hiding this comment.
Reviewed 2 of 2 files at r1.
Reviewable status: all files reviewed, 8 unresolved discussions (waiting on @scotthart)
google/cloud/bigtable/CHANGELOG.md, line 5 at r1 (raw file):
## v1.10.x - TBD ## v1.9.x - 2020-4
s/2020-4/2020-04/
google/cloud/bigtable/CHANGELOG.md, line 8 at r1 (raw file):
* **BREAKING CHANGES** * fix!: moved IAM-related symbols to the correct namespace (#3453)
We may want to explain that these changes moved types from one inlined namespace to another, and therefore should be pretty harmless, something like:
* fix!: moved IAM-related symbols to the correct inlined namespace (#3453) Most users should not notice any difference, but those that explicitly referenced symbols through the `google::cloud::bigtable::v0` namespace may need to switch to `google::cloud::bigtable` (the recommended approach) or `google::cloud::bigtable::v1`. We apologize if this causes you inconvenience.
google/cloud/bigtable/CHANGELOG.md, line 11 at r1 (raw file):
* **Other Changes** * ci: drive Bigtable integration tests with Bazel or CTest (#3504)
I would skip this one.
google/cloud/storage/CHANGELOG.md, line 8 at r1 (raw file):
**BREAKING CHANGE** * fix!: moved IAM-related symbols to the correct namespace (#3453)
same suggestions as above.
google/cloud/storage/CHANGELOG.md, line 11 at r1 (raw file):
**Other Changes:** * ci: drive storage integration tests with Bazel/CMake (#3506)
nit: skip ci: changes
google/cloud/storage/CHANGELOG.md, line 18 at r1 (raw file):
* feat: implement virtual hostname V4 signatures * feat: add configuration options to set the SSL root of trust (#3455) * feat(3449): add testbench README
this is just a testbench change, users should not care.
google/cloud/storage/CHANGELOG.md, line 21 at r1 (raw file):
* doc: add doxygen comments for ParallelUploadFile (#3448) * feat: support x-goog-content-sha256 for V4 signed URLs (#3435) * feat: fix float issue and add content-length to failure case (#3445)
These next 4 are all related to the testbench, I do not think users would care.
Sorry, something went wrong.
There was a problem hiding this comment.
Reviewable status: all files reviewed, 7 unresolved discussions (waiting on @coryan and @devjgm)
google/cloud/bigtable/CHANGELOG.md, line 5 at r1 (raw file):
Previously, coryan (Carlos O'Ryan) wrote…s/2020-4/2020-04/
Done.
google/cloud/bigtable/CHANGELOG.md, line 6 at r1 (raw file):
Previously, devjgm (Greg Miller) wrote…Correction: I think we should tweak the wording a bit. So how about including the following in both bigtable/CHANGELOG.md and storage/CHANGELOG.md.
> **NOTICE:** This repo will soon contain the code for all the other related `google-cloud-cpp-*` repos. As a new monorepo ([#3612](https://github.com/googleapis/google-cloud-cpp/issues/3612)), the versioning of this repo will be changing to have a single per-repo version. **The per-library version numbers will be removed in favor of the repo version.** See https://github.com/googleapis/google-cloud-cpp/issues/3615 for more info.
Done.
google/cloud/bigtable/CHANGELOG.md, line 8 at r1 (raw file):
Previously, coryan (Carlos O'Ryan) wrote…We may want to explain that these changes moved types from one inlined namespace to another, and therefore should be pretty harmless, something like:
* fix!: moved IAM-related symbols to the correct inlined namespace (#3453) Most users should not notice any difference, but those that explicitly referenced symbols through the `google::cloud::bigtable::v0` namespace may need to switch to `google::cloud::bigtable` (the recommended approach) or `google::cloud::bigtable::v1`. We apologize if this causes you inconvenience.
Done.
google/cloud/bigtable/CHANGELOG.md, line 11 at r1 (raw file):
Previously, coryan (Carlos O'Ryan) wrote…I would skip this one.
Done.
google/cloud/storage/CHANGELOG.md, line 8 at r1 (raw file):
Previously, coryan (Carlos O'Ryan) wrote…same suggestions as above.
Done.
google/cloud/storage/CHANGELOG.md, line 18 at r1 (raw file):
Previously, coryan (Carlos O'Ryan) wrote…this is just a testbench change, users should not care.
Done.
google/cloud/storage/CHANGELOG.md, line 21 at r1 (raw file):
Previously, coryan (Carlos O'Ryan) wrote…These next 4 are all related to the testbench, I do not think users would care.
Done.
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
There was a problem hiding this comment.
Reviewed 2 of 2 files at r2.
Reviewable status: all files reviewed, 2 unresolved discussions (waiting on @devjgm and @scotthart)
google/cloud/storage/CHANGELOG.md, line 17 at r2 (raw file):
* fix!: moved IAM-related symbols to the correct inlined namespace (#3453) Most users should not notice any difference, but those that explicitly referenced symbols through the `google::cloud::bigtable::v0` namespace may need to switch
Here the namespace is google::cloud::storage
Sorry, something went wrong.
There was a problem hiding this comment.
Reviewable status: 1 of 2 files reviewed, 2 unresolved discussions (waiting on @coryan and @devjgm)
google/cloud/storage/CHANGELOG.md, line 17 at r2 (raw file):
Previously, coryan (Carlos O'Ryan) wrote…Here the namespace is google::cloud::storage
Done.
Sorry, something went wrong.
There was a problem hiding this comment.
Reviewed 1 of 1 files at r3.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @devjgm)
google/cloud/storage/CHANGELOG.md, line 17 at r2 (raw file):
Previously, scotthart (Scott Hart) wrote…Done.
Thanks, sorry I neglected to mention that the first time.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This change is