Commit Graph

  • bbcf454d37 Remove version number from django master Andreas Zweili 2022-08-29 18:32:34 +0200
  • 4b207e0541 Update make file Andreas Zweili 2022-08-29 18:30:53 +0200
  • 281da77402 Update scripts Andreas Zweili 2022-08-29 18:28:38 +0200
  • 11bbb4a2d3 Update the gitignore Andreas Zweili 2022-08-29 18:19:49 +0200
  • b98b860078 Update the Makefile Andreas Zweili 2022-08-29 18:19:26 +0200
  • cd268dcb39 Add a .envrc file Andreas Zweili 2022-08-29 18:15:58 +0200
  • d2e4ec97aa Correct tests for decimal points Andreas Zweili 2022-08-29 18:15:36 +0200
  • 8f725e033f upgrade django to 2.2.13 Andreas Zweili 2020-10-05 21:19:25 +0200
  • 43d509eb23 activate the venv in the collector script as well Andreas Zweili 2020-10-05 21:15:56 +0200
  • 597909f1aa fix django to version 2.2 Andreas Zweili 2020-10-05 20:44:21 +0200
  • c88da82a1b round the temp values to the third value Andreas Zweili 2020-10-05 20:44:03 +0200
  • 5be6defa3b get the temps every 5 minutes Andreas Zweili 2020-10-05 20:43:46 +0200
  • 5e4ae8840e activate the venv in the run script Andreas Zweili 2020-10-05 20:42:50 +0200
  • 4bdda5491a increase collection frequenzy and accuracy Andreas Zweili 2020-03-10 22:05:14 +0100
  • 29cdeef316 move environment variable to settings file Andreas Zweili 2020-03-10 21:59:04 +0100
  • 2700e366f2 let the gunicorn run in foreground Andreas Zweili 2020-03-10 21:50:07 +0100
  • 06245632c7 remove makemigrations from run command Andreas Zweili 2020-03-10 21:22:47 +0100
  • fefebf2747 add make migrations command Andreas Zweili 2020-03-10 21:22:36 +0100
  • 26aa800224 replace the make run commands with run.sh Andreas Zweili 2020-03-10 21:22:22 +0100
  • 849e803664 stop ignoring migrations Andreas Zweili 2020-03-10 21:21:34 +0100
  • 7f69201360 remove unnecessary code Andreas Zweili 2020-03-10 21:21:20 +0100
  • 0ea964e7a9 add migrations Andreas Zweili 2020-03-10 21:20:13 +0100
  • 9ba6aef420 replace nohub with & Andreas Zweili 2020-03-10 20:25:15 +0100
  • 433a177e0c add migration scripts Andreas Zweili 2020-03-10 20:23:43 +0100
  • ada5d8e25a make the run.sh script executable Andreas Zweili 2020-03-10 20:17:28 +0100
  • f4d13f9500 collect data every 5 minutes Andreas Zweili 2020-03-10 20:16:03 +0100
  • 54890d9358 move the django project one level up Andreas Zweili 2020-03-10 20:14:53 +0100
  • 0a8a8d42f8 add a constant which fixes the inaccuracy of the SenseHat temp Andreas Zweili 2019-11-02 16:08:16 +0100
  • a0a291d82e rename the index_view test Andreas Zweili 2019-10-24 22:35:50 +0200
  • e4ccc594af add a view which accepts hours as arguments Andreas Zweili 2019-10-24 22:35:12 +0200
  • 8ded8def06 implement command to clean old values from the database Andreas Zweili 2019-10-24 21:45:48 +0200
  • c980c2ac76 fix the plots Andreas Zweili 2019-10-23 10:28:03 +0200
  • 4e391cb92c finish the Readme Andreas Zweili 2019-10-22 21:48:52 +0200
  • cdb617c3a8 update tests to reflect newest changes Andreas Zweili 2019-10-22 21:38:10 +0200
  • b62c510524 improve the Makefile Andreas Zweili 2019-10-22 21:37:03 +0200
  • 2c5bac292a replace timezone with datetime Andreas Zweili 2019-10-21 19:42:03 +0200
  • e0edc6e113 only gatter a datapoint every 5 minutes Andreas Zweili 2019-10-21 19:27:46 +0200
  • 9841c3232d limit the queries to the last 12 hours Andreas Zweili 2019-10-21 19:27:33 +0200
  • e7e72f1e31 add markers to the plots Andreas Zweili 2019-10-21 18:30:04 +0200
  • f652725984 remove line smoothing Andreas Zweili 2019-10-21 18:23:41 +0200
  • 8756f1819e Merge branch 'master' of git.2li.ch:Nebucatnetzer/environment_sensors Andreas Zweili 2019-10-21 17:29:15 +0200
  • c8906fdbdc improve the plots Andreas Zweili 2019-10-21 17:28:46 +0200
  • 57c9adfa4d round all the collected results Andreas Zweili 2019-10-21 17:26:34 +0200
  • f541511fbe remove the Time model Andreas Zweili 2019-10-21 06:57:44 +0200
  • 52103ad3b7 the time should be time zone aware Andreas Zweili 2019-10-20 23:09:45 +0200
  • 88dc88fa9f Revert "Revert "fix the data sclicing"" Andreas Zweili 2019-10-20 23:00:22 +0200
  • 879ac4e666 listen on all ips when running the server Andreas Zweili 2019-10-20 22:59:32 +0200
  • 5c44591010 Revert "fix the data sclicing" Andreas Zweili 2019-10-20 22:53:00 +0200
  • 03b7cb5325 add the collector as a management command Andreas Zweili 2019-10-20 22:51:35 +0200
  • 9d01af07b9 remove the collector from the view Andreas Zweili 2019-10-20 22:50:52 +0200
  • 110c8da696 add a simple command to run the background task Andreas Zweili 2019-10-20 22:43:09 +0200
  • b6ad61ccce create a view to display the charts Andreas Zweili 2019-10-20 21:39:03 +0200
  • 93dfcf95d5 switch the x and y axis Andreas Zweili 2019-10-20 21:38:42 +0200
  • 3cec11e045 remove debugging print statement Andreas Zweili 2019-10-20 21:38:30 +0200
  • 470801783d fix the data sclicing Andreas Zweili 2019-10-20 21:37:59 +0200
  • 7dbc7772b5 remove a unrequired import Andreas Zweili 2019-10-20 21:37:40 +0200
  • 2d7fe4dddd sort base requirements alphabetically Andreas Zweili 2019-10-20 21:36:59 +0200
  • c44868c3ee add django-background-tasks as a dependency Andreas Zweili 2019-10-20 21:36:38 +0200
  • 911594d84f sort development requirements alphabetically Andreas Zweili 2019-10-20 21:36:19 +0200
  • bc55d5e5e9 add test where all the values get written to the db Andreas Zweili 2019-10-20 21:33:44 +0200
  • 30a9c3a77d add a function to collect and write all values to the DB Andreas Zweili 2019-10-20 21:23:05 +0200
  • 41e4b1426b add the url pattern for the index page Andreas Zweili 2019-10-20 21:22:41 +0200
  • a699d3071a add a test_index test Andreas Zweili 2019-10-20 21:22:27 +0200
  • 40ece7cc4f add test helpers to check for text in the HTML output Andreas Zweili 2019-10-20 21:22:09 +0200
  • 4b2951a1b4 add a template for the index page Andreas Zweili 2019-10-20 21:21:51 +0200
  • 66bb495287 add the collector urls to the project urls Andreas Zweili 2019-10-20 21:21:13 +0200
  • 57d835a2e8 add plotly as a depency Andreas Zweili 2019-10-20 21:20:49 +0200
  • f8e53d217e set the settings environment and export coverage to html Andreas Zweili 2019-10-20 21:20:20 +0200
  • 0f009fe1c7 extend the run command to include migrations Andreas Zweili 2019-10-20 21:19:59 +0200
  • 8e4ac03e14 include the system site packages in the virtualenv Andreas Zweili 2019-10-20 13:41:21 +0200
  • 96f2876975 add the sense emulator library to the development environment Andreas Zweili 2019-10-20 13:38:04 +0200
  • 5fe755152c remove unused imports Andreas Zweili 2019-10-20 13:37:57 +0200
  • bdbe2bd5aa add a function to collect humidity Andreas Zweili 2019-10-20 13:37:39 +0200
  • ae2b7c1624 add a function to collect the pressure Andreas Zweili 2019-10-20 13:37:01 +0200
  • 16050cc176 rewrite the temperature collector Andreas Zweili 2019-10-20 13:35:29 +0200
  • 7411bdd70e make sure that the imports are correct depending on the system Andreas Zweili 2019-10-20 13:34:55 +0200
  • 34aa2f4ba6 sense_hat needs to be a depency Andreas Zweili 2019-10-16 21:40:26 +0200
  • 85fd057e62 add a first version of the collector module Andreas Zweili 2019-10-15 17:25:23 +0100
  • b1a0b05b5f activate the virtualenv before running the test Andreas Zweili 2019-10-14 21:00:53 +0100
  • 01f02ca4d3 fix the db test Andreas Zweili 2019-10-14 21:55:00 +0200
  • 6e6e846686 fix a typo Andreas Zweili 2019-10-14 21:53:42 +0200
  • 61ec522fd4 remove the admin module from the collector app Andreas Zweili 2019-10-14 21:53:28 +0200
  • f0d3491511 don't use migrations to run tests Andreas Zweili 2019-10-14 21:53:19 +0200
  • c48f43af32 add the mixer package for development Andreas Zweili 2019-10-14 21:38:26 +0200
  • 22a3d53135 readd the admin and auth app Andreas Zweili 2019-10-14 21:36:04 +0200
  • b328ac4727 restructure tests Andreas Zweili 2019-10-14 21:35:54 +0200
  • a12ca638f1 ignore migration files Andreas Zweili 2019-10-14 21:35:38 +0200
  • ffb088e084 add a pytest.ini file Andreas Zweili 2019-10-14 17:41:22 +0100
  • a9bced323b adapt a lot of things for django Andreas Zweili 2019-10-14 17:41:07 +0100
  • 58e4818b1a extend coveragerc for django Andreas Zweili 2019-10-14 17:39:55 +0100
  • a743155b38 remove the admin and auth application Andreas Zweili 2019-10-13 19:37:20 +0100
  • 1db53e1a42 move to django Andreas Zweili 2019-10-13 19:35:48 +0100
  • ce3116bfbf improve Makefile Andreas Zweili 2019-10-13 10:06:46 +0100
  • e040437ab2 ommit various files from coverage report Andreas Zweili 2019-10-13 10:00:55 +0100
  • 226f8f5545 fix the Makefile Andreas Zweili 2019-10-13 09:44:52 +0100
  • 96f47b2baf update the Makefile Andreas Zweili 2019-10-13 09:40:30 +0100
  • bfe6d7e304 move the main script into a module Andreas Zweili 2019-10-13 09:36:26 +0100
  • 6b538a6e00 add a setup file Andreas Zweili 2019-10-13 09:35:34 +0100
  • aefcbdfcae add the main script Andreas Zweili 2019-10-12 19:35:14 +0100
  • 6eca6c31d6 add a coverage config Andreas Zweili 2019-10-12 19:35:02 +0100