Skip to content
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

refactor(database): flatten internalProperty and property #1919

Merged
merged 3 commits into from
Apr 2, 2023

Conversation

doodlewind
Copy link
Member

No description provided.

@codesandbox
Copy link

codesandbox bot commented Apr 2, 2023

CodeSandbox logoCodeSandbox logo  Open in CodeSandbox Web Editor | VS Code | VS Code Insiders

@vercel
Copy link

vercel bot commented Apr 2, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
blocksuite ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 2, 2023 1:44am
blocksuite-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 2, 2023 1:44am
blocksuite-react ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 2, 2023 1:44am

@@ -134,8 +134,8 @@ jobs:
- name: Install playwright browsers
run: npx playwright install chromium

- name: Run virgo playwright test
run: pnpm --filter=@blocksuite/virgo test:e2e
# - name: Run virgo playwright test
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Flrande @Saul-Mirone I temporally disabled virgo e2e tests since it keeps failing on CI, hope for help re-enabling it!

@@ -33,16 +33,11 @@ export class DatabaseBlockService extends BaseService<DatabaseBlockModel> {

// default column
const tagColumnId = page.updateColumnSchema({
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/cc @zqran @himself65 see here for the simplified API

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Contains breaking change that must be addressed
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

1 participant