Diego Louzán
Diego Louzán
I'm not sure I understand: you want to have a subproject in gitlab named `projectNameMonoRepo` sitting under `groupName`, but you'd like that this subproject name is mapped in verdaccio-gitlab to...
Well, off the top of my head I'm wondering how to map the same project name existing in gitlab in two groups (e.g.`group1/monoRepo` and `group2/monoRepo`) to a single scope in...
That looks weird, I'm checking
I have been doing some refactorings for v4 today and also tried running the whole gitlab - verdaccio setup in localhost both as standalone processes and docker containers. No problems,...
@StevenLangbroek I haven't been able to reproduce this locally so I guess it must have something to do with Kubernetes or the Helm chart, or maybe Verdaccio 4 final on...
@MumblesNZ any chance you can share the docker-compose file or explain your configuration so that we can reproduce it? I wasn't able to reproduce it locally, and you saying you...
@MumblesNZ @StevenLangbroek @bufferoverflow I have just tagged versions `2.0.0` and `2.2.0` in the docker hub, with some caveats: - Since we were one of the first plugins to start using...
@MumblesNZ Well, that at least gives us a hint that maybe it wasn't the migration to final 4.x in the `verdaccio:4.x-next` branch, but something we did in the verdaccio-gitlab codebase....
I will also add some documentation for this in the verdaccio-gitlab readme, so we close the circle :trollface:
I have been reading the source code of this verdaccio-gitlab-ci plugin and it's quite small, I think we could integrate this functionality into verdaccio-gitlab if the author is ok with...