Timur Shafigullin

Results 4 issues of Timur Shafigullin

I am trying to install Sourcery via mint, but I get an error: ```bash mint install krzysztofzablocki/[email protected] --force 🌱 Cloning Sourcery 1.8.1 🌱 Resolving package /private/var/folders/17/b3k3qq7s3f13ccl4lbr_lswr0000gp/T/mint/github.com_krzysztofzablocki_Sourcery: error: package at '/private/var/folders/17/b3k3qq7s3f13ccl4lbr_lswr0000gp/T/mint/github.com_krzysztofzablocki_Sourcery'...

### What happened? The `tuist test` command should cache test results and run tests only on changed targets. This information is provided in the [documentation](https://docs.tuist.io/commands/test#caching). ### How do we reproduce...

type:bug

Used the same idea as in [danger-js](https://github.com/danger/danger-js/pull/1440) to get a list of files for PR diff using [List pull requests files API](https://docs.github.com/en/rest/pulls#list-pull-requests-files) from GitHub with pagination. The old [Get a...

This PR adds a new configuration option `generatePresignedUrls` to the S3 artifact storage that allows users to disable the generation of presigned URLs and instead use direct S3 URLs for...

enhancement