Skip to content

Commit

Permalink
Released v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissiemensma committed May 4, 2017
1 parent e70610f commit e5e2e72
Show file tree
Hide file tree
Showing 79 changed files with 6,116 additions and 804 deletions.
494 changes: 470 additions & 24 deletions docs/api.rst

Large diffs are not rendered by default.

22 changes: 22 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,28 @@ Please make sure you have a fresh **database backup** before upgrading! Upgradin
- `About upgrading <http://dsmr-reader.readthedocs.io/en/latest/application.html#application-updates-bug-fixes-new-features>`_.



v1.7.0 - 2017-05-04
^^^^^^^^^^^^^^^^^^^

.. warning::

Please note that the ``dsmr_datalogger.0007_dsmrreading_timestamp_index`` migration **will take quite some time**, as it adds an index on one of the largest database tables!

It takes **around two minutes** on a RaspberryPi 2 & 3 with ``> 4.3 million`` readings on PostgreSQL. Results may differ on **slower RaspberryPi's** or **with MySQL**.


.. note::

The API-docs for the new v2 API `can be found here <https://dsmr-reader.readthedocs.io/en/latest/api.html>`_.


**Tickets resolved in this release:**

- [`#230 <https://github.com/dennissiemensma/dsmr-reader/issues/230>`_] Support for exporting data via API



v1.6.2 - 2017-04-23
^^^^^^^^^^^^^^^^^^^

Expand Down
20 changes: 2 additions & 18 deletions docs/credits.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,42 +30,26 @@ Software used
Please note and respect their licences as well, if any. Credits to the following software and projects:

- `Raspbian <https://www.raspbian.org/>`_

- `Django Project <https://www.djangoproject.com/>`_

- `Django Solo <https://github.com/lazybird/django-solo>`_

- `Django Colorfield <https://github.com/jaredly/django-colorfield>`_

- `Supervisor <http://supervisord.org/>`_

- `MySQL <https://www.mysql.com/>`_

- `MariaDB <https://mariadb.org/>`_

- `PostgreSQL <http://www.postgresql.org/>`_

- `Director Responsive Admin <http://web-apps.ninja/director-free-responsive-admin-template/>`_

- Favicon made by `Freepik <http://www.freepik.com/>`_ from `flaticon.com <http://www.flaticon.com/free-icon/eco-energy_25013>`_

- `Real Favicon Generator <http://realfavicongenerator.net>`_

- `Bootstrap-datepicker <http://bootstrap-datepicker.readthedocs.org/>`_

- `Github <https://github.com/>`_

- `TravisCI <https://travis-ci.org>`_

- `Codecov <https://codecov.io>`_

- `Read The Docs <https://readthedocs.org/>`_

- `MW <http://bettermotherfuckingwebsite.com/>`_

- `Full Page Screen Capture <https://chrome.google.com/webstore/detail/full-page-screen-capture/fdpohaocaechififmbbbbbknoalclacl?>`_

- `Buienradar <http://www.buienradar.nl>`_
- `Django REST Framework <http://www.django-rest-framework.org>`_
- `Swagger UI Themes <http://meostrander.com/swagger-ui-themes/>`_


Misc
Expand Down
4 changes: 2 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ You now should see something similar to ``Connected.`` and a wall of text and nu

*We will now prepare the webserver, Nginx. It will serve all application's static files directly and proxy any application requests to the backend, Gunicorn controlled by Supervisor, which we will configure later on.*

- Make sure you are still acting here as ``root`` or ``sudo`` user.
- Make sure you are acting here as ``root`` or ``sudo`` user. If not, press CTRL + D to log out of the ``dsmr`` user.

Django will later copy all static files to the directory below, used by Nginx to serve statics. Therefor it requires (write) access to it::

Expand Down Expand Up @@ -347,7 +347,7 @@ You've almost completed the installation now.

It's possible to have other applications use Nginx as well, but that requires you to remove the wildcard in the ``dsmr-webinterface`` vhost, which you will copy below.

Go back to ``root`` / ``sudo`` user to configure the webserver (press ``CTRL + D`` once).
- Make sure you are acting here as ``root`` or ``sudo`` user. If not, press CTRL + D to log out of the ``dsmr`` user.

Remove the default Nginx vhost (**only when you do not use it yourself, see the note above**)::

Expand Down
Binary file modified docs/locale/nl/LC_MESSAGES/api.mo
Binary file not shown.
Loading

0 comments on commit e5e2e72

Please sign in to comment.