Byron Ruth

Results 241 comments of Byron Ruth
trafficstars

Hmm, this should not be the case. The [`count`](https://github.com/cbmi/serrano/blob/master/serrano/resources/field/stats.py#L70) method is passed the tree-based `queryset` so it should not include non-related values. Do running the bare `instance.count` method in the...

This outcome is more about defining query/filter "templates". The context, view, and query models in Avocado do have a `template` flag that are not currently being by Cilantro (Serrano needs...

They are similar from the implementation, but that what I was implying with: > Creating templates feels like a workflow-specific kind of thing. There is no value for a user...

I don't think templates should in the default Cilantro interface, because you are correct that they would be very confusing. They should be an optional feature that can be enabled...

As long as it's opt-in, the client application can state what the intent of the templates are. Cilantro can provide views for managing and creating them and even the _default...

> Are they shown side by side in the workspace page? Do they both open the results page when clicked? They would be shown in a separate "box", labeled with...

Based on a discussion with @naegelyd, the following configuration structure will provide a consistent way to customize the behavior of concepts and fields. ``` javascript var config = { //...

The port is on the [bs3 branch](https://github.com/cbmi/cilantro/tree/bs3). Each commit should reflect one change or a set of related changed so as to not ruin the ability to revert a bad...

@sgithens It appears the the other Django versions are not actually being tested. The reason this is happening is because you put a hard version in [requirements.txt](https://github.com/sgithens/avocado/blob/cc5f36dbab67067859886f24b20357b76b1d1db9/requirements.txt#L1). Can you change...

@sgithens From the Travis errors, 1.5 and 1.6 are failing because South is not installed. 1.7 is failing because modeltree 2.0.0 is being used and it should be 1.1.10 since...