- 13 Aug, 2019 3 commits
-
-
Aurélien Campéas authored
We don't want to pay for a double storage (using the `upstream` namespace) if we don't use it. We have to use bits of metadata and introduce an explicit supervision state: `unsupervised`, `supervised` and `handcrafted`. `handcrafted` comes from manual=True first insertion. Current semantics should be reviewed.
-
Aurélien Campéas authored
Also following tshistory 0.8
-
Aurélien Campéas authored
-
- 16 Jul, 2019 1 commit
-
-
Aurélien Campéas authored
-
- 12 Jun, 2019 1 commit
-
-
Aurélien Campéas authored
auto -> upstream synth -> edited
-
- 10 May, 2019 1 commit
-
-
Aurélien Campéas authored
-
- 25 Feb, 2019 1 commit
-
-
Aurélien Campéas authored
-
- 24 Sep, 2018 3 commits
-
-
Aurélien Campéas authored
-
Aurélien Campéas authored
-
Aurélien Campéas authored
-
- 04 Sep, 2018 2 commits
-
-
Aurélien Campéas authored
-
Aurélien Campéas authored
-
- 06 Jul, 2018 1 commit
-
-
Aurélien Campéas authored
-
- 26 Jun, 2018 3 commits
-
-
Aurélien Campéas authored
Dominant use case is to receive things from excel, which means the manual edition is actually embedded within mostly "automatic" data. Very different from a carefully crafted insert ... So we'll keep the habit of computing the manual insertions by diffing automatic against the base (synthetic).
-
Aurélien Campéas authored
-
Aurélien Campéas authored
tests: make sure we work around https://bitbucket.org/zzzeek/sqlalchemy/issues/4289/automatic-index-name-hash-collision Fix is in tshistory.
-
- 22 Jun, 2018 1 commit
-
-
Aurélien Campéas authored
-
- 09 May, 2018 2 commits
-
-
Aurélien Campéas authored
namespaces: make sure the `automatic` and `manual` namespaces are properly related to the base namespace
-
Aurélien Campéas authored
We build a 'manual' namespace. This may be useful if we want to use older versions of the original serie but *still* keep applying the editions over it.
-
- 30 Mar, 2018 2 commits
-
-
Aurélien Campéas authored
We now don't need the very complicated logic/code we had. Resolves #1
-
Aurélien Campéas authored
Unfortunate effect: positional calls have to be fixed.
-
- 19 Jan, 2018 1 commit
-
-
Arnaud Campeas authored
-