Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(81)

Issue 2285803002: Upgrade to use stable `package:googleapis/v1.dart` of datastore (Closed)

Created:
4 years, 3 months ago by kustermann
Modified:
4 years, 3 months ago
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/gcloud.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Upgrade to use stable `package:googleapis/v1.dart` of datastore BUG=https://github.com/dart-lang/gcloud/issues/41 R=sgjesse@google.com, whesse@google.com Committed: https://github.com/dart-lang/gcloud/commit/8480c62531fb85389b44aa0364622cf357f29118

Patch Set 1 #

Patch Set 2 : Updates after running tests #

Patch Set 3 : Add notice about the [project] parameter #

Total comments: 11

Patch Set 4 : Addressed comments #

Patch Set 5 : Update upper constraint on http_parser #

Unified diffs Side-by-side diffs Delta from patch set Stats (+95 lines, -160 lines) Patch
M CHANGELOG.md View 1 2 3 1 chunk +7 lines, -0 lines 0 comments Download
M lib/db.dart View 1 chunk +1 line, -1 line 0 comments Download
M lib/src/datastore_impl.dart View 1 2 3 19 chunks +77 lines, -150 lines 0 comments Download
M pubspec.yaml View 1 2 3 4 1 chunk +4 lines, -4 lines 0 comments Download
M test/datastore/e2e/datastore_test_impl.dart View 1 1 chunk +2 lines, -2 lines 0 comments Download
M test/datastore/e2e/utils.dart View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M test/db/e2e/db_test_impl.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M test/db/e2e/metamodel_test_impl.dart View 1 chunk +1 line, -1 line 0 comments Download
M test/db_all_e2e_test.dart View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 16 (8 generated)
kustermann
4 years, 3 months ago (2016-08-26 16:56:51 UTC) #5
Bill Hesse
lgtm
4 years, 3 months ago (2016-08-26 17:55:18 UTC) #7
kustermann
@Soeren: You don't have to take a look, but feedback would be welcome.
4 years, 3 months ago (2016-08-29 09:21:22 UTC) #9
Søren Gjesse
LGTM, thanks for fixing this! https://codereview.chromium.org/2285803002/diff/100001/CHANGELOG.md File CHANGELOG.md (right): https://codereview.chromium.org/2285803002/diff/100001/CHANGELOG.md#newcode1 CHANGELOG.md:1: ## 0.2.1 Maybe bump ...
4 years, 3 months ago (2016-08-29 10:29:09 UTC) #10
kevmoo
DBC https://codereview.chromium.org/2285803002/diff/100001/pubspec.yaml File pubspec.yaml (right): https://codereview.chromium.org/2285803002/diff/100001/pubspec.yaml#newcode14 pubspec.yaml:14: http_parser: '>=2.0.0 <3.0.0' While you're at it: upgrade ...
4 years, 3 months ago (2016-08-29 15:59:25 UTC) #12
kustermann
https://codereview.chromium.org/2285803002/diff/100001/CHANGELOG.md File CHANGELOG.md (right): https://codereview.chromium.org/2285803002/diff/100001/CHANGELOG.md#newcode1 CHANGELOG.md:1: ## 0.2.1 On 2016/08/29 10:29:09, Søren Gjesse wrote: > ...
4 years, 3 months ago (2016-08-29 16:24:04 UTC) #13
kustermann
Committed patchset #5 (id:140001) manually as 8480c62531fb85389b44aa0364622cf357f29118 (presubmit successful).
4 years, 3 months ago (2016-08-29 16:24:10 UTC) #15
kustermann
4 years, 3 months ago (2016-08-29 16:25:06 UTC) #16
Message was sent while issue was closed.
https://codereview.chromium.org/2285803002/diff/100001/CHANGELOG.md
File CHANGELOG.md (right):

https://codereview.chromium.org/2285803002/diff/100001/CHANGELOG.md#newcode1
CHANGELOG.md:1: ## 0.2.1
On 2016/08/29 10:29:09, Søren Gjesse wrote:
> Maybe bump this to 0.3.0? I know that the rules for 0.x.y are different.
However
> you could argue that the removal of the s~ prefix makes this a breaking change
-
> or is the s~ prefix still supported?

It's not supported, but the library is actually private: It's under **lib/src/**
(but people are using it and so I sort of agree I should update to 0.3.0)

Powered by Google App Engine
This is Rietveld 408576698