vorto
vorto copied to clipboard
Vorto Project
This is essentially a follow-up on #2291 . The message generated and sent by Vorto (as other messages recently re-discovered once the infrastructure was re-configured to actually send e-mail) is...
The Swagger documentation should contain a link to the documentation on how to use the search. Swagger API: https://www.eclipse.org/vorto/swagger/index.html#/Models/SearchForModels Search documentation: https://github.com/eclipse/vorto/tree/development/repository/repository-elasticsearch
The /content API is still very slow (Octopus takes ~15s on PROD). We need to improve the performance and consider creating a new endpoint for the DevConsole that returns less...
This is a spin off of #2599. Similar situation but different UI - in fact the optimization is likely back-end only here. Querying model mappings can take an extravagant amount...
Vorto is based on Spring Boot 1.5.13.RELEASE. The latest version at the time of writing is 2.3.4.RELEASE. The main reason prompting for an upgrade so far would be to be...
There is a residual usage in the code base post-#2265 refactory still associating a "tenant ID" (aka a JCR workspace ID for ModeShape) with a IUserContext instance. There is no...
The usage of the method above should be checked. It causes issues e.g. with bulk operations. If a model has references in a different namespace a bulk operation (e.g. release)...
When invoking the "Ditto Thing JSON" generator on a Function Block https://vorto.eclipse.org#/details/org.eclipse.ditto.examples:SwitchableLamp:1.0.0 The following Thing is generated: ``` { "definition": "org.eclipse.ditto.examples:SwitchableLampIM:1.0.0", "attributes": { "modelDisplayName": "SwitchableLamp" }, "features": { "switchablelamp" :...
After I import function block from _fbmodel_ files and I have copyrights notice on the top of file using standard /* Copyright (c) */ notation the info is stored in...
Minor follow-up on #2503 to optionally tidy up technical users created by a user who wishes to delete their Vorto account. This should be presented as an option (i.e. a...