Michael Bromley 8ea544b5b3 fix(core): Prevent customer data leak via Shop API 4 лет назад
..
__data__ 7170e42390 chore: Initial Lerna setup, move "server" into "core" package 6 лет назад
__snapshots__ 38611fb18f feat(core): Enable population of relational custom fields from CSV 4 лет назад
config 803f2683f3 refactor: Extract common e2e test config 6 лет назад
fixtures 5c837b85c3 feat(core): Enable the use of Permissions of GraphQL field resolvers 4 лет назад
graphql 8ea544b5b3 fix(core): Prevent customer data leak via Shop API 4 лет назад
utils b446c8f3f5 fix(core): Fix race condition in updating JobRecords 4 лет назад
administrator.e2e-spec.ts 73ab736f93 feat(core): Add `updateActiveAdministrator` mutation 5 лет назад
apollo-server-plugin.e2e-spec.ts 6904743f78 feat(core): Group api options in VendureConfig 5 лет назад
asset-channel.e2e-spec.ts 5de1141f08 fix(core): Do not return assets not in current channel 5 лет назад
asset.e2e-spec.ts cfbd6dd994 test(core): Fix asset e2e tests 4 лет назад
auth.e2e-spec.ts 8ea544b5b3 fix(core): Prevent customer data leak via Shop API 4 лет назад
authentication-strategy.e2e-spec.ts 46094e3faf refactor(testing): Remove duplication from createErrorResultGuard calls 5 лет назад
channel.e2e-spec.ts 057ee8ae7a fix(core): Clean up Sessions when deleting a Channel 5 лет назад
collection.e2e-spec.ts 92952fb556 fix(core): Correct ordering of Collection breadcrumbs 4 лет назад
configurable-operation.e2e-spec.ts c07e0bfbcb test(core): Fix failing test 5 лет назад
country.e2e-spec.ts f540f435dc test(core): Add e2e tests for custom permissions 5 лет назад
custom-field-relations.e2e-spec.ts 60b6171253 feat(core): Support for custom fields on Asset entity 5 лет назад
custom-fields.e2e-spec.ts 5e04a141f1 feat(core): Allow custom field validate fn to be async & injectable 5 лет назад
custom-permissions.e2e-spec.ts cbcd21f5f1 test(core): Fix bad import path 5 лет назад
customer-channel.e2e-spec.ts 657949e393 chore: Move duplicated e2e definitions to shared file 5 лет назад
customer-group.e2e-spec.ts 657949e393 chore: Move duplicated e2e definitions to shared file 5 лет назад
customer.e2e-spec.ts 46094e3faf refactor(testing): Remove duplication from createErrorResultGuard calls 5 лет назад
database-transactions.e2e-spec.ts 739e56cb77 fix(core): Mitigate QueryRunnerAlreadyReleasedError in EventBus handlers 5 лет назад
default-search-plugin.e2e-spec.ts b446c8f3f5 fix(core): Fix race condition in updating JobRecords 4 лет назад
entity-id-strategy.e2e-spec.ts 4a0d9f428e test(core): Fix failing postgres e2e tests 5 лет назад
entity-uuid-strategy.e2e-spec.ts c62f2b7d0b chore: Test multiple DBs in CI e2e tests 6 лет назад
facet.e2e-spec.ts 2693174b3c Merge branch 'master' into next 4 лет назад
fulfillment-process.e2e-spec.ts 8bce2b4391 fix(core): Make CustomFulfillmentProcess injectable 5 лет назад
global-settings.e2e-spec.ts 46094e3faf refactor(testing): Remove duplication from createErrorResultGuard calls 5 лет назад
import.e2e-spec.ts 38611fb18f feat(core): Enable population of relational custom fields from CSV 4 лет назад
job-queue.e2e-spec.ts b01e88856b test(core): Add e2e test for subscribing to job result 4 лет назад
lifecycle.e2e-spec.ts b40209e011 feat(core): Run all mutations within transactions 5 лет назад
list-query-builder.e2e-spec.ts 92be4e0622 feat(core): Implement size limits for paginated list results 4 лет назад
localization.e2e-spec.ts 9cd3e2470d feat(core): Implement order modification 5 лет назад
order-changed-price-handling.e2e-spec.ts 3aae4fbc8d feat(core): Implement ChangedPriceHandlingStrategy 5 лет назад
order-channel.e2e-spec.ts d3b0f606ed feat(core): Support custom Payment process 5 лет назад
order-fulfillment.e2e-spec.ts ee9ba23a0d feat(core): De-couple PaymentMethod from PaymentMethodHandler 5 лет назад
order-item-price-calculation-strategy.e2e-spec.ts 5db92d15e9 Removed Worker 4 лет назад
order-merge.e2e-spec.ts 25ba87da86 test(core): Add e2e tests for OrderMergeStrategies 5 лет назад
order-modification.e2e-spec.ts c678a216f3 fix(core): Apply Promotions when calculating modified order total 5 лет назад
order-process.e2e-spec.ts ee9ba23a0d feat(core): De-couple PaymentMethod from PaymentMethodHandler 5 лет назад
order-promotion.e2e-spec.ts 2de6bf5f58 feat(core): Include with/without tax amounts on discounts 4 лет назад
order-taxes.e2e-spec.ts 5c879e7145 perf(core): Correctly optimized OrderItem persistence 5 лет назад
order.e2e-spec.ts e9b18fe74d fix(core): Fix sorting of Order calculated properties in Postgres 4 лет назад
parallel-transactions.e2e-spec.ts 3b60bcbe72 fix(core): Add retry logic in case of transaction deadlocks 5 лет назад
payment-method.e2e-spec.ts 1a3b04f4a5 feat(core): Make PaymentMethod channel-aware 4 лет назад
payment-process.e2e-spec.ts d3b0f606ed feat(core): Support custom Payment process 5 лет назад
plugin.e2e-spec.ts baa5f7d9dc chore: Fix remaining failing tests 4 лет назад
product-channel.e2e-spec.ts 4b2fac755e fix(core): Do not allow updating products not in active channel 5 лет назад
product-option.e2e-spec.ts 11415e64b4 perf(core): Optimize invocation of ShippingEligibilityCheckers 5 лет назад
product.e2e-spec.ts 2d89554e61 fix(core): Fix some issues with sorting/filtering calculated properties 4 лет назад
promotion.e2e-spec.ts ff051ae7c3 feat(core): Add Promotion Channel mutations to Admin API 4 лет назад
role.e2e-spec.ts ab2f62cd07 feat(core): Expose assignable Permissions via ServerConfig type 5 лет назад
session-management.e2e-spec.ts af49054172 feat(core): Improved error handling for Admin API mutations 5 лет назад
shipping-method-eligibility.e2e-spec.ts 1ab1c811ec feat(core): Modify ShippingCalculator API to enable correct tax handling 5 лет назад
shipping-method.e2e-spec.ts 7ba27f28ca fix(core): Allow loading of Order with deleted ShippingMethod 5 лет назад
shop-auth.e2e-spec.ts 46094e3faf refactor(testing): Remove duplication from createErrorResultGuard calls 5 лет назад
shop-catalog.e2e-spec.ts 5db92d15e9 Removed Worker 4 лет назад
shop-customer.e2e-spec.ts 46094e3faf refactor(testing): Remove duplication from createErrorResultGuard calls 5 лет назад
shop-order.e2e-spec.ts 10d43e8bfe fix(core): Save relation custom fields in addItemToOrder mutation 4 лет назад
stock-control.e2e-spec.ts 2709922b67 feat(core): Implement StockDisplayStrategy to display stockLevel in API 5 лет назад
tag.e2e-spec.ts 6630063f12 feat(core): Create APIs & resolver for Tag operations 5 лет назад
tax-category.e2e-spec.ts 7eb21d16d0 feat(core): Implement isDefault on TaxCategory 5 лет назад
tax-rate.e2e-spec.ts 8ea544b5b3 fix(core): Prevent customer data leak via Shop API 4 лет назад
zone.e2e-spec.ts b40209e011 feat(core): Run all mutations within transactions 5 лет назад