This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Jun 06, 2018
-
-
Cam Saul authored
-
Tom Robinson authored
Root Collection Permissions [WIP]
-
Ryan Senior authored
Add `login_attributes` to `core_user`
-
Tom Robinson authored
This reverts commit dec7ff44.
-
Kyle Doherty authored
-
Ryan Senior authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
- Jun 05, 2018
-
-
Cam Saul authored
-
Cam Saul authored
Nested Collections: archiving
-
Tom Robinson authored
-
Cam Saul authored
-
Tom Robinson authored
Conditional table formatting [WIP]
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
- Jun 04, 2018
-
-
Cam Saul authored
-
Tom Robinson authored
-
- Jun 01, 2018
-
-
Kyle Doherty authored
* new question in top nav * create items from collection entity menu * lint * clean up routes * pass modal props * redirect to initiating collection when canceling a pulse * try to prepopulate the collectionId * Add cancel button to dashboard modal * attempt to prepopulate dashboard collection based on current collection * lint * populate the proper collection when creating dashbaords and pulses * make collection description match api expectations when empty * pass onClose to Modal in ModalRoute * remove old method call
-
Kyle Doherty authored
* Revert "remove nested flex-full" This reverts commit 6477d395. * fix fullscreen modal height * sharing modal widths * clean up db create / delete modals * clean up confirms * default to formModal on ModalContent * remove extra padding * only add padding if no footer specified * de-flex pulse preview * remove unnecessary padding * remove footer top border per modal spec * use table not flex * pulse preview tweaks
-
Tom Robinson authored
-
Cam Saul authored
-
- May 31, 2018
-
-
Tom Robinson authored
-
Joe Bordes authored
-
Ryan Senior authored
Add basic search on entity names
-
Ryan Senior authored
Revert a change removed a needed monger require
-
Ryan Senior authored
A call to `rescan_values` launches a future but doesn't wait for it to finish before checking that the function was called. We have no guarantees when the future will run. This was causing transient test failures, depending on when that future would run. This commit switches from checking an atom to blocking on a promise. This insures that the future would be ran (and function would be invoked).
-
Ryan Senior authored
This is needed for Mongo tests to work
-
Sameer Al-Sakran authored
Distribution drill
-
Kyle Doherty authored
* use css colors for the nav for now * type color defs * use brand for button * use brand hover for see more items
-
Tom Robinson authored
-
Kyle Doherty authored
* initial version of withToast * add dark card, use for undo item * use triggerToast on AutomaticDashboardApp * betterify * fix flow
-
Ryan Senior authored
This adds a new search route that provides a case insensitive query across the name fields of cards, collections, dashboards, pulses, segments and metrics. Users will only get search results for the collections they are able to access.
-
- May 30, 2018
-
-
Sameer Al-Sakran authored
Change heuristics to properly account for Times and Dates.
-
Kyle Doherty authored
-
Kyle Doherty authored
-
Kyle Doherty authored
-
Sameer Al-Sakran authored
Collections project curate permissions UI
-
Cam Saul authored
-