Adam Heath

Results 27 issues of Adam Heath

https://github.com/nginx-proxy/docker-gen/blob/cfd2934f0fb8d1a872d6651bdf7acf2fb97e886c/internal/context/context.go#L231 My machine is currently not fetching .Docker.CurrentContainerID, it ends up being blank. I have a separate mountpoint for /var/lib/docker/containers, so any sub-relative paths don't have the /containers/ prefix in...

Please add ssh to the dockerfiles so that I can use remote git+ssh urls. I've already got the correct $HOME being managed by other initContainers in my pod, but not...

```yaml - name: {{ .Values.prefix}}nfs-server namespace: {{ .Values.namespace }} chart: charts/nfs-server values: - namePrefix: {{ .Values.prefix }} jsonPatches: - target: group: version: v1 kind: ReplicationController name: nfs-server namespace: {{ .Values.namespace...

Version: 2.0.14 Recently, the automatic sync that has been running fine has started to get transient network connection errors. When this occurs, I see a "Can't contact LDAP server' in...

https://github.com/zalando/postgres-operator/blob/a081173f26f2d6b7dd6408d7cee8b307fd8e6578/docker/logical-backup/dump.sh#L100 I've set a SCOPE_PREFIX in my operator deployment to "${machine_name}/", so that the path in the bucket is "/spilo/${machine_name}/${postgres_name}/${guid}". However, the logical backups are stored into "/spilo/${postgres_name}/${guid}". The PREFIX...

Import in node when using *.mjs doesn't work, as import doesn't use require.extensions.

``` gs-shell>layer get --name 'getty:sunset buildings' Command failed java.lang.IllegalArgumentException: Invalid uri 'http://geoserver:8080/geoserver/rest/layers/getty:sunset buildings.xml': escaped absolute path not valid Invalid uri 'http://geoserver:8080/geoserver/rest/layers/getty:sunset buildings.xml': escaped absolute path not valid gs-shell>layer get --name...

qapps/hm/Project/FindProject, shows all projects for *me*. Good. I then click "Project Up or Down" error. That gives a parameter orderByField=^workEffortId. The '^' gets converted to UPPER(workEffortId) in the generated sql....

When using service special, and parameters are given that do not pass validation, moqui will attempt to log this. However, doing so requires an active transaction. Service special runs this...

If "load" is requested from the moqui cli, then all given data load types are *always* run. However, if moqui is started normally, it has special support to load certain...