mosaic
mosaic copied to clipboard
https://mosaic-mosaic-dev-team.vercel.app
Bumps [next](https://github.com/vercel/next.js) from 13.4.1 to 14.1.1. Commits 5f59ee5 v14.1.1 f48b90b even more 7f789f4 more timeout ab71c4c update timeout 75f60d9 update trigger release workflow 74b3f0f Server Action tests (#62655) a6946b6 Backport...
Migrate Mosaic to use React Server Components Todo: - [ ] Static content build - [ ] Code Live editing - [ ] DataTable - won't support providing a function...
As part of moving DP Mosaic design language to Salt DS, I'm categorising components that currently being used on DP Mosaic into 3parts. **1. Using Salt component :** The component...
When in `active` mode, a running instance of Mosaic is made available via a fastify webserver. All requests are unauthenticated including admin APIs. We need to integrate authentication for: 1....
Use https://arethetypeswrong.github.io/ to verify that we are shipping the correct `package.json` config to ensure types are configured correctly. We only support node 18 and ESM so any result for CJS...
With [plugin errors no longer closing sources](https://github.com/jpmorganchase/mosaic/pull/453) it would be good to find a way to surface plugin errors to the site somehow. Perhaps a mosaic dev tools à la...
Document each of the Mosaic Plugins and describe the role of plugins in Mosaic architecture. **Overview** 1. Plugin Lifecycle 2. Plugin runner 3. Main Process vs Child Process 4. Plugins...
See issue discussed here --> https://github.com/jpmorganchase/salt-ds/issues/2162
If 2 or more sources use the same repo then there is an error thrown when cloning: ``` [Mosaic] Source Error: Command 'git clone --no-checkout --origin=origin' failed: 128. fatal: destination...