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

chore: Publish v0.17.0

f8eb11fdfd6df2958dd8e416c61d5dbfd4f48e28 authored almost 4 years ago by Michael Bromley <[email protected]>
test(core): Tweak flaky mysql e2e test

92b6e64aec8504268ad8bc8019e8dd080d83e5d7 authored almost 4 years ago by Michael Bromley <[email protected]>
fix(admin-ui): Use the ShippingMethod name in fulfillment dialog

ca2ed58a5270eb4a3538d920ca3ea8508d778acb authored almost 4 years ago by Michael Bromley <[email protected]>
fix(admin-ui): Use translated state labels in custom filter select

5f6f9ff14403ae457252f67e65ba64d569b1fde0 authored almost 4 years ago by Michael Bromley <[email protected]>
feat(docs): Add stock control guide

af4589fd99a9350dbc0ff2a4003e42d4b950a990 authored almost 4 years ago by Michael Bromley <[email protected]>
feat(core): Enable inventory tracking by default in GlobalSettings

31bb06a360d5294fb48dc45c93303b15a7208350 authored almost 4 years ago by Michael Bromley <[email protected]>
chore(docs): Update storefront examples

4713425d14f78fc445b9c44423d40a09980fbcf1 authored almost 4 years ago by Michael Bromley <[email protected]>
feat(docs): Improve docs on migrations

2bc37f8ee0b4f77b15dc8c2e3ed31e586d41c6c5 authored almost 4 years ago by Michael Bromley <[email protected]>
feat(core): Improve feedback & error handling in migration functions

7a1773c52205c6dfd98ade07b1c9d9da7fb39670 authored almost 4 years ago by Michael Bromley <[email protected]>
chore: Clean up after merge

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

f0cd67c00bd38cf16bab72b68c5d4d3887aff61b authored almost 4 years ago by Michael Bromley <[email protected]>
chore(docs): Update some examples to latest APIs

a117a95a9f4d3f035c9fb81f672c13356b614620 authored almost 4 years ago by Michael Bromley <[email protected]>
feat(docs): Add note on DI for ConfigurableOperationDefs

405b754d513dd8a2174fdc7933abe3a53460c7ae authored almost 4 years ago by Michael Bromley <[email protected]>
chore(core): Fix docs tag

a6f754e270dff5363a2fc7a982bee8ea02b8f84d authored almost 4 years ago by Michael Bromley <[email protected]>
chore(docs): Update FAQ & roadmap

185c7809ae7fadc844a76f5b4765ea1a8e1d00a6 authored almost 4 years ago by Michael Bromley <[email protected]>
chore: Add mysql 5.7 to dev docker-compose

3ff011f532b786955cec7d4c4039557d3bce8e95 authored almost 4 years ago by Michael Bromley <[email protected]>
fix(admin-ui): Use select control for string custom field with options

Fixes #546

5c59b67879bd75600ba24ac16c4396e823bd1faf authored almost 4 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Support for ShippingMethod translations & custom fields

Relates to #530

e189bd40411a9c690c8ff3be707a1013e7167208 authored almost 4 years ago by Michael Bromley <[email protected]>
feat(core): Make ShippingMethod translatable

Relates to #530

BREAKING CHANGE: The `ShippingMethod` entity is now translatable. This change w...

c7418d13583e8afa3309b2159bdb12a49ada4dfe authored almost 4 years ago by Michael Bromley <[email protected]>
fix(core): Mitigate QueryRunnerAlreadyReleasedError in EventBus handlers

Fixes #520

739e56cb7730babd41e4b336924df4ff3f5f4c1e authored almost 4 years ago by Michael Bromley <[email protected]>
feat(core): Export HistoryService

8688c35b84aeb0f2355f00fc4adadf94b50eb8b7 authored almost 4 years ago by Lukas Chladek <[email protected]>
refactor(core): Move test plugin into external file

721bbd045485b36230cf02a8d78ccf302d0dfb61 authored almost 4 years ago by Michael Bromley <[email protected]>
fix(core): Allow configurable stock allocation logic

Relates to #550. This commit introduces a StockAllocationStrategy to allow advanced configuratio...

782c0f4c3f5f8a72f2e429050a654eda2046e6ac authored almost 4 years ago by Michael Bromley <[email protected]>
fix(core): Fix double-allocation of stock on 2-stage payments

Relates to #550

c43a3435e4dcf8159f37f18e95333da2aea7c608 authored almost 4 years ago by Michael Bromley <[email protected]>
feat(core): Export StockMovementService

Relates to #550

fe98c79cb458fe606fc4f3fd5540ae437cf4d9a2 authored almost 4 years ago by Michael Bromley <[email protected]>
feat(core): Add `shouldRunCheck` function to ShippingEligibilityChecker

Relates to #536. Allows one to optimize calls to the `check()` function in order to prevent
unne...

3b7e7db0235fad42bda26e74f6546803bc18ddd5 authored almost 4 years ago by Michael Bromley <[email protected]>
fix(core): Correctly update cache in customerGroup promo condition

8df4fecb1940a62aecb6d2ddd2ceb2d2bfbc354c authored almost 4 years ago by Michael Bromley <[email protected]>
feat(core): Emit event when assigning/removing Customer to/from group

66763357defb92636cddd3c8ff64f1751c24bc8b authored almost 4 years ago by Michael Bromley <[email protected]>
fix(docs): Update auth docs with new ErrorResult API

67ee94b20423694b56e9fdadc5d5101caf510222 authored almost 4 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Add filter presets to the OrderDetail view

Relates to #477

4f5a440adf3da0d502d66001af331dc8553c92d6 authored almost 4 years ago by Michael Bromley <[email protected]>
fix(admin-ui): Fix payment states

df32ba12b4dd9b53d837502da52858029646c437 authored almost 4 years ago by Lukas Chladek <[email protected]>
fix(admin-ui): Add missing "authorized" state translation

788ba873123a2fe43a4dfd0a9c260c3c5173058d authored almost 4 years ago by Michael Bromley <[email protected]>
fix(admin-ui): Add missing "state.error" token

b40843a2987222bafc8c90d47d7bb613521feb8f authored almost 4 years ago by Lukas Chladek <[email protected]>
feat(core): Implement `regex` string filter for PaginatedList queries

Relates to #543

0a33441fc9c03c202fab3f7ad29efcd0ff65cb44 authored almost 4 years ago by Michael Bromley <[email protected]>
feat(core): Implement `in` string filter for PaginatedList queries

Relates to #543

7c7dcf299961880eca2885757ccf51c02e56837b authored almost 4 years ago by Michael Bromley <[email protected]>
test(core): Add more e2e tests for ListQueryBuilder filters

bc26e7171b70b0b1ad1db85fa825738db5992c65 authored almost 4 years ago by Michael Bromley <[email protected]>
perf(core): Optimize invocation of ShippingEligibilityCheckers

Relates to #536. This commit implements the following changes:

1. The `check` function is only ...

11415e64b48087ae6fd5ad8d6fe06c278db7da18 authored almost 4 years ago by Michael Bromley <[email protected]>
feat(core): Return ErrorResult when setting ineligible ShippingMethod

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

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

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

1662885683cf5844daee8737d68023eb67e60714 authored almost 4 years ago by Michael Bromley <[email protected]>
fix(core): Add retry logic in case of transaction deadlocks

Fixes #527.

3b60bcbe72904342a747e16637bc4d5126f42564 authored almost 4 years ago by Michael Bromley <[email protected]>
feat(core): Export FacetValueChecker promotion utility

fc3890ebecbdc9a68f07d1b575605d17a3d6a2f9 authored almost 4 years ago by Michael Bromley <[email protected]>
refactor(core): Use TransactionConnection with FacetValueChecker

1ca60ba2878ffdf4915c9b9e3911c0d1a1422eab authored almost 4 years ago by Michael Bromley <[email protected]>
fix(admin-ui): Fix Apollo cache warning for GlobalSettings.serverConfig

8b135ad2aa54fd25668c7531b1f285ce506cff22 authored almost 4 years ago by Michael Bromley <[email protected]>
fix(admin-ui): Fix CustomerGroupList layout in Firefox

Closes #531

c432a14007e91e31cc2ef912c63e163545d6d879 authored almost 4 years ago by Michael Bromley <[email protected]>
fix(admin-ui): Fix saving countries in other languages

Closes #528

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

c2ce0a23c5db712ab5f41b00d444b3f01f43d89c authored almost 4 years ago by Michael Bromley <[email protected]>
fix(admin-ui): Add missing I18n state tokens

215a6379519a9d4d43252bdc9e6d018fa2976845 authored almost 4 years ago by Lukas Chladek <[email protected]>
refactor(core): Generated all types

163efd078427255a2e99d209f6a918a6fc09915f authored almost 4 years ago by Elorm Koto <[email protected]>
refactor(core): Add generated types

ff7a8203255de20f9feb524e0ccd173c465506b1 authored almost 4 years ago by Elorm Koto <[email protected]>
refactor(core): Fix import file paths

95d8043e990ba4b75b77fb1af0a7c5d64f068561 authored almost 4 years ago by Elorm Koto <[email protected]>
Merge branch 'next' of https://github.com/vendure-ecommerce/vendure into next

23ebb5c4d9c6ee4a866a56a3138c57e99d17ed1e authored almost 4 years ago by Elorm Koto <[email protected]>
test(core): Fix flaky e2e test in postgres

660c93cbbd5a4d4fafc92f883f158188b2bb3e39 authored almost 4 years ago by Michael Bromley <[email protected]>
refactor(admin-ui): Use new OrderLine fields

321040bf3147812d09337dbfb2d97cb87961dbb3 authored almost 4 years ago by Michael Bromley <[email protected]>
feat(core): Add tax summary data to Order type

Relates to #467

a666fab524eafd2e92a966aefd3690f8cb736bcd authored almost 4 years ago by Michael Bromley <[email protected]>
test(core): Fix broken test

685bd5e2982f88b4c6ea8c753ad117eac04031de authored almost 4 years ago by Michael Bromley <[email protected]>
feat(core): Expose additional price & tax data on OrderLine

Relates to #467. The OrderLine type now exposes `taxRate`, `linePrice`, `lineTax` &
`linePriceWi...

c8706845a2bd1fc8531f366f52c0ca604e3eb456 authored almost 4 years ago by Michael Bromley <[email protected]>
feat(core): OrderItem.unitPrice now _always_ excludes tax

Relates to #467. This change means that storefronts do not need to do any tax calculations and c...

6e2d4907b7a12cb0278a1306b6e5a320e36b7969 authored almost 4 years ago by Michael Bromley <[email protected]>
refactor(core): Add all changes and autogenerated types

e74f0affc90f0a0bbcf64959c2a79bb43825a9d1 authored almost 4 years ago by Elorm Koto <[email protected]>
refactor(core): Add correct payment folder export

e110c56bd543a9ca61cbc718a3e24d529e20eb12 authored almost 4 years ago by Elorm Koto <[email protected]>
refactor(core): Add custom process to payment state machine

1b8a46cfe2bf10879074638809ce0e8caf0ed052 authored almost 4 years ago by Elorm Koto <[email protected]>
feat(core): Base custom payment process

83af699b7f3a9ffbc8b80d5e976fddae9296fa35 authored almost 4 years ago by Elorm Koto <[email protected]>
feat(core): New "Created" initial state for Fulfillments

Relates to #510.

BREAKING CHANGE: Fulfillments now start in the new "Created" state, and then _...

a53f27efa47b15fef56f6e460cf0adf02201f491 authored almost 4 years ago by Michael Bromley <[email protected]>
feat(core): New "Created" initial state for Orders

Relates to #510.

BREAKING CHANGE: Orders now start in the new "Created" state, and then _immedi...

7a774e3bfdc8a431ba3948621220c3c88aff6ba2 authored almost 4 years ago by Michael Bromley <[email protected]>
fix(core): Correctly cascade deletions in HistoryEntries

BREAKING CHANGE: Deletions of Orders or Customers now cascade to any associated HistoryEntries,
...

6054b7174b03340d02504dce52fd1725065d2246 authored almost 4 years ago by Michael Bromley <[email protected]>
feat(core): Export custom entity field types

21706b3a94ed14eae6a1bce5dc8408492ff628ad authored almost 4 years ago by Michael Bromley <[email protected]>
fix(doc): Indentation on Customizing Models (#533)

345bcbf915abe30eb390ceaa02ce5fdedd1a0ff6 authored almost 4 years ago by Bruno Macabeus <[email protected]>
feat(core): Pass RequestContext to ShippingEligibilityChecker functions

BREAKING CHANGE: The ShippingEligibilityChecker `check()`
function signature has changed: the fi...

a5db02285a2a867a7541738b2779b2302beaeb93 authored almost 4 years ago by Michael Bromley <[email protected]>
feat(core): Pass RequestContext to ShippingCalculator functions

BREAKING CHANGE: The ShippingCalculator `calculate()`
function signature has changed: the first ...

6eee894bd6825dafde0316093d02594d4bddf14b authored almost 4 years ago by Michael Bromley <[email protected]>
feat(core): Pass RequestContext to PromotionAction functions

BREAKING CHANGE: The PromotionAction `execute()`
function signature has changed: the first argum...

0a35a1208a49b60e5a4f8446c0d236598ce717e2 authored almost 4 years ago by Michael Bromley <[email protected]>
feat(core): Pass RequestContext to OrderMergeStrategy functions

BREAKING CHANGE: The OrderMergeStrategy `merge()`
function signature has changed: the first argu...

eae71f0662d93820c0251abd944af7d2f77397c8 authored almost 4 years ago by Michael Bromley <[email protected]>
feat(core): Pass RequestContext to TaxZoneStrategy functions

BREAKING CHANGE: The TaxZoneStrategy `determineTaxZone()`
function signature has changed: the fi...

a4d43115fef7656d9de64ea47b31a7d943b84f07 authored almost 4 years ago by Michael Bromley <[email protected]>
feat(core): Pass RequestContext to AssetPreviewStrategy functions

BREAKING CHANGE: The AssetPreviewStrategy `generatePreviewImage()`
function signature has change...

05e6f9eb86a67e6cd592cbd400f20b2aeda969f4 authored almost 4 years ago by Michael Bromley <[email protected]>
feat(core): Pass RequestContext to AssetNamingStrategy functions

BREAKING CHANGE: The AssetNamingStrategy `generateSourceFileName()` & `generatePreviewFileName()...

48ae3723bda93a33e6b90473325d85476dc240dd authored almost 4 years ago by Michael Bromley <[email protected]>
feat(core): Pass RequestContext to AuthenticationStrategy.onLogOut()

BREAKING CHANGE: The `AuthenticationStrategy.onLogOut()` function
signature has changed: the fir...

a46ea5db45722a56b156e8ae92b92b13250503a7 authored almost 4 years ago by Michael Bromley <[email protected]>
feat(core): Pass RequestContext to PriceCalculationStrategy

Closes #487

BREAKING CHANGE: The `PriceCalculationStrategy.calculateUnitPrice()` function
signa...

8a5832592dc2491accbd572f22629912e081371c authored almost 4 years ago by Michael Bromley <[email protected]>
feat(core): Pass RequestContext to PaymentMethodHandler functions

Closes #488

BREAKING CHANGE: The `PaymentMethodHandler` function signatures have changed:
`crea...

9c2257d228d79ad1c8e7265d088b070305fe74ec authored almost 4 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Display Fulfillment custom fields

Relates to #525

838943e6200645747d5bdab3e216a40ff603efb2 authored almost 4 years ago by Michael Bromley <[email protected]>
feat(core): Support custom fields on Fulfillment entity

Relates to #525

380f68eb746aff5c5ceebc8d0dbf49c02b25ab16 authored almost 4 years ago by Michael Bromley <[email protected]>
feat(docs): Add docs on custom permissions, split examples into pages

Relates to #450

c7320032f757e80de057557de5e302f9d3600d8e authored almost 4 years ago by Michael Bromley <[email protected]>
fix(admin-ui): Fix permission handling in nav menu

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

cbcd21f5f1569128954b3a276b003e744b686064 authored almost 4 years ago by Michael Bromley <[email protected]>
refactor(admin-ui): Use ServerConfigService where possible

36700afe827422801d67ea48089180d29dafc156 authored almost 4 years ago by Michael Bromley <[email protected]>
fix(core): Validate all Role permissions on bootstrap

Relates to #450

60c8a0e540f93315b0cfe7573ebb4f971657e1f8 authored almost 4 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Allow the setting of custom Permissions

Relates to #450

d525a323e08ff10769a1f774d08eff4df4039c87 authored almost 4 years ago by Michael Bromley <[email protected]>
feat(core): Expose assignable Permissions via ServerConfig type

Relates to #450

ab2f62cd07db9ebfdf0948531c8d25821852d9d9 authored almost 4 years ago by Michael Bromley <[email protected]>
test(core): Add e2e tests for custom permissions

Relates to #450

f540f435dcc89998db8cfb66ab245c2ca3c686c2 authored almost 4 years ago by Michael Bromley <[email protected]>
feat(core): Allow custom Permissions to be defined

Relates to #450. This commit changes the internal architecture of
Permission definition from sta...

1baeedf5571fa386e1ea1fd7caac0b8a7125edd1 authored almost 4 years ago by Michael Bromley <[email protected]>
fix(docs): Fix typo on landing page

baa06e524aac74bb7d3665bba99e408edc16ddfb authored almost 4 years ago by Michael Bromley <[email protected]>
style(admin-ui): Reformat long lines

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

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

4b905a6cf613b4bffee931fbcfca9cde03db1da6 authored almost 4 years ago by Michael Bromley <[email protected]>
fix(admin-ui): Fix overflow that made ui unusable on mobile

f129e0cc0b570b637e51cd177d24f07cd8795692 authored almost 4 years ago by Lukas Chladek <[email protected]>
chore: Publish v0.16.2

71492686fc26a1e8f0db59cd5ec83b5b2539a45c authored almost 4 years ago by Michael Bromley <[email protected]>
fix(admin-ui): Correct display of args input in PaymentMethodDetail

Fixes #489

3f7627e2314def39008dc96cec768d511e1c4693 authored almost 4 years ago by Michael Bromley <[email protected]>
fix(admin-ui): Fix display of existing variants in ProductVariantEditor

Fixes #521

ca538b80136719f433f355c1b72d907449284961 authored almost 4 years ago by Michael Bromley <[email protected]>
fix(admin-ui): Auto-fill Product & Collection slugs in other languages

Fixes #522

9393d045bcabb1e87b3cc0165d2e2cd20db96a54 authored almost 4 years ago by Michael Bromley <[email protected]>
fix(admin-ui): Preserve expanded state on moving collections

Fixes #515

8d028cf01124704a1cfdcfd5bfbfaf81097e4854 authored almost 4 years ago by Michael Bromley <[email protected]>
chore: Add Czech to default ui language lists

3490e173dc34d7724cb314f4541734a1e24ef8da authored almost 4 years ago by Michael Bromley <[email protected]>