issues
search
unioslo
/
harborapi
Python async client for the Harbor REST API v2.0.
https://unioslo.github.io/harborapi/
MIT License
27
stars
5
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Expose all `httpx.AsyncClient` kwargs in `HarborAsyncClient` constructor
#43
pederhan
opened
1 year ago
0
Disable ssl
#42
nikolasj
closed
1 year ago
4
ImportError: cannot import name 'HarborAsyncClient' from partially initialized module 'harborapi'
#41
nikolasj
closed
1 year ago
4
Remove use of `__root__` in Pydantic models
#40
pederhan
opened
1 year ago
3
Fix model fields with `example=` kwargs
#39
pederhan
opened
1 year ago
0
Fix pagination URLs with spaces
#38
pederhan
closed
1 year ago
0
API to fetch all the chart versions based on the chart name
#37
sivachandran-s
closed
1 year ago
2
Fails to parse next pagination link when query contains spaces
#36
pederhan
closed
1 year ago
0
Return file metadata along with file contents from `HarborAsyncClient.get_file`
#35
pederhan
closed
1 year ago
1
`ScheduleObj.type` can have un-documented value `"Schedule"`
#34
pederhan
closed
1 year ago
1
`LdapConf` has spelling errors in field descriptions.
#33
pederhan
opened
1 year ago
0
Disable `missing_ok` parameter in `exceptions.check_response_status()`
#32
pederhan
opened
1 year ago
0
Replace manual url concatenation with `urllib.parse.urljoin` or similar
#31
pederhan
opened
1 year ago
0
Bug when passing in multiple `sort` and/or `query` fields separated by comma
#29
pederhan
closed
1 year ago
1
Trigger bool validator for assignments
#28
pederhan
opened
1 year ago
0
Restrict httpx exception types to trigger backoff for
#27
pederhan
closed
1 year ago
0
Add `limit` parameter to `GET /<resource>` methods
#26
pederhan
closed
1 year ago
0
Configurable retry/backoff
#25
pederhan
closed
1 year ago
0
Safer model construction in raw mode
#24
pederhan
closed
1 year ago
1
Add `validate` and `raw` parameters
#23
pederhan
closed
1 year ago
0
Ability to disable validation
#22
pederhan
closed
1 year ago
1
Separate modified models from generated models
#21
pederhan
closed
1 year ago
3
Switch to Hatch as build system
#20
pederhan
closed
1 year ago
0
`models.models.AuthProxySettings.tokenreivew_endpoint` is misspelled
#19
pederhan
opened
1 year ago
0
Rename `HarborAsyncClient.credentials` to `basicauth`
#18
pederhan
closed
1 year ago
1
Add `MaybeModel[T]` type for POST/PUT/PATCH endpoint methods
#17
pederhan
opened
1 year ago
0
Add `limit` parameter for methods fetching paginated content
#16
pederhan
closed
1 year ago
0
Split 'Getting Started' docs page into sub-pages
#15
pederhan
closed
1 year ago
1
Add query parameter testing for all endpoints
#14
pederhan
opened
1 year ago
0
Ensure `T` and `None` are tested for fields with type `Optional[T]`
#13
pederhan
opened
1 year ago
0
Exclude unset fields when serializing
#12
pederhan
closed
1 year ago
0
Bake `ext.api.get_artifact_vulnerabilities` into `ext.api.get_artifacts`
#11
pederhan
opened
1 year ago
0
ArtifactReport.has_* should not rely on the implementation of `with_*`
#10
pederhan
opened
1 year ago
0
Add `ext` module
#9
pederhan
closed
1 year ago
0
Rename `HarborAsyncClient` to `HarborClient`
#8
pederhan
opened
1 year ago
1
Switch to Hatch for project management and build system
#7
pederhan
closed
1 year ago
1
Rename ping_harbor_api() to ping()
#6
pederhan
closed
1 year ago
1
Add vulnerability querying/filtering methods
#5
pederhan
closed
2 years ago
0
Replace ScanOverview.__new__ magic with Pydantic Validator
#4
pederhan
opened
2 years ago
0
Implement Garbage Collection endpoints
#3
pederhan
closed
2 years ago
0
Handle paginated results without recursion
#2
pederhan
closed
2 years ago
0
Add MkDocs documentation
#1
pederhan
closed
2 years ago
0
Previous