Change in samples-uiplugins[master]: Introducing ProgressBar plugin (initial demo version)

Vojtech Szocs has submitted this change and it was merged. Change subject: Introducing ProgressBar plugin (initial demo version) ...................................................................... Introducing ProgressBar plugin (initial demo version) This plugin tracks user's progress of using the oVirt system through achievements organized in different categories. The goal of this plugin is to encourage users to explore all features available in oVirt. This plugin uses following development stack: * AngularJS, Model-View-Controller framework for JavaScript http://angularjs.org/ * Bootstrap, visual component framework for CSS http://getbootstrap.com/ * UI Bootstrap, Bootstrap's visual components ported to AngularJS http://angular-ui.github.io/bootstrap/ * Jasmine, Behavior-Driven Development style testing framework for JavaScript http://pivotal.github.io/jasmine/ * Karma, test runner for JavaScript http://karma-runner.github.io/ Check out README file for details on installation and setting up local development environment. Change-Id: I77b44668eb9fa5ce4c7753feffd86fe6b94f1d49 Signed-off-by: Vojtech Szocs <vszocs@redhat.com> --- A progressbar-plugin-demo/.gitignore A progressbar-plugin-demo/README A progressbar-plugin-demo/karma.conf.js A progressbar-plugin-demo/progressbar.json A progressbar-plugin-demo/src/css/progress-tab.css A progressbar-plugin-demo/src/js/init-service.js A progressbar-plugin-demo/src/js/init.js A progressbar-plugin-demo/src/js/tab-controller.js A progressbar-plugin-demo/src/js/tab.js A progressbar-plugin-demo/src/lib/angular/js/angular-animate.js A progressbar-plugin-demo/src/lib/angular/js/angular-animate.min.js A progressbar-plugin-demo/src/lib/angular/js/angular-animate.min.js.map A progressbar-plugin-demo/src/lib/angular/js/angular-cookies.js A progressbar-plugin-demo/src/lib/angular/js/angular-cookies.min.js A progressbar-plugin-demo/src/lib/angular/js/angular-cookies.min.js.map A progressbar-plugin-demo/src/lib/angular/js/angular-loader.js A progressbar-plugin-demo/src/lib/angular/js/angular-loader.min.js A progressbar-plugin-demo/src/lib/angular/js/angular-loader.min.js.map A progressbar-plugin-demo/src/lib/angular/js/angular-resource.js A progressbar-plugin-demo/src/lib/angular/js/angular-resource.min.js A progressbar-plugin-demo/src/lib/angular/js/angular-resource.min.js.map A progressbar-plugin-demo/src/lib/angular/js/angular-route.js A progressbar-plugin-demo/src/lib/angular/js/angular-route.min.js A progressbar-plugin-demo/src/lib/angular/js/angular-route.min.js.map A progressbar-plugin-demo/src/lib/angular/js/angular-sanitize.js A progressbar-plugin-demo/src/lib/angular/js/angular-sanitize.min.js A progressbar-plugin-demo/src/lib/angular/js/angular-sanitize.min.js.map A progressbar-plugin-demo/src/lib/angular/js/angular-touch.js A progressbar-plugin-demo/src/lib/angular/js/angular-touch.min.js A progressbar-plugin-demo/src/lib/angular/js/angular-touch.min.js.map A progressbar-plugin-demo/src/lib/angular/js/angular.js A progressbar-plugin-demo/src/lib/angular/js/angular.min.js A progressbar-plugin-demo/src/lib/angular/js/angular.min.js.map A progressbar-plugin-demo/src/lib/angular/version.txt A progressbar-plugin-demo/src/lib/bootstrap/css/bootstrap-theme.css A progressbar-plugin-demo/src/lib/bootstrap/css/bootstrap-theme.min.css A progressbar-plugin-demo/src/lib/bootstrap/css/bootstrap.css A progressbar-plugin-demo/src/lib/bootstrap/css/bootstrap.min.css A progressbar-plugin-demo/src/lib/bootstrap/fonts/glyphicons-halflings-regular.eot A progressbar-plugin-demo/src/lib/bootstrap/fonts/glyphicons-halflings-regular.svg A progressbar-plugin-demo/src/lib/bootstrap/fonts/glyphicons-halflings-regular.ttf A progressbar-plugin-demo/src/lib/bootstrap/fonts/glyphicons-halflings-regular.woff A progressbar-plugin-demo/src/lib/bootstrap/version.txt A progressbar-plugin-demo/src/lib/ui-bootstrap/js/ui-bootstrap-tpls.js A progressbar-plugin-demo/src/lib/ui-bootstrap/js/ui-bootstrap-tpls.min.js A progressbar-plugin-demo/src/lib/ui-bootstrap/js/ui-bootstrap.js A progressbar-plugin-demo/src/lib/ui-bootstrap/js/ui-bootstrap.min.js A progressbar-plugin-demo/src/lib/ui-bootstrap/version.txt A progressbar-plugin-demo/src/plugin.html A progressbar-plugin-demo/src/progress-tab.html A progressbar-plugin-demo/test/js/init-service-specs.js A progressbar-plugin-demo/test/js/test-util.js A progressbar-plugin-demo/test/lib/angular/js/angular-mocks.js A progressbar-plugin-demo/test/lib/angular/version.txt 54 files changed, 42,897 insertions(+), 0 deletions(-) Approvals: Vojtech Szocs: Verified; Looks good to me, approved; Passed CI tests -- To view, visit https://gerrit.ovirt.org/23013 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I77b44668eb9fa5ce4c7753feffd86fe6b94f1d49 Gerrit-PatchSet: 2 Gerrit-Project: samples-uiplugins Gerrit-Branch: master Gerrit-Owner: Vojtech Szocs <vszocs@redhat.com> Gerrit-Reviewer: Alexander Wels <awels@redhat.com> Gerrit-Reviewer: Daniel Erez <derez@redhat.com> Gerrit-Reviewer: David Caro <dcaroest@redhat.com> Gerrit-Reviewer: Einav Cohen <ecohen@redhat.com> Gerrit-Reviewer: Eyal Edri <eedri@redhat.com> Gerrit-Reviewer: Vojtech Szocs <vszocs@redhat.com>
participants (1)
-
vszocs@redhat.com