Commit Graph

79 Commits (e8c8b901c1a444696a5e87a8eb50057b8b3f457e)

Author SHA1 Message Date
Chris Vickery e8c8b901c1 Switch to use @commaai/pandajs for webusb communications
Squashed commit of the following:

commit c5d1f64a7072d1eeee6cd52b02aed69515275e22
Author: Chris Vickery <chrisinajar@gmail.com>
Date:   Sun Mar 18 17:45:14 2018 -0700

    Change to scoped pandajs

commit 4ebc842bfc957b32eb694b74517bf3aedf5194c7
Author: Chris Vickery <chrisinajar@gmail.com>
Date:   Sun Mar 18 17:37:09 2018 -0700

    Use pandajs lib to communicate with panda modules
2018-03-18 17:46:30 -07:00
Andy Haden 536c04bd71 merge save-live-data 2018-03-17 16:54:07 -07:00
ChristopherBiscardi 298c6cbabc
eslint fixes for ci to pass 2017-12-15 14:29:13 -08:00
ChristopherBiscardi 40e7efad4c
switch back to create-react-app 2017-12-12 18:24:01 -08:00
Andy Haden 54c5f50c71 cabana: use route.proclog instead of props.max 2017-12-06 16:06:41 -08:00
Andy Haden 633624cb9c cabana: raw log CSV download (Chris' project) 2017-12-06 13:27:50 -08:00
Andy Haden f4d528b2de cabana: remove demo_routes 2017-11-06 17:52:52 -08:00
Andy Haden fdb88e804d cabana: don't return demo routes when authed fetch fails 2017-11-06 17:46:44 -08:00
Andy Haden 8f5deeadf3 cabana: fix exception when selected message falls out of window in live mode 2017-10-26 12:24:54 -07:00
Andy Haden e7e0ddb595 cabana: part selector is more reliable and will be hidden when route duration is <= segment length 2017-09-29 18:40:47 -07:00
Andy Haden 43c218da34 cabana: idempotent share url (no double urlencode); style 2017-09-29 17:43:43 -07:00
Andy Haden f7e419650d cabana: fix edit message with consistent persistDbc interface 2017-08-22 13:33:44 -07:00
Andy Haden c15f506029 cabana: fix live addressing; live button doesnt hang on errors 2017-08-21 18:20:09 -07:00
Andy Haden 04891f9337 cabana: merge v-cabana-view-chffr-drives 2017-08-10 18:55:10 -07:00
Andy Haden cc3cc4fb39 cabana: fix race bug where changing signal name could duplicate signal 2017-08-10 16:23:12 -07:00
Andy Haden 28a8a5513e cabana: github sign out button; remove gh_access_token from URL immediately after persisting 2017-08-09 13:03:20 -07:00
Andy Haden 073feab5d5 cabana: tests for rendering all components 2017-08-08 14:31:04 -07:00
Andy Haden 8a5719c642 cabana: add comma auth; remove test for dead code; remove isrequired from props 2017-08-07 15:53:25 -07:00
Andy Haden a022405b78 cabana: project-wide refactor to fix eslint warnings and minor annoyances 2017-08-07 15:22:57 -07:00
Andy Haden c5116dbf06 cabana: fix demo and improve proptypes, was missing default live state 2017-08-07 12:49:27 -07:00
Andy Haden 0fed5205bb cabana: bug fix and name change 2017-08-07 12:49:27 -07:00
Andy Haden 414d0675c0 cabana: fix times and minor refactor 2017-08-04 15:56:08 -07:00
Andy Haden 497f8c3a4c cabana: fix part selection times on shared routes; fix bug where plotting a new signal would fail until data re-processed 2017-08-03 16:56:59 -07:00
Andy Haden bd2ba52a35 merge ah/cabana-webusb 2017-08-03 14:41:52 -07:00
Andrew Valish e61d11dd90 design cabana modals and related elements (#85) 2017-07-27 03:03:12 -07:00
Andy Haden eecc6a0e71 cabana: simplify part change and fix dragging on partselector 2017-07-20 22:00:28 -07:00
Andy Haden 212665dd63 cabana: update part change logic to preserve overlap; components work w/ empty message entry arrays 2017-07-20 19:24:56 -07:00
Andy Haden b13499f5c7 cabana: restore line on plot; working on fixing quirks in part change 2017-07-20 18:42:08 -07:00
Andy Haden fbe861b65f cabana: Draggable plots (merged w/ style updates) 2017-07-20 16:06:20 -07:00
Andrew Valish 03daabad0b Designing Cabana v1.1.2 (#83)
* developing v1.1 design with scrollable sticky columns

* add font-awesome fonts, import styles

* remove and ignore compiled src css

* styling legend entries, packet list, light meta styling

* refactor and style signal packet list, add signal id to field labels, re-add remove signal, re-add part selector
2017-07-19 22:40:20 -07:00
Andrew Valish 349f03fecf Refactor Cabana Markup, Apply Minor Design Tweaks (#81)
* prepend newly plotted signal to show first

* highlight selected available message in navigation

* extract CanGraph render function in explorer

* toggle expanded signals in Legend,  trigger edit and plot when expanding signal

* check if plottedSignal is new before plotting

* add uid to signal model

* use signal uid in SignalLegend and entry for keys and expanding

* adding sass npm script to watch scss files

* refactoring most of markup for semantic class naming, introducing scss files, light styling

* prefer flex over floats

* set min-width on body
2017-07-17 18:10:37 -07:00
Andy Haden 7e3e1f5321 cabana: explicit segment length 2017-07-16 20:19:17 -07:00
Andy Haden 415fe99b48 cabana: polyfills and proper sourcemap upload url 2017-07-12 14:01:00 -07:00
Andy Haden 1885c607e2 cabana: only show panda ad on demo; share route link; fix tests broken due to cloudlog 2017-07-11 20:45:04 -07:00
Andy Haden 4939892761 cabana: fix bugs and refactor a bit of can-frame offset code, improving experience for panda users. 2017-07-11 20:45:04 -07:00
Andy Haden 023736c5ad cabana: higher debounce interval for part change 2017-07-10 15:16:21 -07:00
Andy Haden 76841a0ac7 cabana: no source maps deployed, fix bug where too many message parsers spawned 2017-07-07 12:43:42 -07:00
Andy Haden 6d4939a367 cabana: autoplay for demo 2017-07-05 15:57:09 -07:00
Andy Haden 526dec7ca5 cabana: reset segment and messages on chunk change 2017-07-05 15:57:09 -07:00
Andy Haden 034eee693a cabana: part selector quick update, clickable no arrows 2017-07-05 07:56:24 -07:00
Andy Haden 79597ff3ac cabana: fix dupe message in dbc text 2017-07-04 18:21:36 -07:00
Andy Haden 7d8f53dcb3 cabana: fix graph click not being place of start 2017-07-04 18:15:58 -07:00
Andy Haden 6649c61c40 cabana: login with github on modals 2017-06-30 21:27:04 -07:00
Andy Haden ee15e2dd38 cabana: fix message name change and re-instantiate es6 class after webworker does its thing 2017-06-30 20:12:54 -07:00
Andy Haden 5ec7e578ef cabana: fix webworker window referenceerror; persist dbc on load 2017-06-30 16:00:21 -07:00
Andy Haden 3824e6693e cabana: github commit now produces a proper diffable commit instead of replacing file 2017-06-29 20:23:40 -07:00
Andy Haden d0abb8005f cabana: no spaces in dbc filename 2017-06-29 20:23:40 -07:00
Andy Haden e3737f4480 cabana: unlogger seek; msg change bugfix 2017-06-29 17:04:40 -07:00
Andy Haden d77f9d5ce8 cabana: use proclog to bound initial part segment for small routes 2017-06-29 15:27:41 -07:00
Andy Haden 4037ae42f0 cabana: fix video & message selection quirks; use acura route default 2017-06-29 14:35:16 -07:00