Commit Graph

3575 Commits

Author SHA1 Message Date
Robert von Burg ac44a7ab24
[New] Added StringHelper.generateId()
Generates a string ID, using {@link SecureRandom} to concatenate ASCII characters of A-Z and 0-9 together till the given length is reached.

The following characters are filtered out:
- O
- 0
- I
- 1

Examples:
- QGAQ4QX3VX
- WMQLJAQY2N
2022-08-15 10:02:16 +02:00
Robert von Burg c462703712
[Fix] Fixed title bar search field styling 2022-08-11 15:04:02 +02:00
Robert von Burg 7bbc212be5
[New] ObjectHelper.equals() converts enums to string, if other is String 2022-08-09 15:27:17 +02:00
Robert von Burg b64861f296
[Project] Updated web dependencies 2022-08-08 16:02:56 +02:00
Robert von Burg f4155d43ba
[New] Added ParameterizedElement.copyParameterValue() and .copyRelationId() 2022-08-05 15:51:54 +02:00
Robert von Burg 0eb82322e9
[Minor] Logging RestfulApplication init 2022-08-05 13:19:34 +02:00
Robert von Burg 1326f7d627
[Minor] Code cleanup 2022-07-26 15:17:52 +02:00
Robert von Burg 271b0577f3
[Fix] Simplified TimeVariable.getValueAt() and removed value from TimeValue.compareTo() 2022-07-26 15:16:47 +02:00
Robert von Burg 07767c9c70
[New] Added .parse() to Resource, Order and Activity classes 2022-07-26 15:16:06 +02:00
Robert von Burg 21f6f8d07a
[Fix] Update metrics to not use changes but set value 2022-07-26 11:49:01 +02:00
Robert von Burg 37ef234902
[Fix] Fixed reload on reconnect 2022-07-26 10:36:48 +02:00
Robert von Burg 311cc30db2
[Project] Added missing groupId to plugin 2022-07-26 10:36:08 +02:00
Robert von Burg 05f2a7501b
[Project] Updated web dependencies 2022-07-20 12:35:44 +02:00
Robert von Burg e4d221fa16
[Fix] Properly check if OperationsLog is available in StrolchJob 2022-07-19 10:56:50 +02:00
Robert von Burg d545355b56
[Project] remove bower_components in release profile before running npm install 2022-07-15 10:05:11 +02:00
Robert von Burg cbe7b0d171
[Project] Added maven clean plugin version 3.2.0 2022-07-15 10:04:43 +02:00
Robert von Burg 6e33786791
[Fix] call accept on param, in setOrAddParamFromFlatJson 2022-07-12 15:38:29 +02:00
Robert von Burg 240cf50cf6
[Project] Updated web dependencies 2022-07-11 14:27:35 +02:00
Robert von Burg a4aaedf4ed
[New] Added ParameterBagContainer.isRelationEmpty() and cleanup 2022-07-07 12:09:01 +02:00
Robert von Burg 76ca062cb7
[New] Added new ParameterizedElement.setParamFromFlatJson() and .setParamFromFlatJson() 2022-07-06 17:16:18 +02:00
Robert von Burg 50a5d002a7
[New] Created new SetParameterValueFromJsonVisitor 2022-07-06 17:15:45 +02:00
Robert von Burg d0c02ffc38
[Minor] code cleanup 2022-07-06 17:14:44 +02:00
Robert von Burg a4c19f7ef5
[Project] Updated web dependencies 2022-07-05 15:30:55 +02:00
Robert von Burg a2c3418bb5
[Project] updated web dependencies 2022-07-04 17:14:37 +02:00
Robert von Burg 2668063d97
[Minor] Log long running observer updates 2022-07-01 15:14:25 +02:00
Robert von Burg 2aab18c2a2
[Major] Removed EventCollectingObserverHandler and using single thread for observer updates 2022-07-01 14:04:54 +02:00
Robert von Burg 9db0fd5a76
[New] Added AbstractModelObserver for using in components 2022-06-30 20:43:40 +02:00
Robert von Burg 433d4dad4e
[New] Added default implementations in Observer 2022-06-30 20:43:20 +02:00
Robert von Burg 95815c6f84
[Minor] Code cleanup in observer handler code 2022-06-30 20:43:07 +02:00
Robert von Burg 66f638cbd4
[Minor] Moved finally block in AbstractTransaction to .close() 2022-06-29 10:47:53 +02:00
Robert von Burg 5764201470
[New] Added I18nMessage.toString() 2022-06-27 16:41:43 +02:00
Robert von Burg 74cddd997d
[Fix] Fixed broken test 2022-06-23 08:22:10 +02:00
Robert von Burg f19602f0de
[Fix] Fixed bug when removing single message 2022-06-22 12:36:51 +02:00
Robert von Burg 4136d27a32
[Project] Updated web dependencies 2022-06-22 08:38:05 +02:00
Robert von Burg 93ff0f0d02
[New] Added StrolchElementToJsonVisitor.withBagId() 2022-06-17 15:33:32 +02:00
Robert von Burg 25f6729621
[Minor] Code cleanup 2022-06-14 11:53:13 +02:00
Robert von Burg 9400b97ca7
[New] Added ParameterizedElement and ParameterBagContainer .isParamEmpty() and .isParamSet() 2022-06-14 11:21:49 +02:00
Robert von Burg 60438cd743
[Project] Updated web dependencies 2022-06-13 20:41:02 +02:00
Robert von Burg 13302c6e5b
[Project] Updated web dependencies 2022-06-13 10:04:03 +02:00
Robert von Burg a55f9c11d7
[New] Allow to add hidden enums, not passed to UI 2022-06-09 16:25:22 +02:00
Robert von Burg 46c194e6e0
[New] Added StrolchTransaction.isWriteable() 2022-06-03 15:22:29 +02:00
Robert von Burg 765b849f82
[New] Added RestfulStrolchComponent.openTx() overload for TX 2022-06-03 15:19:04 +02:00
Robert von Burg bcc90ce29e
[New] Added StrolchTransaction.isReadOnly() 2022-06-03 15:18:37 +02:00
Robert von Burg 1668294128
[Project] updated web dependencies 2022-05-26 09:33:02 +02:00
Robert von Burg 8865c86db8
[Project] Updated web dependencies 2022-05-17 14:14:20 +02:00
Robert von Burg c163808c3e
[Project] Updated web dependencies 2022-05-17 09:56:39 +02:00
Robert von Burg 6543e3982c
[Project] Updated web dependencies 2022-05-16 19:14:33 +02:00
Robert von Burg edb44c21b5
[Project] auto run bower install after npm install 2022-05-13 15:14:23 +02:00
Robert von Burg 3df3a13d48
[Minor] Replaced default font with ubuntu 2022-05-13 14:07:01 +02:00
Robert von Burg 8fea9f0798
[Minor] Replaced default font with ubuntu 2022-05-13 13:50:05 +02:00