declerambaul [Thu, 7 Jun 2012 13:50:51 +0000]
Updated comscore and pageview data BY HAND!!!!!!!! Arg.
declerambaul [Thu, 7 Jun 2012 13:15:15 +0000]
Removed color selection in old_to_new script, handled in dataset-ui instead.
David Schoonover [Thu, 7 Jun 2012 09:29:41 +0000]
Adds project-to-color mapping for metrics with no color defined.
David Schoonover [Thu, 7 Jun 2012 06:45:23 +0000]
Moves legend to the left, along with the callout. Updates dashboard style.
David Schoonover [Thu, 7 Jun 2012 05:19:06 +0000]
Guards callout against null data. Re-enables Dashboard.
David Schoonover [Thu, 7 Jun 2012 05:10:06 +0000]
Merge branch 'develop' of less.ly:kraken-ui into develop
Conflicts:
data/graphs/test.json
David Schoonover [Thu, 7 Jun 2012 05:08:32 +0000]
Updates callout style.
David Schoonover [Thu, 7 Jun 2012 05:06:30 +0000]
Fixes test for "default metric label" resulting in misapplied labels.
declerambaul [Thu, 7 Jun 2012 03:46:05 +0000]
Resolved conflict in active_editor_count yaml file.
declerambaul [Thu, 7 Jun 2012 03:43:17 +0000]
Imported new data from erikz. Adapted all graph.json files to the new dataset-ui specs. Same label should have same colors.
David Schoonover [Thu, 7 Jun 2012 00:03:15 +0000]
Updates columns in active editors metadata for tomorrow's presentation.
declerambaul [Wed, 6 Jun 2012 23:47:06 +0000]
Added more languages to active_editor yaml description by hand, for use with dataset-ui
David Schoonover [Wed, 6 Jun 2012 23:16:39 +0000]
Fixes issue with certain graphs failing to load their graph metadata.
David Schoonover [Wed, 6 Jun 2012 15:12:37 +0000]
Merge branch 'develop' of less.ly:kraken-ui into develop
David Schoonover [Wed, 6 Jun 2012 15:12:31 +0000]
And that finishes up Callouts.
declerambaul [Wed, 6 Jun 2012 15:02:17 +0000]
Merge remote-tracking branch 'origin/develop' into develop
declerambaul [Wed, 6 Jun 2012 15:01:57 +0000]
Temporarily added test.json for debugging of new dataset-ui graph spec.
David Schoonover [Wed, 6 Jun 2012 14:12:32 +0000]
Merge branch 'develop' of less.ly:kraken-ui into develop
declerambaul [Wed, 6 Jun 2012 14:04:10 +0000]
Merge branch 'develop' of less.ly:kraken-ui into develop
declerambaul [Wed, 6 Jun 2012 14:03:36 +0000]
New data from ErikZ (new pageview still missing). Added graphs/active_editors_v1.json to test new dataset-ui graph spec. Not working yet...
David Schoonover [Wed, 6 Jun 2012 12:48:24 +0000]
Remove cruft from dev bugs.
David Schoonover [Wed, 6 Jun 2012 12:47:55 +0000]
Strip out id from DataSet JSON before saving.
David Schoonover [Tue, 5 Jun 2012 01:40:16 +0000]
Checkpoint.
David Schoonover [Sun, 3 Jun 2012 14:33:47 +0000]
Adds graph spec; some housekeeping.
David Schoonover [Sun, 3 Jun 2012 14:05:11 +0000]
Fixes submit bug with subforms; fixes lost-context with data transforms.
David Schoonover [Sun, 3 Jun 2012 12:53:20 +0000]
Adds AppView to start cleaning up -main.co files; Begins refactor of chart-type code; fixes new, broken changes from browserify.
David Schoonover [Thu, 24 May 2012 00:50:52 +0000]
Cleans up geo chart in prep for making a chart-type.
David Schoonover [Wed, 23 May 2012 23:36:05 +0000]
Fixes d3 symlinks.
David Schoonover [Wed, 23 May 2012 23:30:11 +0000]
Refactor of source modules, including:
- dataset -> data
- timeseries -> util/timeseries
- scaffold -> base/scaffold
- Adds templates/{chart,dashboard,data,graph} to match the structure of the modules
- Deletes unused/empty modules and templates
David Schoonover [Wed, 23 May 2012 22:50:08 +0000]
Turns out sub-forms don't contribute their fields to a parent form when calling jQuery.serializeArray(), which is AWESOME. And fixes the 'extraneous random crap' problem with serializing Metric models in some cases.
David Schoonover [Tue, 22 May 2012 15:52:56 +0000]
Fixes metric CRUD in data-ui.
David Schoonover [Tue, 22 May 2012 13:54:02 +0000]
Adds support for DataSet.removeMetric()
David Schoonover [Tue, 22 May 2012 13:13:41 +0000]
Updates some todos.
David Schoonover [Tue, 22 May 2012 13:00:13 +0000]
Trailing whitespace.
dsc [Tue, 22 May 2012 11:14:02 +0000]
Pruning dead code.
dsc [Tue, 22 May 2012 11:09:33 +0000]
Refactor of ChartType.
dsc [Tue, 22 May 2012 11:09:17 +0000]
Turns off opacity animation as it causes some links to randomly flicker.
dsc [Thu, 17 May 2012 19:18:50 +0000]
Adds mixins for CSS Animations.
dsc [Thu, 17 May 2012 18:37:30 +0000]
Fixes for branch support in deploy script.
dsc [Thu, 17 May 2012 17:49:39 +0000]
Meh. Didn't like watermark.
dsc [Thu, 17 May 2012 00:58:30 +0000]
Adds footer with useful information.
dsc [Wed, 16 May 2012 22:38:15 +0000]
Tabs to spaces.
dsc [Wed, 16 May 2012 07:28:12 +0000]
Refactors much of GraphEditView and GraphDisplayView into a common base.
dsc [Wed, 16 May 2012 06:27:08 +0000]
Adds branch support to deployer.
dsc [Tue, 15 May 2012 22:52:15 +0000]
Fixes error with / from Jade 26.0
dsc [Tue, 15 May 2012 22:18:30 +0000]
Merge remote-tracking branch 'origin/dataset-ui' into develop
Conflicts:
lib/dashboard/dashboard-view.co
lib/graph/graph-display-view.co
lib/graph/graph-edit-view.co
lib/server/controllers/graph.co
lib/server/server.co
lib/template/graph-display.jade
dsc [Tue, 15 May 2012 22:02:53 +0000]
Merge remote-tracking branch 'origin/master' into develop
Conflicts:
data/datasources/rc/rc_page_requests_mobile_target.csv
lib/dashboard/dashboard-view.co
dsc [Mon, 14 May 2012 20:19:23 +0000]
Updates deployer with new targets for test-reportcard and dev-reportcard, allows overrides to various conf variables.
declerambaul [Mon, 14 May 2012 17:54:56 +0000]
Merge remote-tracking branch 'origin/develop' into develop
declerambaul [Mon, 14 May 2012 17:52:06 +0000]
In attempt to style lines differently, I added fixed error bars to target lines, specified as a percentage of the max value encountered. Does not look great to say the least.
dsc [Mon, 14 May 2012 02:20:06 +0000]
Fixes update() for cases like Scaffold.
dsc [Fri, 11 May 2012 21:32:09 +0000]
Fixes errant cursor, adds viewport defaults.
dsc [Fri, 11 May 2012 21:04:57 +0000]
Merge branch 'develop' of less.ly:kraken-ui into develop
declerambaul [Fri, 11 May 2012 19:27:53 +0000]
Rudimentary tab support. Tabs are hardcoded in dashboard-view.co. Issue: when changing tabs, the charts have to be rerendered - for a brief moment a distored chart is visible before rendering is complete.
dsc [Fri, 11 May 2012 18:09:53 +0000]
Temporarily redirect to /graphs/ohai/edit while I implement backwards compat with the old data format.
dsc [Fri, 11 May 2012 18:00:01 +0000]
Updates ParserMixin, working on simplifying Scaffolding.
dsc [Fri, 11 May 2012 17:09:41 +0000]
Fixes bundling in deploy script.
dsc [Wed, 9 May 2012 20:04:40 +0000]
Updates deps, adds more docs.
dsc [Wed, 9 May 2012 20:03:33 +0000]
Adds node_modules/.bin to the path for the call to uglify
dsc [Wed, 9 May 2012 19:07:18 +0000]
Fixes deployment. Argh, rsync -Crz, not rsync -Caz.
dsc [Wed, 9 May 2012 18:49:16 +0000]
Adds the fabric monkeypatch for SSH proxy support.
dsc [Wed, 9 May 2012 17:16:13 +0000]
Ah-haha. Yes. Perhaps I should actually stub out the prod stub.
dsc [Wed, 9 May 2012 17:09:42 +0000]
Updates deps
dsc [Tue, 8 May 2012 17:07:09 +0000]
checkpoint
dsc [Wed, 9 May 2012 09:03:05 +0000]
Removes the now-obsolete deploy.sh
dsc [Wed, 9 May 2012 09:02:45 +0000]
Splits out staging. Finishes up on deploy.
dsc [Wed, 9 May 2012 08:59:44 +0000]
Splits out staging. Finishes up on deploy.
dsc [Wed, 9 May 2012 06:01:41 +0000]
Moves bundle and deploy tasks into submodules.
dsc [Wed, 9 May 2012 00:46:50 +0000]
Fabfile now bundles.
dsc [Tue, 8 May 2012 22:29:45 +0000]
Moves fabfile to a directory; adds utils; implements collapse_trees()
dsc [Tue, 8 May 2012 21:42:43 +0000]
Merge branch 'master' of less.ly:kraken-ui
Conflicts:
fabfile.py
dsc [Tue, 8 May 2012 21:37:53 +0000]
checkpoint
Andrew Otto [Tue, 8 May 2012 21:36:29 +0000]
fabfile.py additions, still a bit to do
dsc [Tue, 8 May 2012 20:22:08 +0000]
PYTHON CARDINAL SIN. BAD ANDREW.
dsc [Tue, 8 May 2012 20:20:33 +0000]
Merge branch 'master' of less.ly:kraken-ui
Andrew Otto [Tue, 8 May 2012 20:19:07 +0000]
Adding fabfile.py
dsc [Tue, 8 May 2012 19:43:00 +0000]
Documentation.
dsc [Tue, 8 May 2012 17:07:09 +0000]
checkpoint
dsc [Mon, 7 May 2012 21:38:57 +0000]
Whoops. Forgot to remove some errant shellcode from comments.
dsc [Mon, 7 May 2012 20:28:15 +0000]
Merge branch 'master' of less.ly:kraken-ui
dsc [Mon, 7 May 2012 19:52:35 +0000]
DataSet UI now wired up properly, woo.
dsc [Mon, 7 May 2012 14:14:22 +0000]
Implements colorpicker for metrics.
dsc [Mon, 7 May 2012 14:14:00 +0000]
Adds data-attribute for binding to control escaping.
dsc [Mon, 7 May 2012 14:13:17 +0000]
Adds Bootstrap color and date pickers.
declerambaul [Thu, 3 May 2012 16:28:31 +0000]
Added 2B mobile pageview milestone by hand for ErikM to show during metric meeting. You gotta love our data workflow!
declerambaul [Thu, 3 May 2012 16:14:22 +0000]
Fixed dygraph date format
declerambaul [Thu, 3 May 2012 15:55:31 +0000]
Removing mobile devices charts from dashboard
declerambaul [Thu, 3 May 2012 15:53:43 +0000]
Dygraphs needs to be refreshed
declerambaul [Thu, 3 May 2012 06:22:45 +0000]
Merge branch 'master' into rc-tabs
declerambaul [Thu, 3 May 2012 06:13:16 +0000]
Added mobile devices dygraph files to datasources. Included three new mobile devices charts in saved graphs. Added charts to dashboard.
declerambaul [Thu, 3 May 2012 04:51:24 +0000]
Adding uglify-js to dependencies in package.json. Required by deploy.sh
declerambaul [Thu, 3 May 2012 04:23:31 +0000]
Changed dashboard title
declerambaul [Thu, 3 May 2012 04:14:43 +0000]
Changed strokewidth to 2 for all saved graphs manually.
declerambaul [Thu, 3 May 2012 04:02:19 +0000]
Created saved graph for mobile data. Added mobile target to dashboard.
declerambaul [Thu, 3 May 2012 04:01:30 +0000]
Extended scripts for target data. Added dygraph data for mobile pageviews and active editors
dsc [Wed, 2 May 2012 22:43:54 +0000]
Merge branch 'master' of less.ly:kraken-ui
declerambaul [Wed, 2 May 2012 22:28:16 +0000]
Updated dypgraph files for all metrics except target metrics.
declerambaul [Wed, 2 May 2012 22:23:15 +0000]
Replaced StatisticsMonthly_2012_03 with correct version. Updated conversion scripts.
declerambaul [Wed, 2 May 2012 22:14:00 +0000]
Changed order of graphs, comscore data appears first
declerambaul [Wed, 2 May 2012 22:05:02 +0000]
Changed title of Mobile page views