moooofly

Results 133 issues of moooofly

## 登录状态问题 - 如果执行该 API 前,未进行 login 登录,则只能获取到 "public": "true" 的 project 信息; - 如果执行该 API 前,进行了 login 登录,则除了能获取到 "public": "true" 的 project 信息外,还能获取到属于该 login 用户的 "public": "false" 的 project...

question
v1.5.0-d59c257e

Even if changing the format of content body as #19 , this API still dose not work as it should. ``` [#398#root@ubuntu-1604 /go/src/github.com/moooofly/harborctl]$./harborctl project get -i 96 ==> GET https://localhost/api/projects/96

bug
v1.5.0-d59c257e

This is a reference to https://github.com/goharbor/harbor/issues/5167 Related with https://github.com/goharbor/harbor/issues/4214 ------ > Version of docker engine and docker-compose. ``` # docker --version Docker version 17.09.0-ce, build afdb6d4 # docker-compose --version docker-compose...

bug
help wanted

These two APIs are not support yet - [ ] POST /api/policies/replication - [ ] PUT /api/policies/replication/{id}

not support yet

As per https://github.com/goharbor/community/pull/6 , I will rename CLI tool from `harbor-go-client` to `harborctl` since v1.0.0 release.

community

a scratch about what `harborctl` will support. ------ command list: - [x] login - [x] logout - [x] search - [x] project - [x] check - [x] create - [x]...

note
v1.6.0-66709daa
todo

This is a very complicated API. ## by swagger file ![image](https://user-images.githubusercontent.com/7439290/48131139-fdd99880-e2c9-11e8-916e-9efff5db8764.png) ![image](https://user-images.githubusercontent.com/7439290/48131150-092cc400-e2ca-11e8-9943-8f32e762a2a5.png) The content body of this API consist of so many parameters. But which of them is required? ##...

note
v1.6.0-66709daa

## by swagger file - create a policy ![image](https://user-images.githubusercontent.com/7439290/48180290-f368de80-e35d-11e8-8646-096cbfc549ec.png) ![image](https://user-images.githubusercontent.com/7439290/48180302-0380be00-e35e-11e8-8b2a-2ef0489cc06b.png) the content of `policyinfo` used ``` { "name": "sync-fifth", "description": "fifth", "trigger": { "kind": "Scheduled", "schedule_param": { "type": "Weekly", "weekday":...

bug
note
v1.6.0-66709daa

from swagger file, you can see ``` POST /chartrepo/charts Upload a chart file to the default ‘library’ project. Uploading together with the prov file at the same time is also...

note
v1.6.0-66709daa