moooofly

Results 133 issues of moooofly

as swagger file shows > This endpoint lets user search repositories accompanying with relevant project ID and repo name. Repositories can be sorted by repo name, creation_time, update_time in either...

note
v1.6.0-66709daa

Here are some notes with "PUT /users/{user_id}/password" API ------ By swagger file, when login as admin role > the attribute ‘old_password’ is optional when the API is called by the...

note
v1.6.0-66709daa

## "email" must be with valid format, or will get "400 change user profile error:email with illegal format" bad one ``` { "email": "ttt@yyy", "realname": "ttt", "comment": "comment from ttt"...

note
v1.6.0-66709daa

## demonstration ``` [#72#root@ubuntu-1604 /go/src/github.com/moooofly/harborctl]$./harborctl user create -u moooofly -p 123456 -r moooofly -a true -e [email protected] -c "This is a test user" ==> POST https://localhost/api/users

bug
note
v1.6.0-66709daa

by swagger file definition, all of "/users" APIs should return a response with "salt" in it, but it doesn't.

bug
note
v1.6.0-66709daa

same as https://github.com/moooofly/harborctl/issues/2

bug
note
v1.6.0-66709daa

same as https://github.com/moooofly/harbor-go-client/issues/24

bug
note
v1.6.0-66709daa

related: - https://github.com/moooofly/harbor-go-client/issues/23 ------ by swagger file for harbor API v1.6.0, the content body is ``` { "public": "true", "enable_content_trust": "true", "prevent_vul": "true", "severity": "low", "auto_scan": "true" } ``` by...

bug
note
v1.6.0-66709daa

## HELP ``` [#1069#root@ubuntu-1604 /go/src/github.com/moooofly/harborctl]$./harborctl project log -h This endpoint let user search access logs filtered by operations and date time ranges. Usage: harborctl project log [flags] Flags: -b, --beginTimestamp...

note
v1.6.0-66709daa

related: - https://github.com/moooofly/harbor-go-client/issues/19 - https://github.com/moooofly/harbor-go-client/issues/20 ------ by swagger file for harbor API v1.6.0, the content body of "PUT /projects/{project_id}" is ``` { "project_name": "temp_10", "metadata": { "public": "true", "enable_content_trust": "true",...

note
v1.6.0-66709daa