gabriellbui 6c239bf451 fix(core): Call OrderInterceptor `willRemoveItemFromOrder` on `removeAllItemsFromOrder` (#3578) (#3592) 7 months ago
..
__data__ 7170e42390 chore: Initial Lerna setup, move "server" into "core" package 6 years ago
__snapshots__ 375952d875 test(core): Update snapshots 1 year ago
config 803f2683f3 refactor: Extract common e2e test config 6 years ago
default-search-plugin 81b46074a9 fix(core): Ensure deterministic sorting in case of duplicates (#2632) 2 years ago
fixtures eae85cca95 test(core): Stabilize cache tests for sqlite 7 months ago
graphql 0fda4520d8 fix(admin-ui): Make product / variant cols link to detail pages in order table (#3552) 7 months ago
utils e753df9391 fix(core): Fix order cancellation when shipping has tax (#3393) 10 months ago
active-order-strategy.e2e-spec.ts e753df9391 fix(core): Fix order cancellation when shipping has tax (#3393) 10 months ago
administrator.e2e-spec.ts 6527e23fcd fix(core): Allow case-sensitive Administrator identifiers 2 years ago
apollo-server-plugin.e2e-spec.ts b675fdaeb2 feat(core): Update NestJS to v10, Apollo Server v4 2 years ago
asset-channel.e2e-spec.ts a8481bfb1f fix(core): Assign assets when assigning Collection to channel 2 years ago
asset.e2e-spec.ts 9b90b96103 chore(core): Update i18next dependencies (#2263) 2 years ago
auth.e2e-spec.ts f235249f15 fix(core): Fix RequestContext race condition causing null activeOrder 1 year ago
authentication-strategy.e2e-spec.ts 8fb9719213 fix(core): Fix admin authentication when no native auth in shop API 2 years ago
cache-service-default.e2e-spec.ts eae85cca95 test(core): Stabilize cache tests for sqlite 7 months ago
cache-service-in-memory.e2e-spec.ts b631781903 fix(core): Improvements to Redis cache plugin (#3303) 1 year ago
cache-service-redis.e2e-spec.ts b631781903 fix(core): Improvements to Redis cache plugin (#3303) 1 year ago
channel.e2e-spec.ts 2ed3211d5d fix(core): Disallow deletion of default channel (#3181) 1 year ago
collection.e2e-spec.ts 227da05392 fix(core): Fix filtering on list queries of tree entities 1 year ago
configurable-operation.e2e-spec.ts 9b90b96103 chore(core): Update i18next dependencies (#2263) 2 years ago
country.e2e-spec.ts 0441a0338a chore: Migrate from TSLint to ESLint 2 years ago
custom-field-permissions.e2e-spec.ts 090ff9be3d fix(core): Fix access to protected custom fields in Shop API 1 year ago
custom-field-relations.e2e-spec.ts cc32ce762c fix(testing): Await outstanding jobs before populating test data (#3544) 8 months ago
custom-field-struct.e2e-spec.ts 50a90e793a fix(core): Fix struct custom field support on GlobalSettings 11 months ago
custom-fields.e2e-spec.ts 0d22b254fe fix(admin-ui): Add ProductVariantPrice custom fields ui inputs (#3327) 1 year ago
custom-permissions.e2e-spec.ts 0441a0338a chore: Migrate from TSLint to ESLint 2 years ago
customer-channel.e2e-spec.ts 9b90b96103 chore(core): Update i18next dependencies (#2263) 2 years ago
customer-group.e2e-spec.ts 0441a0338a chore: Migrate from TSLint to ESLint 2 years ago
customer.e2e-spec.ts d78753963c test(core): Improve stability of customer e2e tests 8 months ago
database-transactions.e2e-spec.ts 15f2f5618d chore(core): Add missing cascades on many-to-many relations 1 year ago
default-scheduler-plugin.e2e-spec.ts a1aa582f6d test(core): Improve reliability of scheduler e2e tests 7 months ago
default-search-plugin-uuids.e2e-spec.ts c466ab6b7f test(core): Add e2e tests for task scheduler 9 months ago
default-search-plugin.bench.ts 4000bc6dcf test(core): Add default search plugin benchmark tests (#2573) 2 years ago
default-search-plugin.e2e-spec.ts c466ab6b7f test(core): Add e2e tests for task scheduler 9 months ago
draft-order.e2e-spec.ts e753df9391 fix(core): Fix order cancellation when shipping has tax (#3393) 10 months ago
duplicate-entity.e2e-spec.ts 2f0521cff7 fix(core): Copy tax category on product duplication (#2947) 1 year ago
entity-hydrator.e2e-spec.ts bcfcf7d67c fix(core): Fix EntityHydrator error on long table names (#2959) 1 year ago
entity-id-strategy.e2e-spec.ts 0441a0338a chore: Migrate from TSLint to ESLint 2 years ago
entity-prefix.e2e-spec.ts b5bac42e54 test(core): Set up vitest for e2e testing 2 years ago
entity-serialization.e2e-spec.ts 02bcdba6ee fix(core): Fix circular reference error in email sending job 1 year ago
entity-uuid-strategy.e2e-spec.ts 0441a0338a chore: Migrate from TSLint to ESLint 2 years ago
error-handler-strategy.e2e-spec.ts d0b10d6a26 test(core): Fix failing test 1 year ago
facet.e2e-spec.ts 5b42cde408 fix(core): Fix query on translation filter 1 year ago
fast-importer.e2e-spec.ts c6d0a3e0a4 chore: Fix build/e2e issues 2 years ago
fulfillment-process.e2e-spec.ts 0441a0338a chore: Migrate from TSLint to ESLint 2 years ago
global-settings.e2e-spec.ts b5bac42e54 test(core): Set up vitest for e2e testing 2 years ago
guest-checkout-strategy.e2e-spec.ts 7e0f1d15b3 feat(core): Implement GuestCheckoutStrategy 2 years ago
import.e2e-spec.ts b5bac42e54 test(core): Set up vitest for e2e testing 2 years ago
job-queue.e2e-spec.ts 7f851c3906 fix(core): Fix server crash when subscribable job times out 10 months ago
lifecycle.e2e-spec.ts b5bac42e54 test(core): Set up vitest for e2e testing 2 years ago
list-query-builder.e2e-spec.ts f609a85c92 Merge branch 'minor' into telemetry-refactor-concept 8 months ago
localization.e2e-spec.ts 0441a0338a chore: Migrate from TSLint to ESLint 2 years ago
money-strategy.e2e-spec.ts 0afc94e3ee feat(core): Update TypeORM to v0.3.20 1 year ago
order-changed-price-handling.e2e-spec.ts 0441a0338a chore: Migrate from TSLint to ESLint 2 years ago
order-channel.e2e-spec.ts 0441a0338a chore: Migrate from TSLint to ESLint 2 years ago
order-fulfillment.e2e-spec.ts b5bac42e54 test(core): Set up vitest for e2e testing 2 years ago
order-interceptor.e2e-spec.ts 6c239bf451 fix(core): Call OrderInterceptor `willRemoveItemFromOrder` on `removeAllItemsFromOrder` (#3578) (#3592) 7 months ago
order-item-price-calculation-strategy.e2e-spec.ts 02a08648da feat(core): Add quantity arg to OrderItemPriceCalculationStrategy 2 years ago
order-merge.e2e-spec.ts f0607aad91 fix(core): Fix merging order with conflicting products using UseGuestStrategy (#3155) 1 year ago
order-modification.e2e-spec.ts fa50770467 fix(core): Fix NaN error thrown when modifying pro-rated discounted OrderLine to 0 (#3009) 1 year ago
order-multi-vendor.e2e-spec.ts e753df9391 fix(core): Fix order cancellation when shipping has tax (#3393) 10 months ago
order-multiple-shipping.e2e-spec.ts e753df9391 fix(core): Fix order cancellation when shipping has tax (#3393) 10 months ago
order-process.e2e-spec.ts 0441a0338a chore: Migrate from TSLint to ESLint 2 years ago
order-promotion.e2e-spec.ts 0240f0baa9 Merge branch 'master' into minor 1 year ago
order-taxes.e2e-spec.ts f43c204a42 fix(core): Update DefaultMoneyStrategy.round() Logic (#3023) 1 year ago
order.e2e-spec.ts f609a85c92 Merge branch 'minor' into telemetry-refactor-concept 8 months ago
parallel-transactions.e2e-spec.ts 0441a0338a chore: Migrate from TSLint to ESLint 2 years ago
payment-method.e2e-spec.ts 3bf1beedc2 chore: Fix codegen 9 months ago
payment-process.e2e-spec.ts 39eaaaf7bb test(core): Fix failing tests 2 years ago
plugin.e2e-spec.ts 45df738eb2 fix(core): Support new object ref returned from plugin configuration fn 1 year ago
populate.e2e-spec.ts 0441a0338a chore: Migrate from TSLint to ESLint 2 years ago
product-channel.e2e-spec.ts 357de3035d fix(core): Product by slug query filters on channel (#3591) 7 months ago
product-option.e2e-spec.ts 9b90b96103 chore(core): Update i18next dependencies (#2263) 2 years ago
product-prices.e2e-spec.ts 9099f35e15 feat(core): Introduce new `ProductVariantPriceUpdateStrategy` 1 year ago
product.e2e-spec.ts c820f42067 fix(core): Avoid variant options combination check on updateProductVariant mutation (#3361) 11 months ago
promotion.e2e-spec.ts da58b0bd8a feat(core): Implement promotion duplicator 1 year ago
relations-decorator.e2e-spec.ts b5bac42e54 test(core): Set up vitest for e2e testing 2 years ago
role.e2e-spec.ts fc5d9810a9 fix(core): Admin can only read Roles at or below their permission level 2 years ago
session-management.e2e-spec.ts 0441a0338a chore: Migrate from TSLint to ESLint 2 years ago
shipping-method-eligibility.e2e-spec.ts b5bac42e54 test(core): Set up vitest for e2e testing 2 years ago
shipping-method.e2e-spec.ts 3bf1beedc2 chore: Fix codegen 9 months ago
shop-auth.e2e-spec.ts 957d0ad665 fix(core): Normalize email address on updating Customer 2 years ago
shop-catalog.e2e-spec.ts 0441a0338a chore: Migrate from TSLint to ESLint 2 years ago
shop-customer.e2e-spec.ts 0441a0338a chore: Migrate from TSLint to ESLint 2 years ago
shop-order.e2e-spec.ts e753df9391 fix(core): Fix order cancellation when shipping has tax (#3393) 10 months ago
stock-control-multi-location.e2e-spec.ts 62090c9ca2 feat(core): Introduce new default MultiChannelStockLocationStrategy 1 year ago
stock-control.e2e-spec.ts 9b90b96103 chore(core): Update i18next dependencies (#2263) 2 years ago
stock-location.e2e-spec.ts 3ca76b13b8 feat(core): Implement multi-deletion of StockLocations 2 years ago
tag.e2e-spec.ts b5bac42e54 test(core): Set up vitest for e2e testing 2 years ago
tax-category.e2e-spec.ts 77f556a267 chore(core): Fix failing e2e tests 2 years ago
tax-rate.e2e-spec.ts 0441a0338a chore: Migrate from TSLint to ESLint 2 years ago
translations.e2e-spec.ts b5bac42e54 test(core): Set up vitest for e2e testing 2 years ago
zone.e2e-spec.ts 77f556a267 chore(core): Fix failing e2e tests 2 years ago