1
0
Michael Bromley 264b326e2f fix(core): Correctly populate shipping/billing address for new customer 3 жил өмнө
..
__data__ 7170e42390 chore: Initial Lerna setup, move "server" into "core" package 6 жил өмнө
__snapshots__ a8c44d1e67 fix(core): Truthy check for custom fields in importer 3 жил өмнө
config 803f2683f3 refactor: Extract common e2e test config 6 жил өмнө
fixtures 1ce1ba7fd6 feat(core): Implement payment cancellation 3 жил өмнө
graphql 3f0115b1d1 feat(core): Extend API with additional Fulfillment info 3 жил өмнө
utils 731f8d9b6d fix(core): Correctly set OrderItem prices on tax zone change 4 жил өмнө
administrator.e2e-spec.ts a1debffb66 fix(core): Prevent removal of sole SuperAdmin 4 жил өмнө
apollo-server-plugin.e2e-spec.ts 26ca960d4a chore: Run e2e tests in parallel 4 жил өмнө
asset-channel.e2e-spec.ts 26ca960d4a chore: Run e2e tests in parallel 4 жил өмнө
asset.e2e-spec.ts 26ca960d4a chore: Run e2e tests in parallel 4 жил өмнө
auth.e2e-spec.ts 26ca960d4a chore: Run e2e tests in parallel 4 жил өмнө
authentication-strategy.e2e-spec.ts 26ca960d4a chore: Run e2e tests in parallel 4 жил өмнө
channel.e2e-spec.ts 26ca960d4a chore: Run e2e tests in parallel 4 жил өмнө
collection.e2e-spec.ts ac1dcc75e9 feat(core): Make slug unique per channel instead of globally unique (#1729) 3 жил өмнө
configurable-operation.e2e-spec.ts 26ca960d4a chore: Run e2e tests in parallel 4 жил өмнө
country.e2e-spec.ts 26ca960d4a chore: Run e2e tests in parallel 4 жил өмнө
custom-field-relations.e2e-spec.ts 651710a4c3 fix(core): Work-around for nested custom field relations issue 3 жил өмнө
custom-fields.e2e-spec.ts e94730bef4 fix(core): Fix float custom field handling 3 жил өмнө
custom-permissions.e2e-spec.ts 26ca960d4a chore: Run e2e tests in parallel 4 жил өмнө
customer-channel.e2e-spec.ts 26ca960d4a chore: Run e2e tests in parallel 4 жил өмнө
customer-group.e2e-spec.ts 26ca960d4a chore: Run e2e tests in parallel 4 жил өмнө
customer.e2e-spec.ts 6692b95e47 feat(core): Enable filtering customers by postalCode 3 жил өмнө
database-transactions.e2e-spec.ts 9813d11556 feat(core): Support save points (nested transactions) (#1579) 3 жил өмнө
default-search-plugin-uuids.e2e-spec.ts 53babf6541 fix(core): Fix filtering by facet value uuid in DefaultSearchPlugin 4 жил өмнө
default-search-plugin.e2e-spec.ts 5f7bea4d21 fix(core): Fix DefaultSearchPlugin pagination/sort with non-default lang 3 жил өмнө
entity-hydrator.e2e-spec.ts 4a11666463 fix(core): Correctly hydrate nested relations of empty array 4 жил өмнө
entity-id-strategy.e2e-spec.ts 26ca960d4a chore: Run e2e tests in parallel 4 жил өмнө
entity-prefix.e2e-spec.ts 0353a3f349 fix(core): Fix list query builder error when using entityPrefix 3 жил өмнө
entity-uuid-strategy.e2e-spec.ts 26ca960d4a chore: Run e2e tests in parallel 4 жил өмнө
facet.e2e-spec.ts 82e0b26e55 fix(core): Omit private facet values from Product.facetValues 3 жил өмнө
fulfillment-process.e2e-spec.ts 26ca960d4a chore: Run e2e tests in parallel 4 жил өмнө
global-settings.e2e-spec.ts 26ca960d4a chore: Run e2e tests in parallel 4 жил өмнө
import.e2e-spec.ts 25b0af7028 test(core): Add missing test fixtures 3 жил өмнө
job-queue.e2e-spec.ts 26ca960d4a chore: Run e2e tests in parallel 4 жил өмнө
lifecycle.e2e-spec.ts 26ca960d4a chore: Run e2e tests in parallel 4 жил өмнө
list-query-builder.e2e-spec.ts 929ccd1b0a test(core): Fix flaky e2e test on mysql 3 жил өмнө
localization.e2e-spec.ts 26ca960d4a chore: Run e2e tests in parallel 4 жил өмнө
order-changed-price-handling.e2e-spec.ts 26ca960d4a chore: Run e2e tests in parallel 4 жил өмнө
order-channel.e2e-spec.ts 26ca960d4a chore: Run e2e tests in parallel 4 жил өмнө
order-fulfillment.e2e-spec.ts 26ca960d4a chore: Run e2e tests in parallel 4 жил өмнө
order-item-price-calculation-strategy.e2e-spec.ts 26ca960d4a chore: Run e2e tests in parallel 4 жил өмнө
order-merge.e2e-spec.ts 7cedf495f7 fix(core): Fix FK error when merging orders with an existing session 3 жил өмнө
order-modification.e2e-spec.ts af3a705250 feat(core): Allow couponCodes to be set when modifying Order 3 жил өмнө
order-process.e2e-spec.ts 7a42b01b71 feat(core): Loosen constraints on adding payment to Order 3 жил өмнө
order-promotion.e2e-spec.ts 4ff8dff64d fix(core): Take channels into account when validating coupon codes 3 жил өмнө
order-taxes.e2e-spec.ts 731f8d9b6d fix(core): Correctly set OrderItem prices on tax zone change 4 жил өмнө
order.e2e-spec.ts 445c934950 test(core): Fix e2e test for postgres 3 жил өмнө
parallel-transactions.e2e-spec.ts 26ca960d4a chore: Run e2e tests in parallel 4 жил өмнө
payment-method.e2e-spec.ts 1feec2e3b3 fix(core): Fix product option deletion logic 3 жил өмнө
payment-process.e2e-spec.ts 1feec2e3b3 fix(core): Fix product option deletion logic 3 жил өмнө
plugin.e2e-spec.ts fc9a2e5027 Merge branch 'master' into minor 3 жил өмнө
populate.e2e-spec.ts 46575ea1ab test(core): Fix failing e2e test 3 жил өмнө
product-channel.e2e-spec.ts 1a13e7382f fix(core): Fix variant price/tax calculation when assigning to channel 3 жил өмнө
product-option.e2e-spec.ts d77de9bb4d feat(core): Add `deleteProductOption` mutation to Admin API 3 жил өмнө
product.e2e-spec.ts 1feec2e3b3 fix(core): Fix product option deletion logic 3 жил өмнө
promotion.e2e-spec.ts 26ca960d4a chore: Run e2e tests in parallel 4 жил өмнө
relations-decorator.e2e-spec.ts 063b5fef04 feat(core): Create Relations decorator 3 жил өмнө
role.e2e-spec.ts 26ca960d4a chore: Run e2e tests in parallel 4 жил өмнө
session-management.e2e-spec.ts 26ca960d4a chore: Run e2e tests in parallel 4 жил өмнө
shipping-method-eligibility.e2e-spec.ts 26ca960d4a chore: Run e2e tests in parallel 4 жил өмнө
shipping-method.e2e-spec.ts 43887f337a fix(core): Correctly handle out-of-order config args 3 жил өмнө
shop-auth.e2e-spec.ts 1640ea72bc fix(core): Handle user verification edge case 3 жил өмнө
shop-catalog.e2e-spec.ts 26ca960d4a chore: Run e2e tests in parallel 4 жил өмнө
shop-customer.e2e-spec.ts 26ca960d4a chore: Run e2e tests in parallel 4 жил өмнө
shop-order.e2e-spec.ts 264b326e2f fix(core): Correctly populate shipping/billing address for new customer 3 жил өмнө
stock-control.e2e-spec.ts 3f1ac4499c test(core): Fix failing test for MySQL 3 жил өмнө
tag.e2e-spec.ts 26ca960d4a chore: Run e2e tests in parallel 4 жил өмнө
tax-category.e2e-spec.ts 26ca960d4a chore: Run e2e tests in parallel 4 жил өмнө
tax-rate.e2e-spec.ts 26ca960d4a chore: Run e2e tests in parallel 4 жил өмнө
translations.e2e-spec.ts 26ca960d4a chore: Run e2e tests in parallel 4 жил өмнө
zone.e2e-spec.ts 26ca960d4a chore: Run e2e tests in parallel 4 жил өмнө