Kamil Chudy

Results 8 issues of Kamil Chudy

Content manager capable of basic text functionalities provided by markdown. Available options should reflect those in markdown and the toggle ability to change from preview into raw markdown text. Library:...

Use a [custom Playwright reporter](https://playwright.dev/docs/test-reporters#custom-reporters) to: 1. Create a test report in KIWI. 2. Set the statuses of the automated tests in the report.

1. Use a private Docker registry. 2. Only pull from the private registry while building. 3. Check the cached layers before putting in the private registry (automatic job on a...

1. Modify the cargo build process to only use a local mirror. 2. Cargo never reaches the internet for packages. 3. Use https://kellnr.io for the mirror. Possible development workflow: 1....

- [x] Implement sending client version to core - [x] Filter out service locations for clients that are older than 1.6 - [x] Implement checking client OS - [x] Implement...

Create a page for an unhandled error. Place a reload page button there and info about the crash.

feature

- [x] Generate Software Bill of Materials (SBOM) for all artefacts using Trivy https://trivy.dev/v0.33/docs/sbom/. - [x] Store SBOMs as artefacts in GitHub. - [x] ~~Generate an HTML report based on...

open source

1. Use a private npm repository. 2. Only use the private repository for building. 3. Update the private repository after creating a PR. Verify the dependencies as an automatic job.