8000 Tags · claudiumocanu/monocular · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: claudiumocanu/monocular

Tags

v0.7.3

Toggle v0.7.3's commit message
Refresh all the repos (helm#470)

Currently if config file have a bad repo and some right repos,
monocualr-api don't get charts from repos and no error message to
user. We should try all the repos.

v0.7.2

Toggle v0.7.2's commit message
Refresh chart no longer requires an existing chart in allCharts cache (

…helm#461)

* bug fix: in memory allCharts map was not updated on chart refresh

* test for single chart refresh that covers case when a new version is available

* missing delete function in charts mock

* test mock

* chart refresh should be available even if chart does not exist locally

v0.7.1

Toggle v0.7.1's commit message
bug fixes: in memory allCharts map was not updated on chart refresh (h…

…elm#452)

* bug fix: in memory allCharts map was not updated on chart refresh

* test for single chart refresh that covers case when a new version is available

* missing delete function in charts mock

* test mock

v0.7.0

Toggle v0.7.0's commit message
refresh single chart draft (helm#447)

* refresh single chart draft

* extra package repohelper + tests

* remove trailing line

* more coverage

* more coverage

v0.6.2

Toggle v0.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update nginx ingress annotation (helm#433)

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add --mongo-url CLI option to override database URL (helm#402)

v0.6.0

Toggle v0.6.0's commit message
bump to 0.6.0 in prep for release

v0.5.4

Toggle v0.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add option to specify tiller host (helm#397)

v0.5.3

Toggle v0.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fixes fetching relative chart urls from index (helm#388)

* fixes fetching relative chart urls from index

Helm supports repository indexes that use relative URLs to chart
packages (formed by omitting the --url flag in `helm repo index`). This
patch enables Monocular to do the same.

* clarification for possible invalid relative URL

* use raw repo URL string to form url.URL var

When passing the url.URL pointer, we're continuously appending to the
same path. By re-creating the url.URL var each time we ensure we only
append to the base repo URL.

v0.5.2

Toggle v0.5.2's commit message
fix GitHub OAuth scope and data retrieval (helm#380)

- switch to limited user:email scope
- correctly fetch email and user name from GitHub
0