Commit Graph

11 Commits

Author SHA1 Message Date
Tom Weininger 290c4e9550 Add *.orig to .gitignore
Change-Id: Iabd189b2e2cc8196aa0eb05a2029cc468d58296d
2022-09-29 10:15:23 +02:00
mareklycka 35f6f90d0c Implements a filtered select
This patch implements a custom select in the load balancer creation/edit
form with the following features:

- The options are presented in a tabular form with: network name,
  network id, subnet name, subnet id
- An input text filter which filters across all fields

The select is implemented as a customizable AngularJS component, which
allows for any of the displayed information to be changed easily.

Change-Id: I6ff16cb8ffd0ebdb8c465e5197f90ba2939a28c1
Story: 2004347
Task: 27943
2018-12-17 11:41:16 +01:00
Qian Min Chen 3cb2ed5ac3 Add Apple OS X ".DS_Store" to ".gitignore" file
Change-Id: Ifdda81e54d460ce2fce32e784b2891c3fa4d99bd
2018-07-11 18:14:48 +08:00
Jacky Hu d90c3bf03a Add rbac support for octavia service apis
Co-Authored-By: Michael Johnson <johnsomor@gmail.com>
Change-Id: I6e27a5e81d9075c2ab8622c617409f0f2747f11e
2018-03-29 11:29:36 +00:00
Qian Min Chen e531b937a9 Modify the '.gitignore' file
Since the horizon remove the 'run_tests.sh' file,
so there should remove '.venv' from the '.gitignore' file.
See the patch 'https://review.openstack.org/#/c/399842/'

Change-Id: I7121c40543dba4d5b6aafe6b1b150b8a385ee3e7
2018-02-09 11:01:45 +08:00
Jacky Hu be25846c01 Change "Method" to "Algorithm" in pool step
Also add django.pot and djangojs.pot to .gitignore.

Change-Id: I87e5ac59e0caeff5f7a1d2cab7edfec57151358a
2018-01-27 18:51:14 +08:00
Jacky Hu f6a5e91cb1 Updating for new sphinx docs jobs
There have been recent changes to how docs jobs are run under zuul [1].
This patch updates octavia-dashboard to be able to run under the new
zuul docs jobs.

[1] https://review.openstack.org/#/c/508694/

Change-Id: I44f7ce2538de0ce76860a3a2b477751de322ab02
2018-01-11 22:28:05 +08:00
Jacky Hu eb0eb6b279 Update gitignore
Change-Id: Ib7b18a271b74a37c56a057796a28ae2d49be1e28
2017-12-17 15:53:32 +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
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
Doug Wiegley 648464eb8b Initial cookiecutter commit
Change-Id: I0e667a8fafc19ec15de2174b0c6f94d531d2a615
2015-08-07 15:41:49 -06:00