[release-announce] adjutant-ui 0.5.0 (ussuri)

no-reply at openstack.org no-reply at openstack.org
Fri Feb 21 11:19:31 UTC 2020


We are tickled pink to announce the release of:

adjutant-ui 0.5.0: Adjutant User Interface

This is the first release of adjutant-ui. This release is part of the
ussuri release series.

The source is available from:

    https://opendev.org/openstack/adjutant-ui

Download the package from:

    https://tarballs.openstack.org/adjutant-ui/

Please report issues through:

    https://storyboard.openstack.org/#!/project/openstack/adjutant-ui

For more details, please see below.

Changes in adjutant-ui 163f49e658d75fca0247e88f27d54d6080138678..0.5.0
----------------------------------------------------------------------

5d34774 Change Adjutant UI to use the correct service type
1569cc4 Upgrade app for Django >= 2.0 compatability
8d8c361 Update Adjutant-UI to handle 202 http codes
aa11482 Remove six usage
3d9f2a0 OpenDev Migration Patch
fc3e47b Fix the misspelling of "available"
64b7a8c Get rid of iteritems in favor of items
baeb887 Drop nose dependencies
bb878a3 Fixes to match Horizon Rocky
4396ad3 Fix key error with unknown service in size
479618c rename project users internal column name
ccbbff0 Fix horizon install
70a73ac Set up .gitreview
ad31c8c Remove useless manifest file
d93485a Use include_usage param in adjutant quota get view
379709c Clean up service and role translations
0c836b1 rename request date for notifications correctly
0f170a9 Add Notification Panel
d6c7521 fix a divide by zero bug
5d6427d "Management" had a spelling error, this commit adds the missing character.
6620e0c quota panel fixes
519c30d Quota Update Panel
502e6db Logout_status instead of logout_reason_class
b752f12 Fixes for Django 1.10 compatabililty
8ef5ca2 Fix a template rename issue with signup templates
d7a8631 Remove Catalyst	specific line from templates.
6a327f4 Adding comment to readme about USERNAME_IS_EMAIL
dfa0388 Signup Panel
490a16c Rename panel to Admin Tasks
3321bf3 Approval should warn with a pop-up
901a0d7 Added Reissue token and Rerun Validation action
0d8384a Actions in detail view not working when approved
588a15b Panel and Token Handler for update email
4a5bc88 Fixing gitreview repo location
f8d53b3 Renaming StackTask to Adjutant
a0d821d Update paths and add keystone_policy.json location
113124e Task List Panel
4feb401 Add support for USERNAME_IS_EMAIL
93f658d Reorganising enabled files
2e042e4 Initial code base for StackTask UI




Requirements updates
--------------------

diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..b6487e0
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,12 @@
+# The order of packages is significant, because pip processes them in the order
+# of appearance. Changing the order has an impact on the overall integration
+# process, which may cause wedges in the gate later.
+# Order matters to the pip dependency resolver, so sorting this file
+# changes how packages are installed.  New dependencies should be
+# added in alphabetical order, however, some dependencies may need to
+# be installed in a specific order.
+#
+# PBR should always appear first
+pbr>=2.0.0 # Apache-2.0
+
+horizon>=14.0.0.0b3  # Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
new file mode 100644
index 0000000..40ac5a5
--- /dev/null
+++ b/test-requirements.txt
@@ -0,0 +1,22 @@
+# The order of packages is significant, because pip processes them in the order
+# of appearance. Changing the order has an impact on the overall integration
+# process, which may cause wedges in the gate later.
+# Order matters to the pip dependency resolver, so sorting this file
+# changes how packages are installed.  New dependencies should be
+# added in alphabetical order, however, some dependencies may need to
+# be installed in a specific order.
+#
+# Hacking should appear first in case something else depends on pep8
+hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
+coverage>=4.0 # Apache-2.0
+mock>=2.0 # BSD
+mox3!=0.19.0,>=0.7.0 # Apache-2.0
+nodeenv>=0.9.4 # BSD
+oslosphinx>=4.7.0 # Apache-2.0
+reno>=1.8.0 # Apache-2.0
+selenium>=2.50.1 # Apache-2.0
+sphinx>=1.5.1 # BSD
+testtools>=1.4.0 # MIT
+# This also needs xvfb library installed on your OS
+xvfbwrapper>=0.1.3 #license: MIT
+sphinx-rtd-theme>=0.2.4






More information about the Release-announce mailing list