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

Issue 16351003: Move pub over to using the pub.dartlang.org API v2. (Closed)

Created:
7 years, 6 months ago by nweiz
Modified:
7 years, 6 months ago
Reviewers:
Bob Nystrom
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 14

Patch Set 2 : Code review changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+394 lines, -281 lines) Patch
M pkg/scheduled_test/lib/src/descriptor/async_descriptor.dart View 1 chunk +0 lines, -6 lines 0 comments Download
M pkg/scheduled_test/lib/src/descriptor/descriptor.dart View 2 chunks +10 lines, -5 lines 0 comments Download
M pkg/scheduled_test/lib/src/descriptor/directory_descriptor.dart View 3 chunks +15 lines, -10 lines 0 comments Download
M pkg/scheduled_test/lib/src/descriptor/file_descriptor.dart View 1 chunk +1 line, -1 line 0 comments Download
M pkg/scheduled_test/lib/src/descriptor/nothing_descriptor.dart View 1 chunk +0 lines, -6 lines 0 comments Download
M pkg/scheduled_test/lib/src/descriptor/pattern_descriptor.dart View 1 chunk +0 lines, -6 lines 0 comments Download
M pkg/scheduled_test/test/descriptor/async_test.dart View 1 chunk +0 lines, -19 lines 0 comments Download
M pkg/scheduled_test/test/descriptor/directory_test.dart View 6 chunks +23 lines, -22 lines 0 comments Download
M pkg/scheduled_test/test/descriptor/file_test.dart View 1 chunk +0 lines, -8 lines 0 comments Download
M pkg/scheduled_test/test/descriptor/nothing_test.dart View 1 chunk +0 lines, -18 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/command_lish.dart View 2 chunks +3 lines, -3 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/command_uploader.dart View 1 chunk +9 lines, -6 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/hosted_source.dart View 2 chunks +8 lines, -6 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/http.dart View 1 4 chunks +15 lines, -2 lines 0 comments Download
M sdk/lib/_internal/pub/lib/src/pubspec.dart View 3 chunks +126 lines, -116 lines 0 comments Download
M sdk/lib/_internal/pub/test/deploy/copies_dart_js_next_to_entrypoints_test.dart View 1 chunk +15 lines, -2 lines 0 comments Download
M sdk/lib/_internal/pub/test/descriptor/tar.dart View 1 chunk +2 lines, -1 line 0 comments Download
A sdk/lib/_internal/pub/test/hosted/version_negotiation_test.dart View 1 1 chunk +68 lines, -0 lines 0 comments Download
M sdk/lib/_internal/pub/test/lish/upload_form_provides_an_error_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/pub/test/lish/upload_form_provides_invalid_json_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/pub/test/lish/utils.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/pub/test/oauth2/with_a_malformed_credentials_authenticates_again_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/pub/test/oauth2/with_a_pre_existing_credentials_does_not_authenticate_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/pub/test/oauth2/with_a_server_rejected_refresh_token_authenticates_again_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/pub/test/oauth2/with_an_expired_credentials_refreshes_and_saves_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/pub/test/oauth2/with_an_expired_credentials_without_a_refresh_token_authenticates_again_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/pub/test/oauth2/with_no_credentials_authenticates_and_saves_credentials_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/pub/test/oauth2/with_server_rejected_credentials_authenticates_again_test.dart View 1 chunk +1 line, -1 line 0 comments Download
M sdk/lib/_internal/pub/test/pub_uploader_test.dart View 7 chunks +7 lines, -7 lines 0 comments Download
M sdk/lib/_internal/pub/test/test_pub.dart View 1 4 chunks +79 lines, -25 lines 0 comments Download
M sdk/lib/_internal/pub/test/validator/dependency_test.dart View 2 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
nweiz
7 years, 6 months ago (2013-06-04 19:11:18 UTC) #1
Bob Nystrom
Some suggestions then LGTM. https://codereview.chromium.org/16351003/diff/1/sdk/lib/_internal/pub/lib/src/http.dart File sdk/lib/_internal/pub/lib/src/http.dart (right): https://codereview.chromium.org/16351003/diff/1/sdk/lib/_internal/pub/lib/src/http.dart#newcode11 sdk/lib/_internal/pub/lib/src/http.dart:11: import 'dart:typed_data'; Remove this? https://codereview.chromium.org/16351003/diff/1/sdk/lib/_internal/pub/lib/src/http.dart#newcode34 ...
7 years, 6 months ago (2013-06-04 20:21:41 UTC) #2
nweiz
https://codereview.chromium.org/16351003/diff/1/sdk/lib/_internal/pub/lib/src/http.dart File sdk/lib/_internal/pub/lib/src/http.dart (right): https://codereview.chromium.org/16351003/diff/1/sdk/lib/_internal/pub/lib/src/http.dart#newcode11 sdk/lib/_internal/pub/lib/src/http.dart:11: import 'dart:typed_data'; On 2013/06/04 20:21:41, Bob Nystrom wrote: > ...
7 years, 6 months ago (2013-06-04 21:04:17 UTC) #3
nweiz
7 years, 6 months ago (2013-06-04 21:05:10 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r23615 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698