- 23 May, 2019 5 commits
-
-
Aurélien Campéas authored
-
Aurélien Campéas authored
-
Aurélien Campéas authored
Rather than just crashing ... This typically happens when there is a discrepancy between some installed lib version and a required version within a dependancy.
-
Aurélien Campéas authored
This should be a one-shot operation.
-
Aurélien Campéas authored
Since straight out of the db we only get an offset, and the utc timezone is quite implicit. We want it to be explicit since pandas can change it interpretation from version to version (e.g. .23 to .24 in a .loc in the presence of a datetime with offset but no tz). (we know it is utc because: * postgres is configured (see conftest) to UTC * we insert as utc )
-
- 21 May, 2019 1 commit
-
-
Aurélien Campéas authored
-
- 20 May, 2019 8 commits
-
-
Aurélien Campéas authored
-
Aurélien Campéas authored
-
Aurélien Campéas authored
-
Aurélien Campéas authored
-
Aurélien Campéas authored
-
Aurélien Campéas authored
-
Aurélien Campéas authored
It will help to seamlessly assemble queries out of * plain string * query parameters * pre-built `sqlp` string + parameters elements
-
Aurélien Campéas authored
`sqlp` carries an sql string fragment plus its needed parameters
-
- 17 May, 2019 1 commit
-
-
Aurélien Campéas authored
-
- 13 May, 2019 1 commit
-
-
Aurélien Campéas authored
... rather than just a name list.
-
- 10 May, 2019 8 commits
-
-
Aurélien Campéas authored
-
Aurélien Campéas authored
-
Aurélien Campéas authored
-
Aurélien Campéas authored
-
Aurélien Campéas authored
-
Aurélien Campéas authored
-
Aurélien Campéas authored
Since supervision uses one, we'd better do this right. Was lots in the transition from sqlalchemy to plain sql.
-
Aurélien Campéas authored
-
- 09 May, 2019 4 commits
-
-
Aurélien Campéas authored
We still keep the stripped changesets in db because it is basically impossible to remove them using the current schema. The foreign keys from series tables to the changeset table turn it into a neverending operation. Fix for this will belong to #54.
-
Aurélien Campéas authored
This highlight an issue: we don't have the name of the series of the stripped changesets.
-
Aurélien Campéas authored
-
Aurélien Campéas authored
These orphans are created when strip is invoked. Next, strip will use it.
-
- 07 May, 2019 6 commits
-
-
Aurélien Campéas authored
-
Aurélien Campéas authored
-
Aurélien Campéas authored
-
Aurélien Campéas authored
Little has changed yet. We have: * TimeSerie -> timeseries * .get_history -> .history * .get_delta -> .staircase closes #47
-
Aurélien Campéas authored
Having a slightly cluttered changeset log is a much less serious issue than having slow and/or failing delete operations. We now mark the changeset entries to tell them from normal entries. Proper handling of the changeset entries deletion will be addressed in #54. closes #51
-
Aurélien Campéas authored
The time is also proportional to the number of insertions. With only one series one can measure .1 seconds, with four (and still one deleted) one measures .17 seconds.
-
- 02 May, 2019 1 commit
-
-
Aurélien Campéas authored
Also `get_delta` becomes `staircase` and `get_history` becomes `history`
-
- 06 May, 2019 1 commit
-
-
Aurélien Campéas authored
While doing so we also get rid of * old migrations * the rename utility
-
- 18 Mar, 2019 1 commit
-
-
Aurélien Campéas authored
Hence we can drop the _testing hack and end users will feel less punished.
-
- 27 Feb, 2019 1 commit
-
-
Aurélien Campéas authored
-
- 26 Feb, 2019 2 commits
-
-
Aurélien Campéas authored
-
Aurélien Campéas authored
And now have a test coverage for this.
-