Linas Daneliukas

Results 8 issues of Linas Daneliukas

It would seem that the ❌ icon is somewhat redundant in most scenarios that we've seen so far. If we look at the whole workflow run, then with or without...

A new inventory field that allows the entry of item price when adding/editing items in inventory. It should also contain a toggleable currency (usd, eur, gbp) - similarly to how...

backend
frontend
feature

An `undefined` error is **sometimes** displayed when attempting to use live tailing of logs via Grafana Explore UI with a datasource that spans multiple tenants. Seemingly the same time, Loki...

component/querier
need-investigation
component/ingester
type/bug

Similarly to #23 , when running containers directly, they will automatically mount the Github workspace and set it as the `workdir` for the container, so that all of the repository...

If we were to run any container in our Github workflow using the common approach of `uses: docker://registry.com/container:tag` - the said container would have all of the Github and user-defined...

Seeing as this action solves the issue of not being able to specify volumes in steps, it'd be user friendly to take in volumes from a separate input. Changes: -...

We can set the environment variable `$TMPDIR` which will be retrieved by `tempDirBase = os.TempDir()`, later on we only check if the value is not an empty string. Setting `$TMPDIR`...

question

As per the documentation, all secrets retrieved by `vault_lookup` should be wrapped in Sensitive. This was definitely the case when using Puppet v7. We have just upgrade to puppetserver v8...