-
Notifications
You must be signed in to change notification settings - Fork 4
feat: Add support for project notebook management (create, rename, delete) #88
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
Merged
Merged
Changes from all commits
Commits
Show all changes
111 commits
Select commit
Hold shift + click to select a range
a422532
feat: Set up a custom renderer for data frames.
Artmann 3f9c6af
wip
Artmann e334698
feat: Implement deepnote big number chart support and renderer
tkislan 87f4a09
Merge remote-tracking branch 'origin/chris/display-data-frames' into …
tkislan 62297c2
refactor: Clean up debug logs and improve big number block conversion…
tkislan 7878345
feat: Pass block metadata to cell outputs for renderer to access
tkislan a12d042
feat: Set up a custom renderer for data frames.
Artmann c19acd4
wip
Artmann 066229a
add the table state.
Artmann e36b9c0
page size handling
Artmann 558035f
add page navigation
Artmann 5113db6
Generate Python code before executing the cell.
Artmann 1ba9ab4
clean up
Artmann a51a150
pr feedback.
Artmann 98d7fe6
Update build/esbuild/build.ts
Artmann debe3a3
feat: Support Deepnote input blocks
tkislan a476bfd
feat: Move DEEPNOTE_VSCODE_RAW_CONTENT_KEY into constants file
tkislan b6752ca
Merge branch 'tomaskislan/grn-4762-support-big-number-blocks' into to…
tkislan 3a4d579
feedback
Artmann 01569a0
feat: Add Deepnote input blocks converters
tkislan 402f077
refactor: Remove debug logs and refine metadata parsing in Deepnote c…
tkislan 40ede24
feat: Add chart big number converter tests
tkislan d220422
Reformat test code
tkislan 78d3cb7
Refactor ChartBigNumberBlockConverter tests to use deepStrictEqual fo…
tkislan 79b34ba
Remove debug console.log
tkislan e48a37f
Merge branch 'tomaskislan/grn-4762-support-big-number-blocks' into to…
tkislan 4fa78e2
docs and metadata changes.
Artmann c1becf8
fix: Spread operator object fallback
tkislan e8ce411
Merge remote-tracking branch 'origin/chris/display-data-frames' into …
tkislan 8ae05ab
use the latest blocks package.
Artmann 3597ce3
Merge branch 'main' into chris/display-data-frames
Artmann 9fec8d4
add the packages permission
Artmann 0537364
simplify execution flow.
Artmann 9b9216a
remove copyright header
Artmann e5a1bba
clean up the code
Artmann e7cccb9
Merge branch 'main' into chris/display-data-frames
Artmann 895fe09
revert controller changes
Artmann 54ca963
pr feedback
Artmann 8309267
Merge branch 'main' into chris/display-data-frames
Artmann df330bc
pr feedback
Artmann 8b88881
fix the tests
Artmann 8386006
guard metadata spread against undefined.
Artmann 8121bfa
Merge remote-tracking branch 'origin/chris/display-data-frames' into …
tkislan 3bdf030
Merge remote-tracking branch 'origin/main' into tomaskislan/grn-4762-…
tkislan d9afa1a
fix: Merge cleanup
tkislan e2b6c36
More merge cleanup
tkislan 722ab50
Fix test
tkislan 628ab6e
feat: Add big number chart json config execution support
tkislan 94d05b8
feat: Add commands to add Deepnote SQL block and big number chart
tkislan ed5329d
fix: Enhance error handling for big number metadata parsing and impro…
tkislan 6649ca8
refactor: Simplify chart big number renderer by directly rendering to…
tkislan a3007ac
Merge remote-tracking branch 'origin/main' into tomaskislan/grn-4762-…
tkislan b25656b
Fix import
tkislan 8014bc3
fix: Change deepnote_big_number_comparison_type to string type for be…
tkislan 85c8b70
fix: Remove constants, accidentaly added to wrong branch
tkislan 68567e0
Merge branch 'main' into tomaskislan/grn-4762-support-big-number-blocks
tkislan 38e8c93
Update package.json
tkislan d7a63ac
Merge remote-tracking branch 'origin/tomaskislan/grn-4762-support-big…
tkislan 4908fed
Merge remote-tracking branch 'origin/tomaskislan/grn-4762-support-big…
tkislan 5601826
feat: Add new commands for SQL and Big Number Chart blocks
tkislan 7d5f859
feat: Update command titles and add SQL block functionality
tkislan 067f757
Merge remote-tracking branch 'origin/main' into tomaskislan/grn-4762-…
tkislan cc3f23c
Fix imports
tkislan 88c55a0
Merge remote-tracking branch 'origin/tomaskislan/grn-4762-support-big…
tkislan 8ba67da
fix: Fix imports
tkislan 6ee3612
fix: Remove unused code
tkislan f2c01ee
Merge remote-tracking branch 'origin/tomaskislan/grn-4762-support-big…
tkislan cb032d2
Merge remote-tracking branch 'origin/tomaskislan/grn-4762-support-big…
tkislan 5381cdb
Merge remote-tracking branch 'origin/tomaskislan/grn-4776-support-inp…
tkislan b133a6b
feat: Add support for new input blocks in Deepnote, including text, t…
tkislan 95fd687
feat(big-number): Integrate react-error-boundary for error handling a…
tkislan 05ab7a0
Update test snapshots
tkislan 4c1c4e2
Merge remote-tracking branch 'origin/tomaskislan/grn-4762-support-big…
tkislan 6337c84
feat: Update input create default values to match those in deepnote app
tkislan 1d9eed4
Merge remote-tracking branch 'origin/tomaskislan/grn-4776-support-inp…
tkislan 3b257ba
feat: Add support for project notebook management (create, rename, de…
tkislan 81344ca
Merge remote-tracking branch 'origin/main' into tomaskislan/deepnote-…
tkislan 79a8470
Merge remote-tracking branch 'origin/main' into tomaskislan/deepnote-…
tkislan bc86068
feat: Localize commands, extract notebook creation logic to reuse in …
tkislan a23b28f
feat: Extract command ids into separate config files
tkislan 2760a51
Merge remote-tracking branch 'origin/main' into tomaskislan/deepnote-…
tkislan 673a070
refactor: Improve notebook renaming logic in DeepnoteExplorerView
tkislan ddff544
refactor: Remove lowercase logic from notebook names checks
tkislan ea919fc
test: Implement DeepnoteExplorerView tests
tkislan 8becf4e
fix: Fix spell check
tkislan fe81891
test: Change assertion
tkislan 8533141
Revert "fix: Fix spell check"
tkislan 790b72d
Revert "test: Change assertion"
tkislan 9cfdc8b
fix: Fix spellcheck
tkislan 848fa4f
fix: Fix test yaml
tkislan 97d188c
test: Update assertions
tkislan 0290572
fix: Change version assertion from string to number
tkislan ff24a92
fix: Fix version type in deepnote project unit test
tkislan 40cf352
refactor: Reuse promptForNotebookName in rename command, simplify cre…
tkislan 5baa483
Merge remote-tracking branch 'origin/main' into tomaskislan/deepnote-…
tkislan 10b52a7
fix: Exclude current name from validation when renaming notebook
tkislan afabfad
Merge remote-tracking branch 'origin/main' into tomaskislan/deepnote-…
tkislan 79ad334
fix: Sort imports
tkislan 2a95007
Merge branch 'main' into tomaskislan/deepnote-notebook-management
tkislan 2bc3a68
Merge branch 'main' into tomaskislan/deepnote-notebook-management
tkislan e90740b
Merge branch 'main' into tomaskislan/deepnote-notebook-management
saltenasl 29bfb52
feat(open-in-deepnote): button in toolbar (#153)
saltenasl 5fccd7a
fix(warn-on-startup): move `jupyterViewVariables` view into the exist…
saltenasl 4d09262
Merge branch 'main' into tomaskislan/deepnote-notebook-management
Artmann 78fae38
feat: Order projects and notebooks alphabetically.
Artmann 6bf1722
fix: Don't recreate the tree.
Artmann 595d867
fix test
Artmann 05dda1b
fix dumb tests.
Artmann bf17ea9
coderabbit feedback
Artmann d91fa56
more feedback
Artmann 7fead03
Merge branch 'main' into tomaskislan/deepnote-notebook-management
Artmann File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.