Skip to content

Releases: kdebisschop/php-etl-google-analytics-extractor

Code Coverage

27 Dec 19:31
9bd75ae
Compare
Choose a tag to compare

Minor improvements to code coverage
Remove useless jitter on delay function

Test view and property filters

27 Dec 03:45
9f7e1ae
Compare
Choose a tag to compare

Tests view and property filters, fixes bugs and incomplete code in those filters.
Updates code coverage based on mutation scan of code.

Fix options checking

25 Dec 22:34
9fee048
Compare
Choose a tag to compare

Options should be checked in options() method, not extract().

Integrate Sonarqube

25 Dec 14:28
cf58516
Compare
Choose a tag to compare

Integrates Sonarqube, including code coverage
Runs PHP Infection for mutation-based code coverage validation
Cleans up duplicated tokens in test code

Fix redundant type hint

24 Dec 17:29
Compare
Choose a tag to compare
v0.9.7

Fix redundant type hint

Update compatibility constraints

24 Dec 14:32
Compare
Choose a tag to compare

Now know that PHP < 7.3 will be dropped when Wizaplace PHP-ETL goes to v2.x

Update PHP ETL version requirement

06 Dec 03:01
Compare
Choose a tag to compare
v0.9.5

Update version requirement for php-etl

Add Travis CI

28 Nov 15:03
d587efe
Compare
Choose a tag to compare
Add travis ci (#1)

* Add Travis CI

Co-authored-by: Karl DeBisschop <[email protected]>

Working Unit Test

26 Nov 23:41
Compare
Choose a tag to compare

Provides a working unity test.

Fix property signatures to match wizaplace/php-etl:1.2.1

26 Nov 01:53
Compare
Choose a tag to compare
v0.9.2

Signature of properties must match Step::class