-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make TEXT columns filterable and groupable #62
Conversation
Signed-off-by: Maxim Sukharev <[email protected]>
Signed-off-by: Maxim Sukharev <[email protected]>
Signed-off-by: Maxim Sukharev <[email protected]>
Signed-off-by: Maxim Sukharev <[email protected]>
Signed-off-by: Maxim Sukharev <[email protected]>
Signed-off-by: Lou Marvin Caraig <[email protected]>
Signed-off-by: Lou Marvin Caraig <[email protected]>
Signed-off-by: Maxim Sukharev <[email protected]>
Signed-off-by: Maxim Sukharev <[email protected]>
Signed-off-by: Lou Marvin Caraig <[email protected]>
Signed-off-by: Lou Marvin Caraig <[email protected]>
Signed-off-by: Lou Marvin Caraig <[email protected]>
Signed-off-by: Lou Marvin Caraig <[email protected]>
Signed-off-by: Maxim Sukharev <[email protected]>
Signed-off-by: Maxim Sukharev <[email protected]>
Signed-off-by: Maxim Sukharev <[email protected]>
Signed-off-by: Maxim Sukharev <[email protected]>
Signed-off-by: Maxim Sukharev <[email protected]>
Signed-off-by: Maxim Sukharev <[email protected]>
Signed-off-by: Maxim Sukharev <[email protected]>
Signed-off-by: Maxim Sukharev <[email protected]>
Bblfsh web
Signed-off-by: Maxim Sukharev <[email protected]>
Signed-off-by: Maxim Sukharev <[email protected]>
Signed-off-by: Lou Marvin Caraig <[email protected]>
Signed-off-by: Maxim Sukharev <[email protected]>
update superset config
gunicorn timeout should match SUPERSET_WEBSERVER_TIMEOUT
add gitbase tables
Signed-off-by: Carlos Martín <[email protected]>
Signed-off-by: Carlos Martín <[email protected]>
Add a UAST modal to SqlLab tab
Initial commit of source{d} Theme V1
Signed-off-by: Carlos Martín <[email protected]>
Signed-off-by: Carlos Martín <[email protected]>
Signed-off-by: Carlos Martín <[email protected]>
Fix .less file path
Rename go import paths to src-d
Signed-off-by: Maxim Sukharev <[email protected]>
Signed-off-by: Carlos Martín <[email protected]>
use bblfsh v2.13.0
Add fallback to docker-compose running inside container
Signed-off-by: Carlos Martín <[email protected]>
Add basic travis conf for releases
Signed-off-by: Maxim Sukharev <[email protected]>
Signed-off-by: Carlos Martín <[email protected]>
To avoid performance penalty on MacOS and Windows. I also set `read_only: true` just in case Signed-off-by: Maxim Sukharev <[email protected]>
Add long descriptions to each sub command
Add back the docker-compose instructions in README
Use consistency: delegated for gitbase volume
Signed-off-by: Carlos Martín <[email protected]>
Hm. |
Here is the issue for gitbase: src-d/gitbase#824 |
Ok then, let's wait until we have the dashboards in place. If this filtering is needed for some of the charts we can rethink if we want to merge this PR. |
Fix #34.
fetch_metadata
already makes string columns filterable and groupable, but TEXT was not included as a string type.We might want to PR this to upstream also.