Nedelcho Delchev

Results 50 issues of 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...

component-ide
usability
priority-medium
efforts-high
component-template
edm

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

enhancement
API
component-ide
lang-javascript
web-ide
usability
priority-low
efforts-medium
component-template

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...

enhancement
component-workspace
lang-javascript
web-ide
usability
priority-medium
efforts-high
lang-java

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)...

enhancement
component-ide
component-database
lang-javascript
web-ide
usability
priority-medium
efforts-medium
database

Database Stored Procedure Editor to be implemented for managing `*.procedure` similar to the editor for `*.view` files.

enhancement
component-ide
component-database
lang-javascript
web-ide
usability
priority-high
efforts-medium
database

Add support for *.procedure files which can create automatically (via the synchronizer) a database stored procedure.

enhancement
component-database
usability
priority-medium
efforts-high

Tenants View to be introduced, so that users can create new Tenants via user interface

component-ide
lang-javascript
web-ide
usability
priority-medium
efforts-high
lang-java

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...

component-ide
lang-javascript
web-ide
usability
priority-medium
efforts-high
lang-java

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....

enhancement
component-core
lang-javascript
web-ide
usability
priority-high
efforts-high
lang-java

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...