- Oct 08, 2020
-
-
Sabine Schröder authored
#7: controlled vocabulary for kind of annotation was introduced (changes in crud.py and schemas.py to be found in commit for #17)
-
Sabine Schröder authored
-
- Oct 07, 2020
-
-
Sabine Schröder authored
#17: REST APIs to changelog tables are build; #9: patch API for stationmeta creates a separate changelog entry for every field changed in the metadata
-
- Oct 06, 2020
-
-
Sabine Schröder authored
-
- Oct 05, 2020
-
-
Sabine Schröder authored
-
- Oct 03, 2020
-
-
Sabine Schröder authored
#17: delete coordinate_validation_status, coordinate_validation_date, and coordinate_validator_id from fixtures for pytest
-
Sabine Schröder authored
#17 and #9: stationmeta patch API writes (one) entry to changelog table; schema shows changelog table when requesting stationmeta from database
-
Sabine Schröder authored
-
Sabine Schröder authored
-
Sabine Schröder authored
-
Sabine Schröder authored
-
- Aug 13, 2020
-
-
Sabine Schröder authored
#4: bug fix done for nested stationmeta (inside timeseries record); still left to do: clean up of code and adapting pytests
-
- Aug 10, 2020
-
-
Sabine Schröder authored
#11: still struggling with creating pdf (but now a little bit better) -- see (pandoc) command in issue
-
- Aug 06, 2020
-
-
Sabine Schröder authored
-
- Jul 05, 2020
-
-
Sabine Schröder authored
-
- Jul 04, 2020
-
-
Sabine Schröder authored
-
- Jun 30, 2020
-
-
Sabine Schröder authored
-
Sabine Schröder authored
-
Sabine Schröder authored
#4: nested download for station inside timeseries still not working properly, but at least shows some information; upload after gitlab crash
-
Sabine Schröder authored
#4: nested download was extended for timeseries; TBD: showing nested station information is not working yet; also changed programme from many-to-many to 1:n
-
- Jun 29, 2020
-
-
Sabine Schröder authored
#3: added unique constraint to controlled vocabularies; added foreign keys (controlled vocabularies) to models
-
- Jun 27, 2020
-
-
Sabine Schröder authored
#3,#4: nested uploads/downloads using controlled vocabulary; still to investigate: how to load enum_tables at beginning (this commit is a workaround)
-
- Jun 19, 2020
-
-
Sabine Schröder authored
#3: now nested human readable download is established for timeseries; TBD: do this for all other modesl
-
Sabine Schröder authored
almost done: using human readable controlled vocabulary for upload; TBD: using human readable controlled vocabulary for download, adapting pytests
-
- Jun 15, 2020
-
-
Sabine Schröder authored
-
- Jun 14, 2020
-
-
Sabine Schröder authored
#7: default values for stationmeta_global were defined; #4: nested upload tested for 'stationmeta_global' (not defining all metadata -- getting the rest from default values)
-
Sabine Schröder authored
#4: nested upload for stations done; TBD: more testing (esp. pytest), use controlled vocabulary (related to #3)
-
- Jun 12, 2020
-
-
Sabine Schröder authored
#4: nested download for stationmeta realized; TBD: uploading of new test database, nested download for stationmeta
-
- Jun 11, 2020
-
-
Sabine Schröder authored
#8: common base and test base is in place (but teardown of test_base has to be worked on for chained pytests)
-
- Jun 10, 2020
-
-
Sabine Schröder authored
#4: defined association tables also in models; now using one base for the whole app 'toardb'; this has now also to be adapted to test_base
-
- May 31, 2020
-
-
Sabine Schröder authored
adapted sphinx documentation to new structure (ONE app); some pretty printing (fastAPI does not provide sphinx extensions like django)
-
- May 29, 2020
-
-
Sabine Schröder authored
created ONE toardb app, also adapted pytests for toardb app (still very last test will throw an error for teardown; inserted example for url percent encoding
-