Mads Jon Nielsen

Results 58 comments of Mads Jon Nielsen

I'm closing this, gitlab will deprecate this option soon

We just decided that `--preview` should never do this. It breaks to possibility to ship output to https://gitlab.com/ci/lint endpoint

Cloudflare tunnels recently switched to QUIC as their default transport. Their argument basicly was less congestion if the big bad internet looses a packet. In cases, where rathole is used...

https://github.com/cloudflare/quiche Cloudflare open sourced their QUIC implementation btw, perhaps that can be used somehow.

Well, it's possible I would consider it extremely nice-to-have, though 😁 In general, you want your deps install job to be smart about reinstallation via caches n' other techniques.

Won't `if [ -f "node_modules"]; then gitlab-ci-local eslint; fi` do just that? But yeah, I get your point. What could be a good name for such a cli option? `--ensure-needs`...

I can't give any estimates. I only work on this project when i got time.

We should call the option `--ensure-artifacts` shouldn't we? Because `dependencies` can also make a job "want" artifacts.