This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Mar 22, 2023
-
-
metabase-bot[bot] authored
Co-authored-by:
Natalie <nat@metabase.com>
-
- Mar 14, 2023
-
-
metabase-bot[bot] authored
Co-authored-by:
Jeff Bruemmer <jeff.bruemmer@gmail.com>
-
- Mar 10, 2023
-
-
Jeff Bruemmer authored
-
- Oct 28, 2022
-
-
Natalie authored
-
- Aug 30, 2022
-
-
Natalie authored
-
- Aug 26, 2022
-
-
Jeff Bruemmer authored
-
- Aug 18, 2022
-
-
Jeff Bruemmer authored
-
- Aug 15, 2022
-
-
Jeff Bruemmer authored
-
- Aug 08, 2022
-
-
Jeff Bruemmer authored
-
- Jun 13, 2022
-
-
Jeff Bruemmer authored
-
- Apr 20, 2022
-
-
Jeff Bruemmer authored
-
- Mar 08, 2022
-
-
frannietrempe authored
-
- Jan 20, 2022
-
-
Jeff Bruemmer authored
-
- Dec 14, 2021
-
-
Jeff Bruemmer authored
* plans blockquotes * update heading
-
- Dec 06, 2021
-
-
Jeff Bruemmer authored
-
- Oct 08, 2021
-
-
Jeff Bruemmer authored
-
- Sep 30, 2021
-
-
Jeff Bruemmer authored
-
- Mar 31, 2021
-
-
Jeff Bruemmer authored
* update search images and text * edits on search text * trim search text
-
- Dec 22, 2020
-
-
Jeff Bruemmer authored
-
- Aug 16, 2019
-
-
Maz Ameli authored
* init * more detail about summarizing * start of notebook mode docs * describe how to do joins * Screenshot updates for Enterprise Sandboxing * Updated screenshots for segment & metric * Added section on new auto-run settings * Added a note about keyboard shortcuts to run part of a query * wrap up notebook mode docs * update old screenshots and remove some unused ones * update Number viz screenshot * update a bunch of viz screenshots [ci skip] * more viz screenshot updating [ci skip] * misc edits to user guide [ci skip] * update the severely outdated Getting Started guide [ci skip] * update more screenshots and the x-rays doc [ci skip] * update Alerts docs and screenshots [ci skip] * update new SQL doc [ci skip] * small edit to writing sql doc [ci skip] * remove unused GSG images [ci skip] * update crufty admin screenshots [ci skip] * remove package-lock.json added by mistake [ci skip] * resolve review feedback [ci skip] * address kdoh's comments and prettier some pages
-
- Jul 21, 2018
-
-
Maz Ameli authored
-
- Jul 19, 2018
-
-
Maz Ameli authored
-
- Jul 10, 2018
- May 29, 2018
-
-
Kyle Doherty authored
* Entity pages (courtesy @kdoh) * Add collection_id to Dashboards & Pulses (#7358) * add search to top nav * flip homepage, updated collections * make recent views self contained, add to home * recent items style, add some new colors * adjust default text color * add js colors to style guide * add copy color * segment loader * move to landings * landing nav * segment list + loader * clean up landing nav * metric + segment listing * mucking around with selectable stuff * layout tweaks * other loaders * stronger left sidebar * left sidebar * fix landing * layout port * more tweaks * nav tweaks * explore * collection wrap * Add collection_id to Dashboards & Pulses * GET /api/collection/:id default to returning everything. Wow! * colleciton items loader * dashboard move modal + cleanup * currentCollection and items * Add GET /api/collection/root endpoint * pulse move modal * MASSIVE ALERTS/PULSES/NOTIFICATIONS OVERHAUL * move activity feed * all items, cards * link * Filter out stuff you're not allowed to see from the so-called "Root" Collection * Tests for GET /api/collection/root * fix query builder and login layout * lint + test fixes * filter collection landing * create dash modal * new collection modal * Tests for Dashboard + Collection permissions * Tests for Pulse + Collection permissions * Add new Pulse/Alert perms tests & lots of cleanup
* Test fixes * tweak grid, add system to icon * truncate long titles * remove duplicate file * add collection to create dashboard * add collection selection to pulse edit * icon spacing * use site name for landing * clean up routes * include required pulse card keys * fix entity menu action / link and add to collection landing * update jest snapshots changed by icon * use entity loader for collections * use object loader for collection items * fix colleciton edit and permissions * remove unused file * add key to collection grid items * link to pulse edit * use named list for collections * Increase nav z-index Fixes #7523 * tweak z-index level * fix filters * fitViewport component and application * add fitViewport to setup and post setup * add root collection to dashboard move modal * move to id for loading collections * fix permission editor * fix other instances of collection slug * fix unit tests * flow fixes * dep flow fixes * Fix admin routes not loading currentUser before checking auth * Add id: root to Root Collection * root collection items * temporary archive links * fix up question archive route * redirect to collection on pulse creation * use fitClasses on /explore * Fix NavBar popover and modal interactions * Fix comments about when migrations were added * fix lint * style updates * fix recent views * collection empty state * Make FitViewPort more robust * Fix side bar link states * fix snapshot * Fix alerts * update link and landing nav style * add archive collection route / modal * add modal * Disable onboarding integration test * Fix disabling of dashbaord tests * Update snapshots and lint error * Fix collection archiving * lint * revert text color * Reload collection list each time it's shown to ensure it's in the correct state: * fix empty state image * only show permissions edit option for the root collection * nav * simple layout * fix grid * grid component * fix translation * fitClassNames > fitClasses * fix up collection items loader * remove unused files * remove type filter * qb lives * default to qb * collection landing and components * hoverable card * placeholder search bar * flip collection / content order on landing * fix padding * dashboards first in the list * Merge master into collections-project * only show sidebar if exists * Add collection_position column to Card/Dashboard/Notification (#7675) * add first version of pins * Fix memory leak found using RedShift JDBC Metadata methods Running sync calls several JDBC metadata methods that return `ResultSet` objects. According to the JDBC spec, when the connection associated to the JDBC ResultSet has been closed, it should free the resources used by the ResultSets that were left open in that connection. That doesn't look to be happening in RedShift. Closing the ResutSet instance ourselves before the connection closes will ensure that these resources are freed and doesn't allow the RedShift bug to occur. * use entity update instead of raw api * Fix tests :wrench::unamused: * Unified archive, search, schema data browsing, and refactor of entities * Fix create dashboard modal * Collections overworld (#7687) * add overworld * layout tweaks * remove navbar browsing link * table item cards * search page layout and item icon colors * search bar active style * Remove Label & CardLabel models & endpoints * DO NOT RUN TESTS ON SHUTDOWN! EVER! * remove navbar browsing link * table item cards * search page layout and item icon colors * search bar active style * archive page changes * Merge master into collections-project * activity style updates * match search bar width to content * schema grid * greet with name * type sync * pin icon * be round now * search spacing and entitiy item last child border * collection text color * collection pinned item size / text * better root collection name * something styled * init search empty state * lint fix * fix colleciton links. fixes #7716 (#7720) * Merge master into collections-project * database card styling * tweak hex value * prettier * fix overlap (#7737) * Reload collections list in question save modal, and collections items list as stopgap until it's more automatic (#7731) * Fix public question layout (#7732) * Change Urls.collection() to take an ID, default to 'root', and use when creating pulse * Collections project bg sync (#7740) * default to bg-slate-extra-light color * admin routes * fix question archive redirect and archived message (#7730)
-
- Feb 08, 2018
-
-
Sameer Al-Sakran authored
-
- May 08, 2017
-
-
Maz Ameli authored
-
- Mar 21, 2017
-
-
Maz Ameli authored
-
- Dec 29, 2016
-
-
Maz Ameli authored
-
- Jun 16, 2016
-
-
Maz Ameli authored
-
- May 20, 2016
-
-
William Vincent authored
Live site shows "###" due to lack of return here. http://www.metabase.com/docs/latest/users-guide/05-sharing-answers.html
-
- May 02, 2016
-
-
Maz Ameli authored
-
- Apr 08, 2016
-
-
Addvilz authored
-
- Mar 29, 2016
-
-
Allen Gilliland authored
-
- Mar 28, 2016
-
-
Kyle Doherty authored
-
- Mar 27, 2016
-
-
Kyle Doherty authored
-
- Mar 23, 2016
-
-
Kyle Doherty authored
-
- Feb 25, 2016
-
-
Maz Ameli authored
-
- Oct 12, 2015
-
-
Maz Ameli authored
-
- Oct 09, 2015
-
-
Maz Ameli authored
-