Christopher C. Wells
956453b206
Add Portuguese to README
2021-09-16 18:53:46 -07:00
Ohad Lutzky
d0742674e8
Move CI and Coverage badges to main README
2021-09-03 14:52:59 -07:00
Ohad Lutzky
b183a39a60
Gitpod config
2021-09-03 14:52:59 -07:00
jcgoette
81fad7d30e
add SECURE_PROXY_SSL_HEADER env arg option
2021-08-21 06:04:56 -07:00
Justin Goette
f48141e2bb
add Docker admin activity example
2021-08-18 19:03:38 -07:00
Christopher C. Wells
450eb3137e
Remove Docker deployment support files
2021-07-07 20:48:28 -07:00
Christopher Charbonneau Wells
e2e73d236d
Remove unsupported AWS EB deployment documentation
2021-07-06 21:20:34 -07:00
Christopher Charbonneau Wells
9fdf2c2f2d
Update Docker deployment documentation
2021-07-06 21:20:34 -07:00
Christopher Charbonneau Wells
8e814f1674
Fix backticks usage in README
2021-07-06 20:32:40 -07:00
Ohad Lutzky
c31b2b5519
Add `libpq-dev` to instructions
...
Fixes #238
2021-07-06 13:42:42 -07:00
Christopher C. Wells
250e07e739
Set default timezone as UTC
...
The previous setting of "Etc/UTC" appears to no longer be valid in certain
circumstances. This was causes tests to fail on user settings because the
provided default was invalid. "UTC" should be more uniformly recognized so
hopefully this does not have any downstream effects.
Closes #203
2021-05-05 05:58:32 -07:00
Christopher C. Wells
6fb958d6b3
Add Italian translations
2021-03-04 06:03:29 -08:00
Christopher C. Wells
311c6d2e05
Add Dutch translations
2021-02-25 06:00:23 -08:00
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