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
Sunil Kumar Yadav
c68e84a4b9
Migration/delete database confirmation in react ( #542 )
...
Co-authored-by: Steve Faulkner <471400+southpolesteve@users.noreply.github.com>
Co-authored-by: Steve Faulkner <stfaul@microsoft.com>
2021-03-31 17:44:07 -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
Sunil Kumar Yadav
69ac4e218d
Migration/execute sproc params pane in react ( #576 )
...
Co-authored-by: Steve Faulkner <471400+southpolesteve@users.noreply.github.com>
2021-03-31 14:43:55 -05:00
Jordi Bunster
a9ed187213
Bugfix: this was not really used at all ( #596 )
2021-03-30 13:59:04 -07:00
Srinath Narayanan
6cdac3c53b
Added support for self serve telemetry + Localization fixes ( #580 )
...
* initial telemetry commit
* Added localization changes
* moved telemetrymessage types to selfservetypes
* fixed compile errors
* fixed failing test
* changed translation file format
* Addressed PR comments
* modified test
2021-03-30 10:11:43 -07:00
Steve Faulkner
63e13cdabe
Remove Explorer.nonSystemDatabases ( #538 )
...
* Remove Explorer.nonSystemDatabases
* Fix tests
2021-03-30 09:31:21 -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
Steve Faulkner
9108c01e62
Drop IE11 Support ( #476 )
2021-03-29 13:31:52 -05:00
Jordi Bunster
4c2f22c2b1
When switching between tabs, editors remain open ( #586 )
...
I misunderstood the purpose of a ko.foreach() loop in my changes
back in #534 . This re-introduces the loop.
2021-03-29 12:38:41 -05:00
Armando Trejo Oliver
a66f042c10
Fix table api query projections ( #584 )
...
When building queries with projections, the resulting query does not include the "id" property as part of the projection. The "id" property is used by the results grid to display as the RowKey so the result is queries wih projections do not show the RowKey.
This change fixes this by including "id" as part of the projections.
2021-03-26 12:18:04 -07:00
Jordi Bunster
8cc04bab87
MongoDocumentsTab.html was not used here ( #582 )
2021-03-25 15:24:43 -07: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
Jordi Bunster
b1aeab6b84
Knockout tab changes
...
This reduces the work involved in rendering knockout tabs, which will make moving them to React under a feature flag a bit easier.
2021-03-22 10:13:44 -07:00
Tanuj Mittal
316fe7e8bb
Reset cell status after execution is canceled ( #564 )
2021-03-19 22:55:54 +05:30
Steve Faulkner
ee8d2070bf
Remove Explorer.isRefreshing ( #539 )
2021-03-19 12:13:52 -05: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
c43e24061c
[Tables] Check for undefined before compare ( #561 )
2021-03-18 16:16:10 -05:00
Srinath Narayanan
be4e490a64
Added SelfServe UI updates ( #559 )
...
* Added SelfServe UI modifications
* fixed lint error
* addressed PR comments
2021-03-18 13:40:48 -07:00
Steve Faulkner
9db0975f7f
Remove Explorer.isTryCosmos ( #556 )
2021-03-17 16:02:20 -05:00
Steve Faulkner
a2e3be9680
Remove Explorer.serverId ( #555 )
2021-03-17 15:24:21 -05:00
Srinath Narayanan
eab9b0ce9c
mongo index policy editor bug fix ( #550 )
2021-03-17 11:52:16 -07:00
Steve Faulkner
d9d88c1517
Remove isAuthWithResourceToken from Explorer ( #553 )
...
* Remove isAuthWithResourceToken from Explorer
* Update test
* Remove ifs
2021-03-17 10:41:15 -05:00
Tanuj Mittal
3eda8029ba
Change default Sort order for Gallery to MostRecent & fix gallery card height for empty tags ( #545 )
2021-03-17 01:40:38 +00:00
Steve Faulkner
254c551999
Test Explorer Improvements ( #541 )
2021-03-14 22:53:16 -05:00
Jordi Bunster
f86883de6c
MostRecentActivity changes ( #463 )
...
This changes the public API a bit, so that recording activity (the most common use) is less involved.
2021-03-15 03:10:48 +00:00
Steve Faulkner
62550f8d6a
Deprecate Explorer Properties ( #535 )
2021-03-10 23:02:55 -06:00
hardiknai-techm
184910ee6c
Resolve Lint errors in NotebookConfigurationUtils.ts ( #490 )
2021-03-10 21:47:08 -06:00
Srinath Narayanan
1d98c83be5
Created selfServe landing page ( #444 )
...
* Portal changes for DedicatedGateway
Changes to support creation and deletion of DedicatedGateway resource.
Tested locally with various scenarios.
* Portal changes for DedicatedGateway. CR feedback
* Stylecop changes
* created selfServe.html landing page
* Removing TODO comments
* exposed baselineValues
* added getOnSaveNotification
* disable UI when onSave is taking place
* minro edits
* made polling optional
* added optional polling
* added default
* Added portal notifications
* merged more changes
* minor edits
* added label for description
* Added correlationids and polling of refresh
* Added correlationids and polling of refresh
* minor edit
* added label tooltip
* removed ClassInfo decorator
* Added dynamic decription
* added info and warninf types for description
* more changes to promise retry
* promise retry changes
* added spinner on selfserve load
* compile errors fixed
* New changes
* added operationstatus link
* merged sqlxEdits
* undid sqlx changes
* added completed notification
* passed retryInterval in notif options
* more retry changes
* more changes
* added polling on landing on the page
* edits for error display
* added keys blade link
* added link generation
* added link to blade
* Modified info and description
* fixed format errors
* added selfserve contract to output files
* addressed PR comments
Co-authored-by: Balaji Sridharan <fnbalaji@microsoft.com>
Co-authored-by: fnbalaji <75445927+fnbalaji@users.noreply.github.com>
2021-03-10 13:55:05 -08:00
Sunil Kumar Yadav
b85a20cbea
Fix Lint errors in StringUtility.ts ( #479 )
2021-03-09 19:33:29 -06:00
Srinath Narayanan
ecdc41ada9
Added more selfserve changes ( #443 )
...
* exposed baselineValues
* added getOnSaveNotification
* disable UI when onSave is taking place
* added optional polling
* Added portal notifications
* minor edits
* added label for description
* Added correlationids and polling of refresh
* added label tooltip
* removed ClassInfo decorator
* Added dynamic decription
* added info and warninf types for description
* promise retry changes
* compile errors fixed
* merged sqlxEdits
* undid sqlx changes
* added completed notification
* passed retryInterval in notif options
* added polling on landing on the page
* edits for error display
* added link generation
* addressed PR comments
* modified test
* fixed compilation error
2021-03-09 16:07:23 -08:00
Tanuj Mittal
c1b74266eb
Gallery fixes ( #514 )
...
- Fix COC overlay height
- Make standalone gallery usable on mobile devices
Before:
![image](https://user-images.githubusercontent.com/693092/110415215-81cd0680-80b7-11eb-8000-bd0b8536607a.png )
After:
![image](https://user-images.githubusercontent.com/693092/110415236-898cab00-80b7-11eb-8266-94a5718113fe.png )
2021-03-09 18:42:54 +00:00
hardiknai-techm
ef6ecf0a5f
Resolve Lint errors in NavBar component ( #528 )
2021-03-09 12:34:01 -06:00
victor-meng
9d63a346e4
Fix issues in the add collection pane ( #501 )
2021-03-09 10:18:40 -08:00
hardiknai-techm
2e7c7440d3
Resolve Lint errors in CommandBarUtil.test.tsx ( #529 )
2021-03-09 10:20:14 -06:00
Sunil Kumar Yadav
641dae30a1
fix-eslint-NTeractUtil.ts ( #493 )
2021-03-09 10:17:02 -06:00
Sunil Kumar Yadav
f192310697
Fixed lint issue and remove unused code ( #491 )
2021-03-08 22:54:00 -06:00
Sunil Kumar Yadav
588c1d3ec3
fixed eslint GraphUtil and removed files from eslintignore ( #482 )
2021-03-08 22:53:08 -06:00
Sunil Kumar Yadav
4807169b0c
Eslint/fix lint date time utility ( #471 )
...
* fixed lint issue of DateTimeUtility
* remove commented code
* Do change request.
2021-03-08 17:20:45 -06:00
Sunil Kumar Yadav
d85b6285ac
fixed lint issue of StringUtils file ( #480 )
...
* fixed lint issue of StringUtils file
* Fixed null lint issue
2021-03-08 17:20:11 -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
hardiknai-techm
1af44fb207
Fix Lint errors in JunoUtil ( #484 )
2021-03-08 17:10:24 -06:00
Srinath Narayanan
69975cd0e8
made public gallery the first tab ( #483 )
2021-03-05 09:03:48 -08:00
Srinath Narayanan
3a1841ad3c
Remove injected cell before download ( #467 )
...
* remove newcell on download
* addressed pr comments
2021-03-04 00:05:30 -08:00
Jordi Bunster
d314a20b81
Fix subscription leak ( #465 )
...
* Fix subscription leak
* Update src/Explorer/SplashScreen/SplashScreen.tsx
Co-authored-by: Laurent Nguyen <laurent.nguyen@microsoft.com>
* Array needs to exist in the first place
Co-authored-by: Laurent Nguyen <laurent.nguyen@microsoft.com>
2021-03-03 21:59:43 -08:00
Jordi Bunster
7188e8d8c2
Remove Explorer.mostRecentActivity ( #455 )
...
This also moves the UI concerns of MostRecentActivity over to SplashScreen
Co-authored-by: Steve Faulkner <stfaul@microsoft.com>
2021-03-03 01:24:08 -08:00