Skip to content
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

Closed
wants to merge 92 commits into from
Closed

Make TEXT columns filterable and groupable #62

wants to merge 92 commits into from

Conversation

carlosms
Copy link
Contributor

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.

smacker and others added 30 commits April 23, 2019 20:13
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: 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: Lou Marvin Caraig <[email protected]>
Signed-off-by: Maxim Sukharev <[email protected]>
gunicorn timeout should match SUPERSET_WEBSERVER_TIMEOUT
carlosms and others added 22 commits May 14, 2019 11:41
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]>
Rename go import paths to src-d
Signed-off-by: Maxim Sukharev <[email protected]>
Add fallback to docker-compose running inside container
Add basic travis conf for releases
Signed-off-by: Maxim Sukharev <[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
@carlosms carlosms requested review from smacker and dpordomingo May 21, 2019 14:05
@smacker
Copy link
Contributor

smacker commented May 21, 2019

Hm. TEXT type is meant to be huge text that doesn't make much sense to group of filter by user.
I mean maybe it's okay to fix as proposed right now. But better fix would be to return correct types from gitbase. Then for example repository name would be checked automatically but commit message not.

@smacker
Copy link
Contributor

smacker commented May 24, 2019

Here is the issue for gitbase: src-d/gitbase#824
It doesn't look like this issue is very critical. I would better wait for fix in gitbase than hacking superset.

@carlosms
Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tables' columns are nor groupable nor filterable by default
5 participants