Charles Gagnon
18ab2ae799
Remove TelemetryUtils and use IAdsTelemetryService directly ( #8289 )
...
* Remove TelemetryUtils and use IAdsTelemetryService directly
* Fix event names and cleanup
* Fix tests
* Fix strict null check
2019-11-13 13:54:55 -08:00
Charles Gagnon
3f306d2396
Fix spacing for form layout ( #8321 )
2019-11-13 07:30:09 -08:00
Charles Gagnon
8b17b77010
Undo codicon change to fix modelview images ( #8201 )
2019-11-11 08:28:48 -08:00
Alan Ren
b364e32beb
improve the loading component ( #8251 )
...
* improve the loading component
* fix unused method warning
* revert the change
2019-11-07 11:28:38 -08:00
Charles Gagnon
efebd681b6
Add level to dialog titles and form component titles ( #8233 )
...
* Add level to dialog titles and form component titles
* Switch to h1
* h2 instead of role and aria-level
2019-11-07 09:32:02 -08:00
Anthony Dresser
df0c505452
No unused locals ( #8231 )
...
* add no unused local
* fix strict null
* fix compile errors
* update vscode comments
2019-11-06 17:22:05 -08:00
Anthony Dresser
564f78b6f6
Revert "Revert "Remove typings and replace missing methods with vscodes ( #8217 )"" ( #8242 )
...
* Revert "Revert "Remove typings and replace missing methods with vscodes (#8217 )" (#8240 )"
This reverts commit e801a04bcf .
* fix runtime error
* add tests for chartview
2019-11-06 15:00:34 -08:00
Elliot Boschwitz
e801a04bcf
Revert "Remove typings and replace missing methods with vscodes ( #8217 )" ( #8240 )
...
This reverts commit 22a427f934 .
2019-11-06 11:33:55 -08:00
Anthony Dresser
22a427f934
Remove typings and replace missing methods with vscodes ( #8217 )
...
* remove typings and replace missing methods with vscodes
* fix strict-null-checks
* fix tests
2019-11-05 13:03:20 -08:00
Charles Gagnon
399788ccc1
Fix row/column count and table aria label ( #8219 )
2019-11-05 09:52:59 -08:00
Charles Gagnon
08fde8719d
Make declarative table read blank for empty text cells ( #8215 )
2019-11-05 08:02:37 -08:00
Anthony Dresser
ade68b184d
Move code around for more linting ( #8190 )
...
* testing
* moving around all the code
* fix strict nulls
2019-11-04 10:41:28 -08:00
Amir Omidi
b62c0cf2ab
More promise cleanup ( #8100 )
...
* Some promise cleanup
* Handle more promise issues
* Remove changes that aren't needed anymore
* Use log service
* another one
* Be more explicit
* Some more promises cleaned up
* Handle promises here too
* Strings for errors
* Some more cleanup
* Remove unused imports
2019-10-31 14:30:08 -07:00
Charles Gagnon
ef9321ef2c
Add error messages to BDC dashboard page ( #8103 )
...
* Add error messages to BDC dashboard page
* Remove testing code
* PR fixes
2019-10-30 15:23:34 -07:00
Anthony Dresser
827e6162c7
fix import ( #8116 )
2019-10-30 13:11:29 -07:00
Shafiq Ur Rahman
f8858a3511
Tab trap for modal ( closes #5930 ) ( #8043 )
...
* Tab trap for modal (closes #5930 )
* Addressing PR comments
* Fixed formatting.
2019-10-30 11:38:11 -07:00
Charles Gagnon
82e5221024
Fix modal event propagation ( #8050 )
...
* Fix event propagation
* Remove unneeded onkeyup method
* Move event handling code into SQL classes
2019-10-30 11:29:01 -07:00
Kim Santiago
ce5eb00177
Fix schema compare include/exclude behavior ( #8042 )
...
* don't uncheck difference if unsuccessful
* changes after rebasing to get schema compare fix
* First cut of column checkbox checking reactive to include opteration
* handle blocking dependencies and affected dependencies
* Changing the checked property of table to be list
* Addressing comments
* add map to keep row number of diff entries
* remove findDifferenceRow() since it isn't needed anymore
* fix scrolling to the top when checking/unchecking and add info message
* change checked to updateCells
* improve warning cannot include/exclude message
2019-10-29 11:55:31 -07:00
Charles Gagnon
bd15a96b83
Make form components use title as aria-label ( #8040 )
2019-10-27 14:37:34 -07:00
Kim Santiago
37426b0794
don't allow tabbing into table ( #7769 )
2019-10-22 16:25:37 -07:00
BranislavGrbicMDCS
397f6afaf1
ADS changes for new engine edition ( #7695 )
...
* Sql on demand changes
* Formating files
* Removing features for new Engine Edition
* Fixing Restore & Backup issue. Adding support for multiple conditions per flavor
* tabifying
* Formating documents
* Work in progress
* Resolving comments
* Resolving comments.
* Fixing typo
2019-10-22 12:50:15 +02:00
Anthony Dresser
1e22f47304
Merge from vscode c58aaab8a1cc22a7139b761166a0d4f37d41e998 ( #7880 )
...
* Merge from vscode c58aaab8a1cc22a7139b761166a0d4f37d41e998
* fix pipelines
* fix strict-null-checks
* add missing files
2019-10-21 22:12:22 -07:00
Kevin Cunnane
c1e95a2246
Fix errors due to icon to codicon rename in VSCode ( #7837 )
...
Found numerous errors where icons weren't rendering correctly.
- Anything that's an action must have CSS using "codicon" not "icon"
since VSCode sets the "codicon" class automatically.
This affected Agent view in particular, but also:
- acounts view
- new tab view in dashboard
- many more
- Anything referencing the common-icons.css icons needed updating.
This hid help tooltip text in FormContainer UI for example.
- Finally I tried to convert all references from icon -> codicon,
even when the CSS was technically correct. This was done
for maintainability reasons - from now on always add codicon.
Fixes #7827
2019-10-21 12:02:30 -07:00
Charles Gagnon
0246c3f895
Fix ModelView tree A11y issue ( #7835 )
...
* Fix tree A11y issue
* Toggle expanded state on enter
* Move onkeydown method to base class
2019-10-20 21:42:55 -07:00
Amir Omidi
bbc6460d3f
Update groupContainer.component.ts ( #7803 )
...
Fix small issue
2019-10-18 13:27:25 -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
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
Kim Santiago
087f7fc43d
remove role=document ffrom dialog so screenreader doesn't read it ( #7685 )
2019-10-14 16:57:09 -07:00
Amir Omidi
5da0e16e44
Check for error ( #7711 )
...
* Custom error
2019-10-14 16:26:51 -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
Charles Gagnon
613fef5e73
Fix checkbox component layout ( #7678 )
2019-10-11 09:45:53 -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
Alan Ren
22774f28c0
notebook linebreak update ( #7614 )
2019-10-09 14:46:52 -07:00
Charles Gagnon
33218bb0e5
Add display property to ModelView components ( #7579 )
...
* Add display property to ModelView components
* Update DisplayType property in sqlops as well
2019-10-09 10:28:18 -07:00
Charles Gagnon
2fe82e4b2f
Styling updates for HDFS Manage Access Dialog ( #7551 )
2019-10-08 16:02:55 -07:00
Kim Santiago
749ddc30c7
fixing error and splitview not showing for schema compare ( #7549 )
2019-10-07 17:51:46 -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
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
Cory Rivera
6b29fd05bd
Add collapse/expand functionality to notebook code cells. ( #7481 )
2019-10-03 16:50:47 -07:00
Charles Gagnon
08b78c3ca5
Add width and height properties to checkbox component ( #7482 )
2019-10-02 16:21:08 -07:00
Anthony Dresser
c4dfc5cf70
Fix issue with startup ( #7461 )
...
* address startup erorr
* fix naming
2019-10-01 17:31:49 -07:00
Alan Ren
5b95d6777f
new icons ( #7433 )
2019-10-01 09:50:37 -07:00
Anthony Dresser
084524cd2d
Merge from vscode 313ede61cbad8f9dc748907b3384e059ddddb79a ( #7436 )
...
* Merge from vscode 313ede61cbad8f9dc748907b3384e059ddddb79a
* fix strict null checks
2019-09-30 23:35:45 -07:00
Alan Ren
bc4165037c
fall back to the old text component behavior... ( #7405 )
...
* fall back to the old text component behavior...
if no required indicator and description is needed, fall back to the old text component behavior.
* Update text.component.ts
indention
2019-09-27 11:54:11 -07:00
Anthony Dresser
07109617b5
Merge from vscode e0762af258c0b20320ed03f3871a41967acc4421 ( #7404 )
...
* Merge from vscode e0762af258c0b20320ed03f3871a41967acc4421
* readd svgs
2019-09-27 11:13:19 -07:00
Alan Ren
6385443a4c
deployment extensibility ( #7394 )
...
* rename button and update dialog button width
* make deployment resource type contributable
* conflicts
* fix card width hight issue
* comments
2019-09-27 10:13:38 -07:00
Charles Gagnon
33854d42e4
Fix endpoint links to not overflow text ( #7312 )
...
* Fix endpoint links to not overflow
* Add titles to links
* Re-add title to Text and fix errors
2019-09-26 11:47:22 -07:00
Alan Ren
2d9f6dcd86
rename button and update dialog button width ( #7369 )
...
* rename button and update dialog button width
* update padding to match portal
2019-09-25 20:21:41 -07:00
Alan Ren
a0e31fc723
wizard for deploying bdc ( #7183 )
...
* wip
* wip2
* wip eod 820
* wip 822
* text component improvements and misc changes
* aria-label
* targetClusterPage wip
* target cluster page
* target cluster page
* wip 827
* wip deployment profile page
* profile page
* service settings page
* wip 0903
* 0909 wip
* 0910
* 0911
* sql instance and working directory
* notebooks
* docker version on windows
* EULA env var
* 917 updates
* address comments
* use async file access
* fix the summary page display issue for ad auth
* add save json file buttons
* use promise for private methds
* review feedbacks
* refactor
* pass json to notebooks
* fix no tool scenario
* bypass tool check if installed
* update hint text
* update notebooks
* workaround azdata first time use
* comments
* accept eula and some text update
* fix the error in package.json
* promise instead of thenable
* comments
* fix typo
2019-09-25 10:04:13 -07:00
Anthony Dresser
6a6048d40f
Merge from vscode 817eb6b0c720a4ecbc13c020afbbebfed667aa09 ( #7356 )
2019-09-24 21:36:17 -07:00