Michael Bromley 00c5c43d80 feat(core): Add "text" custom field type for storing data over 64k hace 4 años
..
__data__ 7170e42390 chore: Initial Lerna setup, move "server" into "core" package hace 6 años
__snapshots__ 4ed2ed5bce feat(core): More granular (entity-based) permissions hace 4 años
config 803f2683f3 refactor: Extract common e2e test config hace 6 años
fixtures 69f46a3657 fix(core): Fix Admin/Customer user conflict with external auth hace 4 años
graphql 00c5c43d80 feat(core): Add "text" custom field type for storing data over 64k hace 4 años
utils b446c8f3f5 fix(core): Fix race condition in updating JobRecords hace 4 años
administrator.e2e-spec.ts 73ab736f93 feat(core): Add `updateActiveAdministrator` mutation hace 5 años
apollo-server-plugin.e2e-spec.ts 6904743f78 feat(core): Group api options in VendureConfig hace 5 años
asset-channel.e2e-spec.ts 5de1141f08 fix(core): Do not return assets not in current channel hace 5 años
asset.e2e-spec.ts cfbd6dd994 test(core): Fix asset e2e tests hace 4 años
auth.e2e-spec.ts 659afbe949 chore: Fix cause of codegen failure hace 4 años
authentication-strategy.e2e-spec.ts 69f46a3657 fix(core): Fix Admin/Customer user conflict with external auth hace 4 años
channel.e2e-spec.ts 057ee8ae7a fix(core): Clean up Sessions when deleting a Channel hace 5 años
collection.e2e-spec.ts 14b40bbb9b fix(core): Correct handling of nested variantNameCollectionFilters hace 4 años
configurable-operation.e2e-spec.ts 2ca6bfdf28 fix(core): Handle different input types in validateRequiredFields() (#861) hace 4 años
country.e2e-spec.ts f540f435dc test(core): Add e2e tests for custom permissions hace 5 años
custom-field-relations.e2e-spec.ts 60b6171253 feat(core): Support for custom fields on Asset entity hace 5 años
custom-fields.e2e-spec.ts 5e04a141f1 feat(core): Allow custom field validate fn to be async & injectable hace 5 años
custom-permissions.e2e-spec.ts cbcd21f5f1 test(core): Fix bad import path hace 5 años
customer-channel.e2e-spec.ts fad900636d fix(core): Fix error on concurrent calls to new channel hace 4 años
customer-group.e2e-spec.ts 657949e393 chore: Move duplicated e2e definitions to shared file hace 5 años
customer.e2e-spec.ts 46094e3faf refactor(testing): Remove duplication from createErrorResultGuard calls hace 5 años
database-transactions.e2e-spec.ts 739e56cb77 fix(core): Mitigate QueryRunnerAlreadyReleasedError in EventBus handlers hace 5 años
default-search-plugin.e2e-spec.ts fced1dc2c2 fix(core): Update search index when removing translated variants hace 4 años
entity-id-strategy.e2e-spec.ts 4a0d9f428e test(core): Fix failing postgres e2e tests hace 5 años
entity-uuid-strategy.e2e-spec.ts c62f2b7d0b chore: Test multiple DBs in CI e2e tests hace 6 años
facet.e2e-spec.ts 755ebc40e5 fix(core): Fix crash on updating Facet code hace 4 años
fulfillment-process.e2e-spec.ts 20400868ef chore(core): Remove deprecated Injector.getConnection() method hace 4 años
global-settings.e2e-spec.ts 46094e3faf refactor(testing): Remove duplication from createErrorResultGuard calls hace 5 años
import.e2e-spec.ts 38611fb18f feat(core): Enable population of relational custom fields from CSV hace 4 años
job-queue.e2e-spec.ts b01e88856b test(core): Add e2e test for subscribing to job result hace 4 años
lifecycle.e2e-spec.ts b40209e011 feat(core): Run all mutations within transactions hace 5 años
list-query-builder.e2e-spec.ts 92be4e0622 feat(core): Implement size limits for paginated list results hace 4 años
localization.e2e-spec.ts 9cd3e2470d feat(core): Implement order modification hace 5 años
order-changed-price-handling.e2e-spec.ts 3aae4fbc8d feat(core): Implement ChangedPriceHandlingStrategy hace 5 años
order-channel.e2e-spec.ts d3b0f606ed feat(core): Support custom Payment process hace 5 años
order-fulfillment.e2e-spec.ts ee9ba23a0d feat(core): De-couple PaymentMethod from PaymentMethodHandler hace 5 años
order-item-price-calculation-strategy.e2e-spec.ts 5db92d15e9 Removed Worker hace 4 años
order-merge.e2e-spec.ts 25ba87da86 test(core): Add e2e tests for OrderMergeStrategies hace 5 años
order-modification.e2e-spec.ts 56d058d0fd fix(core): Correctly calculate refund amount when modifying order hace 4 años
order-process.e2e-spec.ts 20400868ef chore(core): Remove deprecated Injector.getConnection() method hace 4 años
order-promotion.e2e-spec.ts 2de6bf5f58 feat(core): Include with/without tax amounts on discounts hace 4 años
order-taxes.e2e-spec.ts 5c879e7145 perf(core): Correctly optimized OrderItem persistence hace 5 años
order.e2e-spec.ts 1fb3620ce8 test(core): Fix e2e test for postgres hace 4 años
parallel-transactions.e2e-spec.ts 3b60bcbe72 fix(core): Add retry logic in case of transaction deadlocks hace 5 años
payment-method.e2e-spec.ts f97cd4fcf3 feat(core): Implement deletion of PaymentMethods hace 4 años
payment-process.e2e-spec.ts 20400868ef chore(core): Remove deprecated Injector.getConnection() method hace 4 años
plugin.e2e-spec.ts 97edcb9a29 fix(core): Allow plugins to define global Nestjs providers hace 4 años
product-channel.e2e-spec.ts 4b2fac755e fix(core): Do not allow updating products not in active channel hace 5 años
product-option.e2e-spec.ts 11415e64b4 perf(core): Optimize invocation of ShippingEligibilityCheckers hace 5 años
product.e2e-spec.ts a8ca0197de feat(core): Improved translations hace 4 años
promotion.e2e-spec.ts ff051ae7c3 feat(core): Add Promotion Channel mutations to Admin API hace 4 años
role.e2e-spec.ts 8891c43696 fix(core): Update NestJS & graphql-related deps to fix version conflict hace 4 años
session-management.e2e-spec.ts af49054172 feat(core): Improved error handling for Admin API mutations hace 5 años
shipping-method-eligibility.e2e-spec.ts 1ab1c811ec feat(core): Modify ShippingCalculator API to enable correct tax handling hace 5 años
shipping-method.e2e-spec.ts 7ba27f28ca fix(core): Allow loading of Order with deleted ShippingMethod hace 5 años
shop-auth.e2e-spec.ts 46094e3faf refactor(testing): Remove duplication from createErrorResultGuard calls hace 5 años
shop-catalog.e2e-spec.ts 33f40f2a9c fix(core): Do not return private collections in Shop API hace 4 años
shop-customer.e2e-spec.ts 46094e3faf refactor(testing): Remove duplication from createErrorResultGuard calls hace 5 años
shop-order.e2e-spec.ts 2554822182 feat(core): Access to orderByCode configurable by strategy hace 4 años
stock-control.e2e-spec.ts 2709922b67 feat(core): Implement StockDisplayStrategy to display stockLevel in API hace 5 años
tag.e2e-spec.ts 6630063f12 feat(core): Create APIs & resolver for Tag operations hace 5 años
tax-category.e2e-spec.ts 7eb21d16d0 feat(core): Implement isDefault on TaxCategory hace 5 años
tax-rate.e2e-spec.ts 8ea544b5b3 fix(core): Prevent customer data leak via Shop API hace 4 años
translations.e2e-spec.ts e4a795ff7f test: Fix broken e2e test hace 4 años
zone.e2e-spec.ts b40209e011 feat(core): Run all mutations within transactions hace 5 años