Dan Stieglitz

Results 5 issues of Dan Stieglitz

Hi folks: I am trying to add mountOptions to an existing PVC using this provisioner on our k8s cluster. We're using EFS on EKS, and AWS has recommended adding to...

lifecycle/rotten

Added test demonstrating error indexing bulk domain classes when an eager join is involved

This pull request enables the domain class unmarshaller to detect and properly unmarshall date properties based on joda-time classes.

In ElasticSearchService.groovy, the following criteria query is used to iterate through all domain objects when adding to the indexing queue: ``` def results = scm.domainClass.clazz.withCriteria { firstResult(resultToStartFrom) maxResults(maxRes) order('id', 'asc')...