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

Issue 816433004: cipd: registerPackage method implementation. (Closed)

Created:
5 years, 11 months ago by Vadim Sh.
Modified:
5 years, 11 months ago
Reviewers:
iannucci, nodir
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/infra/infra.git@master
Target Ref:
refs/heads/master
Project:
infra
Visibility:
Public.

Description

cipd: registerPackage method implementation. Also some initial data model for package repository. TBR=nodir@chromium.org,iannucci@chromium.org BUG= Committed: https://chromium.googlesource.com/infra/infra/+/9ea72bb7ae1e895bf5832b26414dd0d4eb9c05bf

Patch Set 1 #

Total comments: 70

Patch Set 2 : remove metadata #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+880 lines, -4 lines) Patch
M appengine/chrome_infra_packages/cas/api.py View 1 6 chunks +10 lines, -4 lines 0 comments Download
M appengine/chrome_infra_packages/cas/test/api_test.py View 1 chunk +1 line, -0 lines 0 comments Download
A + appengine/chrome_infra_packages/cipd/__init__.py View 1 1 chunk +1 line, -1 line 0 comments Download
A appengine/chrome_infra_packages/cipd/acl.py View 1 chunk +16 lines, -0 lines 0 comments Download
A appengine/chrome_infra_packages/cipd/api.py View 1 1 chunk +188 lines, -0 lines 0 comments Download
A appengine/chrome_infra_packages/cipd/impl.py View 1 1 chunk +279 lines, -0 lines 3 comments Download
A + appengine/chrome_infra_packages/cipd/test/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A appengine/chrome_infra_packages/cipd/test/api_test.py View 1 1 chunk +214 lines, -0 lines 0 comments Download
A appengine/chrome_infra_packages/cipd/test/impl_test.py View 1 1 chunk +170 lines, -0 lines 0 comments Download
M appengine/chrome_infra_packages/main.py View 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (1 generated)
Vadim Sh.
https://codereview.chromium.org/816433004/diff/1/appengine/chrome_infra_packages/cipd/api.py File appengine/chrome_infra_packages/cipd/api.py (right): https://codereview.chromium.org/816433004/diff/1/appengine/chrome_infra_packages/cipd/api.py#newcode194 appengine/chrome_infra_packages/cipd/api.py:194: upload_url, upload_session_id = service.create_upload_session( It makes 'cas' service and ...
5 years, 11 months ago (2014-12-30 02:22:26 UTC) #1
nodir
https://codereview.chromium.org/816433004/diff/1/appengine/chrome_infra_packages/cipd/__init__.py File appengine/chrome_infra_packages/cipd/__init__.py (right): https://codereview.chromium.org/816433004/diff/1/appengine/chrome_infra_packages/cipd/__init__.py#newcode6 appengine/chrome_infra_packages/cipd/__init__.py:6: from .impl import get_repo_service You should probably import PackageInstanceSignature ...
5 years, 11 months ago (2014-12-30 22:54:02 UTC) #2
Vadim Sh.
https://codereview.chromium.org/816433004/diff/1/appengine/chrome_infra_packages/cipd/__init__.py File appengine/chrome_infra_packages/cipd/__init__.py (right): https://codereview.chromium.org/816433004/diff/1/appengine/chrome_infra_packages/cipd/__init__.py#newcode6 appengine/chrome_infra_packages/cipd/__init__.py:6: from .impl import get_repo_service On 2014/12/30 22:54:00, nodir wrote: ...
5 years, 11 months ago (2014-12-31 01:27:36 UTC) #3
nodir
https://codereview.chromium.org/816433004/diff/1/appengine/chrome_infra_packages/cipd/__init__.py File appengine/chrome_infra_packages/cipd/__init__.py (right): https://codereview.chromium.org/816433004/diff/1/appengine/chrome_infra_packages/cipd/__init__.py#newcode6 appengine/chrome_infra_packages/cipd/__init__.py:6: from .impl import get_repo_service On 2014/12/31 01:27:35, Vadim Sh. ...
5 years, 11 months ago (2015-01-02 19:13:04 UTC) #4
Vadim Sh.
https://codereview.chromium.org/816433004/diff/1/appengine/chrome_infra_packages/cipd/test/impl_test.py File appengine/chrome_infra_packages/cipd/test/impl_test.py (right): https://codereview.chromium.org/816433004/diff/1/appengine/chrome_infra_packages/cipd/test/impl_test.py#newcode176 appengine/chrome_infra_packages/cipd/test/impl_test.py:176: expected = lambda key: { On 2015/01/02 19:13:04, nodir ...
5 years, 11 months ago (2015-01-02 19:31:03 UTC) #5
nodir
lgtm https://codereview.chromium.org/816433004/diff/1/appengine/chrome_infra_packages/cipd/test/impl_test.py File appengine/chrome_infra_packages/cipd/test/impl_test.py (right): https://codereview.chromium.org/816433004/diff/1/appengine/chrome_infra_packages/cipd/test/impl_test.py#newcode176 appengine/chrome_infra_packages/cipd/test/impl_test.py:176: expected = lambda key: { On 2015/01/02 19:31:02, ...
5 years, 11 months ago (2015-01-02 20:23:23 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/816433004/20001
5 years, 11 months ago (2015-01-02 20:50:36 UTC) #8
commit-bot: I haz the power
5 years, 11 months ago (2015-01-02 20:53:09 UTC) #9
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/infra/infra/+/9ea72bb7ae1e895bf5832b26414dd...

Powered by Google App Engine
This is Rietveld 408576698