David Schoonover [Mon, 16 Jul 2012 21:41:47 +0000]
Removes *-main.co files.
David Schoonover [Mon, 16 Jul 2012 21:41:31 +0000]
Beginning of a generic resource router.
David Schoonover [Mon, 16 Jul 2012 20:56:00 +0000]
Updates application to use a router to delegate to the various views.
David Schoonover [Mon, 16 Jul 2012 19:58:59 +0000]
Updates GraphListView to load GraphList itself, rather than rely on main.
David Schoonover [Mon, 16 Jul 2012 19:57:03 +0000]
Updates for compat with Bootstrap 2.0.4
David Schoonover [Mon, 16 Jul 2012 19:56:10 +0000]
Graph-List: Fall back on ID or URL for graphs missing info.
David Schoonover [Mon, 16 Jul 2012 19:51:57 +0000]
Fixes graph-list endpoint to work with changes to readJSONFiles
David Schoonover [Fri, 13 Jul 2012 09:27:43 +0000]
Clean up vendor.
David Schoonover [Thu, 12 Jul 2012 21:13:00 +0000]
Updates all controllers to recursively search for their data.
David Schoonover [Thu, 12 Jul 2012 19:09:36 +0000]
Adds YAML support to readJSONFilesAsync
David Schoonover [Thu, 12 Jul 2012 18:17:01 +0000]
Renames kraken to limn.
David Schoonover [Wed, 11 Jul 2012 00:04:12 +0000]
Merge branch 'middleware' of less.ly:limn into middleware
David Schoonover [Wed, 11 Jul 2012 00:03:55 +0000]
Checkpoint. Updates deps and fiddles with middleware.
dsc [Tue, 10 Jul 2012 18:13:27 +0000]
Fixes bundle tasks.
David Schoonover [Tue, 10 Jul 2012 13:33:27 +0000]
Compile all Coco files, otherwise we don't have Middleware :P
David Schoonover [Tue, 10 Jul 2012 13:32:45 +0000]
Exclude dev files from npm package.
David Schoonover [Tue, 10 Jul 2012 13:19:39 +0000]
Adds compiled JS source files to be published with the npm distribution.
David Schoonover [Tue, 10 Jul 2012 13:04:53 +0000]
Build target now compiles derived files for release. Updates middlware to serve the right directories.
David Schoonover [Tue, 10 Jul 2012 12:48:38 +0000]
Static build of browserify.
David Schoonover [Tue, 10 Jul 2012 11:30:14 +0000]
Moves Coco source tree from 'lib' to 'src' -- compiled JS files will live in 'lib'.
David Schoonover [Tue, 10 Jul 2012 11:27:30 +0000]
Merge branch 'develop' of less.ly:kraken-ui into develop
David Schoonover [Fri, 6 Jul 2012 23:24:41 +0000]
Updates to multi-dashboard with Evan.
David Schoonover [Fri, 6 Jul 2012 23:24:41 +0000]
Updates to multi-dashboard with Evan.
David Schoonover [Fri, 6 Jul 2012 18:40:42 +0000]
Adds bundle tasks.
David Schoonover [Fri, 6 Jul 2012 17:37:21 +0000]
Updates build.
David Schoonover [Fri, 6 Jul 2012 17:27:47 +0000]
Adds precompiled .mod files to vendor.
David Schoonover [Fri, 6 Jul 2012 16:35:38 +0000]
Fixes title-update in graph edit mode.
David Schoonover [Fri, 6 Jul 2012 14:50:58 +0000]
Merge branch 'develop' of less.ly:kraken-ui into develop
David Schoonover [Fri, 6 Jul 2012 14:47:40 +0000]
Adds build target to compile all files.
erosen [Fri, 6 Jul 2012 02:02:32 +0000]
added yaml files for mobile charts
David Schoonover [Thu, 5 Jul 2012 21:21:43 +0000]
Fixes IS_DEV issue.
David Schoonover [Thu, 5 Jul 2012 21:16:13 +0000]
Refactors server into middleware; changes 'dev' to 'development' when testing environment, as per node convention.
David Schoonover [Tue, 3 Jul 2012 05:48:54 +0000]
Updates contributors.
David Schoonover [Tue, 3 Jul 2012 05:48:43 +0000]
Adds _.isMember, a generic test for whether a collection contains a value.
declerambaul [Mon, 2 Jul 2012 14:59:49 +0000]
Adopted margin convention from bl.ocks.org/3019563
declerambaul [Mon, 2 Jul 2012 13:55:28 +0000]
Merge remote-tracking branch 'origin/develop' into develop
declerambaul [Mon, 2 Jul 2012 13:50:49 +0000]
Re-added David's code for accessing individual data points in d3-line-element.co for future use.
declerambaul [Mon, 2 Jul 2012 13:49:28 +0000]
SVG rerenders each time the model changes and ChartType.renderChart() is called.
erosen [Fri, 29 Jun 2012 19:25:21 +0000]
Merge branch 'develop' of less.ly:kraken-ui into develop
erosen [Fri, 29 Jun 2012 19:23:40 +0000]
Merge branch 'evan' into develop
David Schoonover [Fri, 29 Jun 2012 13:29:33 +0000]
Adds conf to build /docs into nice HTML docs.
David Schoonover [Thu, 28 Jun 2012 20:19:29 +0000]
Merge branch 'develop' of less.ly:kraken-ui into develop
David Schoonover [Thu, 28 Jun 2012 20:19:19 +0000]
Freezes deps.
erosen [Thu, 28 Jun 2012 16:40:25 +0000]
dashboard-view/model refactoring complete. model now loads graphs form cache and view just asks model for graph objects. graph_ids and tabs are still hardcoded, however inside the model.
declerambaul [Thu, 28 Jun 2012 16:28:07 +0000]
D3ized the displaying of the metrics stored in a model, i.e. using enter() exit() methods.
erosen [Wed, 27 Jun 2012 23:37:52 +0000]
finished basic refactoring of dashboard loading behavior. Still broken though
erosen [Wed, 27 Jun 2012 19:57:20 +0000]
successfully implemented the graph cache loading procedure which returns a nested object of the form {tab_id : {graph_id : graph_obj} }, which isnt really ideal
David Schoonover [Wed, 27 Jun 2012 17:16:56 +0000]
Whitespace
David Schoonover [Wed, 27 Jun 2012 16:57:25 +0000]
Whitespace
declerambaul [Wed, 27 Jun 2012 16:41:05 +0000]
Created a D3ChartType ChartType, abstracting the different d3 elements (line,bar) as subclasses of D3ChartElement.
David Schoonover [Tue, 26 Jun 2012 16:53:53 +0000]
Whitespace.
declerambaul [Tue, 26 Jun 2012 16:00:09 +0000]
D3 charttypes now render an individual metric, which allows to combine different types in the same graph, e.g. having both bars and lines in a graph.
declerambaul [Mon, 25 Jun 2012 12:37:02 +0000]
Added a rudimentary bar chart type
declerambaul [Sat, 23 Jun 2012 11:51:55 +0000]
Added mouseover event for the circles on a line.
David Schoonover [Fri, 22 Jun 2012 17:51:22 +0000]
Idea mockups.
David Schoonover [Fri, 22 Jun 2012 17:48:57 +0000]
An experiment in hover-reactive data-points.
David Schoonover [Fri, 22 Jun 2012 02:55:20 +0000]
Removes pointless logging.
David Schoonover [Wed, 20 Jun 2012 16:05:38 +0000]
Unbreaks dygraph charts. Heh.
David Schoonover [Wed, 20 Jun 2012 16:00:37 +0000]
Auto-load d3 line chart type.
David Schoonover [Wed, 20 Jun 2012 15:52:36 +0000]
Fixes ordering issue with non-default chart-types.
David Schoonover [Wed, 20 Jun 2012 09:57:53 +0000]
Adds d3-line test graph.
David Schoonover [Wed, 20 Jun 2012 08:15:25 +0000]
First pass at a d3 line chart.
David Schoonover [Wed, 20 Jun 2012 05:59:21 +0000]
Folding markers.
David Schoonover [Wed, 20 Jun 2012 05:58:03 +0000]
Fixes scroll-to-graph.