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
Tanuj Mittal
f94f95e788
Hide favorite button from Standalone gallery ( #675 )
2021-04-15 05:27:04 +05:30
Tanuj Mittal
6dba2e4792
Fix height for SandboxFrame ( #676 )
2021-04-15 05:26:53 +05:30
Laurent Nguyen
5d4b193865
Fix Markdown Source style to show editor ( #674 )
2021-04-14 23:51:11 +05:30
Tanuj Mittal
68789c5069
Tighten notebook code cell output sandbox and enable it by default ( #664 )
...
* Tighten notebook code cell output sandbox
* Enable sandboxnotebookoutputs by default
* Address feedback
2021-04-14 23:36:44 +05:30
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
Steve Faulkner
e8033f0bbc
Alpha sort subscriptions and accounts in dropdown ( #663 )
2021-04-13 18:53:59 -05:00
Steve Faulkner
d96cecdfe8
Expose Settings in Hosted Mode ( #660 )
2021-04-13 18:13:24 -05:00
Steve Faulkner
d90a065e63
Fix feature flags in Portal ( #659 )
2021-04-13 15:43:05 -05:00
Jordi Bunster
f449328f26
Remove unused tab finder methods from Explorer ( #549 )
2021-04-13 12:42:00 -05:00
Laurent Nguyen
41800f9ee5
Fix Markdown HTML issue ( #658 )
...
This change enables notebooks to escape HTML (which is a vector for malicious attacks).
We import `MarkdownCell` from the `@nteract/stateful-components` sources so that we can point it to the version of `@nteract/markdown` which contains [this fix](e19c7cc590
).
This is a temporary workaround from upgrading to `@nteract/stateful-components` to `7.0.0` which causes build and runtime issues see #599 ).
2021-04-13 17:07:33 +00:00
Steve Faulkner
7bdc31aa67
Fix for Mongo shard key loaded via ARM ( #657 )
2021-04-13 12:03:25 -05:00
Jordi Bunster
1e6ad113dd
Add rel='noreferrer' ( #651 )
2021-04-12 17:24:11 -07:00
Hardikkumar Nai
05932e1d38
Resolve Lint errors in NotificationConsoleComponent.ts ( #527 )
2021-04-12 18:06:30 -05:00
Hardikkumar Nai
02e6d8442b
Add GraphUtil to Eslint ( #626 )
2021-04-12 18:04:52 -05:00
Sunil Kumar Yadav
8cf09acc19
Migration/table query select pane to react ( #615 )
2021-04-12 17:53:56 -05:00
Jordi Bunster
5cd4e93c65
Fix preview URL branch display, include link in new PRs ( #644 )
...
* Make it easy to include preview links
* Fix display of currently previewed branch
2021-04-12 15:07:37 -07:00
Jordi Bunster
76e3b7e6f1
Warn on React hook misuse ( #632 )
2021-04-12 15:13:17 -05:00
Jordi Bunster
dc5679ffd3
Switch to accessibility insights's version of these tools ( #603 )
...
* Switch to accessibility insights's version of these tools
* auto-add files meeting strict checks
2021-04-12 15:12:19 -05:00
Jordi Bunster
88f5e7485a
Pull request preview URLs ( #625 )
...
* Dynamic link to HEAD of a given PR
* Display pr name and link in notification console
* Pass along query string to Explorer
This means you can write a URL like:
https://cosmos-explorer-preview.azurewebsites.net/pull/123?feature.enableFoo=true
and when Explorer loads it'll have enableFoo set to true in the features
object.
2021-04-12 15:10:31 -05:00
Steve Faulkner
662c03580a
Call readCollections for Mongo using ARM ( #636 )
2021-04-12 11:28:52 -05:00
Tanuj Mittal
14fd9054dd
Sandbox all outputs in iFrame ( #624 )
2021-04-12 08:59:18 -07: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
Jordi Bunster
3ab6b2a05d
Apease eslint ( #631 )
2021-04-08 12:31:36 -07:00
Srinath Narayanan
f060d4b1b8
Made webpack changes ( #629 )
2021-04-07 16:10:26 -07:00
Steve Faulkner
e20c9569e8
Remove dynamic loading status ( #616 )
2021-04-07 13:31:50 -05:00
Srinath Narayanan
d2423f28dc
Added className to SelfServeBaseClass ( #627 )
...
* Added className to SelfServeBaseClass
* addressed PR comments
* addressed PR comments
* fixed lint errors
2021-04-07 11:17:15 -07:00
Jordi Bunster
4f22d308b3
Move tabs state out into React ( #621 )
...
This PR is just about moving the tabs array. I'm hoping to let it bake for a bit before merging the rest of the tabs in react work.
Preview here: https://ms.portal.azure.com/?dataExplorerSource=https%3A%2F%2Fcosmos-explorer-preview.azurewebsites.net%2Fcommit%2Fda809beb82bb54dc82da18eda41caaf7b9b6597f%2Fexplorer.html#@microsoft.onmicrosoft.com/resource/subscriptions/b9c77f10-b438-4c32-9819-eef8a654e478/resourceGroups/stfaul/providers/Microsoft.DocumentDb/databaseAccounts/stfaul-sql/dataExplorer
2021-04-07 16:15:00 +00:00
Srinath Narayanan
9c6178d0ed
Added debug for selfserve ( #623 )
2021-04-06 14:58:49 -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
Steve Faulkner
ba3f4829fa
Add second App Insights instance ( #609 )
2021-04-05 18:03:17 -05:00
Srinath Narayanan
250faa5206
SelfServe - Telemetry and Localization improvements ( #617 )
...
* made selfServeTelemetry use existing functions
* removed "data" from SelfServeTelemetryType
* fixed localization bugs
* added comment
2021-04-05 14:08:57 -07:00
Jordi Bunster
b150e53814
Remove (unused) dbsettings tab ( #607 )
2021-04-05 13:51:44 -07: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
Jordi Bunster
b34c81b3ab
TypeScript 4.2 ( #600 )
...
Co-authored-by: Steve Faulkner <471400+southpolesteve@users.noreply.github.com>
2021-04-04 22:00:32 -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
Armando Trejo Oliver
1b9070605e
Make MongoShell ready message handler backwards compatible ( #606 )
...
* Make MongShell message handler backwards compatible
* Fix test title and add one more test case
2021-04-02 12:38:53 -07:00
Steve Faulkner
bd9bdad78a
Automated Preview URLs ( #601 )
2021-04-02 12:24:01 -05:00
Steve Faulkner
ba24eabe7c
Remove File upload size check ( #605 )
2021-04-02 12:23:29 -05:00
Hardikkumar Nai
d8fe4ed77f
Fix lint file system util ( #481 )
...
Co-authored-by: Steve Faulkner <471400+southpolesteve@users.noreply.github.com>
2021-03-31 22:28:16 -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
Steve Faulkner
dc20aa96d2
Remove accidentally checked in screenshots
2021-03-31 19:49:45 -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
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