cyclotron

A web platform for constructing dashboards.

MIT License

Stars
1.6K

Bot releases are hidden (Show)

cyclotron - 1.29.0

Published by baumandm over 8 years ago

Features

  • Elasticsearch Data Source: submits searches to Elasticsearch and parses the results. Optionally supports AWS IAM request signing to enable use with AWS Elasticsearch service
  • Backward Dashboard Rotation: enabled rotating Dashboards backwards from the current page without requiring forward rotation beforehand

Bug Fixes

  • Cyclotron logo link: fixed instances when clicking would not redirect to the Home page
  • Revision History: fixed failures when viewing very large Revision Histories by adding a MongoDB index
cyclotron - 1.28.0

Published by baumandm over 8 years ago

Features

  • Persistent Parameters: added an option to persist the value of a parameter in the browser's storage. Any value changes are persisted automatically, and will be restored the next time the user opens the Dashboard
  • Search: added sort parameters to URL, paging for results
  • Browse Dashboards: added a new link to see the top liked dashboards; new search filter "is:liked"
  • Dashboard History: shows revision history and compares different revisions against each other
  • Dashboard Editor: Added button to view Dashboard without enabling Live mode
  • Data Sources: Added Error Handler option; able to modify errors messages that occur before displaying them to the user
  • Example JavaScript Data Source Dashboard: new example dashboard added
  • Clock Widget: improved presentation; fixed bug with Live mode
  • QR Code Widget: Generate and display QR codes
  • New User Welcome Message: added a configurable message that appears on a user's first visit to the Home/Search Results pages
  • Help page: added search, deeplinks to specific topics
  • Analytics: now displays the number of unique UIDs used in the past month to view Dashboards

Bug Fixes

  • Table Widget: "sortBy" property doesn't work
cyclotron - 1.27.1

Published by baumandm over 8 years ago

Features

  • Annotation Chart: added built-in support for editing annotations. Annotations are stored in CyclotronData and can be shared between different charts.

  • CyclotronData: a new storage feature for storing simple data directly in Cyclotron. A new Data Source makes it easy to load from CyclotronData into Widgets. Includes a HTTP and JavaScript API for loading/editing data. Limited to 16MB of storage per individual data bucket.

  • Analytics: Added number of unique, active “likes” on the Analytics page; enable additional statistics like average number of tags, editors, viewers per Dashboard

  • Angular.js upgraded to 1.4.x branch.

    Bug Fixes

    • Table Widget: numeralformat properties does not support inline JS unless used in a rule
cyclotron - 1.26.0

Published by baumandm over 8 years ago

Features

  • Like button always visible: instead of hiding when logged out, the clicking the Like button will prompt the user to login.

Bug Fixes

  • Logout and Like button no longer shown when authentication is disabled
cyclotron - 1.25.0

Published by baumandm over 8 years ago

Features

  • Image Widget: added a new Widget for displaying images.
  • YouTube Widget: added a new Widget for displaying YouTube videos.
  • Data Source Broadcasting: rewrote all Data Sources and Widgets to communicate using global events. This resolves memory leaks and performance degredation due to unremoved callbacks.
  • Improved logging, and added a configurable property to enable debug logging (globally)

Bug Fixes

  • Removed unique constraint on email field for Users

Breaking Changes

  • The Data Source api method 'getData()' has been deprecated. Any custom Widgets should be rewritten to follow the new event-based messaging pattern. Any custom Data Sources which use the Data Source Factory (recommended) will automatically use the new pattern.
cyclotron - 1.24.0

Published by baumandm over 8 years ago

Features

  • Scrolling Dashboards: Dashboards now automatically scroll if the Widgets on a page exceed the size of the browser. If the Widgets on a page fit without overflowing, the Dashboard will appear as before without any scrollbars. This replaces the previous behavior of fitting the page to the browser window, and hiding any overflowing content.
  • Likes: Added the ability for logged-in users to like (and unlike) dashboards. Users can search for dashboards they liked, or sort search results by the number of likes
  • Sortable Search Results: The Dashboard Search results can be sorted using various keys such as Name, Tags, Visits, Likes, etc.
  • Advanced Search Filters: Dashboards can be searched using several new search filters: "is:deleted", "include:deleted", "likedby:", "lastupdatedby:".

Bug Fixes

  • Data Sources must be created with unique names
  • Navigating through Cyclotron pages using browser back button does not work
  • Annotation Chart: annotationsWidth property in AnnotationChart widget should be a numerical field instead of a string
cyclotron - 1.23.0

Published by baumandm over 8 years ago

Features

  • Annotation Chart Widget: New Widget added, based on Google's Annotation Chart control. Great for creating time-series line charts with or without annotated labels on the data.
  • Analytics API Improvements: added ?max property to most of the endpoints.
  • User API Improvements: collecting Department/Division property from Active Directory.
  • Highcharts upgraded to 4.2.0

Bug Fixes

  • Fullscreen Graphs Won’t Scale Vertically
  • Chart Widget: Highcharts Property Linked Across Widgets
  • Login Fails for Service Accounts without Department/Division
cyclotron - v1.22.0

Published by baumandm almost 9 years ago

Features

  • Chart Widget: Drilldown chart support added
  • Highcharts upgraded to 4.1.9
  • Node.js 4.0 support and testing

Bug Fixes

  • Global Analytics: sort by page views descending.
  • Data Source Placement - Moved the Data Source property to the top of each Widget type (below title) for consistency.
cyclotron - 1.20.0

Published by baumandm almost 9 years ago

Initial public release of Cyclotron