Commit Graph

1330 Commits

Author SHA1 Message Date
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
Laurent Nguyen
86926f2d7b Add title to table 2024-04-23 09:08:06 +02:00
jawelton74
7b81767ded
Enable new backend for Settings API in Prod. (#1791) 2024-04-22 14:34:20 -07:00
Laurent Nguyen
ff5da7bbd0 Fix format 2024-04-22 17:48:25 +02:00
Laurent Nguyen
804621d275 minor update 2024-04-22 16:36:24 +02:00
Laurent Nguyen
fd040fa29c Merge branch 'master' into users/languye/improve-filter-view 2024-04-22 16:36:03 +02:00
Laurent Nguyen
25f63095a3 Fix loadStartKey 2024-04-22 16:23:38 +02:00
Laurent Nguyen
8140f15098 Destructure props to make useEffect dependencies work 2024-04-22 16:17:27 +02:00
jawelton74
c12eced120
Update node-fetch, react-dev-utils and azure/identity dependencies. (#1809) 2024-04-22 07:10:16 -07:00
Laurent Nguyen
746b8c908c Call tab when updating error flag 2024-04-22 15:31:02 +02:00
Laurent Nguyen
8299ca5f9d Fix unused code 2024-04-22 15:22:44 +02:00
Laurent Nguyen
60a3a5ffcf Fix isQueryCopilotSampleContainer flag 2024-04-22 15:06:27 +02:00
Laurent Nguyen
1097e66faa Fix format 2024-04-22 14:45:14 +02:00