Nedelcho Delchev
Nedelcho Delchev
Lookup Dialog widget to be supported in templates. It should behave similarly to Dropdown, but a dialog should be open where a table with entities should appear as well as...
Generate RESTfull Services based on Swagger descriptor: 1. Contribute to Swagger Code Generator 2. Embed it into the Dirigible stack 3. Expose corresponding API Related issues: - https://github.com/eclipse/dirigible/issues/523 - https://github.com/eclipse/dirigible/issues/3791
Editors lose unsaved changes when switching perspectives. The opened tabs (editors) are preserved, but the content not. There should be a general solution for all the editors like auto-save option...
Table artefacts internally supports `type` property. It should be possible to be possible to be set via the Table Editor for `*.table` files. * "" (Not specified) * "HYBRID" (Snowflake)...
Database Stored Procedure Editor to be implemented for managing `*.procedure` similar to the editor for `*.view` files.
Add support for *.procedure files which can create automatically (via the synchronizer) a database stored procedure.
Tenants View to be introduced, so that users can create new Tenants via user interface
Link Problems View with the Status Bar error message, so that when a new Problem appears, the info to be visualised on the status bar. This may require regular pull...
Tasks View which will show the long-running Tasks on the backend with their status. It could be tested with CSV import of a hundreds of megabytes file in a table....
Set a few custom DataSources: ``` export DIRIGIBLE_DATABASE_CUSTOM_DATASOURCES=TEST2,Test4,TEST1,Test3 export TEST1_DRIVER=org.h2.Driver export TEST1_URL=jdbc:h2:file:./target/dirigible/h2/Test1DB export TEST1_USERNAME=sa export TEST1_PASSWORD= export TEST2_DRIVER=org.h2.Driver export TEST2_URL=jdbc:h2:file:./target/dirigible/h2/Test2DB export TEST2_USERNAME=sa export TEST2_PASSWORD= export Test3_DRIVER=org.h2.Driver export Test3_URL=jdbc:h2:file:./target/dirigible/h2/Test3DB export Test3_USERNAME=sa...