This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jun 23, 2017
-
-
Tom Robinson authored
-
Ryan Senior authored
-
Ryan Senior authored
-
Ryan Senior authored
-
Tom Robinson authored
-
Ryan Senior authored
This moves values to be nested under the related fields object, and includes dimension along with human_readable_values in the field as well.
-
Tom Robinson authored
-
Ryan Senior authored
This commit just defs a map with a default map of key/values for fields/placeholders/columns and merges that with a map of what's different for that test. Fixes up eastwood warnings, add docstrings to public functions
-
Ryan Senior authored
This commit adds logic around an FK remapping found in the dimensions table. It will follow a foreign key to the related table and use the indicated column from that table as the remapped value for the source column. This commit also switches the "remapped_from" and "remapped_to" attributes returned in the query response to use the "name" of the remapped column as there could be ambiguity with the previously used display name.
-
Ryan Senior authored
This commit splits the what was the expand-resolve middleware separate expand and resolve middlewares. This also splits the source table resolving to a separate middleware. This split sets up being able to add an FK field after query expansion to be resolved normally as it goes through the pipeline.
-
Tom Robinson authored
-
Ryan Senior authored
This commit adds storage of dimension data that the user provides for an existing field. This is to translate enum-like fields (i.e. integers) to a textual description of that data. This remapped value will be included in the response with the original value. The UI will then take that and show the more user friendly remapped value. The new "remapped_from" and "remapped_to" attributes in the cols field of the response will indicate that a field replaces another field.
-
Ryan Senior authored
This is of most use at the REPL when you want to invoke a function (such as expectations/run-tests) and have the test scaffolding available and cleanup after itself.
-
Cam Saül authored
Set appropriate JVM options for E2E tests
-
- Jun 22, 2017
-
-
Sameer Al-Sakran authored
Fix Jest OOM errors
-
Sameer Al-Sakran authored
-
Cam Saul authored
-
Atte Keinänen authored
Disable E2E tests that are failing / being converted to use Jest&Enzyme [WIP]
-
Atte Keinänen authored
-
Cam Saül authored
Correct indecies to indices in migration file
-
Cam Saül authored
Nested queries
-
Atte Keinänen authored
-
Cam Saul authored
-
Cam Saul authored
-
Kyle Doherty authored
-
- Jun 21, 2017
-
-
Cam Saül authored
-
Arthur Ulfeldt authored
be less picky about streaming responses in tests
-
Arthur Ulfeldt authored
It was expecting an exact number of keep-allive packets, now it just checks that there are at least two.
-
Cam Saül authored
Fix LDAP Flow errors
-
William Turner authored
-
Cam Saül authored
Fix LDAP branch reflection warnings and a few other style issues
-
Cam Saül authored
-
- Jun 20, 2017
-
-
Sameer Al-Sakran authored
LDAP Auth
-
Kyle Doherty authored
-
Cam Saül authored
Fix CI error in bigquery_test
-
Varunram authored
-
- Jun 19, 2017
- Jun 18, 2017
-
-
Varunram authored
-