Commit Graph

3565 Commits

Author SHA1 Message Date
Shahed Nasser
f7376f09fe docs: fix api reference block widths on small devices (#4265) 2023-06-08 17:31:10 +03:00
Shahed Nasser
51bff28962 docs: fixed details about postgres url format (#4263) 2023-06-08 10:10:41 +03:00
Shahed Nasser
947e6aac77 fix(create-medusa-app): handle todos (#4262) 2023-06-08 09:29:43 +03:00
Shahed Nasser
c04d93cd04 feat(create-medusa-app): update command for a better onboarding experience (#4215)
* feat(create-medusa-app): update command for a better onboarding experience

* use medusa-telemetry for tracking

* update used snapshot

* added changeset

* update yarn.lock

* increased facts timer

* updated snapshot version

* show facts throughout installation + add first_run to url

* added message after server termination

* print message only once

* added github to process terminated message

* address pr feedback

* added onboarding seeding

* fix for npm install
2023-06-07 20:34:50 +02:00
Shahed Nasser
8676ee7a2e feat(medusa,medusa-cli): Added an invite option to the create user command, and allow seeding publishable api keys (#4192)
* feat(medusa,medusa-cli): Added an invite option to the create user command

* ensure process exits for invites

* addressed PR comments

* allow seeding publishable api keys
2023-06-07 20:34:27 +02:00
Nicklas Gellner
854022daa8 Create FUNDING.yml (#4225)
Following the guidelines on GitHub to include a "sponsor" button within our repo.

https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/displaying-a-sponsor-button-in-your-repository
2023-06-07 11:48:08 +02:00
Frane Polić
1bd2e7a5be fix(admin-ui): flickering Timeline (#4231)
* fix(admin-ui): prevent Timeline flickering while loading

* chore: changesets

---------

Co-authored-by: fPolic <frane@medusajs.com>
2023-06-07 10:58:30 +02:00
Adrien de Peretti
2db6a1d407 chore(medusa): Improve database loader error handling (#4254)
* chore(medusa): Improve database loader error handling

* Create sharp-melons-doubt.md

* move the database error handling to the utils

* fix unit tests

* tackle feedback

* fix unit tests
2023-06-07 10:57:29 +02:00
Shahed Nasser
e69af09d23 docs: changed text highlight color (#4257) 2023-06-06 18:26:24 +03:00
Shahed Nasser
3f42a8e740 docs: small fixes in next.js storefront guide (#4256) 2023-06-06 15:36:16 +03:00
Shahed Nasser
b1c63c5476 docs: added troubleshooting component (#4255) 2023-06-06 15:18:23 +03:00
Shahed Nasser
926e284bac docs: fix transformer option name for algolia (#4253) 2023-06-06 11:40:47 +03:00
Tsvetan Nikolov
3e2fe07d0a docs: fix transformer option in meilisearch documentation (#4250)
* Fixed documentation about meilisearch transformer function

* updated medusa-plugin-meilisearch readme

---------

Co-authored-by: Tsvetan Nikolov <tsvetan.nikolov@coliquio.de>
Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
2023-06-06 11:08:56 +03:00
Philip Korsholm
eadf13cb21 feat(medusa): variants expand inventory_items (#4203)
* add expand params for inventory items to product and variant endpoints in store

* add changeset

* update integration test naming

* make priceSeelctionParams extends findParams and adjust api accordingly
2023-06-05 20:14:05 +02:00
Shahed Nasser
4b5b7b5148 fix(create-medusa-app): remove seed command from create-medusa-app and improve success message (#4247)
## What

- Removed the `seed` process and the `--no-seed` option from the `create-medusa-app` command
- Improved the success message to include details about creating the database and running migrations before starting the backend.

## Why

As of removing support for SQLite, the `seed` command does not work most of the time on installation since there's no database configured and the default one isn't created by the user yet. This leads to an error message showing during the installation which leads the user into thinking the setup went wrong.

Also, the steps after the installation is done successfully don't include anything related to the database, which means that when the user starts the backend they'll see errors.
2023-06-05 16:30:42 +00:00
Shahed Nasser
216faf0369 docs: improvements to heroku guide (#4249) 2023-06-05 18:12:26 +03:00
Philip Korsholm
869628bf4c feat(admin-ui): Rename allocation to reservation (#4133)
* rename allocation -> reservation

* add changeset

* edit-reservation modal

* rename
2023-06-05 16:28:29 +02:00
Philip Korsholm
572280e1d1 fix(medusa-plugin-brightpearl): Add bp from sales channel of order where possible (#4160)
* add bp from sales channel of order where possible

* add changeset

* correct typo

* Add missing relations

---------

Co-authored-by: olivermrbl <oliver@mrbltech.com>
2023-06-05 16:01:01 +02:00
Shahed Nasser
2637b82933 docs: general fixes across documentation (#4248)
* docs: added details about the migration revert command

* added a note about running postgres before the backend

* added a link to typeorm's documentation

* fix broken links

* fixed section title

* fixed admonitions
2023-06-05 13:25:44 +03:00
Adrien de Peretti
af2dc4f75a feat(medusa, inventory, stock-location): Remove unnecessary transaction usage in the modules and the list product end points (#4232) 2023-06-05 12:11:12 +02:00
Adrien de Peretti
d76ba0cd29 fix(medusa): Order edit missing transaction when consuming the inventory module (#4211)
* fix(medusa): Order edit missing transaction when consuming the inventory module

* Create hot-cougars-speak.md

* fix missing types
2023-06-05 11:01:28 +02:00
Shahed Nasser
d385dd2054 docs: improved the steps in create-medusa-app (#4245)
* docs: improved the steps in create-medusa-app

* small edits
2023-06-05 11:20:21 +03:00
Josip Matić
109096465d fix(medusa-fulfillment-manual): Missing retrieveDocuments override (#4221)
* adds missing retrieveDocuments override

* Create short-numbers-cheer.md

---------

Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com>
2023-06-05 10:03:37 +02:00
github-actions[bot]
b23207ef88 chore(docs): Removed Docs Announcement Bar (automated) (#4244)
Co-authored-by: shahednasser <shahednasser@users.noreply.github.com>
2023-06-05 10:12:29 +03:00
Shahed Nasser
c22b4ace0c docs: remove mentions of SQLite (#4045)
* docs: removed mentions of sqlite

* removed mentions of the seed option

* remove sidebar link

* Made PostgreSQL a required tool

* fixed heading
2023-06-01 14:23:45 +03:00
github-actions[bot]
274056a38d chore(docs): Generated API Reference (#4205)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
2023-05-31 17:10:23 +03:00
github-actions[bot]
5c8ef2d370 chore(docs): Generated Services Reference (automated) (#4206)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
2023-05-31 16:44:22 +03:00
Shahed Nasser
96468739dd docs: update backend installation steps (#4210) 2023-05-31 15:27:22 +03:00
Hardus van der Berg
b00a9a87fe docs: fixed code in create endpoints documentation (#4219)
sample

Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
2023-05-31 15:01:52 +03:00
Oliver Windall Juhl
260dc55b6f chore(medusa,medusa-cli): Clean up new command + fix CI (#4214)
* chore(workflows): Use default starter template in action

* Use postgres by default in new

* Add skip DB flag

* Create thirty-tomatoes-hug.md

* address PR comments
2023-05-31 12:38:44 +02:00
Oliver Windall Juhl
f3920730dc docs: Add 1.12.0 upgrade guide (#4204)
* docs: Add 1.12.0 upgrade guide

* Add note on breaking changes

* added new action required

* eslint fixes

* Add another breaking change note

---------

Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
2023-05-30 21:00:49 +02:00
Shahed Nasser
b7f236445a docs: updated price selection strategy doc (#4208) 2023-05-30 19:37:07 +02:00
Shahed Nasser
81fea66ef3 docs: added documentation for local file service (#4162)
* docs: added documentation for local file service

* fixed eslint errors

* change local file service package name
2023-05-30 19:31:57 +02:00
github-actions[bot]
cfbda33473 chore(docs): Generated Docs Announcement Bar (automated) (#4207)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
2023-05-30 15:46:47 +03:00
olivermrbl
d61d0d4cba chore: Release 2023-05-30 12:14:12 +02:00
github-actions[bot]
8f8f6332b7 chore: Version Packages (#4114)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-05-30 12:11:45 +02:00
olivermrbl
81eeaa3294 chore(medusa): Minor bump 2023-05-30 11:39:43 +02:00
Oliver Windall Juhl
0f87d3d642 chore(medusa,admin-ui): Add reservations FF (#4184)
* chore(medusa,admin-ui): Add reservations FF

* Create five-ways-care.md

* Tweak description
2023-05-29 22:02:01 +02:00
Oliver Windall Juhl
783c16ebf6 chore: Update local file plugin package (#4198) 2023-05-29 20:38:26 +02:00
Shahed Nasser
06019f100a docs: fix import of cors (#4201)
* docs: fix import of cors

* eslint fixes
2023-05-29 18:06:20 +03:00
Oliver Windall Juhl
6998666c6e fix(medusa): Upserting tax rates (#4189)
* fix(medusa): Upserting tax rates

* Create orange-bikes-sparkle.md

* add more tests

* add explicit null type
2023-05-29 13:31:39 +02:00
Lacey Pevey
ded667f568 docs: remove extra word in architecture-overview.md (#4187)
Remove word that seems it was not intended to be there.

Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
2023-05-29 11:31:04 +03:00
Oliver Windall Juhl
5988fa8f4c fix(admin-ui): Omit purchasable variant prop on duplicate (#4180)
* fix(admin-ui): Omit purchasable variant prop on duplicate

* Create tall-cougars-juggle.md
2023-05-28 15:54:02 +02:00
Derek Wene
e3cfbcd4a7 fix(medusa): migrations cli should also pull from ${plugin}/dist (#3956)
* fix(medusa): migrations should also pull from dist

* chore: add changeset
2023-05-28 12:18:42 +02:00
Frane Polić
db41995307 chore(utils): clean util package deps (#4146) 2023-05-26 13:20:12 +02:00
Oliver Windall Juhl
f47b11293e fix(admin-ui): Delete variant (#4163)
* fix(admin-ui): Delete variant

* Create slimy-houses-battle.md
2023-05-25 20:38:57 +02:00
Kasper Fabricius Kristensen
063d9b6d55 fix(admin-ui): Ensure order of variant options matches order of product options (#4178) 2023-05-25 20:36:27 +02:00
Kasper Fabricius Kristensen
9a46c11f2a fix(admin-ui): Ensure that default invite link uses __BASE__ if set (#4173)
* ensure default invite link uses __BASE__ if it exists

* add changeset
2023-05-25 20:27:18 +02:00
Frane Polić
92f01cefbc fix(medusa): downgrade papaparse version (#4174)
* fix: downgrade `papaparse` version

* chore: changesets

---------

Co-authored-by: fPolic <frane@medusajs.com>
2023-05-25 20:26:58 +02:00
Shahed Nasser
345beb7010 docs: added no console eslint rule (#4170) 2023-05-24 19:57:37 +03:00