Commit Graph

10 Commits

Author SHA1 Message Date
Ivan Kolodyazhny 5dce07ad12 Update grapblib to v2.1.7
Change-Id: I4044338f7c62016c1fc10756fbf8ffc8485c34b1
2020-04-22 16:20:45 +03:00
Michal Arbet d181623f22 Replace embedded static files with XStatic-*
Remove embedded js, add reference in settings,
add requirement xstatic libs.

Change-Id: I07685dfbde7c96c5b8da7e93af291df16c3b8bad
Depends-On: https://review.opendev.org/712744
Story: #2004051
2020-03-12 18:26:19 +01:00
manchandavishal 938fa9aab4 Drop Django 1.11 support
Django 1.11 ends its extended support in April 2020 (which is before
Ussuri release), so horizon drops Django 1.11 support in Ussuri.

tox envs for non-primary Django versions are no longer needed in tox.ini
as testing environments for non-primary Django versions are setup in
the zuul jobs now.

horizon>=17.1.0 is required to use Django 2.2.
requirements.txt is updated accordingly.

Depends-On: https://review.opendev.org/#/c/700733/
Change-Id: I7dd429b23f2d28999dc30e13d3717d8087f202aa
2020-01-07 14:08:49 +00:00
Ivan Kolodyazhny e8a3b75fdf Use XStatic-D3 instead of vendorized d3.js
According to [1] d3.js will be loaded by horizon on the each page
so we don't need to include it manually.

[1] 4e0ee573db/openstack_dashboard/utils/settings.py (L196)

Story: 2004051
Task: 30403

Change-Id: Icb56905a802f9efba7f9c6558372b62ab5eb9bd4
2019-04-10 07:30:42 +00:00
Ivan Kolodyazhny b559d6e8c4 Add python-vitrageclient to requirements
Change-Id: I1072b29d8f4e70aef08159c010ab5c268836c2d5
2019-02-01 21:43:58 +02:00
Alon Heller 385f8ba1ec Alarm history - client side implementation
Change-Id: Id60b01fbc2d33a984ee955089aebab0da01bdc60
Depends-On: I03a303e79ee12a399d32db3bfebad98eef50b52d
2018-08-07 06:07:06 +00:00
Saju M f1ff41eb84 AngularJS unittest with Jasmine and Karma for gate check
Change-Id: I156ec1665d98f247f01a1b0a5adaf26ab1eb09ce
Co-Authored-By: Saju Madhavan <sajuptpm@gmail.com>
Implements: blueprint angularjs-unittest-with-jasmine-and-karma
2018-07-22 15:55:14 +05:30
Nguyen Van Trung 6aba020012 Drop django_openstack_auth from requirements.txt
django_openstack_auth has been merged into horizon tree
as an effort of blueprint merge-openstack-auth.
There is no need to depend on django_openstack_auth any more.

Change-Id: Ia8694fe79a4830e7dc1f8d80d48b94c2159fca47
2017-12-11 02:10:21 +00:00
Eyal d07c974d66 django.conf.urls.patterns() is deprecated since 1.8.
We should not use patterns(), so this patch updates URLs to
1.8 style.

Change-Id: Icf3242def3d78cc2cc383eb95df1e5c264f63f08
Closes-Bug: #1703316
2017-07-13 09:13:20 +03:00
mgrosz f88201dc9e vitrage-dashboard project init
Change-Id: Ie553530bff9df52012f26316237ed5b04692e128
2015-11-16 11:35:25 +02:00