Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[web-ui] Adding ability to few runtime stats in graph. #22

Merged
merged 2 commits into from
Apr 10, 2013
Merged

Conversation

andykram
Copy link
Contributor

CHANGELOG

  • Updated components/duration_humanizer.js to optionally abbreviate
    units.
  • Added JobStatsAggregator component, which takes a collection of
    models that have stats and parents fields defined, then aggregates
    on a specified stat. Rather fragile and fraught with assumptions at
    the moment.
  • Increased the time between polls in
    components/pollable_collection.js.
  • Merged disparate graph view templates into one.
  • Added active handlebars helper, which returns "active" if the two
    specified values are equivalent.
  • Slightly cleaned up views/graph_viz_view.js to incorporate the idea
    of graph decorators. In the long run, GraphView and GraphVizView
    will simply become decorators. (TODO(AK): Flesh out graph decorators.)

CHANGELOG
=========
* Updated `components/duration_humanizer.js` to optionally abbreviate
  units.
* Added `JobStatsAggregator` component, which takes a collection of
  models that have `stats` and `parents` fields defined, then aggregates
  on a specified stat. Rather fragile and fraught with assumptions at
  the moment.
* Increased the time between polls in
  `components/pollable_collection.js`.
* Merged disparate graph view templates into one.
* Added `active` handlebars helper, which returns "active" if the two
  specified values are equivalent.
* Slightly cleaned up `views/graph_viz_view.js` to incorporate the idea
  of graph decorators. In the long run, `GraphView` and `GraphVizView`
  will simply become decorators. (TODO(AK): Flesh out graph decorators.)
CHANGELOG
=========
* Removed comments from `app/scripts/styles/pickadate.classic.css` which
  were causing the r.js tool to complain.
* Removed node.js sniffing from `app/scripts/vendor/viz.js`, which
  caused an exception to be thrown while building assets.
andykram added a commit that referenced this pull request Apr 10, 2013
[web-ui] Adding ability to few runtime stats in graph.
@andykram andykram merged commit 1e4174f into master Apr 10, 2013
andykram added a commit that referenced this pull request May 1, 2013
[web-ui] Adding ability to few runtime stats in graph.
Rob-Johnson added a commit to Rob-Johnson/chronos that referenced this pull request Aug 18, 2016
add headers required for CORS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant