-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Git repository not working from web-app #2737
Comments
@smoosbau Hi, please attach logs from cvat container |
@azhavoro Thanks for your comment. Due to it I know where the error is coming from. It seems like changing cvat-ui/utils/validation-patterns.ts line 69 to 'pattern: /^((https?://)|(git@)|(ssh://git@))[^\s$.?#].[^\s]*$/,' might solve the problem but I'm not sure if just rebuilding with 'docker compose build' is enough, as it doesn't work that way. |
Fixed in #4057 |
My actions before raising this issue
If setting a dataset repository URL for a task submission fails. But if checking out the same repository from within the container (docker exec ...) it works perfectly fine and as expected.
Expected Behaviour
Set dataset repository URL can be cloned.
Current Behaviour
Repository cannot be cloned using the GUI.
Steps to Reproduce (for bugs)
Context
I cannot version my currently running projects without making them public on GitHub. Furthermore the versioning has no history as every new commit overrides the branches history.
Your Environment
Docker Containers running on Arch Linux. Web Browser is Chromium but I tested it with Chrome, too.
Git hash commit (
git log -1
): 473554bDocker version
docker version
(e.g. Docker 17.0.05):Client:
Version: 20.10.2
API version: 1.41
Go version: go1.15.6
Git commit: 2291f610ae
Built: Tue Jan 19 17:19:21 2021
OS/Arch: linux/amd64
Context: default
Experimental: true
Server:
Engine:
Version: 20.10.2
API version: 1.41 (minimum version 1.12)
Go version: go1.15.6
Git commit: 8891c58a43
Built: Tue Jan 19 17:18:55 2021
OS/Arch: linux/amd64
Experimental: false
containerd:
Version: v1.4.3
GitCommit: 269548fa27e0089a8b8278fc4fc781d7f65a939b.m
runc:
Version: 1.0.0-rc92
GitCommit: ff819c7e9184c13b7c2607fe6c30ae19403a7aff
docker-init:
Version: 0.19.0
GitCommit: de40ad0
Are you using Docker Swarm or Kubernetes? No
Operating System and version (e.g. Linux, Windows, MacOS):
LSB Version: 1.4
Distributor ID: Arch
Description: Arch Linux
Release: rolling
The text was updated successfully, but these errors were encountered: