- 12 Jun, 2019 1 commit
-
-
Aurélien Campéas authored
-
- 05 Jun, 2019 5 commits
-
-
Aurélien Campéas authored
-
Aurélien Campéas authored
-
Aurélien Campéas authored
This is because of history/diffmode.
-
Aurélien Campéas authored
-
Aurélien Campéas authored
-
- 24 May, 2019 4 commits
-
-
Aurélien Campéas authored
... since we only get one at a time.
-
Aurélien Campéas authored
sql is such a fuss...
-
Aurélien Campéas authored
-
Aurélien Campéas authored
-
- 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 2 commits
-
-
Aurélien Campéas authored
-
Aurélien Campéas authored
-