Граф коммитов

5 Коммитов

Автор SHA1 Сообщение Дата
My cd01a4ac1d
refactor: remove redux-invariant & redux-logging from production (#680)
* these middlewares are intend to be use only during development.
* also move a few packages from devDependencies to dependencies
2019-03-20 14:41:22 -07:00
Jacopo Mangiavacchi 03e9cb87c3
TFRecords exporter (#495)
* WIG using TFRecord package

* Testing Protocol Buffer generation

* WIP Adding support for TFRecords ProtoBuf main containers

* WIP Adding internal methods for TFRecord Features

* WIP saving base64 and sha256 in TFRecords

* get asset tags/region

* WIP saving on TFRecords feature arrays

* Exported Features and FeatureLists on TFRecords

* WIG using TFRecord package

* Testing Protocol Buffer generation

* WIP Adding support for TFRecords ProtoBuf main containers

* WIP Adding internal methods for TFRecord Features

* WIP saving base64 and sha256 in TFRecords

* get asset tags/region

* WIP saving on TFRecords feature arrays

* Exported Features and FeatureLists on TFRecords

* removed test tag data

* update tests

* replaced string to utf-8 bytearray with custom implementation

* testing also pbtxt file

* excluded protocol buffer generated js file in codeconv

* rename TFRecord/ProtoBuf features object

* Added CRC to TFRecords

* Added 32bit and 64bit CRCs

* fix crc masking

* Write all Int in Low Endian

* Adding CRC to Buffer reusing V1 code

* try different crc package (buffer-crc32)

* Added TFRecords Helper file with utility methods for CRC and Buffer conversion

* Added unit tests for TFRecords Helper functions

* Fix Image encoding in TFRecords

* Refactored asset image download

* Added small comment on TFRecords write catch

* Export tag index position too

* Fix TFRecords features persistence

* Fixed last TFRecords features
2019-01-25 17:36:16 -08:00
JordanEllis6809 a129d03f3d ignore electron startup script 2019-01-11 13:09:36 -08:00
My Ho a8bbdc37cf
set explicit target for patch coverage
otherwise it will use the current coverage of base branch
2019-01-09 16:17:49 -08:00
My b1cf06cb4b
[AB#16330] Set up codecov support (#441)
1. Modify linux agent test run to upload coverage report to codecov.
1. Enable pr comment so codecov can post back report to PR.
1. Enable commit status so it will block if coverage goes down.
2019-01-04 14:44:10 -08:00