Commit Graph

10 Commits

Author SHA1 Message Date
CSRBot 5e45093c66
chore(deps): update docker.io/library/postgres docker tag to v16.2
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
2024-02-13 02:05:55 +00:00
CSRBot f4758f763d chore(deps): update docker.io/library/postgres docker tag to v16.1
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
2023-11-14 05:07:45 +00:00
Markus Pesch e33d1e7237
chore(deps): update postgres docker tag to v16
continuous-integration/drone/push Build is passing Details
2023-09-29 09:16:34 +02:00
CSRBot 67670d4f3b chore(deps): update dependency postgres
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
2022-11-01 23:01:54 +01:00
CSRBot 37121272bd chore(deps): update dependency postgres to v14
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
2022-03-19 02:01:36 +01:00
Markus Pesch 0fc4aa7c28
fix: postgres columns with timezone
Add timezone for the columns creation_date and update_date, otherwise
it's difficult to compare the times correctly in the unit test.

Furthermore the default value of the creation_date will now be defined
by the postgres implementation of the database interface.
2020-10-07 23:38:27 +02:00
Markus Pesch fb8d4dd5eb
fix: new implementation
changes:
- Remove cli
  Some cli commands are not complete tested and are deprecated.

- Daemon
  - Old version has a very bad implementation of how to verify, if the
    device or the sensors are in the database insert. The current
    implementation can be improved but this one is betten then the old
    one.
  - Remove complete the cache store implementation. Use a normal array
    and query the length and capacity to determine how the array cache
    must be cleaned.

- Type
  Remove unused types and functions
2020-05-03 14:09:22 +02:00
Markus Pesch dbef4f8241
fix(pkg/config): use storage endpoints
changes:
- Only one storage endpoint can be defined. This consists of a URL which
  can be used to specify whether the data is to be stored in a file or
  in a database.
2019-12-08 12:49:21 +01:00
Markus Pesch 57efa80acf
fix(docker-compose): set container name for postgres instance 2019-08-25 20:59:45 +02:00
Markus Pesch 60ee044b88
feat(pkg/db): postgres database 2019-08-25 13:16:21 +02:00