0
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 5 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed css problems with listing several probes. More... over 14 years ago
Version bump to 0.0.0 More... over 14 years ago
Removed superfluous 'require haml' More... over 14 years ago
Dtracy::App no longer sets up a Rack::Probe middleware for itself by default. More... over 14 years ago
Removed Rack::Probe from /lib; it's been wrapped up into its own gem, rack-probe. More... over 14 years ago
Fixed drag and drop issues due to running gui.setup() after creating every visualization. More... over 14 years ago
Probe and visualization tags in 'index.erb' are hidden by default now; mouseover to either left or right edge of the screen to make them appear. More... over 14 years ago
Added a help bar at the top of the page to display helpful info. Right now, the visualization tags display a description of the visualization. More... over 14 years ago
Removing unused 'bin/server.ru' file. More... over 14 years ago
Miscellaneous bug fixes that slipped through. More... over 14 years ago
Visualizations can now be dynamically added by dragging their tabs onto the dashboard. More... over 14 years ago
Added save button to index.erb to save() dashboard contents. On click, it fades out. Fade in is time-based, not event-based. More... over 14 years ago
Added vis.Dashboard.save() and vis.Dashboard.load(). Current visualizations running can now be stored in a session. More... over 14 years ago
Added toString() method to vis.Ring and vis.Timeline. Useful when trying to save the current canvases on the dashboard. More... over 14 years ago
Added cookie.js and jquery.json.js to handle cookies and JSON in javascript. More... over 14 years ago
Moved javascript visualization files into their own directory, added template.js for easier new visualization creation. More... over 14 years ago
Big rewrite of how visualizations work. They're now instantiated using a factory pattern. More... over 14 years ago
Removed debugging message from timeline.js More... over 14 years ago
Created vis.Timeline visualization, added includes in index.erb and processing.init.js More... over 14 years ago
Removed unused vis.Timeline code from dtracy.js More... over 14 years ago
Draggables now maintain their pointer cursor as they are being dragged... unless your browser name is Safari. More... over 14 years ago
Fixing tpyos. Proofread, proofread, proofread. *sigh* More... over 14 years ago
Updated README. More... over 14 years ago
'bin/server' now calls 'rackup' instead of 'thin' for a more agnostic feel. More... over 14 years ago
Added drop support for probe <div>s on canvas (visualization) <div>s, still fighting with finding a good way to dynamically generate <canvas> tags with visualizations. More... over 14 years ago
'bin/server' no longer starts a threaded Thin server; no need for threads now that we're back to standard polling. More... over 14 years ago
'/__dtracy__/' now renders an erb template, fixed a silly bug in '/__dtracy__/updates' where the wrong events array index was being set and sent. More... over 14 years ago
Now using erb templates to remove the Haml dependency, ring.pjs is now fully javascript as ring.js to facilitate interactions with Ring objects. More... over 14 years ago
Fixed variable typo. More... over 14 years ago
Ports for Dtective DRb servers are now self-handled. More... over 14 years ago