api
api copied to clipboard
Tendrl API
Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.2 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...
Bumps [i18n](https://github.com/ruby-i18n/i18n) from 0.7.0 to 0.9.5. Release notes Sourced from i18n's releases. v0.9.5 #404 reported a regression in 0.9.3, which wasn't fixed by 0.9.4. #408 fixes this issue. Thanks @wjordan!...
Bumps [rack](https://github.com/rack/rack) from 1.6.4 to 1.6.13. Commits 47a1fd7 bump version b8dc520 Handle case where session id key is requested but it is missing 698a060 Merge pull request #1462 from jeremyevans/sessionid-to_s...
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.5.0 to 2.8.0. Changelog Sourced from addressable's changelog. Addressable 2.8.0 fixes ReDoS vulnerability in Addressable::Template#match no longer replaces + with spaces in queries for non-http(s) schemes fixed...
Bumps [rake](https://github.com/ruby/rake) from 0.9.6 to 12.3.3. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 12.3.3 > > ==== Bug fixes > > * Use the application's name in error message if...
Signed-off-by: GowthamShanmugasundaram
In a managed cluster, I have deleted some volumes from CLI but tendrl-UI keep listing those volumes in a volumes list page.
Redirect directive in [`api/config/apache.vhost.sample`](https://github.com/Tendrl/api/blob/master/config/apache.vhost.sample) contains `ssl_virtualhost_ip`: ``` #Redirect permanent / https://%ssl_virtualhost_ip%/ ``` This should be changed to indicate that the expected value is hostname (fqdn).
SSL Configuration file for Web Administration (to be accessible via https protocol) has to be named in the way, that it will be alphabetically before the global ssl.conf file from...