Commit Graph

94 Commits

Author SHA1 Message Date
Christopher C. Wells a64b601f33 Use actual user and group in manual install instructions
Closes #194.
2021-02-24 05:17:38 -08:00
Zutart 4733ec0b83
Improve database setting configuration options (#182)
* Updated docker.py to allow for custom PSQL env input

* Updated README.md with new PSQL env variables

* Updated with new variable names and adjusted inline logic

* Updated README.md to reflect new env variable names

* Updated database password fallback to prevent breaking existing deployments

* Updated with new env variables

* Further edits per PR discussion

* Removed unnecessary variables from example docker-compose file
2021-01-04 18:06:11 -08:00
Christopher Charbonneau Wells 3f1a7d9a9d
Refactor to remove pandas dependency (#177)
* Use regular dicts for sleep pattern (WIP)

* Remove dataframes code from sleep pattern graph

* Reimplement UTC offset change handling

* Move label formatting in to a function

* Remove pandas!

* Fix linting issue

* Add dev requirements to generated requirements.txt

* Stop committing Pipfile.lock

Pipenv is designed to pin to a specific version of Python. Including the lock
file can lead to failed builds or broken package configurations on different
system architectures and/or Python versions.
2020-12-02 20:15:22 -08:00
Justin Goette 6d601abf30 Update README.md 2020-11-05 15:43:12 -08:00
Justin Goette b67ccb2fed Update README.md
Rearranged and added some detail to the Docker instructions to make them more beginner friendly.
2020-11-05 15:43:12 -08:00
Christopher C. Wells 634b1dafd1 Add Finnish to list of translations in README 2020-07-29 19:51:32 -07:00
Christopher C. Wells 6b06dbf936 Add documentation for USE_24_HOUR_TIME_FORMAT (#148) 2020-07-22 19:48:56 -07:00
Christopher C. Wells 172ef58fcf Add example Docker Compose file for SQLite-based deployment (#145) 2020-06-21 08:21:17 -07:00
Christopher C. Wells df0b54b6c2 Add OpenAPI schema file to repository (#147) 2020-06-19 15:13:01 -07:00
Christopher C. Wells fddde9d46f Add OpenAPI schema endpoint to API (#147) 2020-06-19 14:56:05 -07:00
MaximilianKindshofer 85777d0b9a fix(Docker): Fixed Docker-Compose-Example
The docker-compose example now runs out of the box. Migrations are
applied at startup and cachetable is created.

Closes #141
2020-04-18 18:28:51 +02:00
Christopher C. Wells d1cb5c2277 Update documentation for "timer" field (#131) 2020-03-14 13:33:05 -07:00
Christopher C. Wells fbe15868f8 Document new PATCH and DELETE API operations (#126) 2020-03-13 20:29:07 -07:00
Christopher C. Wells 30b690884e Correct anchor link for Import/Export section 2020-02-18 14:41:33 -08:00
Christopher C. Wells 773491205e Add basic import/export documentation to README 2020-02-18 14:41:33 -08:00
Christopher C. Wells d4291712bd Document that `TIME_ZONE` setting is now a default 2020-02-14 10:56:13 -08:00
Christopher C. Wells c16ba31aef Update Docker Hub repo (#112) 2020-02-07 11:55:36 -08:00
Christopher C. Wells 86f0c2f04b Update references to old repo address 2020-02-06 22:16:57 -08:00
Christopher C. Wells 5b24ff21b6 Move environment variables to example Docker Compose file (#110) 2020-02-04 11:30:19 -08:00
Christopher C. Wells 5c8fc91538 Update Docker deployment documentation (#106) 2020-02-02 14:14:27 -08:00
Christopher C. Wells dcce3c5ee7 Add `TIME_ZONE` configuration to EB documentation 2020-01-31 09:09:01 -08:00
Christopher C. Wells c56d414d8c Update README for manual Heroku deploy 2020-01-31 09:09:01 -08:00
Christopher C. Wells e93c70bf2c Add `createcachetable` to deploy configurations 2020-01-31 09:09:01 -08:00
Christopher C. Wells 094908f8bc Update documentation throughout 2020-01-19 08:49:45 -08:00
Christopher C. Wells f68483f742 Move gitter link and license info to main README 2020-01-19 06:50:29 -08:00
Christopher C. Wells 2627b1cbfd Add Turkish translations 2020-01-16 19:42:49 -08:00
Christopher C. Wells f6b5126dfd Add Spanish translations 2020-01-16 19:33:03 -08:00
Christopher C. Wells a11524a47d Update Python dependencies (Django 3.x) 2020-01-04 06:37:42 -08:00
Christopher C. Wells d961a6c5c4 Update manual install instructions for local pipenv venv 2019-12-14 13:09:43 -08:00
Christopher C. Wells 1f67380047 Update minimum Python version (for Pandas dependency) 2019-12-14 07:11:13 -08:00
Christopher Charbonneau Wells ab8a5db76a
Add German to README language list. 2019-06-07 07:38:59 -07:00
Christopher C. Wells 60b20e813b Add Temperature endpoint to documentation. 2019-05-16 22:19:40 -07:00
Christopher Charbonneau Wells 4c1b333293
Add languages info to README 2019-05-04 06:05:36 -07:00
Christopher C. Wells b124d9098e Move contribution and development information to a separate file. 2019-02-03 11:24:30 -08:00
Christopher Charbonneau Wells 1570976c9f Update Heroku deployment configuration. 2018-11-05 18:38:38 -08:00
Christopher Charbonneau Wells c31000d96e Remove Nanobox deployment method instructions.
This method is broken and appears to have been broken for a while. After spending some time attempting to fix it, I'm removing it for now but would consider PRs from folks with more Nanobox experience.
2018-11-04 09:00:19 -08:00
Christopher Charbonneau Wells 69fcfd65b9 Update Docker deployment config. 2018-11-04 08:37:33 -08:00
Christopher Charbonneau Wells 2daeb57780 Update manual install instructions. 2018-10-21 08:19:57 -07:00
Christopher Charbonneau Wells 7bc9fae311 Add reference for pre-commit hooks in documentation. 2018-10-13 18:37:24 -07:00
Christopher Charbonneau Wells 73cf8e81d0 Add Pre-commit Hook section to TOC. 2018-10-13 18:32:21 -07:00
Christopher Charbonneau Wells 81cf6491a4 Remove `pre-commit` gulp command and add example git pre-commit hook. 2018-10-13 17:14:26 -07:00
Christopher Charbonneau Wells ac39b241c3 Add initial documentation for new gulp commands. 2018-10-11 20:10:53 -07:00
Christopher Charbonneau Wells 3413d7110c Update to Gulp 4.x. 2018-07-15 10:12:55 -07:00
Christopher Charbonneau Wells 6ecf53ce04 Add a note re: --skip-lock for non-x86-64 architectures (#43). 2018-05-20 15:13:33 -07:00
Christopher Charbonneau Wells 478526acaf Remove pandas version lock and drop Python 3.4 support.
Pandas was locked because of build issues for Python 3.4 and other build requirments do not offer PyPI wheels for 3.4 any more.
2018-05-20 14:55:44 -07:00
Ivan Hörler 4d60c7eeb4 add dependency 2018-05-08 06:54:21 +02:00
Ivan Hörler e6055ea668 split same as uWSGI 2018-05-08 06:51:26 +02:00
Ivan Hörler 888c6fa11c create new enumeration 2018-05-08 06:50:55 +02:00
Ivan Hörler 78689adbee describe the lines beneth. 2018-05-07 23:02:03 +02:00
Ivan Hörler 0725f6b9c1 correct the indent for correct md displaying of codeblock 2018-05-07 23:00:12 +02:00