Peter Ledbrook

Results 26 issues of Peter Ledbrook

As the [Searchable documentation](http://grails.org/Searchable+Plugin+-+Mapping+-+Not+All+Properties) highlights, you can specify a map as the value for the `searchable` property. Would be good if the Elastic Search plugin also supported this.

At the moment, you have no control over the indexing of domain classes provided by plugins. It would be good to allow configuration options along the lines of: ``` elasticSearch...

Companies who run private Maven-compatible repositories probably won't want to publish to Bintray. They may also be reluctant to set up another server to provide the metadata. The big question...

The `list` command only displays the names of available packages due to limitations in the Bintray API. Cached and sub templates also show a version. Ideally you'd get to see...

I think the values in _.gitconfig_ should be the defaults, which users can then override with the Lazybones configuration. The reverse doesn't make much sense to me.

enhancement
breaking

We should create a simple website for Lazybones with: - A short description of what it is - Perhaps a short screencast showing it in use - Links to documentation...

The post-install script is a dangerous beast, which could wreak havoc on a user's system. We can rely for a time on verifying the safety of various templates before including...

At the moment, there is no way for users to know what sub-templates are available in a project without looking in the .lazybones directory or being told by the project...

When Lazybones detects the user is offline and the user runs the `create` command without specifying a template version, Lazybones should automatically pick the most recent cached version of the...

enhancement

The Gradle plugin now defaults to 'Neo4j' becoming 'neo4j' when converted from camel case to hyphenated. This is counter the current behaviour in the post-install script's `transformText()` helper method. The...