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

Tags: silvermind/monocular

Tags

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

v0.5.1

Toggle v0.5.1's commit message
fix OAuth callback path (helm#377)

use angular-cli proxy feature to proxy to backend on the same localhost port

v0.5.0

Toggle v0.5.0's commit message
fix dev images (helm#374)

v0.4.0

Toggle v0.4.0's commit message
update helm to 2.5.1 (helm#341)

v0.3.2

Toggle v0.3.2's commit message
update nginx internal port to 8080 (helm#331)

v0.3.1

Toggle v0.3.1's commit message
ui: make app version most prominent (helm#322)

* ui: make app version most prominent

* use appVersion in title bar

* update appVersion based on currentVersion in details
0