This project is mirrored from https://github.com/metabase/metabase.
Pull mirroring updated .
- Sep 08, 2015
-
-
Allen Gilliland authored
-
Allen Gilliland authored
cleanup the way the ActivityDescription is rendered and use a small react component to wrap that display.
-
Allen Gilliland authored
-
Allen Gilliland authored
get all of the card filtering by Table stuff working. formatting is pretty close now on Saved Questions tab.
-
Allen Gilliland authored
-
Allen Gilliland authored
-
Allen Gilliland authored
-
Allen Gilliland authored
-
Allen Gilliland authored
-
Allen Gilliland authored
-
Allen Gilliland authored
do a quick reshuffling of the events lifecycle functions so that we can make it easy to spin up new event listeners for different things, including our second listener which will be for view count tracking.
-
Allen Gilliland authored
-
Allen Gilliland authored
-
Allen Gilliland authored
-
Allen Gilliland authored
finish off card activity handling by adding in ability to track the database & table associated with an activity item.
-
Allen Gilliland authored
-
Allen Gilliland authored
-
Allen Gilliland authored
be consistent about using :custom_id instead of :tracking-hash or other ways of specifying an activity custom identifier.
-
Allen Gilliland authored
update the database sync event publication so that we can actually track start & end as separate events but part of the same activity. to do so we add a :tracking-hash to the events when they are published which is meant to remain consistent throughout the sync, then we implement our activity tracking code so that we can lookup an existing activity item and update it based on the custom hash.
-
Allen Gilliland authored
publish and :install event and listen for it in our activity feed so that we can create the first entry. also, implement user login event handling so that we can identify when a user logs in for the first time and we can publish an activity feed entry for :user-joined.
-
Allen Gilliland authored
-
Allen Gilliland authored
-
Allen Gilliland authored
-
Allen Gilliland authored
-
Allen Gilliland authored
streamlining more of the event bus and activity stuff and rounding things out. adding new migration which creates the `activity` table.
-
Allen Gilliland authored
rounding out a few things. now have all persistent functions for cards & dashboards publishing activity events.
-
Allen Gilliland authored
-
Allen Gilliland authored
-
Kyle Doherty authored
kill unused deps. fixes #947
-
Kyle Doherty authored
-
Kyle Doherty authored
-
Kyle Doherty authored
-
Kyle Doherty authored
-
Kyle Doherty authored
move profile link to react
-
Kyle Doherty authored
-
Kyle Doherty authored
-
Kyle Doherty authored
-
- Sep 04, 2015
-
-
Kyle Doherty authored
-
Kyle Doherty authored
-
Kyle Doherty authored
de-importantify colors. fix hover on user settings
-