Activity
Fixed test
Fixed test
Refactor the columnType field in TableColumn to use an ADT (ColumnType).
Refactor the columnType field in TableColumn to use an ADT (ColumnType).
Updated plugin sbt-ci-release to version 1.5.12
Updated plugin sbt-ci-release to version 1.5.12
Added an object parseHexString to convert hex strings to a byte array…
Added an object parseHexString to convert hex strings to a byte array…
on Sep 10, 2024
Merge branch 'main' into add-image-input-facade
Merge branch 'main' into add-image-input-facade
Merge branch 'main' into add-data-provider-to-manage-images
Merge branch 'main' into add-data-provider-to-manage-images
Merge branch 'main' into fix-handle-bytea-storage
Merge branch 'main' into fix-handle-bytea-storage
Merge branch 'main' into filtering-by-non-string-column
Merge branch 'main' into filtering-by-non-string-column
Removed extends serializable of FieldValue trait
Removed extends serializable of FieldValue trait
Add exceptions to the convertHexToImage function to check that the ar…
Add exceptions to the convertHexToImage function to check that the ar…
on Sep 6, 2024
Tests fixed, changed the column to which the null value is sent. The …
Tests fixed, changed the column to which the null value is sent. The …
Merge branch 'main' into add-data-provider-to-manage-images
Merge branch 'main' into add-data-provider-to-manage-images
Merge branch 'main' into add-image-input-facade
Merge branch 'main' into add-image-input-facade
Merge branch 'main' into fix-handle-bytea-storage
Merge branch 'main' into fix-handle-bytea-storage
Merge branch 'main' into filtering-by-non-string-column
Merge branch 'main' into filtering-by-non-string-column
Added tests and request corrections
Added tests and request corrections
Added tests and corrections
Added tests and corrections
Fixed an Internal Server Error, Caused when attempting to filter by a…
Fixed an Internal Server Error, Caused when attempting to filter by a…
Handle the bytea data received to be stored correctly in the database.
Handle the bytea data received to be stored correctly in the database.
Fixed the filter functionality when the parameter is a reference.
Fixed the filter functionality when the parameter is a reference.
Added a Data Provider to manage images
Added a Data Provider to manage images
Added ImageInput and replaced ImageField with it in the create and up…
Added ImageInput and replaced ImageField with it in the create and up…
Update React-Admin Version to 4.14.4
Update React-Admin Version to 4.14.4
Fixed bugs related to image handling (saving and reading).
Fixed bugs related to image handling (saving and reading).