- 19 Feb, 2020 2 commits
-
-
Adrian Turjak authored
Keep a fallback to the old one to ease migrations. Change-Id: Ic7e1e554a3c4197a09fe52f01fadcc10ccb534cc
-
Zuul authored
-
- 04 Feb, 2020 1 commit
-
-
Simon Merrick authored
Change-Id: I9c2ecf330d08d47e44d41d7c2f9ba3a21d023f3b
-
- 27 Jan, 2020 1 commit
-
-
Adrian Turjak authored
This matches the new changes to Adjutant as part of the refactor to split API and Workflow layers. 202 will be the most common response code when dealing with the creation of new tasks due to future async task processing. Change-Id: Ia09a070709b8a2973c9149df91c67af2b69199a0
-
- 23 Jan, 2020 1 commit
-
-
Zuul authored
-
- 11 Jan, 2020 1 commit
-
-
Andreas Jaeger authored
This repo does not support Python 2 anymore, so we don't need six for compatibility between Python2 and 3, convert six usage to Python 3 code. Needed-By: https://review.opendev.org/701743 Change-Id: Ia51c0af5df488069f3048f632f56774dcb4344ef
-
- 19 Apr, 2019 1 commit
-
-
OpenDev Sysadmins authored
This commit was bulk generated and pushed by the OpenDev sysadmins as a part of the Git hosting and code review systems migration detailed in these mailing list posts: http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html Attempts have been made to correct repository namespaces and hostnames based on simple pattern matching, but it's possible some were updated incorrectly or missed entirely. Please reach out to us via the contact information listed at https://opendev.org/ with any questions you may have.
-
- 22 Jan, 2019 1 commit
-
-
lijunjie authored
Change-Id: Ic5c82580e1b968b2fab21a00f067cb15420b5dc4
-
- 17 Jan, 2019 1 commit
-
-
Adrian Turjak authored
Change-Id: I8cb19d301be92b7c6f4a26b4616547221f77caf0
-
- 16 Aug, 2018 1 commit
-
-
Akihiro Motoki authored
Horizon test setting no longer depends on nose and related stuffs. This commit cleans up nose related dependencies. Filenames of test modules need to start with test_* so that Django test runner detects them. There is no test defined but it would be nice to adjust the filename. Also moves horizon dependencies to requirements.txt. Change-Id: Ib2f246d76da8a1f5d26a9cf8e9ef27e5f4f62bee
-
- 03 May, 2018 1 commit
-
-
Zuul authored
-
- 02 May, 2018 3 commits
-
-
Adrian Turjak authored
Horizon in Rocky 'fixed' recursive inheritance but this in turn broke our use of overextends. As such we drop overextends for Rocky onwards, but this means Adjutant-UI from Rocky onwards only works with Horizon from Rocky onwards. This also fixes issues with quota naming cleanup which was changed in Horizon proper. Change-Id: I60fa4e8e751bb62760830e37775c42b9900fb59c
-
Zuul authored
-
Adrian Turjak authored
When Adjutant has sizes defined for a service that only exists in certain regions, this can cause errors. If we come across a region without that service, skip the service. Change-Id: Icc6b8cc3aaed408c10dc4fb54c54fe2376cf2a88
-
- 01 May, 2018 1 commit
-
-
Zuul authored
-
- 27 Mar, 2018 1 commit
-
-
Adrian Turjak authored
This column should have always been roles, this renames that properly. No point having the data source be called roles and the column be called role. Change-Id: I6ce736bfa1449fccf8f9f96d504a236546d76e82
-
- 23 Mar, 2018 2 commits
-
-
Andreas Jaeger authored
Install horizon from git in OpenStack CI instead of from tarball. Update tox.ini for this. Change-Id: I78ec5f3cb2105dcaed6b3e3879af189d5890fbfc
-
Andreas Jaeger authored
Set up .gitreview for this project so that the usual OpenStack git review process works. Change-Id: I4da43556b07782439d51e217012caa869491f8e8
-
- 15 Feb, 2018 1 commit
-
-
Adrian Turjak authored
PBR by default gets most files in the repo itself so a manifest file isn't needed. "MANIFEST.in generation ensures almost all files stored in Git, with the exception of .gitignore, .gitreview and .pyc files, are automatically included in your distribution." Change-Id: I5a3dd88e92eee6d7f28d3578e412689fa1f729f4
-
- 13 Feb, 2018 4 commits
-
-
Adrian Turjak authored
Adjutant-ui was requesting data for all regions when it didn't need usage for all regions. This gives us a way to avoid that. Change-Id: Iecb474b86c6cd1454f4eb61f7b1326bd65b1dcfa
-
Adrian Turjak authored
* add documentation for settings * clean up documentation * split role help into own template * remove old debug print statements Change-Id: Id764dca96e37627974c77181e73634f461ab10b1
-
Adrian Turjak authored
Change-Id: I24e61408711434044aa69eebeaa27dd323c1509d
-
Amelia Cordwell authored
- List view of all notifications (will be split into acknowleged and unacknowledged) - Detail view of each notification - Acknowledge notifications - Error notifications show up in red Change-Id: I0800201b42424bfdd3f27dd090502f28e4f54227
-
- 24 Jan, 2018 1 commit
-
-
Adrian Turjak authored
Change-Id: If6d8d545eedc284177cd995423453a9589dee46e
-
- 30 Nov, 2017 1 commit
-
-
Jonathan Herlin authored
Change-Id: Ie343adbae65389a6d802556ff86c9aff51d81943
-
- 14 Sep, 2017 1 commit
-
-
Adrian Turjak authored
* wrong policy in panel * shift text to below current sizes * add * for clarify preapproved quotas Change-Id: I31f2ad99847236b327ec7d51d4feeca4e2de3569
-
- 12 Sep, 2017 1 commit
-
-
Amelia Cordwell authored
Allows viewing of current quota value, quota sizes and percentage of use of current quota. Allows changing of each region's quota. Change-Id: Ia9f254ffb905b4e8971d84f85aefad164e8a3438
-
- 07 Sep, 2017 2 commits
-
-
Amelia Cordwell authored
* Ensures that on logouts indicating success (eg after a password change) the reason message is highlighted in green rather than red Change-Id: I0af763975338733ded792755ffac48614aa6f8c1 Closes-Bug: #1708475
-
Amelia Cordwell authored
* Removed {% load url from future %}, deprecated in 1.7 removed in 1.9. See [1] * Removed urlpatterns() from url file. Deprecated 1.8 removed 1.10. See [2] * django 1.9+ overextends builtins need adding to settings, but 1.10+ we can use native django features. Will remove overextends when we drop support for anything less than django 1.11 [1] https://docs.djangoproject.com/en/1.9/releases/1.7/#loading-ssi-and-url-template-tags-from-future-library [2] https://docs.djangoproject.com/en/1.10/releases/1.8/#django-conf-urls-patterns Change-Id: Ief7dc4d5025284b0fc26a6386c1c41e0d701fe23
-
- 31 May, 2017 2 commits
-
-
adrian-turjak authored
Change-Id: Ieaf1ac3c5f0716222cc2565f42d6cb6a77f28e11
-
adrian-turjak authored
* Leftovers from the split into a plugin. Change-Id: I834b686f9c280a95380378ea49e703a884866d64
-
- 30 May, 2017 1 commit
-
-
adrian-turjak authored
Change-Id: I58e17e0505196e8c22efbc7558e35ca92f68179b
-
- 25 May, 2017 1 commit
-
-
Amelia Cordwell authored
* Accessible at /signup/ * Link placed on bottom of login page. * Submits a simple signup request to Adjutant. * Added overextends to based Adjutant enabled file. * Added back button to match login form to forgot password. * Change forgot password to match signup autofocus logic. Change-Id: I1628495a3c35186a45061d07d5e392dc63121ee9
-
- 24 May, 2017 5 commits
-
-
adrian-turjak authored
* This is mainly to match other places such as the cli tool where we will refer to these as 'admin tasks' to differentiate from Mistral tasks. Change-Id: I23b65e82d640d6a26e3b44a1d5bcce7e49321071
-
adrian-turjak authored
* Making it so that approving a task requires a confirmation. Change-Id: Ic82a9be97c167dc5d33ae6630381a5c9af27b215
-
Amelia Cordwell authored
Reissue token is an option for approved tasks, and rerun validation is an option for active tasks that have not yet been approved and invalid. Change-Id: I0147c31ffbc1a003dfb143adf09b75949eba7c58
-
adrian-turjak authored
* Due to the batch actions looking in the table for the actions the action would fail because tasks in the approved state would not be present in the default active table. * Adding a condition to get the correct table actions. Change-Id: Iac75ecc5ce91952e0f26746045113024aad6cbb2
-
Amelia Cordwell authored
Adds a panel in the settings dashboard to allow the user to change their email address, and a token handler for that page. Change-Id: I4991fa599f6cfbf65f143e5b2227867df6fb86c3
-
- 22 May, 2017 1 commit
-
-
adrian-turjak authored
* This was changed in the renamed and shouldn't have been yet. * This will be changed again once we move the repo to OpenStack's Gerrit. Change-Id: I4be55905e8b8c7e21a2435b1abc3a1b81ad920cb
-
- 17 May, 2017 1 commit
-
-
adrian-turjak authored
* This is just a search and replace. * No functional changes. Change-Id: Id03ae0cb572df127a590e2631c3fb4888b34ac84
-