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