dirigible icon indicating copy to clipboard operation
dirigible copied to clipboard

Eclipse Dirigible™ Project

Results 328 dirigible issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Generating an application from a model, which was itself generated from a Datasource, allows spaces in places where they shouldn't be allowed. If the Datasource has a...

bug
component-ide
web-ide
component-template
edm
IDE

Currently, it is possible to use spaces in the perspective names. This leads to DAO in folders with spaces. If you want to use the generated DAOs, you will have...

**Describe the bug** When you clone a repository which has a protected branch (main/master for example), make some changes and try to push them to the same branch, the Git...

bug
web-ide
priority-high

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

Create an "OpenAPI Client" template and generate specific HTTP client form the OpenAPI metadata. Creation of such client, for the end user should be as following: 1. Create new project...

enhancement
API
component-template

When I open the terminal perspective on my mac I get an error in the console: ![image](https://github.com/eclipse/dirigible/assets/5058839/d1830fc4-fc2f-478e-956b-267664d73b56) ``` 2024-04-16 11:55:40.283 [ERROR] [http-nio-8080-exec-6] [background] o.e.d.c.t.e.TerminalWebsocketHandler - [ws:terminal] Failed to connecto to...

bug
component-ide
component-core
web-ide
IDE

**Describe the bug** I have a Facade with a method that returns a list of Java Enum types. This gets serialized out of the api.ts file as a simple list...

enhancement
component-ide
web-ide
usability
IDE

If I have a project which has the following `project.json` in the `master` ```json { "guid": "codbex-electra", "actions": [ { "name": "Build TypeScript", "commands": [ { "os": "unix", "command": "tsc"...

enhancement
component-ide
component-core
web-ide
IDE

If I have two dirigible projects in one github repo and try to remove one of them, all projects disappear. ![image](https://github.com/eclipse/dirigible/assets/5058839/0951c851-89de-47a4-b591-fa3a182c887e) ![image](https://github.com/eclipse/dirigible/assets/5058839/b994e992-74af-4de1-bdd5-5cfb96a50639) ![image](https://github.com/eclipse/dirigible/assets/5058839/37fb8bbe-9f7f-480f-9645-001aed0337af) ![image](https://github.com/eclipse/dirigible/assets/5058839/91d843b6-c202-4d90-a565-646c991f65e9)

bug
component-ide
component-core
component-workspace
web-ide
IDE

Before refresh the import is not resolved ![image](https://github.com/eclipse/dirigible/assets/5058839/9f704e87-e80d-4213-8840-bbf78239813f) After refresh the import is resolved ![image](https://github.com/eclipse/dirigible/assets/5058839/fdbd85a8-72c9-49a1-ad58-b6f9245b8369)

component-ide
web-ide
IDE
lang-typescript