SysML-v2-API-Services
SysML-v2-API-Services copied to clipboard
Proof-of-concept pilot implementation for the Systems Modeling API and Services.
Hi, I do not know if this has any value for you, but I created a dockerfile for it. If there is interest, then I also have some files for...
Open Api scheme model not exist, i need to prepare the TFG and prepare a diagram drawing from python client on it. Thanks and Regards
See https://github.com/Systems-Modeling/SysML-v2-API-Services/pull/109/commits/809037cff1d6124e3ae1ca9811f5c16c63bf9eb3 Prior to this change, the only way to change the persistence settings was to edit the `persistence.xml`. In case of a pre-build .jar, the `persistence.xml` has to be...
See https://github.com/Systems-Modeling/SysML-v2-API-Services/pull/109/commits/c85217b2be0f8b15dca26df9814fd080928dd268 This commit adds the `junixsocket` library to the dependencies. This allows the usage of a UNIX domain socket connection to a `postgresql` server. This promises both better performance,...
When making a cross-origin request to the service, only the `content-length` and `content-type` headers are exposed. Tested with the service hosted at http://sysml2.intercax.com:9000/ . The `Link` header should be exposed...
From what I can gather from the "Systems Modeling Application Programming Interface (API) and Services" version 1.0, release 2022-11 the property `referencedCommit` and `head` (which redefines referencedCommit) of the `Branch`...
Dear All, I am studying the openapi.json file at https://raw.githubusercontent.com/Systems-Modeling/SysML-v2-API-Services/master/public/docs/openapi.json. The `postProject` operation as specified between lines 80 and 100: ``` "post": { "tags": [ "Project" ], "summary": "Create project",...
Hello, I noticed that the current default port in the SysML-v2-API-Services implementation is 9000, which is the also the default port used by [MinIO](https://min.io/), a very popular open-source S3-compliant object...
I have the system up and running on my local machine, but the database is empty so there are no projects to work with. Is there a way to seed...
It's unfortunate that the dependencies of this project have not been updated - sbt 1.2.8 vs 1.8.2 etc. Users could of course do this themselves, but it's not as simple...