Initial addition of common services/providers/constants (#1)
* Initial addition of common services/providers/constants * Add travis build-ability, update .gitignore, fix incorrect case of Openshift * remove unnecessary use of openshift-jvm in install-deps script * Update dependencies, use range for angular components
Showing
.editorconfig
0 → 100644
.gitignore
0 → 100644
.jshintrc
0 → 100644
.travis.yml
0 → 100644
Gruntfile.js
0 → 100644
LICENSE
0 → 100644
This diff is collapsed.
Click to expand it.
Makefile
0 → 100644
bower.json
0 → 100644
dist/origin-web-common.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
dist/origin-web-common.min.js
0 → 100644
This diff is collapsed.
Click to expand it.
hack/clean-deps.sh
0 → 100755
hack/install-deps.sh
0 → 100755
hack/test-headless.sh
0 → 100755
hack/verify-dist.sh
0 → 100755
package.json
0 → 100644
| { | ||
| "author": "Red Hat", | ||
| "name": "origin-web-common", | ||
| "version": "0.0.1", | ||
| "license": "Apache-2.0", | ||
| "description": "Library of common services and components for OpenShift Web Console.", | ||
| "homepage": "https://github.com/openshift/origin-web-common.git", | ||
| "dependencies": { | ||
| "angular": "1.5.11" | ||
| }, | ||
| "devDependencies": { | ||
| "express": "3.4.4", | ||
| "grunt": "0.4.5", | ||
| "grunt-angular-templates": "0.5.7", | ||
| "grunt-available-tasks": "0.4.3", | ||
| "grunt-contrib-clean": "0.4.1", | ||
| "grunt-contrib-concat": "0.3.0", | ||
| "grunt-contrib-connect": "0.5.0", | ||
| "grunt-contrib-copy": "0.5.0", | ||
| "grunt-contrib-cssmin": "0.9.0", | ||
| "grunt-contrib-jshint": "0.7.0", | ||
| "grunt-contrib-uglify": "0.2.5", | ||
| "grunt-contrib-watch": "0.5.3", | ||
| "grunt-eslint": "~17.1.0", | ||
| "grunt-karma": "0.8.3", | ||
| "grunt-ng-annotate": "^1.0.1", | ||
| "grunt-remove": "^0.1.0", | ||
| "karma": "0.12.23", | ||
| "karma-chrome-launcher": "0.1.4", | ||
| "karma-coverage": "^1.1.1", | ||
| "karma-firefox-launcher": "0.1.3", | ||
| "karma-jasmine": "0.2.2", | ||
| "karma-junit-reporter": "0.2.2", | ||
| "karma-ng-html2js-preprocessor": "~0.1", | ||
| "karma-phantomjs-launcher": "^1.0.0", | ||
| "matchdep": "0.3.0", | ||
| "nsp": "^2.6.1" | ||
| }, | ||
| "scripts": { | ||
| "test": "grunt test" | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/openshift/origin-web-common.git" | ||
| }, | ||
| "engines": { | ||
| "node": ">=0.10.10" | ||
| } | ||
| } |
src/config.js
0 → 100644
src/openshiftCommon.module.js
0 → 100644
src/services/apiService.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/services/authService.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/services/authorizationService.js
0 → 100644
src/services/base64util.js
0 → 100644
src/services/constants.js
0 → 100644
src/services/dataService.js
0 → 100644
This diff is collapsed.
Click to expand it.
src/services/deleteTokenLogoutService.js
0 → 100644
src/services/logger.js
0 → 100644
src/services/memoryUserStore.js
0 → 100644
src/services/notification.js
0 → 100644
src/services/redirectLoginService.js
0 → 100644
src/services/ws.js
0 → 100644
test/karma.conf.js
0 → 100644
test/spec/fixtures/api-discovery.js
0 → 100644
This diff is collapsed.
Click to expand it.
test/spec/services/apiServiceSpec.js
0 → 100644
This diff is collapsed.
Click to expand it.
test/spec/services/dataServiceSpec.js
0 → 100644
test/spec/spec-helper.js
0 → 100644
Please
register
or
sign in
to comment