jordan
jordan
Rollback to the previous version: `npm install --save-dev [email protected]`
you need to import using `import * as Datamap from ...` rather than `import Datamap from ...`
Hi @MarcoStb1993, This application should be run on a server with access to your GitLab instance, in a place which can be accessed by your clients. Using the registry locally...
Thanks for the MR, last time I attempted this I ran into some issues with the download portion as there's no group-level download API - I attempted to contribute something...
The way I've worked around this limitation in our internal fork is a HTTP server that can serve redirects to known crates. Could be another one to upstream, but does...
Hey @numiralofe The error message is indeed correct here, the `net.git-fetch-with-cli` config value or `CARGO_NET_GIT_FETCH_WITH_CLI` environment variable is required to run gitlab-cargo-shim unfortunately. Let me know how you get on....
Hey @numiralofe There's some discussion about this in #28, the steps in the README to use this in CI are currently incorrect Thanks
I believe the first one should work but instead of `$GITLAB_TOKEN` it should be `$CI_JOB_TOKEN`
Potentially `http-backend` but we shell out to Git for that already. This would be a very nice addition though so I'll look into it. Thanks for the suggestion.
This is done now, however we're still shelling out to `git http-backend` for the time being.