- Feb 14, 2021
-
-
Sabine Schröder authored
#11: still investigating why CI does not run on Gitlab server; did some pretty print on docstrings to avoid warnings from sphinx
-
Sabine Schröder authored
-
- Jan 24, 2021
-
-
Sabine Schröder authored
-
- Dec 22, 2020
-
-
Sabine Schröder authored
finished UBA NRT with the new database structure using the REST API (also added minor fixes to REST API and NRT changelog behaviour)
-
- Dec 19, 2020
-
-
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
-
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
-
- 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 07, 2020
-
-
Sabine Schröder authored
-
- Aug 06, 2020
-
-
Sabine Schröder authored
-
- Aug 03, 2020
-
-
Sabine Schröder authored
#11: started adding descriptive text for automatic openapi documentation (especially for use documenting metadata)
-
Sabine Schröder authored
-
- Jul 06, 2020
-
-
Sabine Schröder authored
-
Sabine Schröder authored
-
- Jul 04, 2020
-
-
Sabine Schröder authored
-
- Jun 30, 2020
-
-
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
#3: toar_controlled_vocabulary is used for downloading timeseries, pytests are added for timeseries; not yet working: how to show human readable fields inside nested models (how is this 'conversion' done automatically?)
-
Sabine Schröder authored
almost done: using human readable controlled vocabulary for upload; TBD: using human readable controlled vocabulary for download, adapting pytests
-
- 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 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
-
- Jun 09, 2020
-
-
Sabine Schröder authored
#4: nested upload/download for roles (timeseries) working in production and pytest (uploading codes not human readable version)
-
Sabine Schröder authored
#4: a typo made my days and nights long; after git crash do another upload; now detangling models_core and models_role again (different source code files)
-
- Jun 08, 2020
-
-
Sabine Schröder authored
#4: code completely messed up, but nested upload working; nevertheless download is NOT returning the nested view
-
- Jun 06, 2020
-
-
Sabine Schröder authored
#2: many-to-many relationship for role codes seem to work now within FastAPI; will probably again not work with pytest; has to be cleaned up again: just storing before crash
-
- Jun 02, 2020
-
-
Sabine Schröder authored
#1: pytest for uploading data with no_autoflush now working; added timeshift_from_utc to data insertion; added error message if trying to insert duplicates
-
Sabine Schröder authored
#1: pytest for data established; renamed date_time to datetime; needed 'no_autoflush' in timeseries queries
-
- 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
-