Commit Graph
292 Commits
Author SHA1 Message Date
inventor96 61477b96ac Added notes about the Google Assistant integration being broken 2023-08-15 20:41:58 -06:00
Ben West 3149bf8b95 task: clean project root
setup.sh appears to be a developer utility to assist in bootstrapping a debian
based system.  It is intended to help install the dependencies needed to run
node, and not used in any automated deploy pipeline.

Instructions have been updated to suite this change which simply moves the
developer tool out of the project repo and into the bin subdirectory.
2021-02-18 10:02:00 -08:00
Ben West 5ae162cc6b task: clean project root
Move update image into docs folder, away from project root.
2021-02-18 09:55:47 -08:00
Ben West a42408b0a7 task: clean repo root
This change seeks to continue tidying up the repo.

* The database_configuration.json file is not used and has not been used since
  the project was published on github.  We remove the ability to look at files
  inside the source tree for database credentials.

*  Move example-profiles.md to the relevant documentation for plugins area and
   update the link to match.
2021-02-18 09:46:29 -08:00
d762694b83 Bolus settings (#6834)
* Add bolus plugin and restructure rendering settings

* Add setting to prevent automated micro boluses from triggering notifications and snoozing alarms

* clean up

* Small change to the bolus-settings branch so it supports flexible configuration that enables the old behavior

* Translations

* Fix settings default

Co-authored-by: Jason Calabrese <jason@cbrese.com>
2021-02-02 19:14:32 +02:00
3ee90d6927 feat: disable pump battery alarms at night option (#5359)
* feat: add feature to disable pump battery alarms at night

* add timezone handling for server side

* Update pump.test.js

* Update pump.test.js

* Update pump.test.js

Co-authored-by: Jeremy Cunningham <jpcunningh@gmail.com>
Co-authored-by: Sulka Haro <sulka@sulka.net>
2021-01-17 15:31:31 +02:00
Sulka Haro 85c59a66a9 Merge branch 'master' into dev 2020-11-14 11:36:48 +02:00
f81ac5922a Adding Hungarian translation to nightscout (#6037)
* Finished first round of translation for Hungarian language

* Added hungarian language to the readme file

* Fixes

* WIP

* Typo fixes and changes to translations

* Update language.js

Fixed some mistyped language keys

Co-authored-by: Andy Feher <andras.feher@smildonis.com>
Co-authored-by: Sulka Haro <sulka@sulka.net>
2020-11-11 17:01:35 +02:00
Sulka HaroandGitHub 0aed5c93a0 Update README.md
Explicitly link to the application template in Github
2020-10-03 09:07:13 +03:00
Sulka Haro 14621a4f29 Update README to point to new docs 2020-09-13 10:03:36 +03:00
Dominik DzieniaandGitHub 22d150664b Fix dbsize for usage with Atlas (#5962) 2020-09-08 08:01:58 +03:00
ireneusz-ptakandGitHub 3d6f488eda Configurable clock views (#5625)
* Configurable clock views

* Configurable clock views

* Configurable clock views

* Configurable clock views

* Configurable clock views

* Configurable clock views

* Update README.md

* Update README.md

* Configurable clock views
2020-06-12 17:29:15 +03:00
MatthewandGitHub f3fab567c5 Fix Issue #5486 - Device Status Days Feature (#5651)
* Device Status Days Feature

* Edits per review from @sulkaharo
2020-06-12 17:17:52 +03:00
Andrew DixonandGitHub 17eb4ae7bc Option to switch off bolus amount outputs (#5522)
* Option to switch off bolus amount outputs (#5514)

* Fixing issue with carb value not be output when set to "none" (#5514)

* Adding additional output options (#5514)

* Adding environment variable option for 'x U and Over' option.

This option is BOLUS_RENDER_OVER with a default value of 1 and the value can be an integer or a float, e.g. 0.3, 1.5, 2, etc...

* Adding change to change the font size depending on the bolus value.

* Merge two "all" options to create an option that displays as SMB had.
2020-04-14 10:20:35 +03:00
Sulka HaroandGitHub 77795cae5a Split view (#5518)
* Adds a 2, 3, 4 and 8 way split view option

* Updated description

* Generate the table on demand, so any number of sites from 1 to 8 generates a sensible layout

* Update readme & don't crash if a name is missing
2020-02-16 14:15:27 +02:00
Dominik DzieniaandGitHub 44ab2a79dc Plugin to show database size (% of available space or in MiB) (#5496)
* Database size plugin - pill that displays current mongoDB database size

* Enabled dbsize by default

* Fixed bug with dbsize not shownig when size is (rounded) 0% but real bytes > 0

* Cleanup & update to iconfont generation manual

* Changed how warning/urgent levels are configured - from absolute MiB to percentage of DBSIZE_MAX
2020-02-10 08:56:38 +02:00
Jonas HummelstrandandGitHub c86b8901a2 Update README.md (#5480)
Clarified that the "bridge" plugin is for Dexcom Share ("Dexcom" didn't appear at all in the read me), fixed a few typos, and added line 444 about the BRIDGE_SERVER variable.
2020-02-03 09:06:25 +02:00
4f9f735164 Pr/5379 (#5441)
* Release 13.0.1 (#5329)

* Release ref update v2 (#5301)

* Updated release name and number

* Added missing version number

* Added missing version number

* Fix auth dialog sizing error (#5315)

* Fix auth dialog sizing error (#5314)

* Fix auth dialog sizing error

* Fix Client Init After Auth

(cherry picked from commit 1bf416c3bb964ed555850c3fc55977d69980b8e5)

* update NS minor version

* Added handlers and translations for CGM info

* Defined translate()

* Fixed sensor state reference

* Improved wording for tx age response

* Improved wording for session duration response

* Updated documentation and templates

* Updated README.md TOC and a reference to it

* Added CGM battery info

* Added unit reference to CGM battery levels

* Added handlers and translations for CGM info

* Defined translate()

* Fixed sensor state reference

* Improved wording for tx age response

* Improved wording for session duration response

* Updated documentation and templates

* Updated README.md TOC and a reference to it

* Added CGM battery info

* Added unit reference to CGM battery levels

* Updated API reference in Google Home template

Co-authored-by: Caleb <inventor96@users.noreply.github.com>
2020-01-11 12:40:33 +00:00
Sulka HaroandGitHub 78be0f6a4d mgdl -> mg/dl (#3423) 2020-01-01 11:33:23 +02:00
Sulka HaroandGitHub 83c22f92ab Read BG targets in using mmol when server is in mmol mode (#5291)
* Read BG targets in using mmol when server is in mmol mode

* Change the Heroku template to match the new logic

* Deal with mmol targets being set using commas
2019-12-15 16:13:53 +02:00
Sulka HaroandGitHub c153a965bc Merge pull request #5137 from inventor96/update-virtual-assistants-v2
Update virtual assistants v2
2019-12-06 12:18:26 +02:00
Jeremy CunninghamandSulka Haro f7750b3534 Rename xdrip-js to xdripjs (#4959)
* rename xdrip-js to xdripjs

* update readme for xdrip-js name change

* update from CGM to XDRIPJS label

* change label from all caps to mixed case for xDripJS

* change pill label back to CGM
2019-11-10 22:32:46 +00:00
John WestonandSulka Haro 9877a5133e Wording tweaks to go with #4810 (#4866)
* mmol/L wording tweak in Readme

* Various wording & clarity tweaks in the Readme

* Heroku template update to reflect mmol allowance tweak

* Update README.md

* Update minimum device requirements

Ran some proper browser test suites, determined actual minimum specs for the main site.
2019-11-10 21:53:46 +00:00
ireneusz-ptakandSulka Haro d3bd77b514 Extra info (delta and last measurement time) on clock view. (#5151)
* Parametrized clock view

* Parametrized clock view
2019-11-10 21:51:19 +00:00
John WestonandSulka Haro 1b8dc27c19 Adding to #5121 (#5126)
* changed gitter shield to discord

* changed discord shield text to discord chat instead of just chat

* changed gitter shield to discord

* need to fix my md error

* Update CONTRIBUTING.md

Few more tweaks

* Update CONTRIBUTING.md

* Update CONTRIBUTING.md

* Update README.md

Change Discord URL to be an invite link instead of a direct link to the channel (which doesn't work if you're not already in it).
2019-11-10 21:48:56 +00:00
DiabetlumandSulka Haro fcfc209f22 Turkish language updates (#5192)
* Turkish language updates

* in to Languages Part Turkish added

* in to Languages Part Turkish added
2019-11-10 21:04:48 +00:00
inventor96 67e6cddc4b Merge branch 'update-virtual-assistants' into update-virtual-assistants-v2 2019-10-21 14:24:58 -07:00
PieterGitandGitHub 36de82bffd Revert "fix/feat: Update Alexa integration and add Google Home support (#4980)" (#5131)
This reverts commit 30b88f6765.
2019-10-21 16:23:32 +02:00
CalebandPieterGit 30b88f6765 fix/feat: Update Alexa integration and add Google Home support (#4980)
* Copied work done by mdomox

* Updates and fixes to CONTRIBUTING.md

* Spacing unification

* One more fix for CONTRIBUTING.md

* Minor code formatting improvements

* One more time...

* Renamed Alexa stuff to virtAsst for generic-ness

* Corrected missed translate() text

* Updated googlehome plugin to mimic the alexa plugin

* Changed order of operations

* Fixed parameter referencing in googlehome

* Yet another CONTRIBUTING fix

* Removed extra google stuff

* Migrated standalone intents to MetricNow intent

* Simplified route handling

* Added logging

* Added forgotten path selector

* Separated instructions for adding virtual assistant support in a plugin

* A few typo fixes

* Improved logging

* Updated Google Home plugin instructions

* Attempt to trigger download of template file

* Small wording tweaks

* Updated Alexa plugin documentation

* Updated test files

* Re-added handler count tests so devs are prompted to write tests for new handlers

* Updated Alexa documentation

* Small typo fix

* Clarification

* Further clarifications and typos

* Added language info to Google Home plugin doc

* URL correction

* URL fix v2

* Wording clarification

* Ugh...

* Minor instruction fix

* Sub steps fix

* Fixed Alexa references in Google Home

* Added a couple steps for improved user experience

* One more forgotten step

* Updated pump reservoir handler to handle undefined values

* Updated titles and unknown-value responses

* Modified forecast responses to use translate()

* Updated tests

* Improved training phrases

* Wording improvements

* Google Home setup instruction corrections

* Corrected how metric selection is found
2019-10-21 14:09:49 +02:00
John WestonandSulka Haro 06e3d6a23e Clock cleanup (#5018)
* Create robots.txt

* Update robots.txt

* Delete robots.txt

* refactor clock css

* swap css import order

* Update README.md

* Update index.html

* Update bgclock.css

* Update shared.html

* Update clock-shared.css

* Update settings.js

* Update clock-shared.css

* Update clock-shared.css

* Update robots.txt
2019-10-21 10:01:19 +03:00
OpossumGitandSulka Haro a9f89aa679 changed gitter shield to discord (#5121)
* changed gitter shield to discord

* changed discord shield text to discord chat instead of just chat

* changed gitter shield to discord

* need to fix my md error
2019-10-21 08:54:45 +03:00
Pete SchwambandSulka Haro d729b0eb00 Remote Loop overrides (#5043)
* skeleton code

* publishing

* Activating remote override

* Fix event types refresh, and fix custom duration

* Don't create treatment record; loop will

* Additional override details for treatment tooltip

* Pass client from careportal

* attempt at moving endpoint to api/v2

* Add bodyParser to v2/notifications

* Remove notifications api from v1

* Remove unused var

* Better error handling and reporting

* Add documentation for new loop plugin vars

* Handle indefinite duration overrides

* Move label of indeterminate duration override to now line when start is offscreen

* test

* Use separate representation for indefinite duration treatments

* fix display for finite duration treatments

* Fix re-use of elements when treatment ordering changes

* Handle more rect transition() updates

* Add check for LOOP_DEVELOPER_TEAM_ID

* Support configuration of aps-environment via environment variable.

* Fix expiration date math; was essentially preventing retries
2019-10-16 12:35:22 +03:00
p5nbTgip0randSulka Haro adb138525d Fix black OpenAPS COB forecast dots (#5057)
* Removed alpha from COB hex colors

* Updated README for default COB/ACOB hex values

* Added link to W3C CSS color specifications
2019-10-09 23:02:16 +03:00
John WestonandSulka Haro 7a0204842a Add BrowserStack badge to the Readme (#5001)
* Create robots.txt

* Update robots.txt

* Delete robots.txt

* add browserstack logo image

* add BrowserStack badge/link to readme

* add resized BrowserStack logo

* Delete browserstack-logo-600x315.png
2019-10-09 22:56:54 +03:00
Sulka Haro 3c99ba7122 Updated the browser requirements in README 2019-09-18 22:03:37 +03:00
Alexandre ViauandSulka Haro 1ddc641ae9 mongolab -> mLab (#4926) 2019-09-15 19:03:43 +03:00
Alexandre ViauandSulka Haro 380f0e3eb3 api-docs.html -> /api-docs/ (#4942)
`/api-docs/` seems to be the correct path for the swagger UI.

- change `/api-docs.html` reference to `/api-docs/`
- also change `/api-docs` to `/api-docs/` as it is more exact
2019-09-15 19:02:35 +03:00
inventor96 202402fbc4 Copied work done by mdomox 2019-09-06 17:40:46 -06:00
Sulka Haro 3a8f199dd4 One more clock change - the SHOW_CLOCK_CLOSEBUTTON setting can now be used to disable the X from appearing in the clocks at any time. The default is to show it when the GET parameter is set, allowing bookmarking a clock without the X, but retaining it when navigating to the page 2019-07-30 14:15:05 +03:00
Sulka HaroandGitHub c2c534acf9 Update README.md
Updated README to reflect all changes from the release
2019-07-30 13:41:27 +03:00
Sulka Haro 6499480c27 Merge branch 'dev' into plugin_pref_ui 2019-07-26 12:49:59 +03:00
Sulka Haro 298a3f5e1f Add the new setting to README 2019-07-26 11:23:03 +03:00
Sulka Haro 7503512bbe Merge branch 'dev' into less_obtrusive_clock_close 2019-07-24 21:33:34 +03:00
Sulka HaroandGitHub 9919d1e9b7 Merge pull request #4788 from unsoluble/patch-3
Update clock view notes
2019-07-24 21:30:27 +03:00
Erin879andPieterGit 3a3f41d806 feat: Add support for different color prediction lines (#4792)
* add support for different color prediction lines

* changed quotation marks to better fit guidelines

* corrected and standardized variable names

* added support for colored ACOB prediction and changed default prediction line colors

* added default colour for 'Values' prediction
2019-07-24 19:22:39 +02:00
Sulka Haro c7674ae0ff Renamed the config variable and inverted the boolean logic 2019-07-24 12:27:51 +03:00
Sulka Haro 3373c27bef * Close button color is much dimmer and changes color appropriately in the color view
* HIDE_CLOCK_CLOSEBUTTON setting to hide the button altogether (set to TRUE or ON to hide buttons altogether)
* Fix CSS for toolbar positioning in the main view
* Fix documentation on the clock URLs and add mention of the setting
2019-07-24 10:57:36 +03:00
John WestonandGitHub 866b5710fd Update clock view notes 2019-07-23 09:18:33 -07:00
Sulka HaroandGitHub c9b7e5c37a Merge pull request #4769 from PieterGit/201907_dev
feat: Allow Node 12 and Node 10.15.2 for Azure
2019-07-23 15:01:55 +03:00
Sulka HaroandGitHub ae2e8c9801 Merge pull request #4782 from nightscout/master
Merge documentation change back to dev
2019-07-23 15:00:30 +03:00