Tom Setkowski

Results 10 issues of Tom Setkowski

Dojo process crashes from time to time (around 1 in 100) when ran with docker-compose. This causes the some of the containers created by docker-compose to stay running on the...

bug

Some dojo images with graphical apps could be executed on Mac. I've just made a few experiments with running X11 over Quartz as described on https://gist.github.com/tomzo/9b8c906289c7959ffc01eea988b17d89#proxying The setup steps needed...

enhancement
low-priority

### What does this PR do? Adds endpoint `http://localhost:9011/api/cache/v3/search?q=NuGet.Versioning&prerelase=true` which actually proxies the requests to nuget.org. ### ReletedIssue(s) #9

# Templates in configuration repositories In my understanding GoCD pipeline templates were introduced at all is because any organization faces **some similarity** in the pipelines they declare. User can have...

enhancement

V2 registry uses pagination on the `_catalog` endpoint. By default it results ~50 repositories. It can be controlled by query parameter `n`. Such as `docker-registry..com/v2/_catalog?n=1000`. In the existing code this...

I have marked a few points which could be improved https://github.com/gocd-contrib/go-cookbook/commit/867088c17a587a3d3e01b5e4a275d48c07aa466d Issues I am planning to fix: - test compatibility with chef 11 and 12 - attempt to make `node['go']['version']...

Here is some conversation we had about creating [go agent windows template](https://gitter.im/gocd/gocd?at=5705827d9ef9b99902aea5c9). To properly support windows _templating_ we should be able to install agent without configuring it. That becomes an...

1. Definitely add LWRP code for installing windows agents. 2. There might be an issue about server service not being installed/enabled in chef run. So it would be nice to...

Currently source of Go installation is hard-coded to official thoughtworks repository. It could be possible to install from alternative repository (e.g. mirror) or from raw package files.

Hi @TanukiSharp Firstly I'd like to thank you for making and publishing this project. I have used it as reference when creating similar [nuget server on dotnet core](https://github.com/ai-traders/liget). It was...