tg
tg copied to clipboard
Trident Genesis
### Description This issue covers the work to establish an embedded Jetty-based proxy service that could be used in TG-based applications for various purposes without the need to utilise external...
### Description The current rational for the left and right action groups that form the EGI toolbar is a follows: 1. The right group should consist of action that have...
This pull request was made to add aditional changes to `paper-checkbox`. This changes should adjust it's colors when it is disabled.
### Description Properties of type `boolean` are the only case where a primitive type is used for a property type. One of the issue with this is that fields that...
### Description Completing the transition from EQL2 metadata to EQL3 metadata has posed some challenges due to structural differences between the two. In particular, EQL3 metadata is less rich than...
### Description It is now required to manually inject `IDates` into validators/definers to use its API (e.g. methods `now()` and `zoned(...)`). The access to such API can be simplified by...
### Description In TG there is a subsystem responsible for generation of domain metadata. It was created specifically for EQL. EQL3 metadata has the following structure: * Unordered set of...
### Description Saving of modified entities may require a continuation, which is represented by its own master. The simplest example is the Warning Acknowledgement continuation. However, if there was another...
### Description Currently `Reflector.isPropertyProxied` can only check first-level properties. However, there are situations where this predicate is used in application to property paths (aka dot-notation expressions). For example, it is...
Resolve #2235 Summary of changes: * Convert all `java.sql.Timestamp` values retrieved from DB to `java.util.Date` * Hibernate type mapping for `Date` values has been used only for retrieving values from...