Asier Isayas
31f7178669
Change RU Threshold to 5000 ( #1735 )
...
* ru threshold beta
* use new ru threshold package
* fix typo
* fix merge issue
* fix package-lock.json
* fix test
* fixed settings pane test
* fixed merge issue
* sync with main
* fixed settings pane check
* fix checks
* fixed aria-label error
* fixed aria-label error
* fixed aria-label error
* fixed aria-label error
* remove learn more
* change default RU threshold to 5000
* change default RU threshold to 5000
* change default RU threshold to 5000
---------
Co-authored-by: Asier Isayas <aisayas@microsoft.com >
2024-02-02 11:52:37 -05:00
Asier Isayas
dbb0324a64
RU Threshold ( #1728 )
...
* ru threshold beta
* use new ru threshold package
* fix typo
* fix merge issue
* fix package-lock.json
* fix test
* fixed settings pane test
* fixed merge issue
* sync with main
* fixed settings pane check
* fix checks
* fixed aria-label error
* fixed aria-label error
* fixed aria-label error
* fixed aria-label error
* remove learn more
---------
Co-authored-by: Asier Isayas <aisayas@microsoft.com >
2024-01-30 16:21:29 -05:00
sunghyunkang1111
70635e426f
Fix the teaching bubble popup and enable copilot card ( #1722 )
...
* Fix the teaching bubble popup and enable copilot card
* add close copilot button title
* fix compilation
2024-01-19 09:37:17 -06:00
sunghyunkang1111
5d13463bdb
Copilot settings ( #1719 )
...
* gating copilot with AFEC
* Add enable sample DB in settings
* Add enable sample DB in settings
* Add enable sample DB in settings
* PR comments
2024-01-09 13:32:20 -06:00
JustinKol
c91ac39248
Query Max Retry settings ( #1688 )
...
* Added query retry settings
* prettier run
* Fixed tests and queryDocuments
* Fixed tests
* corrected logic
* Updated tests and logic
* Removed optional flag
* Added default value text
* Reworded text
* moved retry options to CosmosClient
* removed unused references to retryOptions
* Reverting formatting
* reverting
* revert
* prettier run
* Correct default and added options directly to the client
* Prettier run and unit test update
* Corrected tooltip and constant name
* Added inSeconds to WaitTime
2023-12-29 08:12:20 -05:00
Asier Isayas
94158504a8
Cancel query timeout ( #1651 )
...
* cancel query option
* query timeout
* run prettier
* removed comments
* fixed npm run compile errors
* fixed tests
* fixed unit test errors
* fixed unit test errors
* fixed unit test errors
* fixed unit test errors
* fixed unit test errors
* increased min timeout
* added automatican cancel query option
* added react string format
* npm run format
* added unless automatic cancellation has been enabled
---------
Co-authored-by: Asier Isayas <aisayas@microsoft.com >
2023-10-19 13:21:39 -04:00
FAIZ CHACHIYA
ca861a0d77
For connection-string based authentication, the request would be made… ( #1644 )
...
* For connection-string based authentication, the request would be made with low priority request header and for AAD based authentication, users can select the priority-request option from the settings panel
* removed unused imports
* prettier checks
---------
Co-authored-by: Faiz Chachiya <faizchachiya@microsoft.com >
2023-10-04 14:18:54 -07:00
Laurent Nguyen
90c1439d34
Update prettier to latest. Remove tslint ( #1641 )
...
* Rev up prettier
* Reformat
* Remove deprecated tslint
* Remove call to tslint and update package-lock.json
2023-10-03 17:13:24 +02:00
FAIZ CHACHIYA
7b568df150
Walmart enable priority based execution feature ( #1625 )
...
* changed the variable enablePriorityBasedThrottling to enablePriorityBasedExecution
* Update the arm client version to '2023-09-15-preview' to fetch the status for the 'enablePriorityBasedExecution' property and performed the respective changes for priority based execution to grab the changes from the DatabaseAccount data model
* formatting changes to all the committed files
* review comments - removed the variable and added the check in the if loop itself
* check style changes
---------
Co-authored-by: Faiz Chachiya <faizchachiya@microsoft.com >
2023-09-25 22:41:46 +05:30
FAIZ CHACHIYA
b646f9f4cb
Wmt priority execution feature ( #1546 )
...
* Execute the queries with high/low priority
* improvement made to the Cosmos client and created separate plugin class for setting priority header
* added test cases for the priority execution utility
* removed unwanted code
* fix compile time issues
* fix compile time issues
* fixed lint and stylinkg issues
* fixed lint and styling issues
* skip the lint check for src/Utils/PriorityBasedExecutionUtils.ts
* incorporating review comments, added the default priority level changes
* changed the priority to default instead of low
* removed the unwanted if condition
---------
Co-authored-by: Faiz Chachiya <faizchachiya@microsoft.com >
2023-08-18 15:40:35 +05:30
Predrag Klepic
ed9ee07e81
Reverse cross partition query behavior in DE Query settings pane ( #1521 )
...
Co-authored-by: Predrag Klepic <v-prklepic@microsoft.com >
2023-07-10 11:30:53 -07:00
Asier Isayas
547954c3dc
Lazy loading containers ( #1411 )
...
Co-authored-by: Asier Isayas <aisayas@microsoft.com >
2023-03-30 14:53:36 -07:00
victor-meng
529202ba7e
Add support for date type to cassandra column types ( #1176 )
2021-12-16 14:51:18 -08:00
vaidankarswapnil
de58f570cd
Fix Radio buttons present under 'Settings' blade like ‘Custom and Unlimited’ along with its label ‘Page options’ are not enclosed in fieldset/legend tag ( #1175 )
...
* Fix a11y setting pane radiobuttons issue
* Update test snapshot issue
* Implemented fieldset and legend for ChoiceGroup in HTML
* cleanup
2021-12-15 12:22:15 -08:00
vaidankarswapnil
42bdcaf8d1
Fix radio buttons present under 'Settings' blade like ‘Custom and Unlimited’ along with its label ‘Page options’ are not enclosed in fieldset/legend tag ( #1100 )
...
* Fix a11y setting pane radiobuttons issue
* Update test snapshot issue
2021-11-24 20:00:06 -08:00
Hardikkumar Nai
bfd4948fb9
absulte_path setting ( #984 )
...
* absulte_path setting
* resolve build time error
2021-10-12 07:38:34 -07:00
Sunil Kumar Yadav
e10240bd7a
fixed setting keyboard accessibility issue ( #1081 )
2021-09-16 14:22:47 -07:00
Steve Faulkner
481ff9e7fe
Migrate SidePanel state to Zustand ( #799 )
...
Co-authored-by: hardiknai-techm <HN00734461@TechMahindra.com >
2021-05-27 16:07:07 -05:00
victor-meng
14e58e5519
Batch of small fixes for RightPaneForm and AddDatabasePane components ( #780 )
2021-05-12 19:12:03 -05:00
Hardikkumar Nai
9d5c9d6296
Migrate Add Database Panel to React ( #597 )
...
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com >
2021-05-10 14:02:14 -05:00
Hardikkumar Nai
23223cfb23
Upgrade Fluent UI v8 ( #688 )
...
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com >
2021-05-05 18:26:03 -05:00
Jordi Bunster
9d0bc86197
Remove 'explorer' from a few Panes ( #650 )
...
While working on #549 I realized there were a few places where 'explorer' was only needed to expand the notifications console, so I stripped those out where it was easy.
2021-04-29 10:20:57 -07:00
Steve Faulkner
5a019eb431
Remove Explorer.isPreferredAPIMongo ( #557 )
...
Co-authored-by: hardiknai-techm <HN00734461@TechMahindra.com >
2021-04-27 20:50:01 -05:00
Jordi Bunster
5cf16d01b5
use ES6 Map if we can ( #602 )
2021-04-27 08:14:21 -07:00
Hardikkumar Nai
71e7ad4547
Migrate String Input Pane to React ( #678 )
...
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com >
2021-04-25 20:22:46 -05:00
Sunil Kumar Yadav
67062c18aa
Migration/edit table entity panel to react ( #690 )
...
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com >
2021-04-25 17:51:27 -05:00
vaidankarswapnil
c6766dd69e
Migrate new graph vertex panel to react ( #702 )
...
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com >
2021-04-22 09:47:59 -05:00
Hardikkumar Nai
9d411c57b0
Remove Explorer.isPreferredApiTable ( #656 )
...
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com >
2021-04-21 16:41:08 -05:00
Hardikkumar Nai
ff58eb3724
Migrate Copy Notebook Pane to React ( #640 )
...
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com >
2021-04-21 14:09:19 -05:00
Hardikkumar Nai
cdd6d32990
Rename index.tsx to {class name}.tsx ( #689 )
...
* Rename index.tsx to {class name}.tsx
* Update tests
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com >
2021-04-21 13:35:32 -05:00
Sunil Kumar Yadav
72ce5fc813
Migrate Add Table Entity Pane to React ( #642 )
...
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com >
2021-04-21 11:33:29 -05:00
vaidankarswapnil
d58fececac
Move setup notebooks panel to react ( #673 )
...
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com >
2021-04-20 21:51:03 -05:00
Hardikkumar Nai
d74da34742
Remove explorer.is preferred api graph ( #655 )
...
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com >
2021-04-17 16:24:17 -05:00
Hardikkumar Nai
02ea26da71
Remove Explorer.isPreferredCassandraAPI ( #654 )
...
Co-authored-by: Steve Faulkner <471400+southpolesteve@users.noreply.github.com >
2021-04-17 15:54:47 -05:00
Hardikkumar Nai
1685b34e2a
Remove Explorer.isPreferredDocumentDB ( #653 )
2021-04-13 20:53:14 -05:00
Hardikkumar Nai
56f430ebd8
Migrate Delete Collection Panel to React ( #628 )
2021-04-13 19:56:58 -05:00
Sunil Kumar Yadav
8cf09acc19
Migration/table query select pane to react ( #615 )
2021-04-12 17:53:56 -05:00
Steve Faulkner
0f88176a27
Remvoe Explorer.subscriptionType ( #622 )
2021-04-06 14:35:14 -05:00
Steve Faulkner
cb7760b3f6
Remove Explorer.flight and Explorer.hasWriteAccess ( #618 )
...
* Remove Explorer.flight
* Update snapshots
* Remove Explorere.hasWriteAccess
* Update snapshot
2021-04-06 13:33:12 -05:00
Sunil Kumar Yadav
c75618862e
Remove unused table-column-options-panel ( #620 )
...
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com >
2021-04-06 09:43:15 -05:00
Sunil Kumar Yadav
de5a11ff1b
Migration/browse queries pane to react ( #598 )
...
Co-authored-by: Steve Faulkner <471400+southpolesteve@users.noreply.github.com >
2021-04-04 22:04:34 -05:00
Sunil Kumar Yadav
2bf9313951
Migrate Load Query Pane to React ( #579 )
...
Co-authored-by: Steve Faulkner <471400+southpolesteve@users.noreply.github.com >
2021-04-02 15:44:50 -05:00
Sunil Kumar Yadav
36f8fc1d22
Migrate save query pane to react ( #578 )
...
Co-authored-by: Steve Faulkner <471400+southpolesteve@users.noreply.github.com >
2021-04-02 15:10:43 -05:00
Sunil Kumar Yadav
75ea475217
[WIP]Cleanup/removed knockout database confirmation panel ( #546 )
...
* complete delete database component ui in react
* fixed functional issue and added feedback input
* test cases for deleteDatabaseConfirmationPanel
* Removed Q and fixed PR change request
* removed knockout database confirmation panel and references
* delete deleteDatabaseConfirmationPane.html
* remove test
Co-authored-by: Steve Faulkner <471400+southpolesteve@users.noreply.github.com >
2021-03-31 19:58:38 -05:00
Hardikkumar Nai
5307f6bb5b
Migrate Notebook Upload File to React ( #581 )
...
Co-authored-by: Steve Faulkner <471400+southpolesteve@users.noreply.github.com >
2021-03-31 19:25:45 -05:00
Hardikkumar Nai
6a69d3a77b
Move upload items panel to react ( #558 )
...
Co-authored-by: Steve Faulkner <471400+southpolesteve@users.noreply.github.com >
2021-03-31 15:43:05 -05:00
Hardikkumar Nai
458cca8e01
Move setting pane to react ( #543 )
...
Co-authored-by: Steve Faulkner <471400+southpolesteve@users.noreply.github.com >
2021-03-31 15:22:52 -05:00