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

0.8.2 (Funnel Cake) #1296

Merged
merged 205 commits into from
Nov 1, 2015
Merged

0.8.2 (Funnel Cake) #1296

merged 205 commits into from
Nov 1, 2015

Conversation

jasoncalabrese
Copy link
Member

10624801_10203819110930588_2956395634112010527_n

  • New Basal and Temp basal visualization with Care Portal and OpenAPS support
  • Care Portal event type selection adjusts what fields are displayed
  • Event types with duration (Temp Basal/Exercise/Notes)
  • New scaling options: Logarithmic (how it's always been), Linear, and Logarithmic (Dynamic)
  • New Admin tools to reduce the need to go into mongolab for common support issues
  • Fix for iOS9 angle arrows
  • BWP tooltip updates
  • Chart time localizations
  • Fix for Treatment report date filter
  • Translation updates for Romanian, Norwegian, Bulgarian, Swedish, and Czech

Full list of merged pull requests: https://github.com/nightscout/cgm-remote-monitor/pulls?q=milestone%3A0.8.2+is%3Aclosed+is%3Apr

jasoncalabrese and others added 19 commits October 27, 2015 19:51
only expect an error, not a specific message for travis…
Added Basal Icicle mode; store basal mode in localstorage
check whether t.eventType is defined
support for temping to absolute 0
RO update Oct, 31 2015
Prep for 0.8.2, minor tweaks, etc
@codecov-io
Copy link

Current coverage is 84.45%

Merging #1296 into master will decrease coverage by -0.14% as of 310516b

@@            master   #1296   diff @@
======================================
  Files           72      79     +7
  Stmts         5545    6106   +561
  Branches         0       0       
  Methods          0       0       
======================================
+ Hit           4691    5157   +466
  Partial          0       0       
- Missed         854     949    +95

Review entire Coverage Diff as of 310516b


Uncovered Suggestions

  1. +0.20% via .../js/profileeditor.js#324...335
  2. +0.18% via .../js/profileeditor.js#269...279
  3. +0.17% via .../report/js/report.js#259...268
  4. See 7 more...

Powered by Codecov. Updated on successful CI builds.

@MilosKozak
Copy link
Contributor

👍

function tooltipLeft ( ) {
var windowWidth = $(client.tooltip).parent().parent().width();
var left = d3.event.pageX + TOOLTIP_WIDTH < windowWidth ? d3.event.pageX : windowWidth - TOOLTIP_WIDTH - 10;
return left + 'px'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Codacy Issue found: Missing semicolon.

jasoncalabrese added a commit that referenced this pull request Nov 1, 2015
@jasoncalabrese jasoncalabrese merged commit 24b674e into master Nov 1, 2015
@jasoncalabrese jasoncalabrese modified the milestone: 0.8.2 Nov 8, 2015
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.