artrejo
3ae1f97ccc
Remove AFEC check for Synapse Link and Mongo
2020-09-21 13:44:05 -07:00
Tanuj Mittal
92c4440d38
Skip refreshing pinned repos if token not available ( #219 )
2020-09-21 11:41:48 -07:00
victor-meng
dc56f7e154
Lazy load database offer in data explorer ( #208 )
...
Co-authored-by: zfoster <notzachfoster@gmail.com>
2020-09-18 16:00:21 -07:00
Laurent Nguyen
e62184a1f2
Fix inaccessible link by keyboard nav in info bubble ( #216 )
...
* Fix inaccessible link by keyboard nav in info bubble
* Fix shift-tab on link to focus previous element
2020-09-18 16:26:04 +02:00
Laurent Nguyen
26c832437b
Support showing only notebook output scenario ( #177 )
...
* Enable hiding prompt when hiding inputs (so that only output is showing)
* Fix format
* Rename variable
* Use nteract prompt instead of copying source
2020-09-18 16:25:09 +02:00
Tanuj Mittal
832f8d560d
Reset focus to trigger element when pane is closed ( #217 )
2020-09-17 15:08:46 -07:00
Steve Faulkner
d85c96d408
Allow remote config to set valid origins ( #205 )
2020-09-17 16:13:22 -05:00
Tanuj Mittal
bad6a60d07
Fix aria-labels in AddCollectionPane and DeleteCollectionConfirmationPane ( #213 )
...
* Fix aria-labels in AddCollectionPane and DeleteCollectionConfirmationPane
* Fix broken delete
2020-09-17 12:20:22 -07:00
Zachary Foster
b690fe18e6
Focuses header control element on Add Row click in Cassandra ( #212 )
2020-09-17 13:00:15 -04:00
Garrett Ausfeldt
1bbe08378c
Fix focus when adding and removing a unique key ( #214 )
...
* fix focus when adding and removing a unique key
* cleanup
Co-authored-by: REDMOND\gaausfel <gaausfel@microsoft.com>
2020-09-17 09:48:42 -07:00
Laurent Nguyen
9b021b29b9
Fix a11y bugs in query stats table: too many columns, header info not passed to column contents ( #209 )
2020-09-17 10:43:01 +02:00
DanielSPham
949f9203b8
Analytical storage label ( #211 )
...
Co-authored-by: Daniel Si Pham <v-danpha@microsoft.com>
2020-09-16 17:18:00 -07:00
DanielSPham
de7761ba4b
Fixed aria label for autopilot throughput ( #206 )
...
Co-authored-by: Daniel Si Pham <v-danpha@microsoft.com>
2020-09-16 17:17:41 -07:00
DanielSPham
40f4efab7c
Added heading role to pane title ( #203 )
...
Co-authored-by: Daniel Si Pham <v-danpha@microsoft.com>
2020-09-16 17:17:23 -07:00
Tanuj Mittal
34c41e1557
Add telemetry for OpenTerminal ( #200 )
2020-09-16 17:04:34 -07:00
Steve Faulkner
03b19fc875
Split all script data access methods ( #197 )
...
* Split all script data access methods
* More cleanup
* Fix Typo
2020-09-15 13:31:30 -05:00
Tanuj Mittal
d6a4924710
Add actionModifier to appInsights telemetry ( #202 )
2020-09-15 11:21:18 -07:00
DanielSPham
5ccf26e403
Change load more role ( #190 )
...
Co-authored-by: Daniel Si Pham <v-danpha@microsoft.com>
2020-09-14 17:02:29 -07:00
DanielSPham
ef7da10b6e
Added alert role to query tables tab error ( #199 )
...
Co-authored-by: Daniel Si Pham <v-danpha@microsoft.com>
2020-09-14 16:53:39 -07:00
DanielSPham
dfd18152ca
Fixed placeholder ( #201 )
...
* Fixed placeholder
* Clean up
Co-authored-by: Daniel Si Pham <v-danpha@microsoft.com>
2020-09-14 16:34:56 -07:00
DanielSPham
e22675bc40
Updated TreeComponent alt text ( #188 )
...
Co-authored-by: Daniel Si Pham <v-danpha@microsoft.com>
2020-09-14 16:27:12 -07:00
Tanuj Mittal
c4257bf4a9
Revert "Add telemetry for OpenTerminal success/failure ( #192 )" ( #198 )
...
This reverts commit 83b13de685
.
2020-09-11 23:12:28 -07:00
Tanuj Mittal
728eeefa17
Fix file downloads from notebooks container ( #196 )
...
* Fix file downloads from notebooks container
* Add downloading message
2020-09-11 19:37:00 -07:00
Tanuj Mittal
83b13de685
Add telemetry for OpenTerminal success/failure ( #192 )
...
* Add telemetry for OpenTerminal success/failure
* Address review comments
2020-09-11 15:42:55 -07:00
Steve Faulkner
c401f88aae
Improve ARM error parsing and display ( #189 )
2020-09-11 12:54:30 -05:00
DanielSPham
af820c0fbf
Fixed notification console screen reader issue ( #193 )
...
* Fixed notification console screen reader issue
* Added aria expanded
Co-authored-by: Daniel Si Pham <v-danpha@microsoft.com>
2020-09-11 10:36:53 -07:00
swviswan
a2845a0102
Notebooks: Ability to download file in notebooks. ( #194 )
...
Today, if we have non notebook file in the container and we try to download the file, it fails. That is because, the filetype is always defined as notebook in the call to content provider's get method. Fixing it to use the right type in this change.
2020-09-10 23:39:33 -07:00
Tanuj Mittal
ed9b443bf6
Disable fetch tracking in appInsights ( #187 )
2020-09-10 12:15:24 -07:00
Zachary Foster
3fe63e88cb
Adds e2e baseline SQL test in puppeteer ( #160 )
...
* Adds e2e baseline SQL test in puppeteer
* fix lint
* Skip index test
* add to ci
* Stop waiting for server
* Switch to headless mode
* Adds wait-for-server to package.json and uses it in puppeteer CI
* Adds waiton
* top level wait on
* Adds env var to secrets ci.yml
* use existing connection string
* redo tests
* nits and hopefully fix timeout issue
* Fix config file
* try waiting for delete container menu
* Removes statuseval
* Remove unused var
* Slow down and add quotes to selector
* Fix blocking point, remove wait
* Reduce to 50
* Adds database delete stuff
* remove logs, add back waitFors
* Finish container SQL spec test
2020-09-09 13:18:27 -04:00
DanielSPham
53bedb1641
Added descriptive aria label to autoscale throughput link ( #185 )
...
Co-authored-by: Daniel Si Pham <v-danpha@microsoft.com>
2020-09-08 11:03:48 -07:00
Steve Faulkner
e6ac5a7043
Telemetry Adjustments ( #182 )
2020-09-08 12:44:46 -05:00
Steve Faulkner
faf923f647
TypeScript 4.0 ( #165 )
2020-09-04 09:08:52 -05:00
Laurent Nguyen
d471cff77c
Fix resource tree node selection bug ( #170 )
...
* Fix bug with resource tree selection for graphs
* Reformat and type fixes
2020-09-04 10:15:53 +02:00
DanielSPham
0a24a0b73e
Updated aria label ( #180 )
...
Co-authored-by: Daniel Si Pham <v-danpha@microsoft.com>
2020-09-03 14:10:57 -07:00
victor-meng
6bc506b81f
Clean up unused utility functions for creating databases and collections ( #181 )
2020-09-03 13:05:22 -07:00
victor-meng
fae59d8754
Move create collection to RP ( #173 )
2020-09-02 10:02:29 -07:00
DanielSPham
c2cd383ece
Added alert role for splash loader ( #175 )
...
Co-authored-by: Daniel Si Pham <v-danpha@microsoft.com>
2020-09-01 12:45:20 -07:00
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
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
victor-meng
b61a235bf6
Move readCollection, readCollections, and readDatabases to ARM ( #134 )
2020-08-12 17:13:43 -07: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
Tanuj Mittal
33969581ac
Support serverless accounts ( #109 )
...
* Changes for serverless accounts
* Dont show upsell message for serverless accounts
* Update CassandraAddCollectionPane to support serverless
2020-07-24 13:13:54 -07:00
Srinath Narayanan
dc67c5f40b
Added support for taking screenshot during Notebook publish to Gallery ( #108 )
...
* Added support for taking screenshot
- Screenshot is taken using html2canvas package
- Converted to base 64 and uploaded to metadata
- For Using first display output
- Notebok object is passed instead of string, to publish pane
- The first cell with output present is parsed out
- The dom is also parsed to get corresponding div element to take screenshot of the first output
* fixed bug
* Addressed PR comments
- FIxed bug that didn't capture screenshot when mutiple notebook tabs are opened
* removed unnecessary dependencies
* fixed compile issues
* more edits
2020-07-23 00:43:53 -07:00
Steve Faulkner
6860d8db1c
Remove unused Data Access methods ( #107 )
2020-07-22 12:03:51 -05:00
Vignesh Rangaishenvi
0f4ff0e49f
Support readers ( #105 )
2020-07-21 11:57:23 -07:00
Steve Faulkner
4f86015be7
Remove OpenActionsStubs ( #106 )
2020-07-21 13:50:51 -05:00
Steve Faulkner
46cca859e3
Add more files to strict mode ( #93 )
2020-07-21 12:14:55 -05:00
Steve Faulkner
574fdcaf37
Remove Pane Stubs ( #102 )
2020-07-21 09:23:51 -05:00
Steve Faulkner
eab6506940
Remove Explorer Stub and ViewModel.Explorer ( #101 )
2020-07-20 12:59:40 -05:00
Srinath Narayanan
050da28d6e
Added support for custom image upload during publish to Gallery ( #99 )
...
* Added support for custom image upload
- Dropdown gives an option for URL or image upload
- Preview shows how the card will be displayed in the gallery
- base64 converted image stored in metadata document
- Max limit is 1.5MiB for the image
* fixed lint errors
* addressed PR comments
- Added test
* added snapshot
* fixed failing test
2020-07-17 15:32:39 -07:00
Steve Faulkner
ffae9baca2
Tabs CSS Hotfix and hash CSS file contents ( #98 )
...
Co-authored-by: Victor Meng <vimeng@microsoft.com>
2020-07-16 20:35:18 -05:00
Steve Faulkner
444e25c086
More Spark UI Cleanup ( #89 )
...
Co-authored-by: Steve Faulkner <stfaul@microsoft.com>
2020-07-15 16:59:04 -05:00
Steve Faulkner
99c6a7ebcc
Make explicit any an error ( #81 )
...
Co-authored-by: Steve Faulkner <stfaul@microsoft.com>
2020-07-15 16:21:50 -05:00
Tanuj Mittal
b1e20796c2
Updates to standalone gallery ( #91 )
...
* Add hyperlink icon for links in DialogComponent
* Use a Cosmos DB image for sample Persona
* Fix tests
* Update standalone gallery behavior to match DE gallery
* Use /gallery endpoint for gallery
* Update Gallery Card style to remove buttons in standalone mode
* Address comments
* Add text banner
2020-07-15 13:58:43 -07:00
Srinath Narayanan
543ae9fe4a
Added infinite progress bar when gallery read-only notebook viewer loads ( #90 )
...
* Added infinite progress bar when gallery notebook content loads
- reused infinite progress bar from magic commands
* made single quotes to double quotes
* formatting changes
* updated state
* changed to ProgressIndicator
* undo packgae.json change
2020-07-15 09:53:06 -07:00
Tanuj Mittal
db0b478eb0
Fix gallery card list bug ( #87 )
2020-07-15 09:27:27 -07:00
Steve Faulkner
9affc34301
Initial Pass at Accessibility Checks in CI ( #88 )
2020-07-14 23:01:28 -05:00
victor-meng
15953da51e
Fix indexing off not working for SQL and graph free tier accounts ( #85 )
2020-07-13 10:54:59 -07:00
Steve Faulkner
15f9146ac9
Remove correlation iframe ( #83 )
...
Co-authored-by: Steve Faulkner <stfaul@microsoft.com>
2020-07-13 09:41:41 -05:00
victor-meng
35dcc17768
Fix styling issues with tabs manager ( #84 )
2020-07-10 15:08:38 -07:00
Tanuj Mittal
dcd6e0361c
Add hideInputs query param in notebookViewer and other minor updates ( #82 )
...
* Add hideInputs query param in notebookViewer
* Fix test and other minor changes
* Make GalleryHeaderComponent more functional
2020-07-10 14:23:53 -07:00
victor-meng
4068a9fbaa
Create tabs manager and refactor tab related logic ( #66 )
...
Co-authored-by: Steve Faulkner <southpolesteve@gmail.com>
2020-07-09 13:53:37 -07:00
Steve Faulkner
326bd4f494
Initial pass at removing old spark code ( #80 )
...
Co-authored-by: Steve Faulkner <stfaul@microsoft.com>
2020-07-09 10:49:27 -05:00
Tanuj Mittal
5a1dd42395
Add top bar in standalone gallery and notebook viewer ( #76 )
...
* Add top bar in standalone gallery
* Address review comments
2020-07-08 12:40:47 -07:00
vchske
955d08e4d0
Added a different message if the account is free tier ( #69 )
...
* Added a different upsell message if the account is free tier
* Fixing prettier and unit tests
2020-07-08 10:02:47 -07:00
Steve Faulkner
604f87f318
Upgrade to TypeScript 3.9 ( #75 )
2020-07-08 10:12:49 -05:00
Vignesh Rangaishenvi
a08890aadf
Ability to skip resource validation with RP calls ( #73 )
...
* Support ability to skip resource validation
* Use request options
2020-07-07 14:31:19 -07:00
Tanuj Mittal
84ea3796ec
Remove enableGallery feature flag ( #68 )
...
* Remove enableGallery feature flag
* Fix bugs
* Add tests to increase coverage
* Move favorites functionality behind feature.enableGalleryPublish flag
* Show code cells in NotebookViewer
* Use cosmos db logo as persona image for sample notebook gallery cards
* Update gallery card snapshot to fix test
2020-07-06 12:10:26 -07:00
Laurent Nguyen
27024ef75c
Initial implementation of a generic UI component ( #61 )
...
* Add generic component
* Add validation. Rename to widgetRenderer
* Remove test code from splash screen
* Clean up infobox
* Fix styling/layout
* Move test code into unit test
* Replace <input> and <labe> by <TextField> and <Text> respectively. Fix style.
* Replace InfoBoxComponent with UI fabric MessageBar. Fix styling for TextField
* Use MessageBar for error message
* Rename WdigetRendererComponent to SmartUiComponent
2020-07-06 17:16:43 +02:00
Laurent Nguyen
3f34936acd
Add more files to strict compile. Update CONTRIBUTING.md ( #63 )
...
* Add more files to strict compile. Update CONTRIBUTING.md to recommend FluentUI use
* Remove eslint-disable and use non-null assertion
2020-07-06 17:16:24 +02:00
Tanuj Mittal
7512b3c1d5
Notebooks Gallery ( #59 )
...
* Initial commit
* Address PR comments
* Move notebook related stuff to NotebookManager and dynamically load it
* Add New gallery callout and other UI tweaks
* Update test snapshot
2020-06-30 11:47:21 -07:00
vchske
dd199e6565
Fixing errors in mongo document tab ( #58 )
...
* This fixes an issue where errors when editing documents in an API for MongoDB endpoint would not be presented in the UI.
* Changing null to undefined in several places
* Fixed style issue.
Unignored MongoProxyClient.ts from full lint
* More linter issues since the removal from lint ignore
2020-06-29 16:02:31 -07:00
Laurent Nguyen
8200cc521f
Switch to Graph explorer gremlin queries to use id and pk inside single quoted strings ( #57 )
2020-06-26 16:52:54 +02:00
Laurent Nguyen
1d3b672a14
Fix focus to match portal ( #56 )
2020-06-26 16:52:28 +02:00
Steve Faulkner
d22cb598a9
Fix Typo ( #54 )
2020-06-24 13:35:30 -05:00
Steve Faulkner
269ea6a349
Add Additional Lint Rules ( #55 )
2020-06-23 10:45:51 -05:00
Laurent Nguyen
123902e7ee
Allow multi-line input for query box in Graph ( #41 )
2020-06-23 09:35:16 +02:00
Laurent Nguyen
9fedf63a77
Show splash screen for all accounts ( #44 )
2020-06-18 10:36:05 +02:00
Laurent Nguyen
4abfcc5e25
Fix graph tab height issue (bottom part too low and occluded by notification bar) ( #48 )
2020-06-17 12:17:22 -05:00
Steve Faulkner
7f1355b1a4
Linting Updates ( #47 )
2020-06-16 09:21:44 -05:00
Tanuj Mittal
3eff440680
Remove unused Telemetry Actions and update comment ( #18 )
2020-06-15 10:35:02 -07:00
Laurent Nguyen
73f2c612ed
Remove old resource tree and cleanup ( #28 )
...
* Remove old resource tree and its various components
* Fix stored procedure, udf, trigger not always deleting when context menu option chosen
* Reformat and fix eslint warnings
* Remove CommandButtonOptions
2020-06-15 12:16:52 +02:00
Laurent Nguyen
d70e30c4fc
Add data explorer launcher ( #23 )
...
* Initial migration from ADO
* Bug fixes
* Fix bugs. Make active area smaller and require shift + ctrl + dbl click
* Add missing features
* Switch from HashMap to Map as it is already polyfilled
2020-06-15 10:50:55 +02:00
Laurent Nguyen
d32bd8851e
Remove NotebookTab ( #35 )
2020-06-12 09:26:39 +02:00
Laurent Nguyen
23b2d8100f
Remove obsolete feature flags (and reformat) ( #27 )
...
* Reformat
* Remove unused feature flags: graph, cacheOptimizations, settingsPane, throughputOverview, enableNteract
2020-06-11 12:39:58 +02:00
Steve Faulkner
1662d20e8a
Fix Auth Header + Firefox Bug in Emulator ( #22 )
2020-06-10 16:08:05 -05:00
victor-meng
582ac865ff
Migrate UploadItemPane to react ( #17 )
...
* Create GenericPaneComponent and use it to migrate UploadItemsPane to React
* Add helper functions for building each panel section
* Address comments and some styling changes
* Unsubscribe to isNotificationConsoleExpanded when component unmounts
2020-06-10 00:15:32 -07:00
Tanuj Mittal
aa8236666e
Use graphql in GitHubClient and misc fixes ( #8 )
...
* Use graphql in GitHubClient
* Replace usage of Array.find with _.find
2020-06-05 12:22:41 -07:00
Laurent Nguyen
e9d3160b57
Initial transfer from ADO ( #13 )
2020-06-04 19:04:15 -07:00
Tanuj Mittal
ab3486bd05
Add telemetry to track execute cell from <Prompt/> ( #15 )
2020-06-02 10:46:12 -07:00
Tanuj Mittal
a6c44e0e69
Add support for changing GitHub OAuth permissions ( #4 )
2020-05-29 19:16:50 -07:00
Steve Faulkner
9f7f7c202f
Update to ADO 64472154f607bb7b0820ef3d6a9f3ab6b058382d ( #11 )
2020-05-28 15:13:45 -05:00
Steve Faulkner
7acb1faa4f
Update to ADO c5a09dcbef2464ad2dbd6d8a5c70d4b8f105816c ( #6 )
2020-05-27 18:24:10 -05:00
Steve Faulkner
0494da4162
Update to ADO 5ed9b2130da7f822153531489d802c28986f5d30
2020-05-26 13:53:41 -05:00
Steve Faulkner
36581fb6d9
Initial Move from Azure DevOps to GitHub
2020-05-25 21:30:55 -05:00