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

refactor(core): Update SearchService to work with new plugins

8aefc93b390f24cffb5c3975f5935dcd2b50b087 authored about 5 years ago by Michael Bromley <[email protected]>
refactor(core): Improve internal module architecture

Makes it work better with new plugin system

0bdb73a95346fddd90fb95ea301e2cc75a5f6ea4 authored about 5 years ago by Michael Bromley <[email protected]>
test(core): Enable logging in e2e tests

19824002d5fc9944c5a50360d2e6fbbeb1cb1688 authored about 5 years ago by Michael Bromley <[email protected]>
feat(dev-server): Add example REST plugin

ead947666821481451d29b289ac454031465457f authored about 5 years ago by Michael Bromley <[email protected]>
refactor(dev-server): Update plugin config

4d10f3a050ccca99600dd971ddeac1c1e71697a9 authored about 5 years ago by Michael Bromley <[email protected]>
feat(core): Make request pipeline compatible with REST requests

42aa5fbac5194a3f80c6e40a9ae0c5a608d65dfa authored about 5 years ago by Michael Bromley <[email protected]>
refactor(elasticsearch-plugin): Refactor to new Plugin architecture

Relates to #123

9f35e978f65cebf7099390a1b529aa68277012ec authored about 5 years ago by Michael Bromley <[email protected]>
refactor(email-plugin): Refactor to new Plugin architecture

Relates to #123

5cb789fb4c5e6fca5f501584dddf8e5f84074ece authored about 5 years ago by Michael Bromley <[email protected]>
refactor(asset-server-plugin): Refactor to new Plugin architecture

Relates to #123

7b08005c34875096b21437a971de9b21fd3a2fc6 authored about 5 years ago by Michael Bromley <[email protected]>
refactor(admin-ui-plugin): Refactor to new Plugin architecture

Relates to #123

af9282b330c3ca6708ec0f14d8cdae4516563605 authored about 5 years ago by Michael Bromley <[email protected]>
feat(core): Rewrite plugin system to use Nest modules

Relates to #123

BREAKING CHANGE: Vendure plugins are now defined as Nestjs modules. For
existin...

7ec309b899de9b59c40649f594e7d93fc62cd9fe authored about 5 years ago by Michael Bromley <[email protected]>
refactor(core): Move VendurePlugin interface def into plugin dir

81b3dc80f7449c41c8e83e16f4cc2462fa479810 authored over 5 years ago by Michael Bromley <[email protected]>
fix(admin-ui): Remove references to obsolete languageCode arguments

Relates to #128

1e810680f8934df46804dd85c3fee816c5ea5111 authored over 5 years ago by Michael Bromley <[email protected]>
feat(core): Use query param to specify language

Relates to #128

BREAKING CHANGE: All `languageCode` GraphQL arguments have been removed from qu...

20350031e52d0a0e3f424eef2651aa038b21f119 authored over 5 years ago by Michael Bromley <[email protected]>
refactor(core): Replace graphql-request lib with own implementation

It does not offer the ability to set query parameters on the url, which will be needed to proper...

ac6e14ec839f0e4552080462b634d9f1e2062de9 authored over 5 years ago by Michael Bromley <[email protected]>
chore: Publish v0.1.2-beta.8

d09dbb528eb6831a9bfd010e4c469a2253bcbb70 authored over 5 years ago by Michael Bromley <[email protected]>
chore: Update lint-staged & husky

67dba60734f374a86837a4ce62c4d034a1058e45 authored over 5 years ago by Michael Bromley <[email protected]>
fix(core): Fix graphQL schema errors with latest nestjs/graphql

Fixes #129. Also locked Nest versions to be exact to avoid similar issues in future.

fbeecef495775b14a16c8441f092e0a57bd092fb authored over 5 years ago by Michael Bromley <[email protected]>
feat(core): Check for name conflict in custom fields, test sort/filter

Relates to #85

27abcff19668a102e78e132fa0fcba17ed031baa authored over 5 years ago by Michael Bromley <[email protected]>
fix(core): Fix filtering PaginatedList results

b6a365f237c549a4ca087f2b6d3e0473a82060b6 authored over 5 years ago by Michael Bromley <[email protected]>
docs(core): Add more docs on custom fields

ab662a16631888f5890f16ac482bf0578a028daa authored over 5 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Extend custom field controls to support new options

Relates to #85

019cd029cacbf7f369228fcb1ef3f52a9c9daee5 authored over 5 years ago by Michael Bromley <[email protected]>
feat(core): Improve error messages for invalid custom field inputs

Relates to #85

af13dc20a159c50046f1709b45e04eef43901f0e authored over 5 years ago by Michael Bromley <[email protected]>
feat(core): Implement access control for custom fields

Relates to #85. Not full permissions-based access, but a `public` flag which can be used to hide...

8f763b2bc425adfad0e9ac75743d461d36646a35 authored over 5 years ago by Michael Bromley <[email protected]>
feat(core): Add options to string custom field config

Relates to #85

bc0813e90d63d7d15f5398f0fedb1e09c49f4cbc authored over 5 years ago by Michael Bromley <[email protected]>
feat(core): Add custom validation function to custom field config

Relates to #85

80eba9dbd8aacb8ec5b3a555fa86e1a06b0f3fd5 authored over 5 years ago by Michael Bromley <[email protected]>
feat(core): Add validation parameters to custom fields

Relates to #85

b6b13a5ef6aef501e323ab1d2a746a303dbf711d authored over 5 years ago by Michael Bromley <[email protected]>
feat(core): Add nullable & defaultValue options to custom fields config

Relates to #85

b1722d89869ebb2db9b198cf2b9a9b01aca420e7 authored over 5 years ago by Michael Bromley <[email protected]>
refactor(core): Split custom fields functions into separate files

090758c48e04cc074c0ae7778f2a4da54830b788 authored over 5 years ago by Michael Bromley <[email protected]>
chore(core): Remove unused product variant subscriber

b444a5a41f6f852cd7b6fda48bc86f08d7433d22 authored over 5 years ago by Michael Bromley <[email protected]>
refactor: Reorganize CustomFields TypeScript & GraphQL types

e0583dddd266cb940da635a92fbed8240e6e7436 authored over 5 years ago by Michael Bromley <[email protected]>
test(core): Correctly handle CustomFields when clearing tables

3178578f9efc9cbf575c4b38ad4e5c6e3fa14ddf authored over 5 years ago by Michael Bromley <[email protected]>
chore: Publish v0.1.2-beta.7

884c8c262ff949459517675ea7c5a8a1444947dc authored over 5 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Implement deletion of Collections

1d7ab262221a95aec8920fd4911bbe1d3b734ea6 authored over 5 years ago by Michael Bromley <[email protected]>
feat(core): Implement deleteCollection mutation

051f2f382276cb8dd3601522cac680ed7e2fb3b1 authored over 5 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Implement deletion of ProductVariants

bcc26625cc60358360c265ddd1c830af3c764294 authored over 5 years ago by Michael Bromley <[email protected]>
fix(admin-ui): Do not hide dropdown panel

bbbe70dbb2420a976cfbb87ba6eff01780820f47 authored over 5 years ago by Michael Bromley <[email protected]>
refactor(core): Add property resolver for Product.optionGroups

c06d77d132774dedc5166be4a119fe055d25efd7 authored over 5 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Implement editing of ProductOptions

420793d0b55b53603360b1c9bdc0906bd22e0740 authored over 5 years ago by Michael Bromley <[email protected]>
fix(core): Make ProductOption type fields non-nullable

0ea150c1cfdbb8dc07e67a177179406fb9022ab5 authored over 5 years ago by Michael Bromley <[email protected]>
refactor(admin-ui): Move stringToColor into a pipe

743998d0f8d4c331aa2cf78cd4c610925f6355d9 authored over 5 years ago by Michael Bromley <[email protected]>
refactor(admin-ui): Move data product detail data fetching into service

894ea7b3e117747ae4b90b6839c7269fc154453a authored over 5 years ago by Michael Bromley <[email protected]>
feat(core): Implement create and update of ProductOption

601c76605f2335c145ebf64cce4629fd88ae9001 authored over 5 years ago by Michael Bromley <[email protected]>
Merge pull request #127 from vendure-ecommerce/rework-options-variants

Rework options variants

d2b2b18841a771c24da9103661cc7dc842c83325 authored over 5 years ago by Michael Bromley <[email protected]>
test(core): Attempt to make import test less flaky

4422e0c6c4cbb22f04d683a351f71d4a9f10b0fc authored over 5 years ago by Michael Bromley <[email protected]>
fix(core): Publish CatalogModificationEvent when variant created

65d18ee53fb33c663296a726b314625b8d4b3524 authored over 5 years ago by Michael Bromley <[email protected]>
fix(common): Fix generateAllCombinations edge case

016adf8f5bf7b57f03b3ad073d2f29f80e173322 authored over 5 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Implement integrated ProductVariant creation

Relates to #124

58dad1d27adbe98accb502e56856420a8ff24836 authored over 5 years ago by Michael Bromley <[email protected]>
refactor(core): Simplify samplesEach implementation

5f6bef3cf07a751c55c91bd811454c4cd24b76e4 authored over 5 years ago by Michael Bromley <[email protected]>
feat(core): Implement deleteProductVariant mutation

Relates to #124

8b22831b414d5bf306da1341377922020551bd1f authored over 5 years ago by Michael Bromley <[email protected]>
feat(core): Add createProductVariant mutation & tests

Relates to #124

BREAKING CHANGE: The `generateVariantsForProduct` mutation has been removed

9d74d9d3490209bd45e19f4cd09d183696f368df authored over 5 years ago by Michael Bromley <[email protected]>
chore(core): Clean up unused imports in mock data files

c733d17b9d39fb8914a3697315b0614f176b7708 authored over 5 years ago by Michael Bromley <[email protected]>
chore: Publish v0.1.2-beta.6

bc5eec076780791d3645baf75ecfa0d3e210eea5 authored over 5 years ago by Michael Bromley <[email protected]>
chore: Update changelog build script for elasticsearch-plugin

e4545fe31c45c08833a50d5f7137ba62c2773716 authored over 5 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Implement adding notes to Order history

Relates to #118

11089145cb4e72e5c16beae3f950bdb28ddb48b4 authored over 5 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Display order history timeline

Relates to #118

3f5745dbfe053295d19339f0f54b91d4f4caf5c8 authored over 5 years ago by Michael Bromley <[email protected]>
refactor(admin-ui): Rename OrderWithLines to OrderDetail

5f2a5020133efd2dda501867179e40a05c4ecd89 authored over 5 years ago by Michael Bromley <[email protected]>
feat(core): Implement adding notes to an Order

Relates to #118

3682cbf45540b3b896064213cf825ec4f7d21afe authored over 5 years ago by Michael Bromley <[email protected]>
feat(core): Implement order history

Relates to #118

e4927c3d42c23b1b428b00944caf49831721d19c authored over 5 years ago by Michael Bromley <[email protected]>
feat(docs): Add docs on orders workflow

faf86bf040a61c9862a03a63671da6e7f848d6ba authored over 5 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Implement manual refund settlement

Relates to #121

66006a11c5a0561678eeff0f14abfefa8fe5e901 authored over 5 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Implement cancellation & refund flows

Relates to #121

9295a9033006c6e7dbe7a46ba051e75f5fd08f0e authored over 5 years ago by Michael Bromley <[email protected]>
refactor(core): Associate Refunds with Payment rather than Order

Relates to #121

a1340ea29a56fe23375eea20bfbf890660331b29 authored over 5 years ago by Michael Bromley <[email protected]>
refactor(admin-ui): Move color states into ChipComponent

bae3cc21887b4c817eb3c2b01f9b2093ddcd4d36 authored over 5 years ago by Michael Bromley <[email protected]>
feat(core): Implement Refund mutations

Relates to #121

8870b0276894a04e2c6ae8be2f89b103a37f8ad3 authored over 5 years ago by Michael Bromley <[email protected]>
feat(core): Implement OrderItem-level cancellation

Relates to #120

35084f30f3f203e7c9a5fd302d4a0dda969401f5 authored over 5 years ago by Michael Bromley <[email protected]>
docs: Script options ignored (#122)

3f9d605d55f7ce90d4db314855c6a0f4556a0e3b authored over 5 years ago by lsimone <[email protected]>
feat(core): Implement cancelOrder mutation

Relates to #120

a03fec70771f25c110f1bf323695a1d10002952e authored over 5 years ago by Michael Bromley <[email protected]>
test(email-plugin): Attempt to speed up tests

23b86597311ffa5345117904d9a38a6a1aa0d763 authored over 5 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Implement fulfillment controls

Relates to #119

a006545e664a48f372d1cb687b98481efd3f0a45 authored over 5 years ago by Michael Bromley <[email protected]>
feat(core): Implement resolver for Order.fulfillments

Relates to #119

ff0bb0a90e11c1cde96fff1059579768a9961d90 authored over 5 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Implement creating fulfillment for orders

Relates to #119

1a22d0dfadbe14dd01257278627c82712e68f0b3 authored over 5 years ago by Michael Bromley <[email protected]>
refactor(admin-ui): Extract FormattedAddressComponent

b3caa735e75308aefc559c569d3eca6638222862 authored over 5 years ago by Michael Bromley <[email protected]>
feat(core): Simplify API for creating Fulfillments

8cb4c4186a1e7dd3160601ba1a2add95a3a18fd8 authored over 5 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Improve layout of OrderDetailComponent

c1d8664ad6fafd2da34b98081cc1b3c12c268b59 authored over 5 years ago by Michael Bromley <[email protected]>
test(email-plugin): Fix ts error in test

fa7203d5938de879b1b0dbc675b5587396e3423b authored over 5 years ago by Michael Bromley <[email protected]>
feat(core): Implement createFulfillment mutation

Relates to #119

e50157862e736712bb2374028ebadd7f1d3967e5 authored over 5 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Add controls to settle authorized payments

Relates to #117

32006aea3cb20ff73201127be8b9494340505d8d authored over 5 years ago by Michael Bromley <[email protected]>
feat(core): Allow payment handler to reject settlement

Relates to #117

4cbae468c2cd99bf419757fcfe1555faa359cf07 authored over 5 years ago by Michael Bromley <[email protected]>
feat(core): Add settlePayment mutation

Relates to #117

f2b9a120b9b88672dd6727e68ddf17eab5869edf authored over 5 years ago by Michael Bromley <[email protected]>
fix(core): Fix AssetInterceptor stack overflow with cyclic response

c90a2a4b01c532cb3ba5f6b330ca5ba962d44b4c authored over 5 years ago by Michael Bromley <[email protected]>
docs(core): Escape "@" in example import statements

0470e03c844b63cd26b065c5e3026ff5e224f99f authored over 5 years ago by Michael Bromley <[email protected]>
fix(elasticsearch-plugin): Close down es client when app closes

44809a1dd6cfcc2e7d3eae105cb135bebf148ef2 authored over 5 years ago by Michael Bromley <[email protected]>
fix(elasticsearch-plugin): Index products when updating by variantIds

6d243d27c99ca8e4634fd4c9a022548f28c639a6 authored over 5 years ago by Michael Bromley <[email protected]>
docs: Fix docs links in plugin readmes

a149d9824ee3557617b7dcc8de224499481b7e0c authored over 5 years ago by Michael Bromley <[email protected]>
feat(docs): Add a bunch of docs

a4b82fcf5b17616db7068a2c333d32d848407e89 authored over 5 years ago by Michael Bromley <[email protected]>
fix(core): Make @types/fs-extra a dependency

It is required to compile

37e9865397862df99df93bc739972a406a7c5848 authored over 5 years ago by Michael Bromley <[email protected]>
chore: Publish v0.1.2-beta.5

cb735bb7b6e3d2ef2b8494875e66f85abe54e96f authored over 5 years ago by Michael Bromley <[email protected]>
fix(core): Wait for worker tasks to complete on app shutdown

2a9fb0b9524a66f076bb2e1caef2b8bb74d829b0 authored over 5 years ago by Michael Bromley <[email protected]>
fix(core): Close worker when app closes when running in main process

33b2fe19bfd049cf4136275559d22410bb1a3f95 authored over 5 years ago by Michael Bromley <[email protected]>
test(core): Make test more robust

3a76e5362c09d7b275af0e3d0ed2e5855538b924 authored over 5 years ago by Michael Bromley <[email protected]>
test(core): Fix error in test helper

e0266528081a49fd9cb2b6f5172355c47f247cbc authored over 5 years ago by Michael Bromley <[email protected]>
chore(core): Export comments with ts defs

1d63f356b6bec1282a0165dfdb5e13667211e2c9 authored over 5 years ago by Michael Bromley <[email protected]>
feat(core): Display more worker info on bootstrap

edbcbc48e76dde9ae650dfd04a1c95bd3bd033cc authored over 5 years ago by Michael Bromley <[email protected]>
feat(docs): Add some docs on worker

5795b26ca22b65aa997afc9e50e4cc0be582ff22 authored over 5 years ago by Michael Bromley <[email protected]>
fix(email-plugin): Move server setup to onBootstrap method

5f7a65e669e1fcf401a9f9a408e8f5ef80bb0219 authored over 5 years ago by Michael Bromley <[email protected]>
feat(dev-server): Update to work with new worker setup

8c8f8643ca9c9df897ebec93de5d90754f61a5e2 authored over 5 years ago by Michael Bromley <[email protected]>
fix(core): Set worker to run off main process by default

8e14213a2387d343aed959b88affa6786988a4e9 authored over 5 years ago by Michael Bromley <[email protected]>
fix(create): Run worker on main process when populating

87dc49a5a4860589ad37370f0c3eda477b9eada6 authored over 5 years ago by Michael Bromley <[email protected]>
Merge branch 'worker'

759c79d5be8474d62ce32400c2052976045365c6 authored over 5 years ago by Michael Bromley <[email protected]>