DTaaS icon indicating copy to clipboard operation
DTaaS copied to clipboard

:factory: :left_right_arrow: :busts_in_silhouette: Digital Twin as a Service

Results 38 DTaaS issues
Sort by recently updated
recently updated
newest added

The current code [sign out function](https://github.com/INTO-CPS-Association/DTaaS/blob/feature/distributed-demo/client/src/util/auth/Authentication.ts#L23) attempts to sign out of gitlab. It must also sign out of Traefik gateway authentication provided by **Traefik forward-auth** container. The logout URL for...

enhancement
good first issue

The @into-cps-association/[email protected] npm package gets correctly installed on windows but does not start well. The error log is: ```powershell $ runner.ps1 ParserError: C:\Users\au598657\AppData\Roaming\npm\runner.ps1:24 Line | 24 | … dir/node_modules/@into-cps-association/runner/dist/src/main.js" $args...

bug

The pre-commit [config](https://github.com/INTO-CPS-Association/DTaaS/blob/feature/distributed-demo/.pre-commit-config.yaml) depends on [bash script](https://github.com/INTO-CPS-Association/DTaaS/blob/feature/distributed-demo/script/markdownlint-hook.sh) to complete some of its markdown linting task. This script needs to be cross-platform. Converting it into a python script will make it...

enhancement

The client env.js has REACT_APP_URL_BASENAME which allows to host react app at subpaths. Examples are: ```txt localhost/bar foo.com/dts ``` This flexibility needs to be brought into the docker compose files.

The current codebase does not logout of gitlab. Does using [oauth revoke API](https://docs.gitlab.com/ee/api/oauth2.html#revoke-a-token) help?

bug
enhancement

PR #480 adds http mode to library microservice. The following yarn commands run on developer computer but fail on the github actions. ```sh yarn test:http yarn test:http-nocov yarn test:http-github ```...

bug

A successful OAuth login workflow of react website provides user details from gitlab. It is better to present these details on the user profile page. This profile page can be...

enhancement