ui: Honour default.ui.page.size#5394
Conversation
|
@davidjumani a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress. |
|
UI build: ✔️ |
| -- Add support for windows2019srvNext_64Guest from VMware 7.0.1.0 | ||
| INSERT INTO `cloud`.`guest_os_hypervisor` (uuid,hypervisor_type, hypervisor_version, guest_os_name, guest_os_id, created, is_user_defined) VALUES (UUID(),'VMware', '7.0.1.0', 'windows2019srvNext_64Guest', 276, now(), 0); | ||
|
|
||
| UPDATE `cloud`.`configuration` SET `value` = 20, `default_value` = 20 WHERE `name` = 'default.ui.page.size'; |
There was a problem hiding this comment.
@davidjumani won't we have to create a 41510to41520 upgrade path for it to work for 4.15.1 to 4.15.2 upgrade?
There was a problem hiding this comment.
If config key exists we shouldn't need it
There was a problem hiding this comment.
Yes, will make the change
|
@davidjumani pl remove changes for 3121, I can't accept too many core UI changes closer to the RC. |
|
Converting to draft until the sql code is moved to the right path |
|
@davidjumani can you only keep changes strictly for #5338 and remove any other changes? |
551a39d to
f6084b5
Compare
|
@davidjumani a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress. |
|
UI build: ✔️ |
|
@davidjumani check latest 4.15, upgrade path is now available. |
|
@davidjumani a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress. |
|
UI build: ✔️ |
|
Need one more review/test - @davidjumani @shwstppr @nvazquez @sureshanaparti... |
|
@blueorangutan package |
|
@davidjumani a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress. |
|
Packaging result: ✔️ el7 ✔️ el8 ✔️ debian. SL-JID 1124 |
shwstppr
left a comment
There was a problem hiding this comment.
Test upgrade from 4.15.1.
Config value updated to 20. Config is honored in the UI listviews
Fixes #5338
Types of changes
Bug Severity