Michael Bromley d3b0f606ed feat(core): Support custom Payment process 5 år sedan
..
__data__ 7170e42390 chore: Initial Lerna setup, move "server" into "core" package 6 år sedan
__snapshots__ 73ab736f93 feat(core): Add `updateActiveAdministrator` mutation 5 år sedan
config 803f2683f3 refactor: Extract common e2e test config 6 år sedan
fixtures 82468a6325 fix(core): Fix sorting by translatable fields in list queries 5 år sedan
graphql d3b0f606ed feat(core): Support custom Payment process 5 år sedan
utils 3f72311635 feat(core): Allow public & private Payment metadata 5 år sedan
administrator.e2e-spec.ts 73ab736f93 feat(core): Add `updateActiveAdministrator` mutation 5 år sedan
apollo-server-plugin.e2e-spec.ts 6904743f78 feat(core): Group api options in VendureConfig 5 år sedan
asset.e2e-spec.ts 71cf3b9016 feat(core): Add support for Asset tags 5 år sedan
auth.e2e-spec.ts ed0a516848 refactor(core): Rename error `code` to `errorCode` 5 år sedan
authentication-strategy.e2e-spec.ts 46094e3faf refactor(testing): Remove duplication from createErrorResultGuard calls 5 år sedan
channel.e2e-spec.ts 057ee8ae7a fix(core): Clean up Sessions when deleting a Channel 5 år sedan
collection.e2e-spec.ts 0a12f8e894 feat(core): Language fallback when querying Product/Collection by slug 5 år sedan
configurable-operation.e2e-spec.ts c07e0bfbcb test(core): Fix failing test 5 år sedan
country.e2e-spec.ts f540f435dc test(core): Add e2e tests for custom permissions 5 år sedan
custom-field-relations.e2e-spec.ts 3e1a9000e9 feat(core): Implement "relation" custom field type 5 år sedan
custom-fields.e2e-spec.ts 5e04a141f1 feat(core): Allow custom field validate fn to be async & injectable 5 år sedan
custom-permissions.e2e-spec.ts cbcd21f5f1 test(core): Fix bad import path 5 år sedan
customer-channel.e2e-spec.ts 657949e393 chore: Move duplicated e2e definitions to shared file 5 år sedan
customer-group.e2e-spec.ts 657949e393 chore: Move duplicated e2e definitions to shared file 5 år sedan
customer.e2e-spec.ts 46094e3faf refactor(testing): Remove duplication from createErrorResultGuard calls 5 år sedan
database-transactions.e2e-spec.ts 739e56cb77 fix(core): Mitigate QueryRunnerAlreadyReleasedError in EventBus handlers 5 år sedan
default-search-plugin.e2e-spec.ts 9588efb432 fix(core): Products without variants are indexed by DefaultSearchPlugin 5 år sedan
entity-id-strategy.e2e-spec.ts 4a0d9f428e test(core): Fix failing postgres e2e tests 5 år sedan
entity-uuid-strategy.e2e-spec.ts c62f2b7d0b chore: Test multiple DBs in CI e2e tests 6 år sedan
facet.e2e-spec.ts ad04e60f93 test(core): Fix failing facet e2e tests in postgres 5 år sedan
fulfillment-process.e2e-spec.ts 8bce2b4391 fix(core): Make CustomFulfillmentProcess injectable 5 år sedan
global-settings.e2e-spec.ts 46094e3faf refactor(testing): Remove duplication from createErrorResultGuard calls 5 år sedan
import.e2e-spec.ts 06043a5e54 test(core): Get all tests passing for sqljs, postgres & mysql 6 år sedan
job-queue.e2e-spec.ts 2d099cfe72 feat(core): Add `cancelJob` mutation 5 år sedan
lifecycle.e2e-spec.ts b40209e011 feat(core): Run all mutations within transactions 5 år sedan
list-query-builder.e2e-spec.ts 82468a6325 fix(core): Fix sorting by translatable fields in list queries 5 år sedan
localization.e2e-spec.ts 9cd3e2470d feat(core): Implement order modification 5 år sedan
order-changed-price-handling.e2e-spec.ts 3aae4fbc8d feat(core): Implement ChangedPriceHandlingStrategy 5 år sedan
order-channel.e2e-spec.ts d3b0f606ed feat(core): Support custom Payment process 5 år sedan
order-fulfillment.e2e-spec.ts ee9ba23a0d feat(core): De-couple PaymentMethod from PaymentMethodHandler 5 år sedan
order-item-price-calculation-strategy.e2e-spec.ts 0d8c485923 fix(core): Re-calculate OrderItem price on all OrderLine changes 5 år sedan
order-merge.e2e-spec.ts 25ba87da86 test(core): Add e2e tests for OrderMergeStrategies 5 år sedan
order-modification.e2e-spec.ts c678a216f3 fix(core): Apply Promotions when calculating modified order total 5 år sedan
order-process.e2e-spec.ts ee9ba23a0d feat(core): De-couple PaymentMethod from PaymentMethodHandler 5 år sedan
order-promotion.e2e-spec.ts ee9ba23a0d feat(core): De-couple PaymentMethod from PaymentMethodHandler 5 år sedan
order-taxes.e2e-spec.ts 4a0d9f428e test(core): Fix failing postgres e2e tests 5 år sedan
order.e2e-spec.ts ee9ba23a0d feat(core): De-couple PaymentMethod from PaymentMethodHandler 5 år sedan
parallel-transactions.e2e-spec.ts 3b60bcbe72 fix(core): Add retry logic in case of transaction deadlocks 5 år sedan
payment-method.e2e-spec.ts 48c0e9641d fix(core): Allow unsetting PaymentMethod checkers 5 år sedan
payment-process.e2e-spec.ts d3b0f606ed feat(core): Support custom Payment process 5 år sedan
plugin.e2e-spec.ts c92c21b0f2 feat(core): Add static lifecycle hooks to run before bootstrap 5 år sedan
product-channel.e2e-spec.ts 4b2fac755e fix(core): Do not allow updating products not in active channel 5 år sedan
product-option.e2e-spec.ts 11415e64b4 perf(core): Optimize invocation of ShippingEligibilityCheckers 5 år sedan
product.e2e-spec.ts e5182b73fa fix(core): Fix sorting by price on productVariants list 5 år sedan
promotion.e2e-spec.ts 46094e3faf refactor(testing): Remove duplication from createErrorResultGuard calls 5 år sedan
role.e2e-spec.ts ab2f62cd07 feat(core): Expose assignable Permissions via ServerConfig type 5 år sedan
session-management.e2e-spec.ts af49054172 feat(core): Improved error handling for Admin API mutations 5 år sedan
shipping-method-eligibility.e2e-spec.ts 1ab1c811ec feat(core): Modify ShippingCalculator API to enable correct tax handling 5 år sedan
shipping-method.e2e-spec.ts fbf398afbc test(core): Fix failing test 5 år sedan
shop-auth.e2e-spec.ts 46094e3faf refactor(testing): Remove duplication from createErrorResultGuard calls 5 år sedan
shop-catalog.e2e-spec.ts 4a0d9f428e test(core): Fix failing postgres e2e tests 5 år sedan
shop-customer.e2e-spec.ts 46094e3faf refactor(testing): Remove duplication from createErrorResultGuard calls 5 år sedan
shop-order.e2e-spec.ts ee9ba23a0d feat(core): De-couple PaymentMethod from PaymentMethodHandler 5 år sedan
stock-control.e2e-spec.ts e4d3aedd0c fix(core): Correctly constrain inventory on addItemToOrder mutation 5 år sedan
tag.e2e-spec.ts 6630063f12 feat(core): Create APIs & resolver for Tag operations 5 år sedan
tax-category.e2e-spec.ts 7eb21d16d0 feat(core): Implement isDefault on TaxCategory 5 år sedan
tax-rate.e2e-spec.ts 8c2db907ab feat(core): Implement deletion of TaxRate 6 år sedan
zone.e2e-spec.ts b40209e011 feat(core): Run all mutations within transactions 5 år sedan