This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Nov 14, 2015
-
-
Allen Gilliland authored
-
Allen Gilliland authored
-
Allen Gilliland authored
fix the issue with edit boxes losing input on the metadata page by using our full database metadata endpoint to load all our necessary information at one time. part of the underlying problem is that we were looping over the tables to get the metadata and each time the data updated we re-rendered our form and it would clear existing input, so while loading was happening it was easy to lose your input.
-
Allen Gilliland authored
-
Allen Gilliland authored
consolidate all of the angular API service code into the main services.js file. we were mostly going this route already, but this just makes it simple and puts all the api code in a single place.
-
Allen Gilliland authored
remove code around connection testing from frontend database create/update now that it is being handled in the api.
-
- Nov 13, 2015
-
-
Allen Gilliland authored
fix issue where database create/update was still trying to call the db_form_input endpoint which we removed recently.
-
- Nov 11, 2015
-
-
Allen Gilliland authored
-
Allen Gilliland authored
-
- Nov 06, 2015
-
-
Allen Gilliland authored
provide information about our `:engines` through our main MetabaseSettings which simplifies some things and removes the need for a /api/database/form_input endpoint.
-
- Nov 02, 2015
-
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
- Oct 30, 2015
-
-
Allen Gilliland authored
apply the same basic logic and styling to the Data Reference section for FK connections that we just added to the object details page.
-
Allen Gilliland authored
tighten up the styling on the connection "via" span and update logic to only show the path of the FK relationship is needed (aka if there are multiple references from the same table)
-
Tom Robinson authored
-
Allen Gilliland authored
add a function in our schema metadata lib for `foreignKeyCountsByOriginTable` which counts the occurrences of FK relationships by the origin table they come from. this allows us to know if a given origin table is represented multiple times in a list of FKs.
-
Tom Robinson authored
-
Tom Robinson authored
-
Allen Gilliland authored
provide an indication of the FK field that was used to determine the connection on object details relationships pane.
-
Allen Gilliland authored
-
Allen Gilliland authored
-
Cam Saül authored
-
- Oct 28, 2015
-
-
Tom Robinson authored
-
Tom Robinson authored
-
- Oct 27, 2015
-
-
Cam Saül authored
-
Cam Saül authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
Tom Robinson authored
-
- Oct 26, 2015
-
-
Cam Saül authored
-
Tom Robinson authored
Mostly working conversion of database edit/create to React. Also incorporate some of the UX improvements (delete confirm, animating FormMessage)
-
- Oct 23, 2015
-
-
Allen Gilliland authored
-
Allen Gilliland authored
-
Tom Robinson authored
-