RETIRED, JavaScript API library for OpenStack.
Go to file
Michael Krotscheck df77f84ecb Created Version Class
The version class allows us to parse, and compare, API version strings
as per the OpenStack API WG Microversion Specification. Several formats
are supported:

* v#.#.# (legacy)
* #.#.# (legacy)
* [service name] #.#.#

In the former two cases, a service type will have to be manually supplied
to ensure proper comparison.

https://specs.openstack.org/openstack/api-wg/guidelines/microversion_specification.html

Change-Id: If3596418dfe2e76489bdb48d4d15f7f3e7a6d2f9
2016-08-15 13:25:38 -07:00
doc Spec for ECMAScript 2015 and Transpiler support 2016-07-25 12:25:40 +03:00
src Created Version Class 2016-08-15 13:25:38 -07:00
test Created Version Class 2016-08-15 13:25:38 -07:00
.babelrc Invoke babel to generate a ES5-compatible library. 2016-07-13 16:32:56 +03:00
.editorconfig Initial commit of project. 2016-05-20 12:12:21 -07:00
.eslintignore Added jasmine-based testing harness. 2016-07-14 13:12:09 +03:00
.eslintrc Update eslint and eslint-config-openstack to latest versions 2016-08-10 17:44:02 +03:00
.gitignore Added clouds.yaml to excludes. 2016-08-11 11:22:29 -07:00
.gitreview Update .gitreview 2016-05-20 12:23:44 -07:00
.istanbul.yml Created Version Class 2016-08-15 13:25:38 -07:00
.nsprc Added node-security-project checks 2016-06-23 12:53:07 +00:00
LICENSE Initial commit of project. 2016-05-20 12:12:21 -07:00
Vagrantfile Added vagrant file for devstack bootstrap 2016-07-24 07:46:14 -07:00
bindep.txt Added python-sphinx to dependencies 2016-08-09 12:37:30 -07:00
configure-devstack.js Add configure-devstack task for devstack gate 2016-08-08 16:22:25 -04:00
karma.conf.babel.js Add functional tests for devstack gate 2016-08-05 13:27:17 -04:00
karma.conf.js Added Karma integration 2016-07-19 12:19:35 -07:00
package.json Update eslint and eslint-config-openstack to latest versions 2016-08-10 17:44:02 +03:00
vagrant.sh Added local IP to vagrant.sh 2016-08-11 11:08:44 -07:00
webpack.config.babel.js Add functional tests for devstack gate 2016-08-05 13:27:17 -04:00