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

feat(create): Add DefaultJobQueuePlugin to default config template

38b375fcc46ae3e1897463fbc5605d20eb7e682d authored over 4 years ago by Michael Bromley <[email protected]>
fix(core): Fix generated import in CLI populate types

4ea139f847b487eee1512e3760af36da1d08ef17 authored over 4 years ago by Michael Bromley <[email protected]>
test: Fix failing tests

1915538691bfdafd94a2e6ce3b5e6175d2e09be1 authored over 4 years ago by Michael Bromley <[email protected]>
test(core): Split test plugins into separate files

803769ba2bace9bdaf72f28c5513937ceabfdc89 authored over 4 years ago by Michael Bromley <[email protected]>
test(core): Create e2e test for ProcessContext

d318caf5f3bc96f95a03292b37b1220a91261946 authored over 4 years ago by Michael Bromley <[email protected]>
test(email-plugin): Fix tests

72c043ac576b5161ca5448c5ce098ed114387fc9 authored over 4 years ago by Michael Bromley <[email protected]>
feat(core): Export ProcessContext service

3177ac0429f69a0d28bcb668b1be6f69bee448cd authored over 4 years ago by Michael Bromley <[email protected]>
chore(admin-ui): Update public API

8a7f62f6ddc2fda226b67b54973d81600f73d218 authored over 4 years ago by Michael Bromley <[email protected]>
feat(core): Extract SQL-based JobQueueStrategy in a bundled plugin

By default, Vendure will use an in-memory JobQueueStrategy. For production the DefaultJobQueuePl...

a2069f6375f827c1a12a87b4d97aaceebe0edaf1 authored over 4 years ago by Michael Bromley <[email protected]>
feat(elasticsearch-plugin): Update to use new job queue

42b1d2875a87109959a2d6a1dd14748849837806 authored over 4 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Display live list of queued jobs

bbe5855fc404d212330b97e17092bed579fc8f61 authored over 4 years ago by Michael Bromley <[email protected]>
refactor(core): Store JobRecord as regular VendureEntity

2d78e6450310e952cad6b778d03934e0d9c65631 authored over 4 years ago by Michael Bromley <[email protected]>
feat(core): Add jobQueues query

Returns an array of all registered JobQueues

46068b34c598508fa46a6dcbc2c075b819f19247 authored over 4 years ago by Michael Bromley <[email protected]>
feat(core): Add DB-based persistence for JobQueue

Relates to #282

BREAKING CHANGE: A new JobRecord entity has been added, so a DB migration will ...

a61df9332bc92db8b567d646325d53c9c2a67a42 authored over 4 years ago by Michael Bromley <[email protected]>
feat(core): Redesign JobQueue to allow persistence, concurrency etc

Relates to #282

BREAKING CHANGE: The JobQueueService has been completely re-designed. In the un...

7acf5325cae2e16fece5193d0640fb0025f49f7e authored over 4 years ago by Michael Bromley <[email protected]>
refactor(core): Make RequestContext serialize / deserialize type-safe

b1a13814d27f482bc79e80942af60d7d741a0e99 authored over 4 years ago by Michael Bromley <[email protected]>
chore(admin-ui): Update dev deps

7f6e3a5662f592ebd2a6899952426bf58d63c822 authored over 4 years ago by Michael Bromley <[email protected]>
chore(docs): Update minimum Node version

733c9a47a2695102d5e63eac5311d398909a67c6 authored over 4 years ago by Michael Bromley <[email protected]>
chore(admin-ui): Update runtime deps

3f131e8b1fe0b9a53c29b0f997e7e66079ef7e6d authored over 4 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Update to Angular 9.1.0

084edd9fabb6b88e618c4a5bd00a37b3628da0be authored over 4 years ago by Michael Bromley <[email protected]>
chore: Update lint-staged

72d8e80648c4697b2636924419bafe014cb366de authored over 4 years ago by Michael Bromley <[email protected]>
chore: Update graphql-code-generator

09ae54fae8ccf4afb9df5782b7f3dda014ac6bbc authored over 4 years ago by Michael Bromley <[email protected]>
chore: Update a whole bunch of dependencies

3524153552822f14294dffcb6448ad8b6edf5fb7 authored over 4 years ago by Michael Bromley <[email protected]>
chore: Update all packages to TypeScript 3.7.5

86aac5e83db97e68b5e4bf51d8e57e2f347c545d authored over 4 years ago by Michael Bromley <[email protected]>
feat(core): Log any errors when creating Asset preview images

e1b8cb8163afc6bc4f87e32f76e301fce154b656 authored over 4 years ago by Michael Bromley <[email protected]>
feat(asset-server-plugin): Update Sharp version to 0.25.2

13edc9c4bc41d3b3d6007aacbc769d6865f1ec3b authored over 4 years ago by Michael Bromley <[email protected]>
chore(core): Update graphql, typeorm

Pinned the sql.js version to 1.1.0 due to this TypeORM compatibility issue: https://github.com/t...

0a0526db87ad423dba9f8b99ed196ddaa81fabfb authored over 4 years ago by Michael Bromley <[email protected]>
feat(core): Update to Nestjs v7

BREAKING CHANGE: Nestjs has been updated to v7. If you make use of any of the Nest internals in ...

3d6657ae4750f0e01640555ae9069d4031e09263 authored over 4 years ago by Michael Bromley <[email protected]>
chore: Publish v0.10.2

0b07b13ee68e8abccb5861c8244f4d65ab56d0de authored over 4 years ago by Michael Bromley <[email protected]>
fix(admin-ui): Make rich text editor editable when creating products etc

d2682760eec81ef9eb763558273a22619a9c1734 authored over 4 years ago by Michael Bromley <[email protected]>
fix(admin-ui): Fix prosemirror error when changing product detail tabs

8a7cf9a9d39fa50317851314c6702d8f43222b3b authored over 4 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Better error reporting for invalid translation files

Closes #292

a64f7acdf927c14457b457c3dc2e89b34ac3b56b authored over 4 years ago by Michael Bromley <[email protected]>
feat(create): Check server port is free before install

202f68d0905eacca6442c30090a3bc52102a698a authored over 4 years ago by Michael Bromley <[email protected]>
feat(create): Pin TypeScript version

Fixes #268. Since TypeScript does not really follow SemVer, minor versions can (and do) break Ve...

a2fba131a6e10763eaf2d032fbd556b6bad08af1 authored over 4 years ago by Michael Bromley <[email protected]>
refactor(core): Make RequestContext serialize / deserialize type-safe

eec7a208b1e6a631f7e9e476f0be03bd4779a24a authored over 4 years ago by Michael Bromley <[email protected]>
chore(docs): Update minimum Node version

5b17d6777d0707b83f36bced9fbdac860c128c2f authored over 4 years ago by Michael Bromley <[email protected]>
chore(admin-ui): Update dev deps

a615fc5de6be51a3e356ce424b49efd90ff4f59b authored over 4 years ago by Michael Bromley <[email protected]>
chore(admin-ui): Update runtime deps

fde73bbba1ee1823f86db527993736b3883cf07b authored over 4 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Update to Angular 9.1.0

8e034db1afa180554bcade904509bc548a69898c authored over 4 years ago by Michael Bromley <[email protected]>
chore: Update lint-staged

ab58db28e902a6b02e93308bd048ed86d3bc8be0 authored over 4 years ago by Michael Bromley <[email protected]>
chore: Update graphql-code-generator

8af0e02715cf72e4c0cccef7d42a371558670696 authored over 4 years ago by Michael Bromley <[email protected]>
chore: Update a whole bunch of dependencies

34f36e59d1bc4831589b22a12a7fbfb27172cf58 authored over 4 years ago by Michael Bromley <[email protected]>
chore: Update all packages to TypeScript 3.7.5

7463df56aadf9077efbeb4badbe579502651cd4f authored over 4 years ago by Michael Bromley <[email protected]>
feat(core): Log any errors when creating Asset preview images

fdb03d5ebd421d8f245afa6a2fc709551ea4ca98 authored over 4 years ago by Michael Bromley <[email protected]>
feat(asset-server-plugin): Update Sharp version to 0.25.2

887442a52aa789931fe7621ce85684b8f3f4a7b6 authored over 4 years ago by Michael Bromley <[email protected]>
fix(asset-server-plugin): Fix build to export non-image file icon

f9acd863f2cc13d547c39c6cfe156837b8f4bcfd authored over 4 years ago by Michael Bromley <[email protected]>
chore(core): Update graphql, typeorm

Pinned the sql.js version to 1.1.0 due to this TypeORM compatibility issue: https://github.com/t...

0de61fa47bce99d54cfd7f34770151ad0f05e4ef authored over 4 years ago by Michael Bromley <[email protected]>
feat(core): Update to Nestjs v7

BREAKING CHANGE: Nestjs has been updated to v7. If you make use of any of the Nest internals in ...

0c52a244c4a464d80a82ff0aab9b477514ede9b4 authored over 4 years ago by Michael Bromley <[email protected]>
fix(asset-server-plugin): Fix build to export non-image file icon

63166a2e14b3f7fa19961c8a5c2e4801a9477281 authored over 4 years ago by Michael Bromley <[email protected]>
fix(admin-ui-plugin): Add Chinese to the default available languages

46ff9321831af856cbdab5092b75080d21d6bf7d authored over 4 years ago by Michael Bromley <[email protected]>
fix(docs): update import package for Transport (#281)

91cff3881ca1d961d53bfea23615e5003eadf9fe authored over 4 years ago by Jérémy Wimsingues <[email protected]>
chore: Publish v0.10.1

e16456709668c0030d42f6e652626846be388219 authored over 4 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Added Chinese i18n messages (#280)

749ee3d7181d10f27066a9c48871fa3d033d9773 authored over 4 years ago by Kai Chu <[email protected]>
fix(core): Fix DefaultAssetNamingStrategy with files without extensions

Fixes #271, closes #272

dee3258308b5261e96419bd18bd9556ffcf866a5 authored over 4 years ago by Michael Bromley <[email protected]>
feat(docs): Add docs on creating UI translations

188466179aab0f530fa7306bad725400ebe382ef authored over 4 years ago by Michael Bromley <[email protected]>
feat(ui-devkit): Allow stand-alone translation extensions

Relates to #264

7a7064293622764db7df3241f5bf0445ded20f10 authored over 4 years ago by Michael Bromley <[email protected]>
feat(admin-ui-plugin): Allow ui languages to be set in the AdminUiPlugin

Relates to #264

db3bce33a054f0aff6703e4fb9968d7c3779ce0f authored over 4 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Enable ui language config & selection

Relates to #264

aa4452ec23ebc8abc0c354bd67593f306da65c35 authored over 4 years ago by Michael Bromley <[email protected]>
feat(ui-devkit): Allow custom i18n files to compiled into the Admin UI

Closes #264

df88d58db8d4d7a76e351505ecdb48b9810f08ad authored over 4 years ago by Michael Bromley <[email protected]>
feat(docs): Add docs on Channels & update README

a3781a8caf0ec75c72e7de1439a5f7b38bafb6ed authored over 4 years ago by Michael Bromley <[email protected]>
feat(docs): Add docs on importing custom field data

566bd1e8f82a3b20bfc6c2c24851710e8b088f9a authored over 4 years ago by Michael Bromley <[email protected]>
fix(elasticsearch-plugin): Do not expose private facets in search result

60bb5b9fe1d97586830c53c977ef8bbb41417c75 authored over 4 years ago by Michael Bromley <[email protected]>
feat(docs): Add docs on product data import

8b79617a4a56b2df1f33affc2e65e00358b3aa0d authored over 4 years ago by Michael Bromley <[email protected]>
refactor(testing): Re-use population function from core/cli

d480d931ae6aff0cf321e1779b70b57bd3750b66 authored over 4 years ago by Michael Bromley <[email protected]>
refactor(core): Move non-exported function into vendure-cli.ts

35c4c2e445ec3917f8f3d235970b3a904695b888 authored over 4 years ago by Michael Bromley <[email protected]>
refactor(core): Improve typings, reusability of populate.ts

9e9143506dda6ce98778346d5bbd5bec3ded3099 authored over 4 years ago by Michael Bromley <[email protected]>
refactor(core): Move cli dir to top level

Formerly it was accessible at `@vendure/core/dist/cli`, now `@vendure/core/cli`. This makes it c...

ac1006489c0a1df02c86ae13df62ed9eb40afd7c authored over 4 years ago by Michael Bromley <[email protected]>
chore: Tidy up deep imports from core

f48d764a53766ef419eb971286a2abd11581ffdc authored over 4 years ago by Michael Bromley <[email protected]>
feat(core): Export some missing symbols from Core

f16bd7b6023a97a9ae3e441d216babfd59a2f7e7 authored over 4 years ago by Michael Bromley <[email protected]>
fix(core): Fix error when using non-TCP transport in workerOptions

Fixes #270

b37ea050260354f45938a880befcbf91edd48359 authored over 4 years ago by Michael Bromley <[email protected]>
fix(core): Correctly handle error responses for REST controllers

Fixes #187

72be58db986eb43c2114450fd79a5d1ce0a6b943 authored over 4 years ago by Michael Bromley <[email protected]>
feat(testing): Expose raw http fetch method in SimpleGraphQLClient

d715d301e809f1df7a98e1f3e9cf0917e812d16d authored over 4 years ago by Michael Bromley <[email protected]>
fix(core): Prevent data leakage of guest Customer data

Fixes #98

ea51000189490253eb50a2c861e0f71a0c2929c2 authored over 4 years ago by Michael Bromley <[email protected]>
chore: Fix codegen paths for new admin-ui directory structure

ec345be37cc938ea3c1997dfd26c1b51243937a5 authored over 4 years ago by Michael Bromley <[email protected]>
fix(docs): Fix typo

320c5a724a8d06a7df7179be5daef1645105c99a authored over 4 years ago by Michael Bromley <[email protected]>
feat(docs): Scroll active nav menu item into view

6fbe1db9d7919df2d258c85ec9802fb24a79a1fa authored over 4 years ago by Michael Bromley <[email protected]>
feat(docs): Add links to example ui extensions

ffaea6d8f1ecc01e89be21f61f2e029a05903378 authored over 4 years ago by Michael Bromley <[email protected]>
chore: Publish v0.10.0

99869934308e2982459b4d815a76a3072dcdf870 authored over 4 years ago by Michael Bromley <[email protected]>
style(docs): Switch to dark theme for code snippets

6aef74251466443e831e855b5acb1bd966c7260c authored over 4 years ago by Michael Bromley <[email protected]>
feat(docs): Expand ui extensions documentation

8e31a3d69a3e823fe6a1f7d9b8871e63558c4107 authored over 4 years ago by Michael Bromley <[email protected]>
chore: Update yarn lockfile

e676804377ba50a9e53a70a019d5f5493cfcbf8d authored over 4 years ago by Michael Bromley <[email protected]>
chore(dev-server): Remove example ui extensions

They don't work well in the monorepo structure, and better examples will be available in the rea...

2494ea6979c820fbd39453b5cdb5683a179a38bd authored over 4 years ago by Michael Bromley <[email protected]>
chore(admin-ui): Remove redundant dep on ui-devkit, correct versions

d2e423fafaac3a374bcec45bc98f4fba99bb053c authored over 4 years ago by Michael Bromley <[email protected]>
feat(ui-devkit): Allow static assets to be renamed

08e23d02408c701dbf1b11130c85bdbb0dde6e2b authored over 4 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Export helper for hosting external ui extensions

3d08460483428659697582ebfa258a5badf0e7b9 authored over 4 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Export minified theme css for ui extensions dev

99073c99cbaff8aec1b01da5108f9be94b35f596 authored over 4 years ago by Michael Bromley <[email protected]>
chore(ui-devkit): Make scaffold package.json private

fd7f9d1fd114dedbcc0fc2163faaa0534b14738d authored over 4 years ago by Michael Bromley <[email protected]>
feat(docs): Re-organize & update documentation for plugins

8f3c979a02b6973ada1071a1e373c830ffd029d3 authored over 4 years ago by Michael Bromley <[email protected]>
fix(docs): Update slack logo

9a078cf748308f633c323cf1fbd5fdbd73c9a8ed authored over 4 years ago by Michael Bromley <[email protected]>
chore: Fix incorrect internal package versions

c99c379c29c40a31cfb7129b07a147f3789ff1e0 authored over 4 years ago by Michael Bromley <[email protected]>
Merge branch 'rework-admin-ui'

50df1489124e86fa8bbf2aa113af8f247a0293e5 authored over 4 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Simplify API for adding menu items, custom controls

2b9e4c40110d2f3e253ce9f66f5fd2691b637b9c authored over 4 years ago by Michael Bromley <[email protected]>
feat(admin-ui): Improved ui extension development API & architecture

BREAKING CHANGE: This release introduces a re-architected solution for handling extensions to th...

fe72c41e7c04f06f787a83c9e88b2aa0e5d40493 authored over 4 years ago by Michael Bromley <[email protected]>
refactor(admin-ui): Inline login screen background

8e315fae8f3d580f5b625c5645ba1b0e6c108ff1 authored over 4 years ago by Michael Bromley <[email protected]>
feat(ui-devkit): Run detect and run ngcc on first compilation

ngcc is needed to ensure the Angular libraries can be compiled with the Ivy renderer. The ui com...

b5a57a81d857e96200ef91285cc79926e113286f authored over 4 years ago by Michael Bromley <[email protected]>
refactor(admin-ui): Use providedIn syntax for Angular providers

This is now the recommended way to declare providers, and also avoid this bug when consuming the...

15a7869a12613955a0b8dec54aa3ce17fbc86e59 authored over 4 years ago by Michael Bromley <[email protected]>
chore: Update local publish script

The admin-ui package is now published from a sub dir

c39acf2e12c4344e7d68e45ffd9a6120bc756361 authored over 4 years ago by Michael Bromley <[email protected]>
refactor(admin-ui-plugin): Move compilation out of plugin into ui-devkit

The AdminUiPlugin now is responsible for serving a compiled Admin UI app and proxying that server.

3e4cfbfd9112756b06e0f29fbdc8a9758540b9f7 authored over 4 years ago by Michael Bromley <[email protected]>
refactor(admin-ui): Split admin ui into library of sub-packages

This allows the admin-ui to be easily rebuilt with extensions by the ui-devkit package

1622b146d7bb3f8610c5172124e65e6fedab6a2b authored over 4 years ago by Michael Bromley <[email protected]>
refactor(admin-ui, ui-devkit): Minimally working devkit build

f8829400fc609912810a1036794a661840c514fd authored over 4 years ago by Michael Bromley <[email protected]>