Andreas Deininger
88e68af501
chore(ci): Bump GitHub workflows to run on node 16 ( #4876 )
...
Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com >
2023-08-28 16:58:05 +02:00
Riqwan Thamir
a1110b3438
fix(medusa): category_id and q params for list products endpoint ld work ( #4889 )
...
Looks like during an earlier refactor, some of the categories logic wasn't ported over to the handler that works with q params.
what:
- adds a fix that allows queries to be made on category_id when q param is passed.
Fixes https://github.com/medusajs/medusa/issues/4885
2023-08-28 11:46:55 +00:00
Shahed Nasser
962c907dfa
docs: updated create file service guide ( #4887 )
2023-08-28 12:50:34 +03:00
Oli Juhl
af09a4b7b4
fix(medusa-file-*): Add types as devDeps ( #4871 )
2023-08-27 16:32:59 +02:00
Shahed Nasser
17c26c4f66
docs,api-ref: fixed search bugs ( #4866 )
2023-08-25 18:39:31 +03:00
github-actions[bot]
facaf8c399
chore(docs): Generated Docs Announcement Bar (automated) ( #4868 )
...
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com >
Co-authored-by: Shahed Nasser <shahednasser@gmail.com >
2023-08-25 18:22:16 +03:00
Oli Juhl
ae6dd17ca8
chore: v1.15.0 upgrade guide ( #4862 )
...
* chore: v1.15.0 upgrade guide
* Update 1-15-0.md
* eslint fixes
---------
Co-authored-by: Shahed Nasser <shahednasser@gmail.com >
2023-08-25 17:04:38 +02:00
github-actions[bot]
81904762b0
chore: Version Packages ( #4867 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-25 16:49:02 +02:00
olivermrbl
e91bd9e1c1
chore(changesets): Minor bump file plugins
2023-08-25 16:36:54 +02:00
olivermrbl
d7e435650a
chore: Release
2023-08-25 16:24:58 +02:00
github-actions[bot]
362abdfad7
chore: Version Packages ( #4826 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-25 16:15:33 +02:00
Oli Juhl
f28fa6a7b3
chore(admin): Add caret range to peer deps ( #4865 )
2023-08-25 16:07:43 +02:00
Shahed Nasser
6d94c0c181
docs: added beta features documentation ( #4859 )
2023-08-25 14:59:20 +03:00
github-actions[bot]
7aaa332a32
chore(docs): Generated API Reference ( #4857 )
...
Co-authored-by: shahednasser <shahednasser@users.noreply.github.com >
2023-08-25 13:24:26 +03:00
Shahed Nasser
d04b9635f9
chore(oas): fix Get Variant's Inventory OAS ( #4856 )
...
* chore(oas): fix Get Variant's Inventory OAS
* fix the curl example
2023-08-25 13:03:55 +03:00
Sebastian Rindom
819d27e774
chore(tests): add integration test of canceling order with many items ( #4776 )
...
What
- Adds an integration test to check if canceling an order with many items succeeds.
Related to #4763
2023-08-25 09:00:47 +00:00
Victor Frunza
9766758e19
Fixed: Typo for should in the "Create Region" form ( #4854 )
...
closes #4853
2023-08-25 08:41:54 +00:00
Frane Polić
0c7c2eeeab
feat(admin-ui): refresh products when a BatchJob is completed ( #4840 )
2023-08-25 07:34:48 +00:00
Shahed Nasser
f07dc0384f
docs,api-ref: added search filters ( #4830 )
...
* initial implementation of search modal
* added hit and search suggestions
* added support for multiple indices
* updated sample env
* added close when click outside dropdown
* test for mobile
* added mobile design
* added shortcut
* dark mode fixes
* added search to docs
* added plugins filter
* added React import
* moved filters to configurations
* handled error on page load
* change suggestion text
* removed hits limit
* handle select all
* open link in current tab
* change highlight colors
* added support for shortcuts + auto focus
* change header and footer
* redesigned search ui
2023-08-24 18:36:06 +03:00
Rares Stefan
f4bf9ee169
fix(admin-ui): Fix variant creation when no stock locations provided ( #4843 )
...
* Update check on variant creation, whether to create stock locations
* Create spicy-shoes-type.md
2023-08-24 08:51:12 +02:00
Rares Stefan
57e199ef52
fix(admin-ui): Fix sign out in admin panel not redirecting correctly ( #4837 )
2023-08-23 21:54:45 +02:00
Frane Polić
8b860416d2
feat(medusa): PriceListImportStrategy descriptive errors ( #4842 )
2023-08-23 21:39:34 +02:00
Shahed Nasser
c58588904c
fix(medusa-telemetry): added missing babel dependencies ( #4817 )
2023-08-23 14:26:06 +02:00
Frane Polić
d8a6e3e0d8
feat(medusa-file-local): implement missing streaming methods ( #4788 )
2023-08-23 13:05:04 +02:00
github-actions[bot]
4843cc6301
chore(docs): Removed Docs Announcement Bar (automated) ( #4836 )
...
Co-authored-by: shahednasser <shahednasser@users.noreply.github.com >
2023-08-23 10:01:16 +03:00
olivermrbl
8a43a6bc1d
chore: Bump @medusajs/utils + @medusajs/product
2023-08-22 15:46:59 +02:00
olivermrbl
e9d76fa3d7
chore(changesets): Change minor to patch
2023-08-22 15:36:10 +02:00
Carlos R. L. Rodrigues
c53fa6cd3b
fix(utils,product): mikro orm connection loader ( #4825 )
...
Fix shared connection property check
2023-08-22 12:35:52 +00:00
Frane Polić
edf9ed4e59
fix(medusa-interfaces, medusa-file-*): flag for streaming to a private bucket ( #4771 )
...
* wip: unify file service api
* fix: flag type
* fix: update Spaces service
* fix: S3/Spaces - default to private
* fix: MinIO `isPrivate` for `getPresignedDownloadUrl`, add `isPrivate` to `GetUploadedFileType`
* chore: changeset
2023-08-22 13:05:30 +02:00
Shahed Nasser
80d603a63d
docs: improved glossary definitions ( #4820 )
...
* docs: improved glossary definitions
* Update glossary.ts
2023-08-21 13:09:59 +03:00
Shahed Nasser
740a3c6e18
docs: improved glossary feature ( #4819 )
2023-08-21 12:31:16 +03:00
Shahed Nasser
f11375a686
docs: remove yarn create-medusa-app until a fix is out ( #4818 )
2023-08-21 11:49:18 +03:00
Shahed Nasser
f5d8696123
docs: added glossary functionality ( #4805 )
2023-08-18 17:07:00 +03:00
Shahed Nasser
ac25c422a3
docs: added general deployment guide for backend ( #4802 )
...
* docs: added general deployment guide for backend
* deleted qovery
* added a note to microtica
* fix icon name
2023-08-18 13:29:17 +03:00
Shahed Nasser
fd2dcdf98c
docs: improve create-medusa-app guide structure ( #4801 )
...
* docs: improved create-medusa-app structure
* change hash link
2023-08-18 11:19:36 +03:00
Shahed Nasser
57bb391146
docs: added new recipes ( #4793 )
...
* added new recipes
* added more recipes
2023-08-17 20:37:40 +03:00
Shahed Nasser
3b5590ccec
docs: added new database options for create-medusa-app ( #4777 )
...
* docs: added new database options for create-medusa-app
* update note
* removed stable option
* add example to connect to Vercel or Supabase database
* added a note about --db-url option
* added a note about --no-migrations
* added troubleshooting guide for invalid token error with no-browser
* fix link
2023-08-17 20:21:32 +03:00
Shahed Nasser
80b1bff8cb
docs: update admin extension docs ( #4778 )
...
* docs: update admin extension docs
* eslint fixes
* fix broken links
* fix broken link
* added admin upgrade guide
* fix lint errors
2023-08-17 20:04:13 +03:00
Shahed Nasser
75881a2cfe
docs: added UI link to navigation bar ( #4796 )
2023-08-17 19:50:10 +03:00
Kasper Fabricius Kristensen
3ad2136888
feat(api-reference): Add rewrite to UI docs ( #4791 )
...
* add rewrite to UI docs
* add base rewrite
---------
Co-authored-by: Shahed Nasser <shahednasser@gmail.com >
2023-08-17 19:31:22 +03:00
github-actions[bot]
5c2f15cfc4
chore(docs): Generated Docs Announcement Bar (automated) ( #4797 )
...
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com >
2023-08-17 17:29:51 +02:00
olivermrbl
ecb4910312
chore: Release
2023-08-17 17:19:27 +02:00
github-actions[bot]
db36258885
chore: Version Packages ( #4711 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-08-17 17:17:41 +02:00
Kasper Fabricius Kristensen
1e8d044b16
add versions ( #4795 )
2023-08-17 17:10:40 +02:00
Shahed Nasser
c684d16ec0
feat(create-medusa-app): remove --stable option and change to clone default branch ( #4794 )
2023-08-17 14:34:36 +00:00
olivermrbl
5cf59a5b9c
chore(changesets): Add minor bump of @medusajs/medusa
2023-08-17 14:28:04 +02:00
Kasper Fabricius Kristensen
f1a05f4725
feat(admin, admin-ui, medusa-js, medusa-react, medusa): Support Admin Extensions ( #4761 )
...
Co-authored-by: Rares Stefan <948623+StephixOne@users.noreply.github.com >
Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com >
2023-08-17 12:14:45 +00:00
Shahed Nasser
26c78bbc03
docs: update stale information ( #4790 )
2023-08-17 14:19:51 +03:00
Shahed Nasser
b08337deb7
api-ref: added syncing between code tabs ( #4786 )
...
* api-ref: added syncing between code tabs
* updated comment
* resolve metadata warning
* fix colors
2023-08-17 10:41:53 +03:00
Shahed Nasser
3140b9f140
docs: changed Next.js Image ( #4784 )
2023-08-16 18:17:29 +03:00