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

Issue 235373002: Add design for sql storage, implementation of db that stores the data, not retrieving yet. (Closed)

Created:
6 years, 8 months ago by jcgregorio
Modified:
6 years, 8 months ago
Reviewers:
mtklein
CC:
skia-review_googlegroups.com
Base URL:
https://skia.googlesource.com/skia.git@master
Visibility:
Public.

Description

Add design for sql storage, implementation of db that stores the data, not retrieving yet. BUG=skia: Committed: http://code.google.com/p/skia/source/detail?r=14175

Patch Set 1 #

Patch Set 2 : rebase #

Patch Set 3 : add port and comments to mysql connection #

Total comments: 18

Patch Set 4 : port as string, fix TODO #

Patch Set 5 : remove exe #

Unified diffs Side-by-side diffs Delta from patch set Stats (+163 lines, -36 lines) Patch
M experimental/webtry/DESIGN.md View 1 3 chunks +63 lines, -0 lines 0 comments Download
M experimental/webtry/README.md View 2 chunks +29 lines, -23 lines 0 comments Download
D experimental/webtry/TODO View 1 chunk +0 lines, -11 lines 0 comments Download
A experimental/webtry/TODO.md View 1 2 3 1 chunk +22 lines, -0 lines 0 comments Download
M experimental/webtry/setup/continue_install View 2 chunks +4 lines, -0 lines 0 comments Download
M experimental/webtry/webtry.go View 1 2 3 6 chunks +45 lines, -2 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
jcgregorio
6 years, 8 months ago (2014-04-11 17:43:05 UTC) #1
mtklein
https://codereview.chromium.org/235373002/diff/40001/experimental/webtry/DESIGN.md File experimental/webtry/DESIGN.md (right): https://codereview.chromium.org/235373002/diff/40001/experimental/webtry/DESIGN.md#newcode142 experimental/webtry/DESIGN.md:142: code TEXT DEFAULT '' NOT NULL, Image at the ...
6 years, 8 months ago (2014-04-11 18:12:40 UTC) #2
jcgregorio
https://codereview.chromium.org/235373002/diff/40001/experimental/webtry/DESIGN.md File experimental/webtry/DESIGN.md (right): https://codereview.chromium.org/235373002/diff/40001/experimental/webtry/DESIGN.md#newcode142 experimental/webtry/DESIGN.md:142: code TEXT DEFAULT '' NOT NULL, Yeah, that should ...
6 years, 8 months ago (2014-04-11 20:24:01 UTC) #3
mtklein
lgtm https://codereview.chromium.org/235373002/diff/40001/experimental/webtry/webtry.go File experimental/webtry/webtry.go (right): https://codereview.chromium.org/235373002/diff/40001/experimental/webtry/webtry.go#newcode75 experimental/webtry/webtry.go:75: req, err := http.NewRequest("GET", "http://metadata/computeMetadata/v1/instance/attributes/password", nil) Doesn't that ...
6 years, 8 months ago (2014-04-11 21:35:45 UTC) #4
jcgregorio
On 2014/04/11 21:35:45, mtklein wrote: > lgtm > > https://codereview.chromium.org/235373002/diff/40001/experimental/webtry/webtry.go > File experimental/webtry/webtry.go (right): > ...
6 years, 8 months ago (2014-04-12 02:24:51 UTC) #5
jcgregorio
The CQ bit was checked by jcgregorio@google.com
6 years, 8 months ago (2014-04-12 02:25:00 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/jcgregorio@google.com/235373002/80001
6 years, 8 months ago (2014-04-12 02:25:14 UTC) #7
commit-bot: I haz the power
6 years, 8 months ago (2014-04-14 14:54:18 UTC) #8
Message was sent while issue was closed.
Change committed as 14175

Powered by Google App Engine
This is Rietveld 408576698