You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Client config. The REACT_APP_WORKBENCHLINK_DT_PREVIEW is missing in some places.
Each release must have fixed npm and docker versions in all places. At present, the npm install and custom docker compose files in client and servers do not have their versions fixed. In addition, the docs need to be updated as well.
Developer documentation needs to be updated for latest code of all the packages.
DevOps documentation from Vanessa's thesis need to be integrated
Port updates in documentation from release-v0.6 branch to feature/distributed-demo branch.
The text was updated successfully, but these errors were encountered:
Have a dtaas group in the integrated gitlab instance
Have a gitlab repository in dtaas group with username as repository name. For example, user1 username must have a repository at https://foo.com/gitlab/dtaas/user1.git. Create a branch named main and make this the default branch.
Use it to clone and work with the repository. The repository will be accessible using the URL: https://<PAT-name>:<token-value>:foo.com/gitlab/dtaas/user1.git. Use regular git workflows for commit, push and pull content.
Remember to create a branch named main and push content to the same. Now the workflows from React website and the git are synchronized.
Describe the bug
The following documentation is out of date:
REACT_APP_WORKBENCHLINK_DT_PREVIEW
is missing in some places.client
andservers
do not have their versions fixed. In addition, thedocs
need to be updated as well.The text was updated successfully, but these errors were encountered: