Skip to content
This repository has been archived by the owner on Aug 1, 2019. It is now read-only.

Commit

Permalink
Add XStatic-angular-* packages for Horizon
Browse files Browse the repository at this point in the history
These packages are required by Horizon in order to move from jQuery to
AngularJS. These packages contains a bundle of the angular-bootstrap library
which is available here: http://angular-ui.github.io/bootstrap/, an improvement
for animation in angular, and an HTML sanitizer.

Further informations available here:
https://etherpad.openstack.org/p/juno-summit-horizon-static-files

Change-Id: I525f242967aa05b65bcecb911b433ef53c900450
Implements: https://blueprints.launchpad.net/horizon/+spec/horizon-angular
  • Loading branch information
Maxime Vidori committed Aug 19, 2014
1 parent adc1906 commit 30b5403
Show file tree
Hide file tree
Showing 3 changed files with 63 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2941,6 +2941,24 @@
- python-jobs
- pypi-jobs

- project:
name: xstatic-angular-animate
node: bare-precise
tarball-site: tarballs.openstack.org

jobs:
- python-jobs
- pypi-jobs

- project:
name: xstatic-angular-bootstrap
node: bare-precise
tarball-site: tarballs.openstack.org

jobs:
- python-jobs
- pypi-jobs

- project:
name: xstatic-angular-cookies
node: bare-precise
Expand All @@ -2959,6 +2977,15 @@
- python-jobs
- pypi-jobs

- project:
name: xstatic-angular-sanitize
node: bare-precise
tarball-site: tarballs.openstack.org

jobs:
- python-jobs
- pypi-jobs

- project:
name: xstatic-bootstrap-datepicker
node: bare-precise
Expand Down
12 changes: 12 additions & 0 deletions modules/openstack_project/files/review.projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1218,6 +1218,14 @@
description: Angular JavaScript library packaged as XStatic.
upstream: https://bitbucket.org/thesheep/xstatic-angular.git
acl-config: /home/gerrit2/acls/stackforge/xstatic.config
- project: stackforge/xstatic-angular-animate
description: Angular Animate JavaScript library packaged as XStatic.
upstream: https://github.com/enovance/xstatic-angular-animate
acl-config: /home/gerrit2/acls/stackforge/xstatic.config
- project: stackforge/xstatic-angular-bootstrap
description: Angular Bootstrap JavaScript library packaged as XStatic.
upstream: https://github.com/enovance/xstatic-angular-bootstrap
acl-config: /home/gerrit2/acls/stackforge/xstatic.config
- project: stackforge/xstatic-angular-cookies
description: Angular-Cookies JavaScript library packaged as XStatic.
upstream: https://bitbucket.org/thesheep/xstatic-angular-cookies.git
Expand All @@ -1226,6 +1234,10 @@
description: Angular-Mock JavaScript library packaged as XStatic.
upstream: https://bitbucket.org/thesheep/xstatic-angular-mock.git
acl-config: /home/gerrit2/acls/stackforge/xstatic.config
- project: stackforge/xstatic-angular-sanitize
description: Angular Sanitize JavaScript library packaged as XStatic.
upstream: https://github.com/enovance/xstatic-angular-sanitize
acl-config: /home/gerrit2/acls/stackforge/xstatic.config
- project: stackforge/xstatic-bootstrap-datepicker
description: Bootstrap-Datepicker JavaScript library packaged as XStatic.
upstream: https://bitbucket.org/thesheep/xstatic-bootstrap-datepicker.git
Expand Down
24 changes: 24 additions & 0 deletions modules/openstack_project/files/zuul/layout.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5538,6 +5538,22 @@ projects:
gate:
- noop

- name: stackforge/xstatic-angular-animate
template:
- name: merge-check
check:
- noop
gate:
- noop

- name: stackforge/xstatic-angular-bootstrap
template:
- name: merge-check
check:
- noop
gate:
- noop

- name: stackforge/xstatic-angular-cookies
template:
- name: merge-check
Expand All @@ -5554,6 +5570,14 @@ projects:
gate:
- noop

- name: stackforge/xstatic-angular-sanitize
template:
- name: merge-check
check:
- noop
gate:
- noop

- name: stackforge/xstatic-bootstrap-datepicker
template:
- name: merge-check
Expand Down

0 comments on commit 30b5403

Please sign in to comment.