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
Steve Faulkner
a264ea2275
Adds retry logic to Upload JSON ( #684 )
2021-04-16 13:23:03 -05:00
Steve Faulkner
3f8e394952
Fix Upload Items ( #682 )
...
* Fix Upload Items
* Remove debugger
* Switch to bulk APIs
* Address TODO
Co-authored-by: Jordi Bunster <jbunster@microsoft.com >
2021-04-15 18:25:43 -05:00
Steve Faulkner
662c03580a
Call readCollections for Mongo using ARM ( #636 )
2021-04-12 11:28:52 -05:00
Tanuj Mittal
37e0f50ef2
Fix telemetry from child windows of Data Explorer ( #633 )
...
* Fix telemetry from child windows of Data Explorer
* Address feedback
2021-04-09 12:52:41 +05:30
Steve Faulkner
ba3f4829fa
Add second App Insights instance ( #609 )
2021-04-05 18:03:17 -05:00
Steve Faulkner
bd9bdad78a
Automated Preview URLs ( #601 )
2021-04-02 12:24:01 -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
Hardikkumar Nai
343e82c102
Fix lint query utils ( #487 )
...
* Fix Lint errors in QueryUtils
* Format
* Simplify diff
Co-authored-by: Your Name <you@example.com >
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com >
Co-authored-by: Steve Faulkner <471400+southpolesteve@users.noreply.github.com >
Co-authored-by: Jordi Bunster <jbunster@microsoft.com >
2021-03-29 21:26:41 -05:00
Jordi Bunster
f33ec09040
Remove Explorer.features ( #563 )
...
In addition this makes the URL-passed feature flags type safe
2021-03-22 19:04:06 +00:00
Armando Trejo Oliver
e97a1643fb
Make ready message backwards compatible ( #569 )
2021-03-19 08:38:57 -07:00
Armando Trejo Oliver
19880203ec
Fix ready message (format) ( #565 )
...
* Fix ready message sent to parent frame
* format
2021-03-18 21:40:31 -07:00
artrejo
f929a638d6
Fix ready message sent to parent frame
2021-03-18 20:41:43 -07:00
Steve Faulkner
3cccbdfe81
Fix Lint errors in URLUtility ( #462 )
2021-03-18 22:19:35 -05:00
victor-meng
65c859c835
Move add collection pane to React ( #486 )
...
* Move add collection pane to React
* Add feature flag
* fix unit tests
* FIx merge conflicts and address comments
* Resolve merge conflicts
* Address comments
* Fix e2e test failure
* Update test snapshots
* Update test snapshots
2021-03-18 20:06:13 -05:00
Steve Faulkner
732d7ce8fa
Fix upload worker error display ( #547 )
2021-03-15 22:47:49 -05:00
Steve Faulkner
254c551999
Test Explorer Improvements ( #541 )
2021-03-14 22:53:16 -05:00
Sunil Kumar Yadav
b241771e69
fixed eslint of IteratorUtility ( #469 )
2021-03-09 12:27:24 -06:00
hardiknai-techm
9617b80b56
Fix Lint errors in ThemeUtility ( #477 )
...
* Fix Lint errors in ThemeUtility
* format ThemeUtility.ts file
Co-authored-by: hardiknai <hardiknai92@gmail.com >
Co-authored-by: zen3-hardik <hardikkumar.n@zen3tech.com >
2021-03-08 17:19:22 -06:00
sunilyadav840
acb284eac7
Eslint/fix lint headers utility ( #470 )
2021-03-04 20:46:33 -06:00
Srinath Narayanan
cf01ffa957
removed enableGalleryPublish, enableLinkInjection feature flags ( #454 )
...
* removed enableGalleryPublish, enableLinkInjection
* removed ENABLE_GALLERY_PUBLISH
2021-02-26 13:07:44 -08:00
Steve Faulkner
07474b8271
Remove window.authType ( #437 )
2021-02-22 14:43:58 -06:00
victor-meng
22d8a7a1be
Move database settings tab to react ( #386 )
...
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com >
2021-02-10 16:06:14 -06:00
victor-meng
4210e0752b
Move delete collection confirmation pane to react ( #417 )
2021-02-10 13:44:00 -08:00
victor-meng
81fd442fad
Make getCollectionDataUsageSize call fail gracefully ( #434 )
2021-02-08 16:02:02 -08:00
Tanuj Mittal
e0063c76d9
Add support for gallerypublish flight ( #412 )
2021-02-03 02:05:19 +05:30
Steve Faulkner
4be53284b5
Prettier 2.0 ( #393 )
2021-01-20 09:15:01 -06:00
Srinath Narayanan
c1937ca464
Added the Self Serve Data Model ( #367 )
...
* added recursion and inition decorators
* working version
* added todo comment and removed console.log
* Added Recursive add
* removed type requirement
* proper resolution of promises
* added custom element and base class
* Made selfServe standalone page
* Added custom renderer as async type
* Added overall defaults
* added inital open from data explorer
* removed landingpage
* added feature for self serve type
* renamed sqlx->example and added invalid type
* Added comments for Example
* removed unnecessary changes
* Resolved PR comments
Added tests
Moved onSubmt and initialize inside base class
Moved testExplorer to separate folder
made fields of SelfServe Class non static
* fixed lint errors
* fixed compilation errors
* Removed reactbinding changes
* renamed dropdown -> choice
* Added SelfServeComponent
* Addressed PR comments
* merged master
* added selfservetype.none for emulator and hosted experience
* fixed formatting errors
* Removed "any" type
* undid package.json changes
2021-01-19 22:42:45 -08:00
Steve Faulkner
2b2de7c645
Migrated Hosted Explorer to React ( #360 )
...
Co-authored-by: Victor Meng <vimeng@microsoft.com >
Co-authored-by: Steve Faulkner <stfaul@microsoft.com >
2021-01-19 16:31:55 -06:00
Deborah Chen
8c40df0fa1
Adding in experimentation for autoscale test ( #345 )
...
* Adding autoscale flight info
* Add flight info to cassandra collection pane
* Add telemetry for autoscale toggle on/off in create resource blade and scale/settings
* Run formatting and add expected properties to test file
* removing empty line
* Updating to pass unit tests
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com >
2021-01-15 17:15:15 -06:00
Steve Faulkner
767d46480e
Revert TablesEntitiyListViewModel changes ( #382 )
2021-01-11 16:16:40 -06:00
Chris-MS-896
229119e697
add file offerUtility to tsconfig ( #356 )
2021-01-08 20:14:12 -06:00
Chris-MS-896
89dc0f394b
Add Spliter file to Master ( #358 )
2021-01-06 12:51:42 -06:00
Steve Faulkner
4a8f408112
Add UX for Mongo indexing experiment ( #368 )
...
Co-authored-by: Tim Sander <tisande@microsoft.com >
2021-01-05 16:04:55 -06:00
Steve Faulkner
dfb1b50621
Explorer.ts Cleanup ( #341 )
...
Co-authored-by: victor-meng <56978073+victor-meng@users.noreply.github.com >
2020-12-16 20:00:39 -06:00
victor-meng
f54e8eb692
Move queryDocuments out of DataAccessUtility ( #334 )
2020-12-16 15:27:17 -08:00
Steve Faulkner
ea39c1d092
Fix offer update notification for AAD users ( #338 )
2020-12-11 13:38:57 -06:00
victor-meng
31e4b49f11
Only call getCollectionDataUsageSize for AAD users ( #337 )
2020-12-10 14:13:08 -08:00
Tanuj Mittal
40491ec9c5
Gallery related fixes ( #312 )
...
* AVERT fixes
* Remove enableCodeOfConduct feature flag
* Fix reporting abuse
* Add empty screen for Liked and Published tabs in Gallery
* fix build
* Remove unused code
* Fix standalone public gallery
2020-12-10 13:09:18 -08:00
victor-meng
fd60c9c15e
Remove RUPM ( #328 )
...
Remove all RUPM code
2020-12-01 07:06:38 +00:00
Srinath Narayanan
28899f63d7
Fixed bug in fetching 'index transformation progress' header ( #330 )
...
* bug fix
* fixed formatting errors
2020-11-24 10:32:18 -08:00
victor-meng
9cbf632577
Get collection usage size with ARM metrics call ( #327 )
...
- Removed `readCollectionQuotaInfo` call. The only data we need is the usage size which we can get via the ARM metrics call instead.
- Added `getCollectionUsageSize` which fetches the `DataUsage` and `IndexUsage` metrics, converts them to KB, and returns the sum as the total usage size
2020-11-20 20:21:16 +00:00
victor-meng
17fd2185dc
Move read offer to RP ( #326 )
2020-11-19 17:13:11 -08:00
Srinath Narayanan
85d2378d3a
Removed SettingsV1 code paths ( #325 )
...
* removed settingsv1 code path in collection.ts
* removed Settingsv1 code
* Moved AAD error message up the chain
2020-11-18 12:11:25 -08:00
Garrett Ausfeldt
4ce9dcc024
Add analytical store schema POC ( #164 )
...
* add schema APIs to JunoClient
* start implementing buildSchemaNode
* finish getSchemaNodes
* finish implementing addSchema
* cleanup
* make schema optional
* handle undefined/null schema and fields. Also don't retry on gettting schema failures.
* fix request schema and get schema endpoints
* add feature flag
* try to get most recent schema when refreshed or initialized.
* add tests
* cleanup
* cleanup
* cleanup
* fix merge conflict typos
* fix lint errors
* fix tests and update snapshot
Co-authored-by: REDMOND\gaausfel <gaausfel@microsoft.com >
2020-11-12 13:33:37 -08:00
Steve Faulkner
addcfedd5e
MinRU survey for SettingsV2 component ( #320 )
...
Adds survey link to remove the RU/GB minimum on an account
2020-11-12 19:35:39 +00:00
victor-meng
79dec6a8a8
Refactor error handling in data explorer Part 3 ( #315 )
...
- Make sure we pass the error message string instead of an error object when we call `TelemetryProcessor.traceFailure` since TelemetryProcessor will call `JSON.stringify` on the error object which would result in an empty object
- Removed ErrorParserUtility since it only works on specific error types. We can just log the full error message and manually derive information we need from the message.
- Added option to include stack trace in `getErrorMessage`. This is useful for figuring out where the client side script errors are coming from.
- Some minor refactors
2020-11-06 04:02:57 +00:00
victor-meng
5f1f7a8266
Refactor error handling part 2 ( #313 )
2020-11-03 13:40:44 -08:00