Huawei / dockyard

Container & Artifact Repository
Apache License 2.0
269 stars 67 forks source link

update web handler, server side works now #148

Closed liangchenye closed 8 years ago

liangchenye commented 8 years ago

server side is ready for a demo, features includes:

  1. a repo owner could add a new app (appA for example)
  2. a repo user could list apps of a 'namespace/repo'
  3. a repo user could get the meta info of the whole 'namespace/repo'
  4. a repo user could get the signature file of the meta info from step 3, and verify it
  5. a repo user could get 'appA' uploaded by the repo owner
  6. a repo user could verify appA and meta info by meta.signature

TODO: implement client side and then merge to dockyard handler. Signed-off-by: liang chenye liangchenye@huawei.com