This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jul 09, 2018
-
-
Cam Saul authored
-
- Jul 06, 2018
-
-
Kyle Doherty authored
* fix all user collection crumb spacing * new browse link * change label * show regardless of pinned items * homepage blocks * table x-ray and reference links * overworld db links * minor copy changes * move personal collections * copy changes * remove GSG from userland * change default collection name * more updates * microcopy cleanup * prettier * fix colors * fix typo * rm overworld links * lint
-
Ryan Senior authored
-
- Jul 03, 2018
-
-
Ryan Senior authored
This commit stores fingerprints and special type information for the results of cards that have native queries, similar to what we store for MBQL queries.
-
- Jun 29, 2018
-
-
Cam Saul authored
-
Cam Saul authored
-
Ryan Senior authored
Google and LDAP users shouldn't be able to change their own email addresses as we get that from the source.
-
Cam Saul authored
-
- Jun 28, 2018
-
-
Ryan Senior authored
-
- Jun 27, 2018
- Jun 26, 2018
-
-
Cam Saul authored
-
Ryan Senior authored
To support this Cards now include fingerprints in the result_metadata. That fingerprint is included in the query dictionary and is available to the query pipeline. The expand/resolve/binning middleware can make use of that fingerprint data to build the binned query. Dimension options for these kinds of queries will also now be available. Note that binning is only available on questions that have result metadata. If no result metadata (and thus no fingerprint) is available, no dimensions options will be included and an exception will be thrown if a binned query is attempted. In most cases, just running a card once will populate that data. Fixes #5938
-
- Jun 21, 2018
-
-
Ryan Senior authored
The pulse GET responses include a PulseCard that isn't exactly a PulseCard. It includes some extra information from the underlying card useful for the FE to include in the display. When adding a card to an existing pulse that has one or more cards already, the PUT include a mixture of these HybridPulseCards (the existing cards for the pulse) and CardRefs (for newly added cards). This commit changes the schema to allow either and updates the tests accordingly. This also adds similar flexibility to the POST so that it is consistent with the PUT. Fixes #7789
-
- Jun 20, 2018
-
-
Ryan Senior authored
Recently the `/collection/:id` endpoint was updated to only return collection metadata and separately (via the `/collection/:id/items` endpoint) return the children of the collection. This updates the test to follow that same split.
-
Ryan Senior authored
-
- Jun 19, 2018
-
-
Ryan Senior authored
-
- Jun 18, 2018
-
-
Ryan Senior authored
The test query to ensure alerts aren't returned with pulse search, and just filtering out the id of the pulse to ensure it's not in the results. That test can fail if there happens to be a search result with the same id as the (missing) pulse. Adding another predicate to ensure it's only looking for pulses.
-
Ryan Senior authored
Anytime a new card/dashboard/pulse is created with a collection position, or a card/dashboard/pulses has it's collection or collection position updated, it's possible that other items in the collection will need to have their collection position adjusted. This commit adds a check to the PUT and POST routes of cards/dashboards/pulses to check to see if the change impacts the position of other cards/dashboards/pulses in the collection. This also uses the same logic for the bulk card collection updates and will adjust impacted cards as needed.
-
- Jun 15, 2018
-
-
Tom Robinson authored
-
Tom Robinson authored
Fixes various collections UI bugs and eliminates duplicate API calls
-
Ryan Senior authored
These were coming back with pulses, needed to include another query clause to remove them.
-
- Jun 14, 2018
-
-
Simon Belak authored
-
Ryan Senior authored
This is an issue resulting from the merge with the collections-project-bulk-actions branch. A missing search string was allowed in the form validation, but would fail as it tried to lower-case the nil string.
-
Simon Belak authored
-
Simon Belak authored
-
- Jun 13, 2018
-
-
Cam Saul authored
-
Cam Saul authored
-
Ryan Senior authored
This collection parameter functionality will be handled by `/api/collection/:id`. This commit also renames the `favorited` key in the response to `favorite` and `type` to `model`. This commit also adds more tests around permissions related to search and collections
-
Simon Belak authored
-
Cam Saul authored
-
Simon Belak authored
-
Cam Saul authored
-
Cam Saul authored
-
Cam Saul authored
-
- Jun 12, 2018
-
-
Kyle Doherty authored
List user collections for admins
-
Simon Belak authored
-
- Jun 11, 2018