AFFiNE/tests
liuyi e516e0db23
refactor(server): plugin modules (#5630)
- [x] separates modules into `fundamental`, `core`, `plugins`
- [x] optional modules with `@OptionalModule` decorator to install modules with requirements met(`requires`, `if`)
- [x] `module.contributesTo` defines optional features that will be enabled if module registered
- [x] `AFFiNE.plugins.use('payment', {})` to enable a optional/plugin module
- [x] `PaymentModule` is the first plugin module
- [x] GraphQLSchema will not be generated for non-included modules
- [x] Frontend can use `ServerConfigType` query to detect which features are enabled
- [x] override existing provider globally
2024-01-22 07:40:28 +00:00
..
affine-cloud refactor(server): plugin modules (#5630) 2024-01-22 07:40:28 +00:00
affine-desktop feat: upgrade electron and playwright (#5632) 2024-01-19 03:16:06 +00:00
affine-desktop-cloud feat: upgrade electron and playwright (#5632) 2024-01-19 03:16:06 +00:00
affine-legacy feat: upgrade electron and playwright (#5632) 2024-01-19 03:16:06 +00:00
affine-local style: apply prefer-node-protocol lint rule (#5627) 2024-01-19 03:47:08 +00:00
affine-migration feat: upgrade electron and playwright (#5632) 2024-01-19 03:16:06 +00:00
fixtures chore: update basic version to 0.11.0 (#5355) 2023-12-20 08:10:42 +00:00
kit feat: upgrade electron and playwright (#5632) 2024-01-19 03:16:06 +00:00
storybook feat: bump blocksuite (#5624) 2024-01-18 17:26:31 +08:00