summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Bump XStatic package version to latest i.e. 1.0.3HEADmastermanchandavishal2023-05-161-1/+1
| | | | | | | | | | | | | | horizon does not support setuptools 67.3.1 and it broke Kolla Horizon container builds. We recently cut a new release of Xstatic [1] which may fix this setuptools issue. So this patch bump the Xstatic version to 1.0.3 to fix setuptools issue. XStatic package version is also bumped in openstack/requirements[2]. [1] https://github.com/xstatic-py/xstatic/commit/5cd7a2347046b71056ae29f00ffa4f71218a5c0c [2] https://review.opendev.org/c/openstack/requirements/+/882916 Related-Bug: #2007574 Change-Id: I0c463d205d4534f7b0cfcab00bec4b98cd429ae1
* Merge "Fix qos and trunks tables"Zuul2023-05-101-0/+4
|\
| * Fix qos and trunks tablesTatiana Ovchinnikova2023-05-091-0/+4
| | | | | | | | | | | | | | | | | | | | | | When replacing deprecated custom callback methods success()/error() with then()/catch(), we need to keep in mind that methods' signatures and return values are different, so we need to explicitly return the response value when using then(function onSuccess(response){}). Closes-Bug: #2018232 Change-Id: I9d6d769075753c6395db2530a8d60ec28cafdc3d
* | Merge "Fix deprecated use of 'jQuery.fn.focus()' shorthand event"Zuul2023-05-091-2/+2
|\ \
| * | Fix deprecated use of 'jQuery.fn.focus()' shorthand eventmanchandavishal2023-05-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch changed the code to use the recommended .trigger("focus") method instead of the deprecated .focus(). For more information about this deprecation, please refer [1]. [1] https://api.jquery.com/focus-shorthand/ Change-Id: Ib743c2d5d01aa81d43b2d38efc01496b25f58b26
* | | Merge "Fix deprecated use of 'jQuery.fn.change()' shorthand event"Zuul2023-05-092-3/+3
|\ \ \
| * | | Fix deprecated use of 'jQuery.fn.change()' shorthand eventmanchandavishal2023-05-092-3/+3
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch changed the code to use the recommended .trigger("change") method instead of the deprecated .change(). For more information about this deprecation, please refer [1]. [1] https://api.jquery.com/change-shorthand/ Change-Id: I762485c979cc5032db9a080d97d74f4be6efbcaf
* | | Merge "Fix deprecated use of 'jQuery.fn.submit()' shorthand event"Zuul2023-05-090-0/+0
|\ \ \ | |_|/ |/| |
| * | Fix deprecated use of 'jQuery.fn.submit()' shorthand eventmanchandavishal2023-05-091-1/+1
| |/ | | | | | | | | | | | | | | | | | | This patch changed the code to use the recommended .trigger("submit") method instead of the deprecated .submit(). For more information about this deprecation, please refer [1]. [1] https://api.jquery.com/submit-shorthand/ Change-Id: I2c0cceb2091f3dc5419137284373206681f447db
* | Merge "Fix "jQuery.fn.click() event shorthand is deprecated" warning"Zuul2023-05-094-4/+4
|\ \
| * | Fix "jQuery.fn.click() event shorthand is deprecated" warningmanchandavishal2023-05-094-4/+4
| |/ | | | | | | | | | | | | | | | | | | This patch changed the code to use the recommended 'on()' method instead of the deprecated shorthand event. For more information about this deprecation, please refer [1]. [1] https://api.jquery.com/click/ Change-Id: I4118a241a9e588ddac8cd1863979a7c83d6f98ff
* | Merge "Fix "jQuery.fn.submit() event shorthand is deprecated" warning"Zuul2023-05-091-1/+1
|\ \ | |/ |/|
| * Fix "jQuery.fn.submit() event shorthand is deprecated" warningmanchandavishal2023-04-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | This patch changed the code to use the recommended .trigger('submit') instead of the deprecated shorthand event .submit(). For more information about this deprecation, please refer [1]. I am getting this warning while deleting the "Application Credentials" under Identity dashboard. [1] https://api.jquery.com/submit-shorthand/ Change-Id: Icd86ccd6ec7c7b0df0e25254751caa7bc0a5f8e1
* | Imported Translations from ZanataOpenStack Proposal Bot2023-05-0912-59/+161
| | | | | | | | | | | | | | For more information about this automatic import see: https://docs.openstack.org/i18n/latest/reviewing-translation-import.html Change-Id: I6db65a9296e75cc8d3f051e8c9255ae9ceeb5430
* | Merge "Remove Description from Edit Image Metadata"Zuul2023-05-041-0/+6
|\ \
| * | Remove Description from Edit Image MetadataTatiana Ovchinnikova2023-04-251-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Image description can be edited through Edit Image -> Image Detail, however it also appears as a property in Edit Image -> Metadata when the description is not empty. It's confusing to have it in two sections of one dialog form, and moreover, the Image Detail field always overwrites the Metadata field. This patch removes Description from Edit Metadata. Closes-Bug: #2017698 Change-Id: I041948b4b71f00894f03cc30cfa4592df4a100c3
* | | Merge "Fix deprecated use of 'jQuery.fn.change()' shorthand event"Zuul2023-04-274-7/+7
|\ \ \
| * | | Fix deprecated use of 'jQuery.fn.change()' shorthand eventmanchandavishal2023-04-264-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch changed the code to use the recommended 'on()' method instead of the deprecated shorthand event. For more information about this deprecation, please refer [1]. [1] https://api.jquery.com/change-shorthand/ Change-Id: Ia580ddf2ea5b0fba7feb400db759f59c0f5d958f
* | | | Merge "Fix deprecation warning for .removeAttr()"Zuul2023-04-265-11/+11
|\ \ \ \
| * | | | Fix deprecation warning for .removeAttr()manchandavishal2023-04-205-11/+11
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch updates the code to use the .prop() function instead of .removeAttr() which was causing a deprecation warning. For more info. please refer[1]. [1] https://api.jquery.com/removeAttr/ Change-Id: If9e104530d8ac48ead1d29eecabc6831046bc048
* | | | Merge "Fix deprecated use of 'jQuery.fn.blur()' shorthand event"Zuul2023-04-261-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix deprecated use of 'jQuery.fn.blur()' shorthand eventmanchandavishal2023-04-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch changed the code to use the recommended .trigger('blur') method instead of the deprecated shorthand event. For more information about this deprecation, please refer [1]. You will get this depracation warning in Identtity->Domains->Action->"Manage Members" popup. [1] https://api.jquery.com/blur/ Change-Id: I8b8713c5b239b3b786abf40b9ddcf5bb9bb109ba
* | | | Merge "Fix deprecation warning for jQuery.fn.keyup() event shorthand"Zuul2023-04-261-1/+1
|\ \ \ \
| * | | | Fix deprecation warning for jQuery.fn.keyup() event shorthandmanchandavishal2023-04-131-1/+1
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch updates the code to use the .on() method instead of the deprecated .keyup() event shorthand, which was causing a deprecation warning. For more info. please refer[1]. [1] https://api.jquery.com/keyup/ Change-Id: Idda3c2f083e6f484dcc745d07ed2d46698b0718d
* | | | Merge "Stability improvement of Instance tests"Zuul2023-04-261-2/+12
|\ \ \ \
| * | | | Stability improvement of Instance testsJan Jasek2023-04-251-2/+12
| | |/ / | |/| | | | | | | | | | Change-Id: Ia3a0d433002a1703c400c33b5901c3bca08d91bd
* | | | Merge "Update deprecated jQuery functions"Zuul2023-04-256-6/+6
|\ \ \ \
| * | | | Update deprecated jQuery functionsmanchandavishal2023-04-106-6/+6
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch replace uses of .bind(), .delegate(), and .unbind() with .on() and .off() respectively[1], in order to migrate to the latest version of jQuery. [1] https://jquery.com/upgrade-guide/3.0/#deprecated-bind-and-delegate Change-Id: I32c1fcd33db9af34a3f041e513a6a949c4921351
* | | | Merge "Fix Deprecated: jQuery.parseJSON() warning by updating to JSON.parse()"Zuul2023-04-254-4/+4
|\ \ \ \
| * | | | Fix Deprecated: jQuery.parseJSON() warning by updating to JSON.parse()manchandavishal2023-04-104-4/+4
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The jQuery.parseJSON() method has been deprecated since jQuery 3.0, and generates a warning in the console. This patch replaces all instances of jQuery.parseJSON() with JSON.parse(), as recommended in the jQuery upgrade guide [1]. This ensures that the code is compatible with the latest version of jQuery and eliminates the warning. [1] https://jquery.com/upgrade-guide/3.0/#deprecated-jquery-parsejson Change-Id: I1da5a6c56cefe9bbe0c1185ac8c536eb8f2a6a35
* | | | Merge "Update jQuery click event to remove deprecation warning"Zuul2023-04-254-15/+15
|\ \ \ \
| * | | | Update jQuery click event to remove deprecation warningmanchandavishal2023-04-124-15/+15
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The shorthand jQuery.fn.click() event has been deprecated in favor of the on() method. This patch updates the code to use the on() method instead to remove the deprecation warning. For more information about the deprecation of jQuery.fn.click(), please refer [1]. [1] https://api.jquery.com/click/ Change-Id: Ic44aaded8d0aaa70e38e46d4121dc3c825f3b831
* | | | Merge "Fix "jQuery.fn.mousedown() event shorthand is deprecated" warning"Zuul2023-04-241-2/+2
|\ \ \ \
| * | | | Fix "jQuery.fn.mousedown() event shorthand is deprecated" warningmanchandavishal2023-04-191-2/+2
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch replaced the deprecated mousedown() event shorthand with on('mousedown', ...) as suggested by the jQuery documentation[1]. This change ensures compatibility with the latest version of jQuery and resolves the deprecation warning. [1] https://api.jquery.com/mousedown/#mousedown-handler. Change-Id: I2ccba8236d5831f4c81b3f963b7dc54fb98d95b8
* | | | Merge "Fix deprecation warning for jQuery.fn.keydown() event shorthand"Zuul2023-04-241-1/+1
|\ \ \ \
| * | | | Fix deprecation warning for jQuery.fn.keydown() event shorthandmanchandavishal2023-04-131-1/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch updates the code to use the .on() method instead of the deprecated .keydown() event shorthand, which was causing a deprecation warning. For more info. please refer[1]. [1] https://api.jquery.com/keydown/ Change-Id: I00b7c85f940f4967026e5d397321d4d56f10b1aa
* | | | Merge "Fix deprecated use of 'jQuery.fn.mouseenter()' shorthand event"Zuul2023-04-241-1/+1
|\ \ \ \
| * | | | Fix deprecated use of 'jQuery.fn.mouseenter()' shorthand eventmanchandavishal2023-04-121-1/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The mouseenter event shorthand is deprecated in jQuery 3.0 and above. This patch updates the code to use the on() method instead to remove the deprecation warning. For more information about the deprecation of jQuery.fn.mouseenter(). Please refer [1]. [1] https://api.jquery.com/mouseenter/ Change-Id: I8b746184e6ab260ba0b0292989bd4078767e509e
* | | | Merge "Fix "jQuery.fn.submit() event shorthand is deprecated" warning"Zuul2023-04-241-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix "jQuery.fn.submit() event shorthand is deprecated" warningmanchandavishal2023-04-111-2/+2
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | In horizon.forms.handle_submit(), replaced the shorthand .submit() eventbinding with .on('submit', function ()) to avoid the deprecated shorthand usage as suggested by the jQuery documentation[1]. [1] https://api.jquery.com/submit/ Change-Id: I1ddd89bd99510a981f2f3b6e198786890be22280
* | | Merge "Disable form auto-complete on login form"Zuul2023-04-211-2/+2
|\ \ \ | |_|/ |/| |
| * | Disable form auto-complete on login formDavid Hill2023-04-131-2/+2
| |/ | | | | | | | | | | | | Disable form auto-complete on login form with autocomplete="off" for the email/password field. Change-Id: Ie550eae36ece160d19186a404c0e688f2f6e785b
* | Merge "Clean up the syntax of html attributes to always use double quotes"Zuul2023-04-2039-118/+118
|\ \ | |/ |/|
| * Clean up the syntax of html attributes to always use double quotesRadomir Dopieralski2023-04-0539-118/+118
| | | | | | | | | | | | | | | | | | | | | | | | Our templates are very inconsistent and sometimes even use single and double quotes in the same tag. This is an attempt to clean it up a little and use double quotes everywhere. In addition, I have run into a problem with single quotes being incorrectly escaped by the Django compressor, and I want to see if this will help with the issue. Change-Id: I2d5137a87ed65c6abef38a49264346f917a1c85a
* | Merge "Unskipping test_floatingip_associate_disassociate test case"Zuul2023-04-042-4/+3
|\ \
| * | Unskipping test_floatingip_associate_disassociate test caseAshish Gupta2023-04-042-4/+3
| | | | | | | | | | | | Change-Id: I31d73269364fc3a4fa26bf8759852f84ca9b25e0
* | | Merge "Remove usage of openstack/xstatic-font-awesome"Dr. Jens Harbott2023-03-291-1/+0
|\ \ \ | |/ / |/| |
| * | Remove usage of openstack/xstatic-font-awesomeTakashi Kajinami2023-02-271-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The repository has been retired and will be maintained in an external organization[1]. Because we install the library from Pypi, we no longer need to clone it from opendev repository. [1] https://github.com/xstatic-py/xstatic-font-awesome Change-Id: I9c75b084705dfdc6df52aca1659f89444c8a1728
* | | Merge "fix(swift): allow object creation"Zuul2023-03-232-3/+1
|\ \ \
| * | | fix(swift): allow object creationMohammed Naser2023-03-222-3/+1
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is currently not possible to create any new objects inside Swift as you'd always get an error that the new object name already exists all the time. This fixes that issue and enables you to upload files again. Closes-Bug: #1993005 Related-Change-Id: Idfb90a327e94ccaa3263aaaad1d6d52fa46312f4 Change-Id: Ib2f1aaae87820e8d5c4a6c9b01b6a6e9a5552952