Daniel Goldman

Results 24 issues of Daniel Goldman

##### SUMMARY fixes #74237 Sets the `timeout` and disables `retries` on the connection. Also improves the timeout behaviour so it won't exceed the maximum timeout specified. ##### ISSUE TYPE -...

module
core_review
stale_ci
support:core
bug
P3
affects_2.12

I was looking at one of my old projects. It was from before I discovered Pants, so it uses Tox. I was reminded that it is incredibly easy to just...

This MR restructures the dockerfiles so that it rebuilds fewer things when changing the scripts, resulting in performance improvements: | | current | optimised | | --- | --- |...

Hello! This image is almost identical to the image used in geonode-project. One critical difference is that this image is missing several dependencies necessary for interacting with postgres&postgis. They are...

pip3 is currently pinned to version 9.0.3 [here](https://github.com/GeoNode/geoserver-docker/blob/ba1eb5eb9708bd93d43a268f03012da4805ad684/Dockerfile#L82), and has been for about 4 years. We should probably unpin it, or at least upgrade it. I'm happy to submit a...

The export goal could only support Python resolves. This fixes that. It also uses much of the machinery that selected the correct resolve for generating lockfiles.

category:new feature

**Is your feature request related to a problem? Please describe.** We now have machinery to retry failed tests. Each backend need to opt into this feature. **Describe the solution you'd...

enhancement
backend: Go
backend: JVM
backend: Helm
backend: Shell
backend: JavaScript

`pants help-all` is nondeterministic (see #20621 ) . This fixes all sources of nondeterminism I could find: - [x] unsorted name_to_api_type_info - [x] `__name__` used instead of `__qualname__`, resulting in...

category:internal

In case of an ambiguous dependency inference, we give the help text: > Please explicitly include the dependency you want in the `dependencies` field of a:a, or ignore the ones...

needs-cherrypick

Converts all JVM tools which are subsystems to use ExportableTool for lockfile generation. Some internal tools still use `GenerateJvmToolLockfileSentinel` subclasses. They aren't subsystems, so they'd need some more work. We...

backend: JVM
category:internal