Alan Ren
86f8b3f9ec
change field type to Password ( #7791 )
2019-10-17 22:39:31 -07:00
Cory Rivera
9bdaba3b65
Remove sqlmlutils from default packages due to installation failures on OSX. ( #7780 )
2019-10-17 17:21:53 -07:00
Chris LaFreniere
80d46fb8a4
Add search book icon ( #7777 )
2019-10-17 17:20:07 -07:00
Amir Omidi
fa1d5cc49d
Revert "Move Notebook tests back to stable" ( #7755 )
...
* Revert "Move Notebook tests back to stable (#7749 )"
This reverts commit 5d4da455bd .
* Update notebook.test.ts
* Update notebook.test.ts
2019-10-17 11:30:58 -07:00
Amir Omidi
de5fd11155
Add some more asserts to integration tests ( #7759 )
2019-10-17 10:55:16 -07:00
Alan Ren
2ab7a47353
deploy BDC wizard improvement for CU1 ( #7756 )
...
* unified admin user account (#7485 )
* azdata changes
* spaces
* error message
* comments
* support AD authentication for bdc deployment (#7518 )
* enable ad authentication
* remove export for internal interface
* add comments
* more changes after testing
* update notebooks
* escape slash
* more comments
* Update deploy-bdc-aks.ipynb
* Update deploy-bdc-existing-aks.ipynb
* Update deploy-bdc-existing-kubeadm.ipynb
* AD changes and review feedback (#7618 )
* enable ad authentication
* remove export for internal interface
* add comments
* more changes after testing
* update notebooks
* escape slash
* more comments
* Update deploy-bdc-aks.ipynb
* Update deploy-bdc-existing-aks.ipynb
* Update deploy-bdc-existing-kubeadm.ipynb
* address comments from scenario review (#7546 )
* support AD authentication for bdc deployment (#7518 )
* enable ad authentication
* remove export for internal interface
* add comments
* more changes after testing
* update notebooks
* escape slash
* more comments
* Update deploy-bdc-aks.ipynb
* Update deploy-bdc-existing-aks.ipynb
* Update deploy-bdc-existing-kubeadm.ipynb
* scenario review feedbacks
* more fixes
* adjust the display order of resource types
* different way to implement left side buttons
* revert unwanted changes
* rename variable
* more fixes for the scenario review feedback (#7589 )
* fix more issues
* add help links
* model view readonly text with links
* fix size string
* address comments
* update notebooks
* text update
* address the feedback of 2nd round of deploy BDC wizard review (#7646 )
* 2nd review meeting comments
* fix the unit test failure
* recent changes in azdata
* notebook background execution with azdata (#7741 )
* notebook background execution with azdata
* prompt to open notebook in case of failure
* fix path quote issue
* better temp file handling
* expose docker settings (#7751 )
* add docker settings
* new icon for container image
2019-10-16 20:41:15 -07:00
Charles Gagnon
5d4da455bd
Move Notebook tests back to stable ( #7749 )
...
* SqlClient fix is in so these should be stable again
* removed comments
2019-10-16 16:44:36 -07:00
Cory Rivera
0b039830ea
Add sqlmlutils to list of required notebook packages. ( #7740 )
2019-10-16 14:16:09 -07:00
Charles Gagnon
e8e8ee5941
BDC Dashboard fixes ( #7732 )
...
* BDC Dashboard fixes
* Make refresh indicate when refresh is happening
* Fix refresh button to properly reset even if error occurs. Refactor onclick into own method.
* Undo refresh button rotation per design feedback
2019-10-15 21:50:02 -07:00
Cory Rivera
23861bd369
Wait for python installs to complete before starting a python notebook. ( #7729 )
2019-10-15 17:06:19 -07:00
Chris LaFreniere
4c946b21a9
Jupyter Book Search First Steps ( #7704 )
...
* Crawling for book search. needs icon
* Remove context until decision on entry point
* Add undefined check
2019-10-15 17:04:24 -07:00
Alex Ma
e74538b40d
Added notification for unsaved file in scheduling ( #7705 )
...
* Added notification for unsaved file in scheduling
* Removed logging message in line 216
* Changed regex for all 3 platforms (forbid '/')
* Untitled file prompts to save in mainController
* removed spaces and changed save message
2019-10-15 14:29:34 -07:00
Cory Rivera
b6ef5469de
Correctly handle exceptions in package upgrade promise. ( #7734 )
2019-10-15 13:50:30 -07:00
Cory Rivera
eb465fde1a
Skip prompting for package upgrade if a python install is already in progress. ( #7717 )
2019-10-14 15:31:53 -07:00
Charles Gagnon
26ece1ee86
Fixes to apply recursive ( #7714 )
...
* Fix apply recursive Promise.all to correctly await promises and fix apply to not apply defaults to child files.
* PR comments
2019-10-14 15:04:14 -07:00
Kevin Cunnane
f18b65a690
Mount delete, refresh and default to new folder for mount create ( #7702 )
...
* Mount delete, refresh and default to new folder for mount create
- Delete mount action added
- Refresh mount action added
- Added "mymount" to theend of existing path so that we don't use already-existing HDFS folder. The call fails unless folder doesn't exist
2019-10-14 13:26:14 -07:00
Charles Gagnon
6851b2091f
Add return to getControllerEndpoint ( #7699 )
2019-10-14 09:05:09 -07:00
Charles Gagnon
d02c680dab
More HDFS Manage Access dialog updates ( #7692 )
...
* Add support for default permissions on directories
(cherry picked from commit 4e81cceba142c6763c3447b4d2965cd75764f8f9)
* Remove unneeded import
(cherry picked from commit ffe5f357357e75e9290966e89768c699df2e1311)
* Add recursive apply and clean up webhdfs
(cherry picked from commit ae76df14f99e599df1cdfcc74ee22d3822f11a59)
* Final set of changes
* Undo changes to azdata/sqlops and few minor fixes
* Remove cast to fix build error
* Hide defaults checkbox for files and switch checkbox order
2019-10-11 15:18:17 -07:00
Kevin Cunnane
92e1f83046
Mount HDFS Dialog: basic support ( #7580 )
...
Implemented in this PR
- New base dialog for anything needing to work with the controller. This is important since going from SQL -> Controller we "should" have the right permissions but aren't guaranteed
- Support for Mount HDFS via a dialog. Includes basic polling for success/failure, but have to give up after 2.5min as mounting could take hours. By then it's assumed to be successful since server-side has 2min timeout built in.
Not implemented in this PR
- Script as Notebook button. This should convert the inputs to a set of cells in a notebook so users can run things themselves
- Updates based on PM / UX reviews. I think we'll need a round of feedback before completing this work.
2019-10-11 11:06:40 -07:00
Cory Rivera
9a3f72591e
Show a background task when upgrading python packages. ( #7649 )
2019-10-11 10:56:19 -07:00
Karl Burtram
c292561eb1
Update XLF files and fix errors with export ( #7586 )
...
* Update XLF files and fix errors with export
* Update file name
* Patch
2019-10-10 20:47:28 -07:00
Charles Gagnon
f1cdfb768d
Make health status header wider so text isn't multiline ( #7637 )
2019-10-10 14:10:28 -07:00
Kim Santiago
bf00a6b695
bump dacpac and schema compare extension versions ( #7629 )
2019-10-10 13:20:23 -07:00
Charles Gagnon
543e3e2c09
More updates to HDFS Manage Access dialog ( #7611 )
...
* Add display property to ModelView components
* Update DisplayType property in sqlops as well
* More updates to HDFS Manage Access dialog
* More updates to HDFS Manage Access dialog
2019-10-10 10:57:38 -07:00
Kim Santiago
93c9426f25
fix aria labels for database text boxes ( #7628 )
2019-10-10 10:30:43 -07:00
Chris LaFreniere
d4feb903b0
Supporting Different Kernel JSONs for Various Platforms ( #7552 )
...
* First go at it
* undo unnecessary change to copy api
* Revert "undo unnecessary change to copy api"
This reverts commit f95f7f7a42277586f4d4d0eb7b0733c11853b413.
* Revert "First go at it"
This reverts commit 410c0d3c61b7c7cae3a2469a2672f67fe3b745b6.
* Actual super simple fix
2019-10-09 19:19:05 -07:00
Chris LaFreniere
5a1183a457
Fix async problem with jupyter book viewlet loading ( #7591 )
...
* Fix async problem with jupyter book viewlet
* PR Feedback
2019-10-09 16:06:32 -07:00
Alan Ren
22774f28c0
notebook linebreak update ( #7614 )
2019-10-09 14:46:52 -07:00
Amir Omidi
f475c04ce3
Fix mocha issues ( #7588 )
...
* mocha invert boolean
* Run integration test setup either way
2019-10-08 22:14:06 -07:00
Cory Rivera
3a01f960a7
Add prompt for user to upgrade python packages when starting a notebook ( #7574 )
2019-10-08 17:42:10 -07:00
Cory Rivera
66fda57513
Block Enter key from closing Manage Packages dialog. ( #7584 )
2019-10-08 16:58:23 -07:00
Charles Gagnon
2fe82e4b2f
Styling updates for HDFS Manage Access Dialog ( #7551 )
2019-10-08 16:02:55 -07:00
Amir Omidi
eee7e52bd4
Release tests ( #7577 )
2019-10-08 15:06:21 -07:00
Elliot Boschwitz
ecd76eb870
removed hidden overflow for schema compare splitview ( #7104 )
...
Fixes issue where scrollbars wouldn't appear with vertical overflow in schema compare
2019-10-08 13:44:12 -07:00
Amir Omidi
bcaa09e910
Disable unstable tests ( #7571 )
2019-10-08 13:01:49 -07:00
Kim Santiago
749ddc30c7
fixing error and splitview not showing for schema compare ( #7549 )
2019-10-07 17:51:46 -07:00
Charles Gagnon
c4965c7fe9
Fix parseAclPermissionFromOctal to include optional sticky bit ( #7542 )
...
* Fix parseAclPermissionFromOctal to include optional sticky bit
* Fix doc
2019-10-07 17:21:08 -07:00
Amir Omidi
b453c3a48e
Flat file import version bump ( #7525 )
2019-10-07 16:09:26 -07:00
Amir Omidi
285f8bc28c
Move around scripting utils ( #7523 )
...
* Move around scripting utils
* Don't set a file path
* Version bump
2019-10-07 15:09:49 -07:00
Charles Gagnon
e25cbdf4b9
Fix BDC dashboard to update status icons on refresh ( #7520 )
2019-10-07 13:40:58 -07:00
Charles Gagnon
b1db9a8cf1
Update Query History readme with latest feature additions ( #7529 )
2019-10-07 13:38:28 -07:00
Charles Gagnon
f418104b7a
big data cluster -> Big Data Cluster ( #7536 )
2019-10-07 13:13:40 -07:00
Charles Gagnon
5454917569
Add ability to handle enter key propagation for input model components ( #7524 )
...
* Add ability to stop enter key propagation for input model components
* Fix spacing
* onInputEntered -> onEnterKeyPressed
2019-10-07 12:05:43 -07:00
Charles Gagnon
effa50a9bd
Add unstable test params for core and extension tests ( #7513 )
...
* Add unstable test params for core and extension tests
* unset invert options for unstable script runs
* Fix copypasta
* Add nogpu to dacpac tests
2019-10-07 10:18:02 -07:00
Kevin Cunnane
b23e577ccc
Support mounted file icon ( #7496 )
2019-10-04 14:10:50 -07:00
Charles Gagnon
96a28f2c4d
Add query-history package metadata ( #7511 )
...
* Add query-history package metadata
* Add newline
2019-10-04 13:58:12 -07:00
Cory Rivera
826c4115a7
Add powershell package to notebook python setup. ( #7503 )
...
Also added force-reinstall flag to installs when running Reinstall Dependencies.
2019-10-04 11:08:07 -07:00
Kevin Cunnane
e85f93abec
Support HDFS Tiering ( #7484 )
...
This is the 1st step to supporting HDFS Tiering
Changes:
Add new mounted folder icon. Will have separate commit for file icon
Disable delete/mkdir/upload for mounted files and folders
Disable delete for root HDFS folder (this was added in error)
2019-10-03 14:48:19 -07:00
Amir Omidi
37f651fe08
Mark test as unstable ( #7493 )
2019-10-03 12:56:42 -07:00
Alan Ren
d2e4e94aec
fix issue 7489 and disposable handling ( #7491 )
2019-10-03 12:20:54 -07:00