-
Notifications
You must be signed in to change notification settings - Fork 390
feat: [OCA-1567] - Adds August 2025 Marketplace apps #12642
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: [OCA-1567] - Adds August 2025 Marketplace apps #12642
Conversation
Cloud Manager UI test results🔺 2 failing tests on test run #1 ↗︎
Details
TroubleshootingUse this command to re-run the failing tests: pnpm cy:run -s "cypress/e2e/core/linodes/linode-storage.spec.ts,cypress/e2e/core/notificationsAndEvents/qemu-reboot-upgrade-notice.spec.ts" |
||||||||||||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ Confirmed:
- New apps display in Marketplace
- Icons are correct in light/dark mode
- Links are redirect correctly or will redirect correctly once the guides are published (in the case of Memgraph and Neo4j)
@josephcardillo-akamai - It looks like you encountered console errors when trying to run locally. They might have been resolved by a pnpm clean followed by a pnpm bootstrap && pnpm dev. If you're ever having issues with getting Cloud running locally and want a quick visual confirmation, once the PR is created and CI has run, we generate preview links - reach out if you don't know how to access those.
coliu-akamai
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ confirmed apps exist, icons look good, and redirects
thanks @josephcardillo-akamai! + thanks @mjac0bs for the changeset!
|
@josephcardillo-akamai We will be able to get this in to the 8/12 Cloud Manager release next Tuesday. Merging now - since this PR passed CI the first time except for known, unrelated Cy failures and the only thing I added in the last commit was a changeset, we don't need to wait another 40 minutes for Cypress tests to pass again. |
|
Thank you @mjac0bs - I will reach out next time before hand if I'm having any issues with testing. |
* feat: [OCA-1567] - Adds August 2025 Marketplace apps * Added changeset: ArangoDB, Memgraph, and Neo4j apps to Marketplace --------- Co-authored-by: mjac0bs <mjacobs@akamai.com>


Description 📝
Adds three new graph database marketplace applications to the Cloud Manager:
Changes 🔄
Scope 🚢
Upon production release, changes in this PR will be visible to:
Target release date 🗓️
Next available release
Preview 📷
I was unfortunately not able to run the dev environment for Cloud Manager following the instructions in https://linode.github.io/manager/GETTING_STARTED.html
It loads without issue or errors, but when I visit localhost:3000 it's just a blank screen.
🔒 Use the Mask Sensitive Data setting for security.
💡 For changes requiring multiple steps to validate, prefer a video for clarity.
How to test 🧪
Verification steps
(How to verify changes)
Author Checklists
As an Author, to speed up the review process, I considered 🤔
👀 Doing a self review
❔ Our contribution guidelines
🤏 Splitting feature into small PRs
➕ Adding a changeset
🧪 Providing/improving test coverage
🔐 Removing all sensitive information from the code and PR description
🚩 Using a feature flag to protect the release
👣 Providing comprehensive reproduction steps
📑 Providing or updating our documentation
🕛 Scheduling a pair reviewing session
📱 Providing mobile support
♿ Providing accessibility support
As an Author, before moving this PR from Draft to Open, I confirmed ✅