Skip to content

Changes

Summary

  1. error message when User wants to add reserved user to device (#1996) (details)
  2. Unable To Save New Settings fix (details)
  3. Made requested changes on AccountEditDialog and AccountServiceImpl (details)
  4. Set triggerAction property for TimeFields on JobScheduleAddDialog (details)
  5. credential type instead of credentials id in Credentials Unlock dialog (details)
  6. Fix permission error when editing self account details (details)
  7. Address comments in PR #2062 (details)
  8. Further refactoring (details)
  9. Added expirationDate GridCellRenderer and updated GwtCredential class (details)
  10. Additional changes for setting expirationDate in Users and Accounts (details)
  11. Restore readonly fields in Settings page (details)
  12. Fix Data View by asset with same asset in multiple devices (details)
  13. Use property id instead of name when updatding device configuration (details)
  14. Removed Excel export, added Devices Export button (details)
  15. Addressed PR comments (details)
  16. Account find in privileged mode when exporting devices (details)
Commit fbf1a99d8ef0bcd9499b6a7a22eef3f0beaac9cb by Alberto Codutti
error message when User wants to add reserved user to device (#1996)
* error message when User wants to add reserved user to device
Signed-off-by: CT\pgoran <goran.palibrk@comtrade.com>
made new exception which will be thrown when User wants to reserve User
which is already reserved by another connection
Signed-off-by: CT\pgoran <goran.palibrk@comtrade.com>
dialog box not hide on failed update
Signed-off-by: CT\pgoran <goran.palibrk@comtrade.com>
edit dialog not hide on failed edit connections
Signed-off-by: CT\pgoran <goran.palibrk@comtrade.com>
reserved user field mark as invalid when user is already reserved by
another connection
Signed-off-by: CT\pgoran <goran.palibrk@comtrade.com>

* make requested changes in PR
Signed-off-by: CT\pgoran <goran.palibrk@comtrade.com>

* modified DeviceConnectionOptionsServiceImpl
Signed-off-by: CT\pgoran <goran.palibrk@comtrade.com>
make new exception for user who is alreadt reserved by another
device/connection
Signed-off-by: CT\pgoran <goran.palibrk@comtrade.com>

* added if clause for checking reserved_user_id
Signed-off-by: CT\pgoran <goran.palibrk@comtrade.com>

* make requested changes in PR
Signed-off-by: CT\pgoran <goran.palibrk@comtrade.com>

* added and predicate with entity id
Signed-off-by: CT\pgoran <goran.palibrk@comtrade.com>

* add operator not equal in and predicate
Signed-off-by: CT\pgoran <goran.palibrk@comtrade.com>

* ConnectionServiceException and UserAlreadyReservedException moved to
the device-registry-api module
Signed-off-by: CT\pgoran <goran.palibrk@comtrade.com>

* ConnectionServiceErrorCodes moved into right module
Signed-off-by: CT\pgoran <goran.palibrk@comtrade.com>
The file was modified service/api/src/main/resources/kapua-service-error-messages.properties (diff)
The file was modified console/module/device/src/main/java/org/eclipse/kapua/app/console/module/device/client/connection/ConnectionEditDialog.java (diff)
The file was addedservice/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/connection/option/UserAlreadyReservedException.java
The file was modified service/device/registry/internal/src/main/java/org/eclipse/kapua/service/device/registry/connection/option/internal/DeviceConnectionOptionServiceImpl.java (diff)
The file was modified service/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/connection/option/DeviceConnectionOptionAttributes.java (diff)
The file was addedservice/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/connection/option/ConnectionServiceErrorCodes.java
The file was addedservice/device/registry/api/src/main/java/org/eclipse/kapua/service/device/registry/connection/option/ConnectionServiceException.java
The file was modified service/api/src/main/java/org/eclipse/kapua/KapuaErrorCodes.java (diff)
Commit e65398104f3ad461f53985718749c73b2394c9d6 by Alberto Codutti
Unable To Save New Settings fix
Signed-off-by: ct-ajovanovic <aleksandra.jovanovic@comtrade.com>
The file was modified service/account/internal/src/main/java/org/eclipse/kapua/service/account/internal/AccountServiceImpl.java (diff)
The file was modified console/module/account/src/main/java/org/eclipse/kapua/app/console/module/account/client/toolbar/AccountEditDialog.java (diff)
The file was modified console/module/account/src/main/java/org/eclipse/kapua/app/console/module/account/client/toolbar/AccountAddDialog.java (diff)
Commit 95e9d63016113db8ad1d2806c9705363751acf2a by Alberto Codutti
Made requested changes on AccountEditDialog and AccountServiceImpl
classes
Signed-off-by: ct-ajovanovic <aleksandra.jovanovic@comtrade.com>
The file was modified service/account/internal/src/main/java/org/eclipse/kapua/service/account/internal/AccountServiceImpl.java (diff)
The file was modified console/module/account/src/main/java/org/eclipse/kapua/app/console/module/account/client/toolbar/AccountEditDialog.java (diff)
Commit 157b4a40f47880f52114ebca3f265c6c70b1136b by Alberto Codutti
Set triggerAction property for TimeFields on JobScheduleAddDialog
(#2065)
Signed-off-by: ct-ajovanovic <aleksandra.jovanovic@comtrade.com>
The file was modified console/module/job/src/main/java/org/eclipse/kapua/app/console/module/job/client/schedule/JobScheduleAddDialog.java (diff)
Commit 1ef46377e8fa0a9474fc70f81d02a09cdba9efe7 by Alberto Codutti
credential type instead of credentials id in Credentials Unlock dialog
(#2032)
drop s from credential info message
Signed-off-by: CT\pgoran <goran.palibrk@comtrade.com>
The file was modified console/module/authentication/src/main/resources/org/eclipse/kapua/app/console/module/authentication/client/messages/ConsoleCredentialMessages.properties (diff)
The file was modified console/module/authentication/src/main/java/org/eclipse/kapua/app/console/module/authentication/client/tabs/credentials/CredentialUnlockDialog.java (diff)
Commit c27360da962b4bcf5758952cfd8a64ae169bfc58 by Alberto Codutti
Fix permission error when editing self account details
Signed-off-by: Claudio Mezzasalma <claudio.mezzasalma@eurotech.com>
The file was modified console/module/account/src/main/resources/org/eclipse/kapua/app/console/module/account/client/messages/ConsoleAccountMessages.properties (diff)
The file was modified console/module/account/src/main/java/org/eclipse/kapua/app/console/module/account/client/toolbar/AccountEditDialog.java (diff)
Commit 39991461ff2ba92b99774121b6bb66e49680dcd8 by Alberto Codutti
Address comments in PR #2062
Signed-off-by: Claudio Mezzasalma <claudio.mezzasalma@eurotech.com>
The file was modified console/module/account/src/main/java/org/eclipse/kapua/app/console/module/account/server/GwtAccountServiceImpl.java (diff)
The file was modified console/module/account/src/main/java/org/eclipse/kapua/app/console/module/account/client/AccountDetailsTabDescription.java (diff)
Commit 424aee0db29e7eb3c72f1e84d17d2043c7be5d80 by Alberto Codutti
Further refactoring
Signed-off-by: Claudio Mezzasalma <claudio.mezzasalma@eurotech.com>
The file was modified console/module/account/src/main/java/org/eclipse/kapua/app/console/module/account/client/toolbar/AccountEditDialog.java (diff)
The file was modified console/module/account/src/main/java/org/eclipse/kapua/app/console/module/account/client/AccountDetailsTabDescription.java (diff)
The file was modified console/module/account/src/main/java/org/eclipse/kapua/app/console/module/account/server/GwtAccountServiceImpl.java (diff)
Commit 7786badcedcd1cd232e9de0fe0c0c5e970ac97bd by Alberto Codutti
Added expirationDate GridCellRenderer and updated GwtCredential class
Signed-off-by: ct-ajovanovic <aleksandra.jovanovic@comtrade.com>
The file was modified console/module/api/src/main/resources/org/eclipse/kapua/app/console/module/api/client/messages/ConsoleMessages.properties (diff)
The file was modified console/module/authentication/src/main/java/org/eclipse/kapua/app/console/module/authentication/shared/model/GwtCredential.java (diff)
The file was modified console/module/authentication/src/main/java/org/eclipse/kapua/app/console/module/authentication/client/tabs/credentials/CredentialGrid.java (diff)
Commit 638888348964bf757e58687b870ab142620db699 by Alberto Codutti
Additional changes for setting expirationDate in Users and Accounts
Signed-off-by: ct-ajovanovic <aleksandra.jovanovic@comtrade.com>
The file was modified console/module/account/src/main/java/org/eclipse/kapua/app/console/module/account/client/AccountGrid.java (diff)
The file was modified console/module/account/src/main/java/org/eclipse/kapua/app/console/module/account/client/childuser/AccountChildUserGrid.java (diff)
The file was modified console/module/user/src/main/java/org/eclipse/kapua/app/console/module/user/shared/model/GwtUser.java (diff)
The file was modified console/module/account/src/main/java/org/eclipse/kapua/app/console/module/account/shared/model/GwtAccount.java (diff)
The file was modified console/module/user/src/main/java/org/eclipse/kapua/app/console/module/user/client/UserGrid.java (diff)
The file was modified console/module/account/src/main/java/org/eclipse/kapua/app/console/module/account/server/GwtAccountServiceImpl.java (diff)
The file was modified console/module/account/src/main/java/org/eclipse/kapua/app/console/module/account/client/AccountDescriptionTab.java (diff)
The file was modified console/module/api/src/main/java/org/eclipse/kapua/app/console/module/api/client/ui/tab/EntityDescriptionTabItem.java (diff)
The file was modified console/module/user/src/main/java/org/eclipse/kapua/app/console/module/user/client/tabs/description/UserTabDescription.java (diff)
Commit dd5446193f63e08488dc3d289c1d71a0099846ac by Alberto Codutti
Restore readonly fields in Settings page
Signed-off-by: Claudio Mezzasalma <claudio.mezzasalma@eurotech.com>
The file was modified console/module/account/src/main/java/org/eclipse/kapua/app/console/module/account/client/AccountConfigPanel.java (diff)
Commit 9b110f73b57b72504de6255970ba046ff624d4fd by Alberto Codutti
Fix Data View by asset with same asset in multiple devices
Signed-off-by: Claudio Mezzasalma <claudio.mezzasalma@eurotech.com>
The file was modified console/module/data/src/main/java/org/eclipse/kapua/app/console/module/data/client/AssetTabItem.java (diff)
The file was modified console/module/data/src/main/java/org/eclipse/kapua/app/console/module/data/client/DataView.java (diff)
The file was modified console/module/data/src/main/java/org/eclipse/kapua/app/console/module/data/shared/service/GwtDataService.java (diff)
The file was modified console/module/data/src/main/java/org/eclipse/kapua/app/console/module/data/client/ResultsTable.java (diff)
The file was modified console/module/data/src/main/java/org/eclipse/kapua/app/console/module/data/server/GwtDataServiceImpl.java (diff)
Commit c436faf9f9ee748ddd53a6df281841647f6a2223 by Alberto Codutti
Use property id instead of name when updatding device configuration
Signed-off-by: Claudio Mezzasalma <claudio.mezzasalma@eurotech.com>
The file was modified console/module/device/src/main/java/org/eclipse/kapua/app/console/module/device/server/GwtDeviceManagementServiceImpl.java (diff)
Commit 4c514ce0b28ec5884285509d2f0eaf566225a600 by Alberto Codutti
Removed Excel export, added Devices Export button
Signed-off-by: Claudio Mezzasalma <claudio.mezzasalma@eurotech.com>
The file was modified console/module/device/src/main/java/org/eclipse/kapua/app/console/module/device/servlet/DeviceExporterServlet.java (diff)
The file was modified pom.xml (diff)
The file was modified console/module/device/pom.xml (diff)
The file was modified console/module/device/src/main/java/org/eclipse/kapua/app/console/module/device/servlet/DeviceEventExporterServlet.java (diff)
The file was removedconsole/module/device/src/main/java/org/eclipse/kapua/app/console/module/device/servlet/DeviceExporterExcel.java
The file was modified console/core/src/main/java/org/eclipse/kapua/app/console/core/servlet/FileServlet.java (diff)
The file was removedconsole/module/device/src/main/java/org/eclipse/kapua/app/console/module/device/servlet/DeviceEventExporterExcel.java
The file was modified console/module/data/pom.xml (diff)
The file was modified console/module/device/src/main/java/org/eclipse/kapua/app/console/module/device/client/device/DeviceGridToolbar.java (diff)
The file was modified console/module/device/src/main/java/org/eclipse/kapua/app/console/module/device/client/device/DeviceGrid.java (diff)
The file was modified console/module/data/src/main/java/org/eclipse/kapua/app/console/module/data/servlet/DataExporterServlet.java (diff)
The file was modified console/module/device/src/main/java/org/eclipse/kapua/app/console/module/device/client/device/history/DeviceTabHistory.java (diff)
The file was modified console/module/data/src/main/java/org/eclipse/kapua/app/console/module/data/client/ResultsTable.java (diff)
The file was modified console/core/pom.xml (diff)
The file was removedconsole/module/data/src/main/java/org/eclipse/kapua/app/console/module/data/servlet/DataExporterExcel.java
Commit d37ac59286b5f579bf0f6b1baea3edaa4455a742 by Alberto Codutti
Addressed PR comments
Signed-off-by: Claudio Mezzasalma <claudio.mezzasalma@eurotech.com>
The file was modified console/module/device/src/main/java/org/eclipse/kapua/app/console/module/device/servlet/DeviceExporterServlet.java (diff)
The file was modified console/module/device/src/main/java/org/eclipse/kapua/app/console/module/device/servlet/DeviceExporterCsv.java (diff)
The file was modified console/module/device/src/main/java/org/eclipse/kapua/app/console/module/device/client/device/DeviceGrid.java (diff)
The file was modified console/module/device/src/main/java/org/eclipse/kapua/app/console/module/device/servlet/DeviceExporter.java (diff)
The file was modified console/module/device/src/main/java/org/eclipse/kapua/app/console/module/device/client/device/DeviceGridToolbar.java (diff)
The file was modified console/module/device/src/main/java/org/eclipse/kapua/app/console/module/device/servlet/DeviceEventExporterServlet.java (diff)
The file was modified console/module/device/src/main/java/org/eclipse/kapua/app/console/module/device/servlet/DeviceEventExporter.java (diff)
The file was modified console/module/device/src/main/java/org/eclipse/kapua/app/console/module/device/servlet/DeviceEventExporterCsv.java (diff)
Commit 2a723182f9240180841a9ce0e35d50ba14a3a521 by Alberto Codutti
Account find in privileged mode when exporting devices
Signed-off-by: Claudio Mezzasalma <claudio.mezzasalma@eurotech.com>
The file was modified console/module/device/src/main/java/org/eclipse/kapua/app/console/module/device/servlet/DeviceExporterCsv.java (diff)