Laurent Nguyen
a36f3f7922
Hide Save/Open query buttons and New Document/Save/Update buttons for Fabric read-only ( #1755 )
...
* Remove save query button and new document buttons for Fabric. Introduce a isReadOnly flag in Fabric context
* Fix user context init
2024-02-22 18:34:30 +01:00
Laurent Nguyen
12366bb645
Revert "Hide buttons for Fabric or when no write access ( #1742 )" ( #1751 )
...
This reverts commit f403b086ad .
2024-02-21 17:22:17 +01:00
Laurent Nguyen
f403b086ad
Hide buttons for Fabric or when no write access ( #1742 )
2024-02-09 15:10:57 +01:00
Asier Isayas
35ca7944ae
Limit RU threshold only to NoSQL ( #1739 )
...
* limit RU threshold only to NoSQL
* limit RU threshold only to NoSQL
---------
Co-authored-by: Asier Isayas <aisayas@microsoft.com >
2024-02-07 11:31:13 -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
MokireddySampath
532a453f5a
Aria label has been updated to the button(Enable copilot/Disable copilot) ( #1706 )
2024-01-04 19:38:05 +05:30
Laurent Nguyen
1bf4683894
Make Data Explorer work on node v18 ( #1654 )
...
* Upgrade packages to enable npm i with node 18
* Fix crypto and querystring issue
* Fix webpack errors during npm start
* Upgrade monaco editor. Fix alias in webconfig
* Remove deprecated file-loader. Upgrade webpack to latest.
* Fix format
* Upgrade webpack, eslint and typescript
* Update p-retry and fluentui packages
* Revert monaco package upgrade
* Fix notebook compile errors
* Fix lint errors
* Update jest snapshots
* Fix unit tests
* Update node version to 18
* Fix compile error
* Fix compile error
* Fix format
* Turn off warning overlay for webpack devServer
* Fix format
* Re-add monaco webpack plugin and upgrade monaco-editor
* Update package-lock.json
* Fix build issue
* Move MonacoWebpackPlugin to previous place in webpack.config.js
* update package-lock.json
* Fix package-lock.json
* Update package-lock.json
* Fix export ChoiceItem not found warning for self serve. Remove warning turn off in webpack config.
* Update checkout and setup actions in for ci tests
* Disable Gallery callout
* Fix disable gallery header
* Totally disable New gallery callout
* Upgrade all github actions to latest
2023-12-13 10:24:40 -08:00
sunghyunkang1111
40b8127a6f
P1 bugs for copilot ( #1689 )
...
* P1 bugs for copilot
* P1 bugs for copilot
* P1 bugs for copilot
* Update branding and AFEC
* Update branding and AFEC
* add timeout for ARM calls
* increase test timeout
* fix formatting
* fix formatting
* fix formatting
* fix formatting
* don't call ARM when connectionstring login
2023-11-10 16:55:39 -06:00
sunghyunkang1111
0e124f4881
Copilot user db ( #1672 )
...
* Implement copilot for user database
* Fix minor bugs
* fix bugs
* Add user database copilot
* Add placeholder text on copilot
* Add AFEC adn killswitch
* Add new v2 sampledatabase endpoint
* Add telemetry
* fix telemetry bug
* Add query edited telemetry
* add authorization header
* Add back to the staging env for phoenix
* point to stage for phoenix
* Preview commit for test env
* Preview link for staging
* change the staging url
* fix lint, unit tests
* fix lint, unit tests
* fix formatting
2023-11-09 11:55:25 -06: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
Asier Isayas
3754d2c32c
Cancel Query Option ( #1646 )
...
* cancel query option
---------
Co-authored-by: Asier Isayas <aisayas@microsoft.com >
2023-10-05 10:37:59 -04: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
Predrag Klepic
12ed591634
Adjusted Extecute Query logic ( #1605 )
...
Co-authored-by: Predrag Klepic <v-prklepic@microsoft.com >
2023-09-11 17:22:30 +02:00
v-darkora
6a8e87f45f
[Query Copilot v2] Implementing output bubble ( #1587 )
...
* Implementing output bubble
* Fix lint
* Run prettier
2023-08-29 08:56:53 +02:00
Predrag Klepic
449118a1bf
[Query Copilot] V2 Backend integration ( #1584 )
...
* Initial implementetation of backend integration
* Added parameters and interfaces moved
* Initial client implementation
* Additional changes for React FC's
* Updated snapshot of Footer
* Additional Copilot implementation
* Test adjustments and client implementation
* Additional test implementations
* Naming convetion for functions
* Changing {} to any
* Additional changes to the type
* Additional test changes
* Removal of prevention
* adding comment
* Additional changes to tests
* Moving logic based on comments
* client implementation along with corrected tests
---------
Co-authored-by: Predrag Klepic <v-prklepic@microsoft.com >
2023-08-24 09:07:29 +02:00
Predrag Klepic
ebd40cb9b0
[Query Copilot] Query Copilot button dropdown and shortcut ( #1582 )
...
* Copilot dropdown implementation
* additional changes
* added unit test for key event
* Additional test changes
---------
Co-authored-by: Predrag Klepic <v-prklepic@microsoft.com >
2023-08-21 16:17:06 +02:00
Predrag Klepic
0f52db73e7
[Query Copilot] Fix failing comparison for CopilosSampleDB ( #1581 )
...
* Fix failing comparison for CopilosSampleDB
* using constant
---------
Co-authored-by: Predrag Klepic <v-prklepic@microsoft.com >
2023-08-18 10:48:18 +02:00
v-darkora
ceb66ed5b8
[Query Copilot V2] Restructure code for V2 of copilot ( #1577 )
...
* Initial folder and code restructure
* Add snapshots
* Remove flag for local testing
* Remove unnecessary code
* Fix snapshot
* Update tests
2023-08-16 10:10:21 +02:00
Predrag Klepic
96b88ac344
[Query Copilot] Version 2 initial code ( #1566 )
...
* Query Copilot Sidecar initial commit
* additional improvements with the Welcome pop
* Additional implementation and messages for sidecar
* introducing copilot version
* Renaming from car to bar
* Image names changed
* fixing PR errors
* additional changes related with the versions
* Additional implementations and fixes
* Removing unused interface
* Additional styling changes and state management
* Additional changes related with Sidebar
---------
Co-authored-by: Predrag Klepic <v-prklepic@microsoft.com >
2023-08-15 10:01:07 +02:00
victor-meng
c606d95765
Reset error state if query execution is successful ( #1497 )
2023-06-22 23:21:41 -07:00
victor-meng
aadbb50e7d
Implement query copilot UI ( #1452 )
2023-06-06 11:43:53 -07:00
victor-meng
c5ef0e608e
Fix aggregated query metrics show incorrect number ( #1302 )
2022-07-12 10:39:40 -07:00
victor-meng
b7f0548cca
Set toolTip for "Request Charge" and "Showing Results" metrics ( #1212 )
2022-01-31 10:02:04 -08:00
Sunil Kumar Yadav
b19144f792
Fixed querytab corresponding command bar ( #1180 )
...
Co-authored-by: sunilyadav <v-yadavsunil@microsoft.com >
2021-12-27 11:41:42 -08:00
vaidankarswapnil
6ca8e3c6f4
Fix execute Query 'Results' and 'Query status' section controls gets truncated at 200% resize mode of 'Query1' blade ( #1105 )
...
* Fix a11y querytab results section zoom section issue
* Update test smapshot
* Update test snapshot
* Resolved test case issue
2021-09-27 11:03:01 -07:00
vaidankarswapnil
ae9c27795e
Fix execute query keyboard focus moves to hidden element under 'Results' section of executed Query 1 blade ( #1082 )
...
* fix a11y quertTab results section hidden element focus issue
* Removed commented code
* Resolved lint issues
2021-09-16 14:21:19 -07:00
Hardikkumar Nai
cfce78242c
Remove Explorer.openBrowseQueriesPane ( #889 )
2021-07-12 09:40:43 -05:00
victor-meng
f8ab0a82e0
Move tabs manager to zustand ( #915 )
2021-07-08 21:32:22 -07:00
Steve Faulkner
f9bd12eaa6
Fix for QueryTab Load More ( #907 )
2021-06-22 15:21:58 -05:00
Steve Faulkner
239c7edf7b
Fix Incorrect Image Links ( #892 )
2021-06-14 20:52:02 -05:00
vaidankarswapnil
999fad3bad
Migrate Query Tab to React ( #852 )
...
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com >
2021-06-14 14:15:13 -05:00