Laurent Nguyen
a57ef7d541
Fix build issue
2024-05-03 11:19:14 +02:00
Laurent Nguyen
e45ccf9aa4
Fix deleteDocuments
2024-05-03 11:05:35 +02:00
Laurent Nguyen
7c73a59ff5
Fix update id list after delete
2024-05-03 10:17:59 +02:00
Laurent Nguyen
088389d413
Fix how bulk delete operation gets called when no partition key
2024-05-03 09:46:00 +02:00
Laurent Nguyen
6f7b7220b4
Fix monaco editor not happy when parent is null
2024-05-03 09:24:25 +02:00
Laurent Nguyen
a1f9082415
Merge branch 'master' into users/languye/improve-filter-view
2024-05-03 08:22:31 +02:00
jawelton74
6ebc48ad28
Remove some Notebooks code ( #1832 )
...
* Remove onNewNotebookClicked, openUploadFilePanel functions and
UploadFilePane.
* Remove resetNotebookWorkspace function.
* Remove Notebooks related resource tree node generation.
* Fix test snapshots.
2024-05-02 07:14:31 -07:00
Laurent Nguyen
3c9a939c31
Collapse filter when query is executed
2024-05-02 10:07:58 +02:00
Laurent Nguyen
ad41684a7a
Merge branch 'master' into users/languye/improve-filter-view
2024-05-02 08:13:17 +02:00
Ashley Stanton-Nurse
d5f8664f3c
Port item editor shortcuts to improved Items tab branch ( #1831 )
...
* set filter focus on Ctrl+Shift+F
* implement filter enter/esc keybinds
* remove debugging
2024-05-02 08:08:53 +02:00
Laurent Nguyen
90ade59676
Port keyboard shortcuts from commitId 1f4d0f2
2024-05-01 16:35:38 +02:00
jawelton74
298197b1b8
Revert "First set of changes for Notebooks removal. ( #1816 )" ( #1830 )
...
This reverts commit b023250e67
.
2024-05-01 07:21:50 -07:00
Laurent Nguyen
f3732a076c
Remove comments and unused code
2024-05-01 16:09:38 +02:00
Laurent Nguyen
48b3e05dee
Properly handle activetab
2024-05-01 15:43:50 +02:00
Laurent Nguyen
b8cbd77069
Remove DocumentsTab and MongoDocumentsTab. Fix build issues.
2024-05-01 13:55:07 +02:00
Laurent Nguyen
1f4d0f21f0
Merge branch 'master' into users/languye/improve-filter-view
2024-04-30 20:00:51 +02:00
Ashley Stanton-Nurse
81a5b7cb6d
add shortcuts for the Items tab ( #1827 )
...
* add shortcuts for the Items tab
* Add shortcut to clear Items tab filter.
2024-04-30 10:03:27 -07:00
Laurent Nguyen
3c6c32ecc2
Migrate unit test to DocumentsTabV2
2024-04-30 18:26:15 +02:00
Laurent Nguyen
6c3aa7e625
Remove jquery calls
2024-04-30 12:09:24 +02:00
Laurent Nguyen
29c28761b8
Replace filter ui components with fluent ui
2024-04-30 12:04:28 +02:00
jawelton74
b023250e67
First set of changes for Notebooks removal. ( #1816 )
...
* First set of changes for Notebooks removal.
* Fix unit test snapshots.
2024-04-29 15:46:24 -07:00
Asier Isayas
92246144f7
Enable Legacy Mongo Shell in Fairfax ( #1829 )
...
* enable Mongo Proxy and LMS in sovereign clouds
* remove mooncake
---------
Co-authored-by: Asier Isayas <aisayas@microsoft.com>
2024-04-29 16:25:58 -04:00
SATYA SB
a08415e7bc
[3100018:[Programmatic Access - Azure Cosmos DB - Edit Property]: Text Area edit field does not have a label under 'Edit Property' pane. ( #1819 )
...
Co-authored-by: Satyapriya Bai <v-satybai@microsoft.com>
2024-04-29 22:26:27 +05:30
SATYA SB
b94ce28e96
[accessibility-2724013]:[Screen reader - Cosmos DB - Data Explorer -> Entities -> Add entity]: Screen reader announces incorrect role when focus lands on the "Edit" and "Delete" buttons. ( #1822 )
...
Co-authored-by: Satyapriya Bai <v-satybai@microsoft.com>
2024-04-29 22:23:49 +05:30
Laurent Nguyen
299672435e
Implement bulk delete for nosql
2024-04-29 18:26:46 +02:00
Laurent Nguyen
0887998461
Fix typo and format
2024-04-29 14:27:00 +02:00
Laurent Nguyen
e9d713e65b
Fix filter disappearing when clicking Apply Filter
2024-04-29 10:53:35 +02:00
sunghyunkang1111
f8f7ea34bd
Copilot rewording ( #1824 )
...
* Copilot rebranding to query advisor
* fix the subquery link
2024-04-26 14:09:55 -05:00
Asier Isayas
cbd5e6bf76
open Legacy Mongo SHell with correct base URL in sovereign clouds ( #1823 )
...
Co-authored-by: Asier Isayas <aisayas@microsoft.com>
2024-04-26 14:55:47 -04:00
Laurent Nguyen
553aad5cda
Merge branch 'users/languye/improve-filter-view' of github.com:Azure/cosmos-explorer into users/languye/improve-filter-view
2024-04-26 18:07:57 +02:00
Laurent Nguyen
0ca7120b2f
Clean up dependencies and memoize internal functions and object. Move methods and object that don't depend on state outside of component.
2024-04-26 17:50:50 +02:00
Vsevolod Kukol
0cd9f55909
Add Fluent V9 theme for Fabric ( #1821 )
2024-04-26 14:21:07 +02:00
Ashley Stanton-Nurse
618c5ec0fe
Add button (and keyboard shortcut) to download query ( #1817 )
2024-04-24 15:11:51 -07:00
Asier Isayas
afc82845b5
activate Token Controller ( #1820 )
...
Co-authored-by: Asier Isayas <aisayas@microsoft.com>
2024-04-24 15:04:01 -04:00
Ashley Stanton-Nurse
f4bcee5461
initialize new documents with their partition key ( #1815 )
...
* initialize new documents with their partition key
* refmt
2024-04-23 15:47:04 -07:00
Ashley Stanton-Nurse
17207624a9
add more intl-friendly tab nav shortcuts ( #1814 )
2024-04-23 15:46:41 -07:00
jawelton74
d36e511b18
Update d3, webpack-dev-server, typedoc dependencies. ( #1812 )
...
* Update d3, webpack-dev-server, typedoc dependencies.
* Fix unit test failures.
* Revert change to snapshot as it doesn't seem required when running in
github.
2024-04-23 10:15:48 -07:00
Ashley Stanton-Nurse
c1a28793ba
bind F5 to execute query ( #1813 )
2024-04-23 09:08:29 -07:00
Laurent Nguyen
19d3deb199
Connect cancel query button
2024-04-23 15:30:01 +02:00
Laurent Nguyen
27ad311675
Disable eslint issue from fluent library
2024-04-23 15:25:25 +02:00
Laurent Nguyen
2cc771315d
Add keyboard support to select table row
2024-04-23 15:14:33 +02:00
Laurent Nguyen
a0ade247e9
Add keyboard handlers to load more and refresh button
2024-04-23 14:34:33 +02:00
Asier Isayas
acf5acfdb4
Remove Legacy Mongo Shell feature flag ( #1810 )
...
* LMS Mongo Proxy support
* change stirng to url for get mongo shell url
* fix tests
* enable feature flag
* fixed unit test
* add mongoshell to path
* remove LMS feature flag
---------
Co-authored-by: Asier Isayas <aisayas@microsoft.com>
2024-04-23 08:20:27 -04:00
Laurent Nguyen
d273f7ac6e
Add keyboard shortcuts
2024-04-23 14:00:15 +02:00
Laurent Nguyen
11f4b4d959
Fix columns min width
2024-04-23 13:44:12 +02:00
Laurent Nguyen
13462646f6
Don't show Load More if nothing to show
2024-04-23 13:35:41 +02:00
Laurent Nguyen
b2c05fa784
Fix load more text centering
2024-04-23 13:31:38 +02:00
Laurent Nguyen
a4f284dc17
Move refresh documents button from table back to DocumentsTabV2
2024-04-23 12:14:40 +02:00
Laurent Nguyen
786ba0d2ab
Increase table width. Fix eslint issue.
2024-04-23 11:13:46 +02:00
Laurent Nguyen
49a9f4d596
Fix table coming off its container with unwanted horizontal scrollbar
2024-04-23 11:04:35 +02:00