Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/vendure-ecommerce/vendure

The commerce platform with customization in its DNA.
https://github.com/vendure-ecommerce/vendure

fix(core): Fix Postgres search with multiple terms

5ece0d52c669c0cf11d34ac73f8ef9be428efad5 authored almost 4 years ago by Michael Bromley <[email protected]>
fix(core): Correctly handle addItemToOrder when 0 stock available

187cf3dde6bb8dab51342665ed549140c352fded authored almost 4 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Enable manual order state transitions

0868b4c7f2985ac7de9dd88ded70a010208c254e authored almost 4 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Allow OrderLine customFields to be modified

Relates to #314

e89845ec779938a7462fd15a103c1110afbf53af authored almost 4 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Allow OrderLine customFields to be modified

Relates to #314

5a4811f2e3e1b91da2124119b2c25816f2fb2731 authored almost 4 years ago by Michael Bromley <[email protected]>
feat(core): Allow Order/OrderLine customFields to be modified

Relates to #314

ce656c4b4f9402f92c4f3792382a0063d8e69a2a authored almost 4 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Implement order modification flow

Relates to #314

d3e3a8842333f1228033aedf4714bedd25efda47 authored almost 4 years ago by Michael Bromley <[email protected]>
feat(core): Add Order history entry for modifications

Relates to #314

894f95b1600b16cad3e44de061690802ffdb86ca authored almost 4 years ago by Michael Bromley <[email protected]>
refactor(core): Extract some OrderService methods into OrderModifier

3fda1021d033a38b878a6c6d8b5543bf0d554155 authored almost 4 years ago by Michael Bromley <[email protected]>
feat(core): Implement order modification

Relates to #314

BREAKING CHANGE: In order to support order modification, a couple of new defaul...

9cd3e2470de54572dcb8e040ec1cab698a923421 authored almost 4 years ago by Michael Bromley <[email protected]>
feat(core): Pass `amount` argument into createPayment method

BREAKING CHANGE: The `PaymentMethodHandler.createPayment()` method now takes a new `amount`
argu...

0c85c762e6bf02fd9665f8c76e70bce73a4d53a9 authored almost 4 years ago by Michael Bromley <[email protected]>
refactor(core): Refactor some OrderService methods

f369354259f5b0a03f9142a41092d40bf205db5a authored almost 4 years ago by Michael Bromley <[email protected]>
Merge branch 'master' into next

a2dbd5be3e4b325a15d20c3a1720b59169b3e047 authored almost 4 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Display surcharges in OrderDetail

Relates to #583

bbcc6d8b2edcf842486c2445e273a2ded0c53573 authored almost 4 years ago by Michael Bromley <[email protected]>
chore: Update changelog

adaa50d79668a932efb522c047d6390390482dac authored almost 4 years ago by Michael Bromley <[email protected]>
chore: Publish v0.17.3

91177a730eddb9fe791dc55fbe663f10b1b0be05 authored almost 4 years ago by Michael Bromley <[email protected]>
feat(core): Implement add/remove Surcharge methods in OrderService

Relates to #583

6cf6984d89d18e7b656c66ef6d3e38c845f8e2e7 authored almost 4 years ago by Michael Bromley <[email protected]>
feat(core): Implement Order surcharges

Relates to #583. This commit defines the entity and relations, as well as making sure surcharges...

b608e145bf826165941c3045970f7d5cbaefaedc authored almost 4 years ago by Michael Bromley <[email protected]>
chore: Update generated types after merge

e899cc12af4e927f17d91ed2152c0cbd5ab4caf6 authored almost 4 years ago by Michael Bromley <[email protected]>
chore: Publish v0.17.2

f04cf00a7b332c99e5a97acfda4845a99b2ba4b6 authored almost 4 years ago by Michael Bromley <[email protected]>
Merge branch 'master' into next

221bce539fb1cbaa815c339168dfdb946d83bfef authored almost 4 years ago by Michael Bromley <[email protected]>
feat(core): Include express request object in RequestContext

Closes #581

c4352b243667cc8b7f87dc15cc77b0c5a19d0482 authored almost 4 years ago by Michael Bromley <[email protected]>
feat(core): Implement negated string filter operators

Closes #571

75b5b7a2019db31a8ff6960cdccb2a6372a0b604 authored almost 4 years ago by Michael Bromley <[email protected]>
feat(email-plugin): Improve error logging

Closes #574

70cb93260eac853cbf4469aea4668f61c603bd4a authored almost 4 years ago by Michael Bromley <[email protected]>
feat(testing): Create TestingLogger

Useful for testing logging output from e2e tests or unit tests

c4bed2d7be839da01cbe73253c2ab0dd75e97bb2 authored almost 4 years ago by Michael Bromley <[email protected]>
fix(docs): Correct typo

4d806f9e95e18bf4f5421de6213a16edb3618726 authored almost 4 years ago by Michael Bromley <[email protected]>
fix(admin-ui): Fix error when creating new Channel

b38e35d318753cb082de144b9aa31e704b2348b8 authored almost 4 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Display tax description in OrderDetail tax summary

843bec26f3d69628dda3131a724d6aee9d40fbd7 authored almost 4 years ago by Michael Bromley <[email protected]>
refactor(admin-ui): Update handling of variant prices to latest API

b69dd489ec32fd45816ff96c90293de3c881bf7a authored almost 4 years ago by Michael Bromley <[email protected]>
feat(core): Implement TaxLineCalculationStrategy

Relates to #307

95663b43d0ee597a9aa4ab4fd1676fbe3de3d5cb authored almost 4 years ago by Michael Bromley <[email protected]>
fix(docs): Correct typo

d2a971cc826ca2bc9184001059abc5229ac2d8da authored almost 4 years ago by Michael Bromley <[email protected]>
feat(core): Improve naming of price calculation strategies

Relates to #307.

BREAKING CHANGE: The `TaxCalculationStrategy` has been renamed to
`ProductVari...

ccbebc9a2a12fb6e1c077951cbd3e4dbdcc6a751 authored almost 4 years ago by Michael Bromley <[email protected]>
feat(core): Simplify TaxCalculationStrategy API

Relates to #307

BREAKING CHANGE: The TaxCalculationStrategy return value has been simplified - ...

9544dd42aacf9d7c9471ab0e621d5ad8cc52222d authored almost 4 years ago by Michael Bromley <[email protected]>
fix(admin-ui): Fix error when creating new Channel

58db3459d04d8c135369b4aa311c4b29a1eada3b authored almost 4 years ago by Michael Bromley <[email protected]>
refactor(email-plugin): Update to new Shipping-related API changes

8218213e64e1efd49e6a6d237d103ae972a3ee10 authored almost 4 years ago by Michael Bromley <[email protected]>
feat(core): Modify ShippingCalculator API to enable correct tax handling

Relates to #580, Relates to #573.

BREAKING CHANGE: The return object of the ShippingCalculator ...

1ab1c811ec7d8958cddb4bce4dbc0e51f6042543 authored almost 4 years ago by Michael Bromley <[email protected]>
feat(core): Implement Shipping promotion actions

Relates to #580. This commit introduces the new PromotionShippingAction, allowing the creation
o...

69b12e30dc0559d5dde4f5e90ba605b0326cd08f authored almost 4 years ago by Michael Bromley <[email protected]>
test(core): Update test payment methods

d1f7192378154cec8d275840df6b807ed385d4c6 authored almost 4 years ago by Michael Bromley <[email protected]>
feat(core): Rework Order shipping to support multiple shipping lines

Relates to #580. This commit changes the data model & API of the Order type so that
shipping is ...

a711780758af1b16872111699645cc8b7d08cf72 authored almost 4 years ago by Michael Bromley <[email protected]>
feat(core): Log unhandled errors

c9a0bccc4b6c040807201e7dda36854665210f9c authored almost 4 years ago by Michael Bromley <[email protected]>
feat(core): Log unhandled errors

4dbb974879d1c91c6e0197b68834de34604543d0 authored almost 4 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Add French translations

891be89326c2d1350ab8cb4413487f157669f653 authored almost 4 years ago by oneyed <[email protected]>
feat(admin-ui): Allow cancellation of OrderItems without refunding

Relates to #569

df55d2dbfa116fbac79a8f1e609ab56832d57b53 authored almost 4 years ago by Michael Bromley <[email protected]>
feat(core): Extend OrderLine type with more discount & tax info

Relates to #573

aa5513f259eabe2839f254cadd65cf1741d234fc authored almost 4 years ago by Michael Bromley <[email protected]>
refactor(email-plugin): Update templates to use new Order props

e33b033688daa712fb5246490533b0fa89c33265 authored almost 4 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Display order tax summary, update to latest Order API

Relates to #573

9b8e7d4b855ab17f9950192377786bb5ed2a530b authored almost 4 years ago by Michael Bromley <[email protected]>
fix(core): Fix default PromotionActions when Channel prices include tax

Relates to #573

efe640c5011072eba4471e431dc2dc503973802b authored almost 4 years ago by Michael Bromley <[email protected]>
fix(core): Correct handling of discounts & taxes when prices include tax

Relates to #573

c04b1c7f323044990a9a2707f4a82365c3581a58 authored almost 4 years ago by Michael Bromley <[email protected]>
refactor(core): Replace Array.reduce summations with dedicated util fn

4ceac0fdae0a236aad77834f640a63d716429430 authored almost 4 years ago by Michael Bromley <[email protected]>
feat(core): Re-work handling of taxes, order-level discounts

Relates to #573. This commit aims to correct the way that taxes are handled for Order-level
prom...

9e39af30a251bb6bde03449464bc2da502a39103 authored almost 4 years ago by Michael Bromley <[email protected]>
chore: Merge cleanup

400b2b515f0dbd40c9f6036ecfd6f0c40932fcab authored almost 4 years ago by Michael Bromley <[email protected]>
refactor(core): Re-organize graphql schema files

This change allows us to split between Admin & Shop APIs a little more easily. For example, this...

820ee684286e64b77e8e0979ead72c410ceb9442 authored almost 4 years ago by Michael Bromley <[email protected]>
refactor(core): Split common graphql definitions

4d09d95d34bb9b51b58c1f2c3e481466ca1228eb authored almost 4 years ago by Michael Bromley <[email protected]>
feat(core): Split taxes from adjustments

Relates to #573

BREAKING CHANGE: The `OrderLine.pendingAdjustments` field has been renamed to `...

2c71a82a4048efec94d4bd2090879283b2c3330f authored almost 4 years ago by Michael Bromley <[email protected]>
test(core): Fix e2e test for postgres

079a7aea7689117f2368e319c2ef9a8363bb12bc authored almost 4 years ago by Michael Bromley <[email protected]>
test(core): Fix import path

6686d9471e294a03ec72465ab3c1f1d740585729 authored almost 4 years ago by Michael Bromley <[email protected]>
chore(common): Fix path in build script

18d4a68084b5dd20e794e56c93e5c1104541a811 authored almost 4 years ago by Michael Bromley <[email protected]>
docs(email-plugin): Add note on troubleshooting SMTP connections

a0252fd33329dd12af8ef5ba5de014847330ef54 authored almost 4 years ago by Michael Bromley <[email protected]>
docs(email-plugin): Fix EmailPlugin example code

1cdd537aa57afdbf9c725ffb2ff6b0f0221a191c authored almost 4 years ago by Michael Bromley <[email protected]>
feat(docs): Add documentation about FulfillmentHandler

a9099ee93a207853b7b8dfee8c3b7bcef89dc75e authored almost 4 years ago by Michael Bromley <[email protected]>
refactor(testing): Remove duplication from createErrorResultGuard calls

46094e3faf7b0aefc5262dbea3dbe1cd6873367a authored almost 4 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Fulfillment dialog accepts handler-defined arguments

Relates to #529

c78724179569a198336d9b5aaa856a1ee28eac6b authored almost 4 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Allow setting FulfillmentHandler in ShippingDetail page

Relates to #529

8207c84426f293563aa2e4cf93a30eaa4227f438 authored almost 4 years ago by Michael Bromley <[email protected]>
refactor(admin-ui): Add some css utility classes

b852e9d0eca2725e38d4926731c62ab93f4c6b68 authored almost 4 years ago by Michael Bromley <[email protected]>
feat(core): Implement FulfillmentHandlers

Relates to #529. This commit introduces a new FulfillmentHandler class which can be used to defi...

4e53d088f0534c33565c58db67407cc1d25e659d authored almost 4 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Correctly display cancelled Fulfillments

Relates to #565

7efe8007dbc062508996c3ca007b29c553982726 authored almost 4 years ago by Michael Bromley <[email protected]>
feat(core): Allow multiple Fulfillments per OrderItem

Relates to #565. This change means that a Fulfillment can be cancelled, and then the related
Ord...

3245e0049a76ee96d86c9137e08213219ee3fdd7 authored almost 4 years ago by Michael Bromley <[email protected]>
chore(docs): Fix typo

b411aa809a7d7839551123c08ef1f14c43b3c4a5 authored almost 4 years ago by Michael Bromley <[email protected]>
Merge branch 'channel-aware-variants' into next

e83ee302bbc543484be019db794a516ac2bf58cd authored almost 4 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Implement variant channel assignment controls

Relates to #519

83a33b58e8e051a9d38967f395d266939a8835dd authored almost 4 years ago by Michael Bromley <[email protected]>
fix(core): Return all ProductVariant.channels from default Channel

799f30643a3e221e453246534d844bf448b046e5 authored almost 4 years ago by Michael Bromley <[email protected]>
fix(admin-ui): Fix memory leak with refetchOnChannelChange usage

1bad22acfc2d60201eb23a17caa05d005e883e53 authored almost 4 years ago by Michael Bromley <[email protected]>
Merge branch 'CU-9rvcxw/ProductVariants' into channel-aware-variants

# Conflicts:
# schema-admin.json

50975a4f45c01db1739113cb719060017deed298 authored almost 4 years ago by Michael Bromley <[email protected]>
refactor(elasticsearch-plugin): ElasticsearchPlugin variant channels

83842998c115eb083f854f3e7febcdcf450e40a5 authored almost 4 years ago by Michael Bromley <[email protected]>
refactor(core): Get DefaultSearchPlugin working with variant channels

0065ad3ffd86c581d6441c13fae5b56781c4c322 authored almost 4 years ago by Michael Bromley <[email protected]>
fix(core): Fix failing e2e tests

36b6dabb20be7fcc800e7b4977a679f4cb54172c authored almost 4 years ago by hendrikdepauw <[email protected]>
feat(admin-ui): Allow overriding built-in nav menu items

Closes #562

9d862c6d79b43015c8c3002a1a88e4981228d626 authored almost 4 years ago by Michael Bromley <[email protected]>
fix(core): Fix ChannelAware ProductVariant performance issues

275cd62acf8e3bbc0c8d2aa0b6e672e3dc352132 authored almost 4 years ago by hendrikdepauw <[email protected]>
feat(docs): Add doc on creating dashboard widgets

Relates to #334

4564d79fea3ad0c2b8adc1f5055df86b1ec9bc98 authored almost 4 years ago by Michael Bromley <[email protected]>
fix(admin-ui): Correctly handle widget permissions

e3d7855416f9677a2ab705f5e99e0a455978240c authored almost 4 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Persist dashboard layout to localStorage

Relates to #334

15cae7756353afd46da9846cab73464c297d6537 authored almost 4 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Implement reordering, resize, add, remove of widgets

Relates to #334

9a52bdf753ac19235a5db1334bf197cf12acfc9a authored almost 4 years ago by Michael Bromley <[email protected]>
chore: Fix merge issues in generated types

60fd856bbcf3389d1b488e4f3e51a4eeaca85370 authored almost 4 years ago by Michael Bromley <[email protected]>
Merge branch 'master' into next

000525db70bf2dcc447cede7e5faafc71e43f3e6 authored almost 4 years ago by Michael Bromley <[email protected]>
chore: Publish v0.17.1

55d5d829fc56015425ad3b337dca922a5cadb016 authored almost 4 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Allow fulfillment when in PartiallyDelivered state

Relates to #565

b36ce3829c22cc9c34d18e7aa50ae195810f0c6f authored almost 4 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Improved login error message

2b952aa8674f0b069270faa8ab2c79af0b7ac8e9 authored almost 4 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Add profile page to edit current admin details

e18304135dbc76389bfe94ebba82284d85669c92 authored almost 4 years ago by Michael Bromley <[email protected]>
feat(core): Add `updateActiveAdministrator` mutation

73ab736f93c07f8e4580587ddc7aacd97a5769b2 authored almost 4 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Add "allocated" and "saleable" values to Variant form

Closes #554

0df7c71b800b0601803c1f146888330f835b37b3 authored almost 4 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Store last used order list filters in localStorage

Relates to #561

7a9ba233b74b9eaae0f100a19f7e84e2b7c35a0f authored almost 4 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Persist custom order filter params in url

Relates to #561

8eb624644284993ed2b66e57d086d891c6c5da64 authored almost 4 years ago by Michael Bromley <[email protected]>
feat(core): ChannelAware ProductVariants

4c1a2be7cbf1244adb6a9df7fadde649b53b720a authored almost 4 years ago by hendrikdepauw <[email protected]>
feat(admin-ui): Allow default dashboard widget widths to be set

Relates to #334

3e33bbc819eb82560d272b40ad66737806013864 authored almost 4 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Add support for dashboard widgets

Relates to #334

aa835e89cd3c6fff882c3dfc9996d4667e7bf027 authored almost 4 years ago by Michael Bromley <[email protected]>
feat(core): Add `activeAdministrator` query to Admin API

70e14f221d9ceef253781751fb02a78bbdbdb1ce authored almost 4 years ago by Michael Bromley <[email protected]>
feat(admin-ui) Refine order list filters

03256b876941a4991f0655ed0287a08a02d0b5a4 authored almost 4 years ago by Lukas Chladek <[email protected]>
fix(admin-ui): Refetch customer list on channel change

078de4094b9eaa486e8337fc90c575302a91b590 authored almost 4 years ago by Michael Bromley <[email protected]>
fix(admin-ui): Add missing Czech translations for new translation tokens

f2b541f7c15c905b49c020fc024986231479fdae authored almost 4 years ago by Lukas Chladek <[email protected]>
test(core): Fix failing e2e tests

33be882c37ebe9e4c92f270b7431438fef0786a7 authored almost 4 years ago by Michael Bromley <[email protected]>