Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0048949 | Openbravo ERP | A. Platform | public | 2022-03-31 16:03 | 2022-04-25 07:52 |
|
Reporter | shuehner | |
Assigned To | shuehner | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | PR22Q3 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0048949: Remove feature to receive alerts from butler via heartbeat reply (i.e. about updates) |
Description | The heartbeat sending mechanism has a feature where the server (butler) can send back alert which are shown to the system-administrator role.
That feature was designed in 2008 to allow to push back alert about new software version (i.e. Openbravo verion or stack components (i.e. ant,java,database) via the alert system.
That was never really used since then and does not fit into current Openbravo usage with bigger installations.
Remove the feature as obsolete. |
Steps To Reproduce | - |
Proposed Solution | Remote the client side of this feature (this issue).
In parallel server side code in butler codecase is planned to be removed as well. |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | design defect | 0012506 | | acknowledged | Triage Platform Base | The Alert class for creating alert instances is broken | depends on | defect | 0049116 | | closed | alostale | API change: removed heartbeat alerts |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2022-03-31 16:03 | shuehner | New Issue | |
2022-03-31 16:03 | shuehner | Assigned To | => Triage Platform Base |
2022-03-31 16:03 | shuehner | Modules | => Core |
2022-03-31 16:03 | shuehner | Triggers an Emergency Pack | => No |
2022-03-31 16:04 | shuehner | Relationship added | related to 0012506 |
2022-03-31 16:04 | shuehner | Note Added: 0136217 | |
2022-03-31 16:10 | hgbot | Note Added: 0136220 | |
2022-03-31 17:25 | shuehner | Summary | Remove feature to receive alerts from butler via heartbeast reply (i.e. about updates) => Remove feature to receive alerts from butler via heartbeat reply (i.e. about updates) |
2022-04-25 07:40 | alostale | Relationship added | depends on 0049116 |
2022-04-25 07:51 | alostale | Assigned To | Triage Platform Base => shuehner |
2022-04-25 07:52 | hgbot | Resolution | open => fixed |
2022-04-25 07:52 | hgbot | Status | new => closed |
2022-04-25 07:52 | hgbot | Fixed in Version | => PR22Q3 |
2022-04-25 07:52 | hgbot | Note Added: 0136704 | |
2022-04-25 07:52 | hgbot | Note Added: 0136705 | |
2022-04-25 07:52 | hgbot | Note Added: 0136706 | |
Notes |
|
|
Old issue 12506 (int -> String uuid bug) can be close as obsolete when this change is done (as it will remove the Alert class 12506 is about) |
|
|
(0136220)
|
hgbot
|
2022-03-31 16:10
|
|
|
|
(0136704)
|
hgbot
|
2022-04-25 07:52
|
|
Directly closing issue as related merge request is already approved.
Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: 2729a85f948c497a981d382dd4ac53ffd595f4cc
Author: Stefan Huehner <stefan.huehner@openbravo.com>
Date: 25-04-2022 05:51:19
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/2729a85f948c497a981d382dd4ac53ffd595f4cc [^]
Fixes ISSUE-48949: Remove receiving alerts via heartbeat reply.
Heartbeat could optionally receive Alerts to show locally via the HB
reply from butler.
That mechanism was never really used so remove it as obsolete.
- Remove supporting code from HeartbeatProcess
- Remove Alertrule for it from ADRD dataset
- Remove postscript-* code to add SystemAdmin role to above ADRD entry
- Very fix-up code from before we had modulescripts for such changes
- Remove Alert.java & Alert_data.xsql which were only used for this
feature. Especially Alert.java class was not generally useful as still
assumed primary key values to be an int (instead of UUID's)
---
M src-db/database/model/postscript-Oracle.sql
M src-db/database/model/postscript-PostgreSql.sql
M src-db/database/sourcedata/AD_MESSAGE.xml
M src-db/database/sourcedata/referencedData/AD_ALERTRULE.xml
M src-test/src/org/openbravo/test/role/inheritance/HorizontalInheritance.java
M src/org/openbravo/erpCommon/ad_process/HeartbeatProcess.java
R src/org/openbravo/erpCommon/utility/Alert.java
R src/org/openbravo/erpCommon/utility/Alert_data.xsql
---
|
|
|
(0136705)
|
hgbot
|
2022-04-25 07:52
|
|
|
|
(0136706)
|
hgbot
|
2022-04-25 07:52
|
|
|