Commit Graph

10 Commits

Author SHA1 Message Date
Gregory Thiemonge 7257719769 Migrate to AngularJS v1.8.2
Update the calls to the horizon apiServer to match [0]

It also update few packages versions in ``package.json`` to
sync with horizon ``package.json`` file.

It also switches the test engine to firefox to align to horizon.

[0] Ifdad18e805953957bfaa1b42908dfbbe8976dbcb

Depends-On: https://review.opendev.org/c/openstack/horizon/+/843346

Change-Id: If8a32fc0c28ce4f78127bd026daddb66372a8822
2022-08-11 18:02:47 +00:00
manchandavishal af17a8baa3 Changes for url transition to OpenDev
This commit changes openstack.org URL to opendev.org URL

Change-Id: I6cddcab4ff956c3121ba35b0617f991c617dc8b7
2019-04-29 14:06:31 +00:00
Jacky Hu 05170ec174 Being able to change insert headers of listener
Change-Id: I8de70e4f3edf22b316e691388413116b14697081
Story: 1713861
Task: 5368
2018-04-03 01:56:41 +00:00
Michael Johnson 77bc889b1d Setup octavia-dashboard for Queens release
This patch updates the package.json version number and updates some
package.json parameters.

Change-Id: I5a0b590536bef7d7d7044e8787d22f8a92b9d13d
2018-01-24 17:39:26 -08:00
Michael Johnson 0d6688e423 Set package.json version to 1.0.0.0b1 Queens MS1
The new release gates require this version be manually populated.

Change-Id: I82e29e3c96775328c6ca5873d1a3a5bf7fc653f4
2017-10-25 12:00:19 -07:00
Michael Johnson 1f0c90f3a8 Updating for octavia-dashboard
This patch updates the imported code to reflect octavia-dashboard.

More work is required to make this work with the Octavia v2 API.
This will be done in followup patches.

Change-Id: I7363105a53642d0003036cada21c5b0cc25efc1a
2017-06-22 16:20:27 +08:00
Jacky Hu 2224dc0f16 Fix npm test
Change-Id: I5fecf6a557558b11a7c1abcd25ffbffcd27f31ce
2017-06-20 12:58:06 +08:00
Mark Vanderwiel 6acf159492 fix unit tests
in log:
"xStatic libraries not found, please set up venv"
Added the post npm install step to setup the venv which
includes the static libraries and horizon.
And include that path in the base search paths for karma
and allow development to run tests as well.
Pull in test-shim.js from horizon master.

Closes-Bug: #1538264
Change-Id: Ia83a45f9e18335fa7802267d428d62b99a731dfe
2016-04-04 19:13:07 +00:00
Doug Fish f3a7b9ea01 Update npm dependencies
Karma and eslint won't run because dependencies in package.json are out of date

Update package.json. Update .eslintrc to reflect renamed rules. Correct overlooked
issues in code.

Closes-Bug: #1538264
Change-Id: Ia0231f44b36cf5263ed5efbbdfa42ad9cf63c4a0
2016-01-26 22:49:38 +00:00
Justin Pomeroy 75fc881f7f Add angular Load Balancers V2 panel
This adds an angular version of the Load Balancers V2 panel,
including the Load Balancers table and config to get karma working.
The karma config assumes the horizon directory is a sibling of
neutron-lbaas-dashboard.

To use, copy the _1481_project_ng_loadbalancersv2_panel.py file from
neutron_lbaas_dashboard/enabled into openstack_dashboard/enabled.

Partially-Implements: blueprint horizon-lbaas-v2-ui
Change-Id: I99c4ec705433385c19256c887944706472642a25
2015-11-12 15:38:21 +00:00