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

Issue 515993003: Minimalistic analytics library used by Dart Server and try.dartlang.org (Closed)

Created:
6 years, 3 months ago by lukechurch
Modified:
6 years, 3 months ago
Reviewers:
ahe, danrubel
CC:
reviews_dartlang.org
Base URL:
https://github.com/lukechurch/dart-mircolytics.git@master
Visibility:
Public.

Description

First cut of basic functionality This CL addresses comments from the previous Pull Request https://github.com/lukechurch/dart-microlytics/pull/1 It can be used to reporting usage and performance data to Google Analytics. Known issues: -> unittest library is still used -> some comments are still not in full sentences R=ahe@google.com, danrubel@google.com Committed: https://code.google.com/p/dart/source/detail?r=39914

Patch Set 1 #

Total comments: 80

Patch Set 2 : Address review comments #

Total comments: 19

Patch Set 3 : Move code to SDK #

Patch Set 4 : Merged with r39803 #

Patch Set 5 : Ignore .settings file #

Patch Set 6 : Remove unused io_channels import #

Patch Set 7 : Fix whitespace issues. Again. #

Patch Set 8 : Address review comments #

Total comments: 11

Patch Set 9 : Address review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+313 lines, -12 lines) Patch
A dart/pkg/microlytics/example/simple.dart View 1 2 3 4 5 6 7 8 1 chunk +26 lines, -0 lines 0 comments Download
A dart/pkg/microlytics/lib/channels.dart View 1 2 3 4 5 6 7 8 1 chunk +55 lines, -0 lines 0 comments Download
A + dart/pkg/microlytics/lib/html_channels.dart View 1 2 1 chunk +7 lines, -6 lines 0 comments Download
A dart/pkg/microlytics/lib/io_channels.dart View 1 2 1 chunk +21 lines, -0 lines 0 comments Download
A dart/pkg/microlytics/lib/microlytics.dart View 1 2 3 4 5 6 7 1 chunk +61 lines, -0 lines 0 comments Download
A + dart/pkg/microlytics/pubspec.yaml View 1 2 1 chunk +4 lines, -6 lines 0 comments Download
A dart/pkg/microlytics/test/dart_microlytics_test.dart View 1 2 3 4 5 6 7 8 1 chunk +120 lines, -0 lines 0 comments Download
A dart/pkg/microlytics/test/test_channel.dart View 1 2 1 chunk +19 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (1 generated)
ahe
More style feedback. Right now, I get lost in style issues, so I haven't carefully ...
6 years, 3 months ago (2014-09-02 13:44:24 UTC) #2
lukechurch
Thanks Peter. PTAL again. I renamed the master folder to make it shorter. I apologise ...
6 years, 3 months ago (2014-09-02 19:52:38 UTC) #3
ahe
I think the style issues are mostly addressed now. https://codereview.chromium.org/515993003/diff/1/dart_microlytics/lib/channels.dart File dart_microlytics/lib/channels.dart (right): https://codereview.chromium.org/515993003/diff/1/dart_microlytics/lib/channels.dart#newcode19 dart_microlytics/lib/channels.dart:19: ...
6 years, 3 months ago (2014-09-03 08:51:31 UTC) #4
danrubel
https://codereview.chromium.org/515993003/diff/20001/microlytics/lib/html_channels.dart File microlytics/lib/html_channels.dart (right): https://codereview.chromium.org/515993003/diff/20001/microlytics/lib/html_channels.dart#newcode12 microlytics/lib/html_channels.dart:12: HttpRequest.request(ANALYTICS_URL, method: "POST", sendData: data); Do you want to ...
6 years, 3 months ago (2014-09-03 11:19:48 UTC) #5
lukechurch
https://codereview.chromium.org/515993003/diff/1/dart_microlytics/lib/channels.dart File dart_microlytics/lib/channels.dart (right): https://codereview.chromium.org/515993003/diff/1/dart_microlytics/lib/channels.dart#newcode19 dart_microlytics/lib/channels.dart:19: int _bufferSizeLimit; On 2014/09/03 08:51:31, ahe wrote: > On ...
6 years, 3 months ago (2014-09-03 11:27:17 UTC) #6
lukechurch
PTAL
6 years, 3 months ago (2014-09-03 15:34:22 UTC) #7
danrubel
lgtm
6 years, 3 months ago (2014-09-03 18:36:53 UTC) #8
lukechurch
thanks Dan, I'm going to hold for @ahe on this as well.
6 years, 3 months ago (2014-09-03 19:19:40 UTC) #9
lukechurch
https://codereview.chromium.org/515993003/diff/20001/microlytics/example/simple.dart File microlytics/example/simple.dart (right): https://codereview.chromium.org/515993003/diff/20001/microlytics/example/simple.dart#newcode12 microlytics/example/simple.dart:12: new HttpClientChannel(),packetsPerSecond: 1.0); On 2014/09/03 08:51:31, ahe wrote: > ...
6 years, 3 months ago (2014-09-04 12:58:41 UTC) #10
lukechurch
https://codereview.chromium.org/515993003/diff/20001/microlytics/example/simple.dart File microlytics/example/simple.dart (right): https://codereview.chromium.org/515993003/diff/20001/microlytics/example/simple.dart#newcode12 microlytics/example/simple.dart:12: new HttpClientChannel(),packetsPerSecond: 1.0); On 2014/09/03 08:51:31, ahe wrote: > ...
6 years, 3 months ago (2014-09-04 12:58:42 UTC) #11
ahe
There's a few formatting issues that I think you should fix before submitting. Otherwise, LGTM ...
6 years, 3 months ago (2014-09-05 07:51:37 UTC) #12
lukechurch
6 years, 3 months ago (2014-09-05 14:00:19 UTC) #13
Message was sent while issue was closed.
Committed patchset #9 (id:160001) manually as 39914 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698