Commit Graph

34028 Commits

Author SHA1 Message Date
Rodrigo Primo b574b0b56b Fix Squiz.WhiteSpace.SuperfluousWhitespace violations
This commit fixes all violations of the Squiz.WhiteSpace.SuperfluousWhitespace sniff automatically using phpcbf.
2019-12-20 14:31:29 -03:00
Rodrigo Primo 2c74233be2 Fix WordPress.WhiteSpace.DisallowInlineTabs violations
This commit fixes all violations of the WordPress.WhiteSpace.DisallowInlineTabs sniff automatically using phpcbf.
2019-12-20 14:27:07 -03:00
Rodrigo Primo 487f96d844 Fix WordPress.DateTime.CurrentTimeTimestamp vilations
This commit fixes all violations of the WordPress.DateTime.CurrentTimeTimestamp sniff automatically using phpcbf.
2019-12-20 14:23:05 -03:00
Rodrigo Primo 62d6b05b58 Fix Generic.Formatting.MultipleStatementAlignment violations
This commit fixes all violations of the Generic.Formatting.MultipleStatementAlignment sniff automatically using phpcbf.
2019-12-20 14:21:08 -03:00
Rodrigo Primo 179dd7003e Fix Generic.Arrays.DisallowShortArraySyntax violations
This commit fixes all violations of the
Generic.Arrays.DisallowShortArraySyntax sniff automatically using
phpcbf.
2019-12-20 14:18:04 -03:00
Rodrigo Primo 94373f78ea Fix WordPress.Arrays.MultipleStatementAlignment errors automatically using phpcbf 2019-12-20 13:51:26 -03:00
Rowayda.Khayri f6574e3f91 fix a typo 2019-12-20 18:45:34 +02:00
Renovate Bot e64d687066
Update dependency woocommerce/woocommerce-blocks to v2.5.7 2019-12-20 16:40:18 +00:00
Claudio Sanches 0e2ed1f408
Merge pull request #25258 from woocommerce/update-phpcs-config
Improvements to PHPCS configuration file
2019-12-20 13:03:10 -03:00
Rodrigo Primo 9b73df3bd6 Fix spacing 2019-12-20 12:46:57 -03:00
Rodrigo Primo 74756bceeb
Merge pull request #25280 from woocommerce/renovate/commander-3.x
Update dependency commander to v3.0.2
2019-12-20 12:43:29 -03:00
Renovate Bot 20eb8069a2
Update dependency @wordpress/e2e-test-utils to v4 2019-12-20 15:43:27 +00:00
Rodrigo Primo 9ddd2d132b
Merge pull request #25277 from woocommerce/renovate/wordpress-monorepo
Update dependency @wordpress/e2e-test-utils to v2.4.3
2019-12-20 12:42:20 -03:00
Renovate Bot a8ddcbaddf
Update dependency @wordpress/e2e-test-utils to v2.4.3 2019-12-20 15:41:38 +00:00
Rodrigo Primo 90a86c304e
Merge pull request #25276 from woocommerce/renovate/babel-monorepo
Update babel monorepo
2019-12-20 12:40:32 -03:00
Renovate Bot c6d643f5fb
Update dependency commander to v3.0.2 2019-12-20 13:48:59 +00:00
Rodrigo Primo c08c522dd8
Add link to naming conventions wiki page 2019-12-20 10:02:49 -03:00
Rodrigo Primo 1e372ab6bd Remove PHP 7.2 Travis build job from allow_failures list
This commit removes the PHP 7.2 Travis build job from the list of jobs
that are allowed to fail. This job was added to this list probably by
mistake in f9a9fbc2c7.
2019-12-20 09:24:04 -03:00
Rodrigo Primo 70553c52aa Merge remote-tracking branch 'upstream/master' into travis-use-latest-php 2019-12-20 09:17:03 -03:00
Renovate Bot d628a8a409
Update babel monorepo 2019-12-20 12:14:11 +00:00
Rodrigo Primo 473a00d57a
Merge pull request #25270 from woocommerce/renovate/pin-dependencies
Pin dependencies
2019-12-20 09:12:59 -03:00
Rodrigo Primo 4992eaf356
Merge pull request #25272 from woocommerce/renovate/jest-puppeteer-4.x
Update dependency jest-puppeteer to v4.4.0
2019-12-20 09:12:35 -03:00
Rodrigo Primo da139035dd Make phpcs comment more clear 2019-12-20 09:09:14 -03:00
Renovate Bot e2bc154a06
Pin dependencies 2019-12-20 11:57:31 +00:00
Rodrigo Primo 8c0f126f65
Merge pull request #25273 from woocommerce/renovate/eslint-plugin-jest-23.x
Update dependency eslint-plugin-jest to v23
2019-12-20 08:56:35 -03:00
Renovate Bot 5d051132ab
Update dependency eslint-plugin-jest to v23 2019-12-20 11:23:54 +00:00
Renovate Bot fa2ed42e48
Update dependency jest-puppeteer to v4.4.0 2019-12-20 11:23:24 +00:00
Julia Amosova 72315ce39d
Merge pull request #24218 from woocommerce/new/puppeteer-screenshot-tester
Migrate E2E Test Suite from Selenium Webdriver to Puppeteer
2019-12-20 10:34:02 +00:00
Julia Amosova 8854d0d074 Update comments in `run-e2e-CI.sh` 2019-12-20 00:10:44 +00:00
Julia Amosova 9397565d22 Add max amount of time waiting for the Docker container to be built 2019-12-19 22:48:03 +00:00
David Levin b5bdb3dae0 change the order of shipping and fees in order line items 2019-12-19 12:11:50 -08:00
David Levin 25603cc190 display actual item price before discount in order item cost 2019-12-19 08:14:03 -08:00
David Levin 7ecae84d99 Rename coupons to discounts in order summary 2019-12-19 08:00:21 -08:00
David Levin 8c62fc72a6 update order summary totals 2019-12-19 07:53:35 -08:00
David Levin d25178b793 rename fee method again 2019-12-18 22:19:34 -08:00
David Levin f4277f9c1a
Merge pull request #25267 from harvitronix/update/order-details-3
Leave other fee total logic alone, reduce the fee array to get a simple sum
2019-12-18 22:12:45 -08:00
Matt Harvey 11ee9525b3
Merge branch 'update/order-details-3' into update/order-details-3 2019-12-18 22:09:59 -08:00
Matt Harvey 4326e39250 Leave other fee total logic alone, reduce the fee array to get a simple sum 2019-12-18 22:08:39 -08:00
David Levin 5df30cdbd6 rename method to get fee totals 2019-12-18 21:34:40 -08:00
David Levin ba60f79114
Merge pull request #25266 from harvitronix/update/order-details-3
Abstract fee calculation and expose as a method on abstract Object class
2019-12-18 21:07:57 -08:00
Matt Harvey 73189340c8 Merge branch 'master' into update/order-details-4 2019-12-18 21:00:32 -08:00
Matt Harvey 4eeec4705d Abstract fee calculation and expose as method to abstract Object class. 2019-12-18 20:58:39 -08:00
David Levin c6cd7331f9 update order details summary with items subtotal and start to add fees 2019-12-18 20:51:45 -08:00
Christopher Allford 16abc27272
Revert "Revert "Update Renovate bot configuration to update dev dependencies …" 2019-12-18 16:20:50 -08:00
Claudio Sanches f7bc61f818 Add @juliaamosova and @ObliviousHarmony to contributors 2019-12-18 20:52:43 -03:00
Claudio Sanches 22bbfe7511 3.9.0-beta.2 2019-12-18 20:37:05 -03:00
Claudio Sanches 6e1e55d41e Updated changelog 2019-12-18 20:36:00 -03:00
Claudio Sanches 8eca3529ab
Merge pull request #25264 from woocommerce/renovate/woocommerce-woocommerce-rest-api-1.x
Update dependency woocommerce/woocommerce-rest-api to v1.0.5
2019-12-18 20:31:11 -03:00
Renovate Bot dee631a71e
Update dependency woocommerce/woocommerce-rest-api to v1.0.5 2019-12-18 23:02:51 +00:00
Christopher Allford ee9dc110ed
Merge pull request #25263 from woocommerce/revert-25259-update-renovate
Revert "Update Renovate bot configuration to update dev dependencies …
2019-12-18 18:01:38 -05:00