DanielSPham
83c120a549
Added tooltips ( #174 )
...
Co-authored-by: Daniel Si Pham <v-danpha@microsoft.com>
2020-09-01 08:28:23 -07:00
DanielSPham
a28dede88d
Screen reader changes ( #171 )
...
* Screen reader fix for splash screen
* Removing more stuff alt text
Co-authored-by: Daniel Si Pham <v-danpha@microsoft.com>
2020-09-01 08:27:51 -07:00
Laurent Nguyen
92073a5646
Start kernel when opening notebook tab ( #168 )
...
* Add Auto-start kernel epic
* Replace deprecated rxjs empty() with EMPTY constant
* Fix format
2020-08-28 09:51:44 +02:00
Jordi Bunster
5c84b3a7d4
Allow 'platform' only to be overriden ( #167 )
...
ConfigContext defines all kinds of URLs and what not, I'm not
sure about the security implications of allowing all this stuff to
be modifiable by just anyone.
2020-08-25 22:48:58 -07:00
victor-meng
3223ff7685
Move createDatabase to RP ( #166 )
2020-08-25 15:45:37 -07:00
Steve Faulkner
38732af907
Triple equal lint rule ( #162 )
2020-08-21 19:51:36 -05:00
Steve Faulkner
e837f574a8
Fix Telemetry for String Case ( #163 )
2020-08-21 14:38:30 -05:00
victor-meng
47a5c315b5
Move updateCollection to ARM ( #152 )
2020-08-21 11:24:01 -07:00
victor-meng
1c80ced259
Fix settings tab issue for cassandra and add feature flag ( #159 )
...
* Fix settings tab issue for cassandra and add feature flag
* Adding the rest of the changes....
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com>
2020-08-19 18:11:43 -05:00
victor-meng
5e6ac78b7d
Tables - ReadCollection: Switch back to using SDK ( #157 )
2020-08-19 17:54:23 -05:00
Steve Faulkner
999196193f
Update Config context ARM endpoint ( #158 )
2020-08-19 13:20:10 -05:00
victor-meng
951289e190
Switch back to SDK for deleteDatabase and use RP for readCollections for table API ( #155 )
2020-08-18 11:04:37 -07:00
Tanuj Mittal
3279460cfd
Update @azure/cosmos to 3.9.0 ( #154 )
2020-08-17 14:26:19 -07:00
victor-meng
07b9c1d1b7
Switch back to using SDK to read databases and collections for Mongo API ( #153 )
2020-08-17 11:42:02 -07:00
Tanuj Mittal
dde2ca75c4
Show submit button by default in GenericRightPaneComponent & other fixes ( #144 )
...
* Bug fixes
* Fix build
2020-08-17 11:39:11 -07:00
Laurent Nguyen
f44a3da568
Allow boolean partition key in graph visualization ( #150 )
...
* Allow boolean pk values to be displayed
* Add unit tests
2020-08-17 09:50:57 +02:00
Tanuj Mittal
22b2e1df48
Support empty offers for serverless accounts ( #132 )
...
* Add support for no offers when serverless accounts
* Add workaround for ignoring failed /offers when using connection string
* Revert @azure/cosmos upgrade
2020-08-14 17:45:13 -07:00
Steve Faulkner
2752d6af00
Create Cassandra Keyspace via ARM ( #142 )
2020-08-13 13:26:52 -05:00
Laurent Nguyen
cb5fe5316e
Fix handling numeric partition keys ( #113 )
...
* Fix pk extraction from documentId in g.V() case
* Add unit test, cleanup pk related unit tests
2020-08-13 12:00:11 +02:00
Steve Faulkner
c0ce637eec
Turn off HMR ( #147 )
2020-08-12 20:12:31 -05:00
victor-meng
b61a235bf6
Move readCollection, readCollections, and readDatabases to ARM ( #134 )
2020-08-12 17:13:43 -07:00
Steve Faulkner
0fa97c2ce9
Increase Cypress Timeout and Disable LiveReload in test ( #145 )
...
Co-authored-by: Tanuj Mittal <tamitta@microsoft.com>
2020-08-12 15:25:53 -05:00
victor-meng
fb71fb4e82
Refactor GenericRightPaneComponent to accept a ReactComponent as its content ( #146 )
2020-08-12 11:41:19 -07:00
victor-meng
455722c316
Fix deleteDatabase and deleteCollection with ARM ( #143 )
2020-08-11 18:36:42 -07:00
Tanuj Mittal
5886db81e9
Copy To functionality for notebooks ( #141 )
...
* Add Copy To functionality for notebooks
* Fix formatting
* Fix linting errors
* Fixes
* Fix build failure
* Rebase and address feedback
* Increase test coverage
2020-08-11 09:27:57 -07:00
Srinath Narayanan
7a3e54d43e
Added support for acknowledging code of conduct for using public Notebook Gallery ( #117 )
...
* minro code edits
* Added support for acknowledging code of conduct
- Added CodeOfConduct component that shows links and a checkbox that must be acknwledged before seeing the public galley
- Added verbose message for notebook publish error (when another notebook with the same name exists in the gallery)
- Added a feature flag for enabling code of conduct acknowledgement
* Added Info Component
* minor edit
* fixed failign tests
* publish tab displayed only when code of conduct accepted
* added code of conduct fetch during publish
* fixed bug
* added test and addressed PR comments
* changed line endings
* added comment
* addressed PR comments
2020-08-11 00:37:05 -07:00
Steve Faulkner
3051961093
Add subscriptionId and authType to telemetry ( #140 )
2020-08-10 18:43:45 -05:00
Vignesh Rangaishenvi
abce15a6b2
Add init message when warming up notebook workspace ( #139 )
...
* Add init message
* Address comments
2020-08-10 15:02:24 -07:00
Steve Faulkner
a5b824ebb5
Fix master compile error
2020-08-10 12:02:18 -05:00
victor-meng
e28765d740
Add null check when reading offerAutopilotSettings ( #138 )
2020-08-10 11:55:43 -05:00
Srinath Narayanan
95f1efc03f
Added support for notebook viewer link injection ( #124 )
...
* Added support for notebook viewer link injection
* updated tests
2020-08-10 01:53:51 -07:00
Steve Faulkner
455a6ac81b
Fix update offer beyond throughput limit error ( #135 )
2020-08-06 18:15:40 -05:00
Vignesh Rangaishenvi
08ee86ecf1
Fix connection string renew token pane ( #136 )
...
* Fix IcM issue + conn string parsing
* format code
* Undo fix for IcM issue
2020-08-06 16:15:31 -07:00
Steve Faulkner
0011007d5f
Refactor Global state into Context Files ( #128 )
2020-08-06 14:03:46 -05:00
vchske
d45af21996
Updating error message on mongo collection create ( #118 )
...
* 1) Updated mongo collection create pane to display a better error when a shard key is ill formed.
2) Updated an error message to use double quotes since no string interpolation is used. I thought it was included in a previoue PR but I guess the change didn't get staged.
2020-08-06 12:56:40 -05:00
Steve Faulkner
a64109ebaa
Fix Generated ARM types ( #131 )
2020-08-06 09:27:41 -05:00
victor-meng
70f9b28499
Fix tabs manager test ( #130 )
2020-08-05 18:01:13 -07:00
Steve Faulkner
78e70cc7cc
Refresh Caches only in Portal ( #129 )
2020-08-05 15:54:17 -05:00
Steve Faulkner
f132a8546c
Move SQL database deletion to ARM ( #126 )
2020-08-04 18:03:14 -05:00
Tanuj Mittal
e6acf6686f
Update NotebookReadOnlyRenderer.tsx ( #127 )
2020-08-04 10:24:25 -07:00
Steve Faulkner
2904a1a60d
Move Delete Container call to use ARM when logged in with AAD ( #110 )
2020-08-03 17:11:07 -05:00
Tanuj Mittal
8c792fd147
Hide Azure Synapse Link button for Serverless accounts ( #121 )
2020-07-31 15:31:21 -07:00
Steve Faulkner
2a53dfabb5
Fix refresh resources button and remove portal specific notebooks call ( #123 )
2020-07-31 16:45:36 -05:00
Srinath Narayanan
14ef40029d
Added session based view updation for gallery notebooks ( #120 )
2020-07-31 12:31:05 -07:00
Steve Faulkner
dab6e43d0d
Hotfix: Remove extra JSON.stringify in Monogo update code path ( #119 )
2020-07-28 15:13:48 -05:00
Steve Faulkner
aea168c893
Add lint rule to prefer arror function ( #114 )
2020-07-27 16:40:04 -05:00
Steve Faulkner
fea321cd68
More ViewModel cleanup ( #116 )
2020-07-27 16:05:25 -05:00
Steve Faulkner
2e49ed45c3
Refactor DocumentClientUtilityBase to not be a class ( #115 )
2020-07-27 12:58:27 -05:00
Steve Faulkner
6d142f16f9
Refactor Data Access Utility ( #112 )
2020-07-24 16:45:48 -05:00
Steve Faulkner
6dcdacc8c4
Update CODEOWNERS
2020-07-24 15:45:42 -05:00