Steve Faulkner
b1a904a98f
Remove TelemetrtData Type Restriction ( #595 )
2021-03-30 16:35:45 -05:00
Jordi Bunster
813dbfee5b
Defensively set feature flags from window.parent ( #594 )
...
This doesn't really fix the fact that portal feature flags are not
being set, but it does re-enable feature flags in hosted mode.
2021-03-30 14:01:30 -07: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
victor-meng
ca7cd139ba
Use window instead of window.parent in extractFeatures function ( #577 )
2021-03-23 17:21:41 -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
Steve Faulkner
8bf976026f
Pass masterkey in connection string mode ( #572 )
2021-03-19 18:37:13 -05:00
Steve Faulkner
ddf59d6b24
Fix SplashScreen/Tabs Visible bug ( #570 )
2021-03-19 12:53:34 -05: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
e97a1643fb
Make ready message backwards compatible ( #569 )
2021-03-19 08:38:57 -07:00
Srinath Narayanan
049e3c36d8
Dedicated gateway portal changes ( #568 )
...
* 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
* 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
* compile errors fixed
* New changes
* added operationstatus link
* merged sqlxEdits
* undid sqlx changes
* added completed notification
* passed retryInterval in notif options
* 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
* Second cut of the Portal
* OnChange for Number of instances
* added keys for texts
* fixed lint errors
* Added support for undefined dynamic description
* fixed failing test
* disable save/discard buttons
* fixed sqlx errors
* Dedicated Gateway changes to add the keys blade
* Change connectionStringText
* Change connectionStringText
* Text changes
* Added UI improvements
* Code review feedback
* undid package lock changes
* updated package.json
* undid package reverts
Co-authored-by: Balaji Sridharan <fnbalaji@microsoft.com>
Co-authored-by: fnbalaji <75445927+fnbalaji@users.noreply.github.com>
2021-03-19 00:54:13 -07:00
Srinath Narayanan
4e09e4c7fa
Revert "Dedicated Gateway Portal Changes ( #540 )" ( #566 )
...
This reverts commit 909a9fa522
.
2021-03-19 00:01:15 -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
c43e24061c
[Tables] Check for undefined before compare ( #561 )
2021-03-18 16:16:10 -05:00
fnbalaji
909a9fa522
Dedicated Gateway Portal Changes ( #540 )
...
* 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
* 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
* compile errors fixed
* New changes
* added operationstatus link
* merged sqlxEdits
* undid sqlx changes
* added completed notification
* passed retryInterval in notif options
* 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
* Second cut of the Portal
* OnChange for Number of instances
* added keys for texts
* fixed lint errors
* Added support for undefined dynamic description
* fixed failing test
* disable save/discard buttons
* fixed sqlx errors
* Dedicated Gateway changes to add the keys blade
* Change connectionStringText
* Change connectionStringText
* Text changes
* Added UI improvements
* Code review feedback
* undid package lock changes
Co-authored-by: Srinath Narayanan <srnara@microsoft.com>
2021-03-18 14:00:28 -07: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
6582d3be37
Fix Mongo AAD bug where collections are not load ( #552 )
2021-03-16 18:04:26 -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
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
Sunil Kumar Yadav
b241771e69
fixed eslint of IteratorUtility ( #469 )
2021-03-09 12:27:24 -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
9c28b7f9c5
Fixed lint issue of AuthorizationUtils ( #496 )
2021-03-08 19:10:26 -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
sunilyadav840
acb284eac7
Eslint/fix lint headers utility ( #470 )
2021-03-04 20:46:33 -06: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
Srinath Narayanan
3cd2ec93f2
fixed notebook viewer bug ( #461 )
2021-03-02 14:19:10 -08:00
Srinath Narayanan
b8e9903287
Added spinner for notebook delete ( #458 )
...
* initial UI for delete published nb spinner
* added notebook delete spinner
* addressed PR comments
2021-03-02 13:59:10 -08:00
victor-meng
4127d0f522
Fix sample container is not populated with items ( #459 )
2021-03-02 12:41:50 -06:00
Srinath Narayanan
56b5a9861b
Removed published, favourites tabs for hosted gallery ( #457 )
...
* added hosted explorer check
* added check for non null container
2021-03-01 05:24:11 -08:00
Steve Faulkner
10664162c7
Refactor Telemetry to include account name and experience ( #452 )
2021-02-28 15:56:09 -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
victor-meng
3cc1945140
Fix serverless create issue ( #453 )
2021-02-25 19:29:29 -06:00
Garrett Ausfeldt
864d9393f2
Change schema endpoints ( #447 )
...
* fix resource bug (id is a method)
* change schema endpoints
* fix test
Co-authored-by: REDMOND\gaausfel <gaausfel@microsoft.com>
2021-02-25 11:36:01 -08:00
Steve Faulkner
8629bcbe2d
Move "Open Full Screen" to React Panel ( #449 )
2021-02-24 19:04:28 -06:00
Steve Faulkner
6c90ef2e62
Remove Dialog Adapter ( #446 )
2021-02-24 18:41:28 -06:00
Steve Faulkner
2d2d8b6efe
Remove Unused Tabs ( #450 )
2021-02-24 17:48:33 -06:00
Jordi Bunster
e8e5eb55cb
Remove SplashScreenComponentAdapter ( #440 )
...
Merge SplashScreenComponentAdapter and SplashScreenComponent into one SplashScreen React component.
2021-02-23 11:15:57 -08:00
Steve Faulkner
f0c82a430b
Remove AdHoc Access and Token Renewal Pane ( #445 )
2021-02-23 11:16:00 -06:00
Steve Faulkner
07474b8271
Remove window.authType ( #437 )
2021-02-22 14:43:58 -06:00
Deborah Chen
e092e5140f
Fixing issue with autoscale A/B test ( #442 )
...
Currently, the first time a user opens the New Container pane, the autoscale setting is not being read from the flight info. This is because the flight into is being set in resetData(), which is not called the 1st time a user opens the pane.
This change adds logic to set the flight info on the open call.
2021-02-22 18:54:55 +00:00
Srinath Narayanan
eddc334cb5
mongo index editor for AAD login + hostedExplorer ( #438 )
2021-02-17 12:52:47 -08: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
Steve Faulkner
b217d4be1b
Delete Cassandra tables/keyspaces via ARM ( #436 )
2021-02-08 18:52:53 -06:00
victor-meng
81fd442fad
Make getCollectionDataUsageSize call fail gracefully ( #434 )
2021-02-08 16:02:02 -08:00
Steve Faulkner
87f7dd2230
Rename Feedback -> Report Issue ( #425 )
...
Co-authored-by: victor-meng <56978073+victor-meng@users.noreply.github.com>
2021-02-08 14:23:55 -06:00
Tanuj Mittal
4b442dd869
Use GET instead of PATCH for some Juno endpoints ( #431 )
2021-02-06 02:01:34 +05:30
Tanuj Mittal
f0b4737313
Update gallery colors ( #430 )
...
* Update gallery colors
* fix lint error
* Fix test
2021-02-06 01:19:36 +05:30
Srinath Narayanan
8dc5ed590a
Added Spinner for public gallery ( #427 )
...
* Added more publish changes
* addressed PR comments
* fixed lint errors
Co-authored-by: Tanuj Mittal <tamitta@microsoft.com>
2021-02-05 11:32:26 -08:00
Tanuj Mittal
afaa844d28
Telemetry updates ( #429 )
2021-02-06 00:26:20 +05:30
Tanuj Mittal
3e5a876ef2
Fix setting isGalleryPublishEnabled when flight is enabled ( #428 )
2021-02-05 20:55:08 +05:30
Tanuj Mittal
51abf1560a
Disable dark overlay for Dialog ( #423 )
2021-02-05 19:28:57 +05:30
Srinath Narayanan
1c0fed88c0
Changes to cards in notebook gallery ( #422 )
...
* added gallery changes
* addressed PR comments
2021-02-05 02:32:55 -08:00
Tanuj Mittal
93cfd52e36
Update Code of Conduct Overlay and other minor changes ( #424 )
...
* Use light theme for coc-overlay
* Updates
* Fix vertical height for COC overlay
2021-02-05 14:56:50 +05:30
Tanuj Mittal
3fd014ddad
Disable caching for config.json file ( #421 )
...
* Disable caching for config.json file
* Disable cache when fetching config.json
2021-02-04 15:25:13 +05:30
Srinath Narayanan
3b6fda4fa5
Changes to notebook publish pane ( #419 )
...
* Changes to publish pane
* fixed format errors
* fixed failing test
Co-authored-by: Tanuj Mittal <tamitta@microsoft.com>
2021-02-03 10:46:51 -08:00
Tanuj Mittal
db7c45c9b8
Enable gallery publishing in MPAC ( #416 )
...
* Enable gallery publishing in MPAC
* Address feedback
* Use ENABLE_GALLERY_PUBLISH config in standalone gallery
* Fix test
2021-02-03 23:42:11 +05:30
Tanuj Mittal
4f6b75fe79
More gallery updates ( #418 )
...
* More gallery updates
* Add PublishContent icon
* Address feedback
2021-02-03 23:24:27 +05:30
Tanuj Mittal
5038a01079
Add telemetry for Notebooks Gallery and other updates ( #413 )
...
* Add telemetry for Notebooks Gallery
* More changes
* Address feedback and fix lint error
* Fix margins for My published work
2021-02-03 14:48:50 +05:30
Tanuj Mittal
e0063c76d9
Add support for gallerypublish flight ( #412 )
2021-02-03 02:05:19 +05:30
Tanuj Mittal
9278654479
Public gallery improvements ( #409 )
...
- [x] Don't show extension in name field for publish
- [x] Open "Your published work" tab after publishing
- [x] Continue showing dialog for Report Abuse status
- [x] For showing COC in Public Gallery tab show backdrop of thumbnails
- [x] Liked -> My Favorites & Your published work -> My published work
2021-01-29 17:04:38 +00:00
Tanuj Mittal
59113d7bbf
Update Juno endpoints ( #405 )
2021-01-29 20:28:20 +05:30
Tim Sander
88d8200c14
Check that customer is using Mongo 3.6 before applying index everything policy ( #410 )
2021-01-28 15:26:47 -06:00
Srinath Narayanan
6aaddd9c60
Added localization for the Self Serve Model ( #406 )
...
* added localization for selfserve model
* added comment
* addressed PR comments
* fixed format errors
* Addressed PR comments
2021-01-28 11:17:02 -08:00
Jordi Bunster
f8ede0cc1e
Remove Q from ViewModels ( #390 )
...
I got cold feet at the thought of merging #324 in one go, so I'm going to split it into smaller chunks and keep rebasing the large one until there's no more Q.
2021-01-28 18:13:26 +00:00
Steve Faulkner
a14d20a88e
Fix applyExplorerBindings call in Portal ( #408 )
2021-01-27 20:37:14 -06:00