- 12 Jan, 2016 3 commits
-
-
Klaus Wölfel authored
-
Klaus Wölfel authored
-
Klaus Wölfel authored
reason: previous way did not work for all kind of arrays
-
- 06 Jan, 2016 3 commits
-
-
Ivan Tyagov authored
To avoid random test failures due to test execution we make start date one day before. This commit only fixes test.
-
Ivan Tyagov authored
-
Ivan Tyagov authored
-
- 05 Jan, 2016 2 commits
-
-
Ivan Tyagov authored
Add comments to do.
-
Ivan Tyagov authored
This script should only append data to stream and NOT do any transformations on it keeping a simple rule of ERP5: save exactly what was entered by user or passed to us by remote agent (fluentd).
-
- 18 Nov, 2015 1 commit
-
-
Klaus Wölfel authored
-
- 12 Nov, 2015 1 commit
-
-
Klaus Wölfel authored
-
- 11 Nov, 2015 2 commits
-
-
Ivan Tyagov authored
add array preview listbox to Data Array View The listbox shows lines for all indexes in the first dimension of the ndarray and up to 100 columns for the second dimension. See merge request !8
-
Klaus Wölfel authored
The listbox shows lines for all indexes in the first dimension of the ndarray and up to 100 columns for the second dimension.
-
- 09 Nov, 2015 1 commit
-
-
Ivan Tyagov authored
-
- 29 Oct, 2015 1 commit
-
-
Ivan Tyagov authored
-
- 08 Oct, 2015 1 commit
-
-
Ivan Tyagov authored
-
- 06 Oct, 2015 2 commits
-
-
Ivan Tyagov authored
Call pure transformation in an activity rather than execute in current transaction. This way we split ingestion part from transformation part. Note: this commit will serialize argument_list to activity's mysql table in case of big packets this can be slow, in case of small appends it can be acceptable. Instead we should call with start and end offset only and data should be read from Data Stream itself (WIP).
-
Ivan Tyagov authored
Raise in case of improper server side configuration so sender is aware rather than silently return nothing and fool sender it's all ok. Pylint.
-
- 29 Sep, 2015 1 commit
-
-
Ivan Tyagov authored
-
- 28 Sep, 2015 2 commits
-
-
Klaus Wölfel authored
-
Klaus Wölfel authored
-
- 25 Sep, 2015 1 commit
-
-
Ivan Tyagov authored
-
- 04 Sep, 2015 1 commit
-
-
Ivan Tyagov authored
-
- 03 Sep, 2015 5 commits
-
-
Ivan Tyagov authored
-
Ivan Tyagov authored
-
Ivan Tyagov authored
Remove an example that stored twice the RAM memory zeros in ZODB's root as this can quickly run out of space any Wendelin instance. Use ERP5-ish API to work with Data Arrays
-
Ivan Tyagov authored
-
Ivan Tyagov authored
-
- 01 Sep, 2015 2 commits
-
-
Ivan Tyagov authored
-
Ivan Tyagov authored
-
- 24 Aug, 2015 1 commit
-
-
Ivan Tyagov authored
-
- 07 Aug, 2015 1 commit
-
-
Ivan Tyagov authored
-
- 04 Aug, 2015 1 commit
-
-
Ivan Tyagov authored
-
- 03 Aug, 2015 2 commits
-
-
Ivan Tyagov authored
-
Ivan Tyagov authored
-
- 30 Jul, 2015 1 commit
-
-
Ivan Tyagov authored
-
- 29 Jul, 2015 1 commit
-
-
Ivan Tyagov authored
-
- 16 Jul, 2015 1 commit
-
-
Ivan Tyagov authored
-
- 15 Jul, 2015 3 commits
-
-
Kirill Smelkov authored
4dfcdc5f (DataArray: get array slice by HTTP Range Request) added HTTP range support for DataArray by way of copying code from ERP5's BigFile implementation. It is better to not copy the code and just use the base class and hook into it in a proper way (I think it is possible to do even without mixin). Add a proper FIXME/TODO so we do not forget to fix it one day. /reviewed-by @Tyagov /cc @klaus
-
Ivan Tyagov authored
DataArray: get array slice by HTTP Range Request See merge request !5
-
Klaus Wölfel authored
-