Charles Gagnon
b1a9d6baa1
Fix resource deployment validations ( #15963 )
...
* Fix resource deployment validations
* comment out unused for now
* Fix tests
2021-07-01 11:49:14 -07:00
Alex Ma
30462dfb25
Webpack Extensions update ( #15919 )
...
* test for schemacompare
* added schema compare to package.json
* added arc for translation
* added admin-tool-ext-win
* added agent
* added cms to list of extensions webpacked
* removed dacpac
* added import
* added machine-learning
* removed profiler
* added server-report
* added sql-assessment
* added sql-migration
* added sql-database-projects
* added query-history
* fixed and updated dependencies in extensions for webpacking.
* fixed names of entry
* fixed webpack for machine-learning
* removed dependency external for dacpac
* reduced externals for server-report
* added back import
* removed extension.webpack.config.js
* removed useless handlebars function
* added todo message
2021-07-01 09:56:55 -07:00
Aasim Khan
ca07671a68
- Adding mouse in and out styling to clickbale divs ( #15956 )
...
* - Adding mouse in and out styling to clickbale divs
-Moving dashboard card styling to outer div container from inner form container
* removing detect changes
* Localizing aria label
* moving css from template to styles
* adding themeing participant to change hover styling
* removing unused event handlers
* separating styling
2021-07-01 09:49:08 -07:00
Leila Lali
38a6fc4d60
Updating ML extension version to 0.11.0 ( #15959 )
2021-07-01 09:33:43 -07:00
Charles Gagnon
41bac47cbd
Add open existing project functionality for VS Code ( #15958 )
2021-07-01 09:20:46 -07:00
Sakshi Sharma
e72ba26411
Bump Sql Db Projects extension version ( #15688 )
...
* Bump Sql Db Projects extension
* Bump azdata version for Sql Db projects
* Update package.json
Co-authored-by: Charles Gagnon <chgagnon@microsoft.com >
2021-06-30 11:03:42 -07:00
Charles Gagnon
7ce791d826
Load all data workspace projects directly from workspace ( #15921 )
...
* Load all projects directly from workspace
* fixes
* Remove relativity and fix tests
* fix compile
* PR comments
* remove unused
* distro
2021-06-30 10:58:34 -07:00
Aasim Khan
6e814d9ff0
Updating sqltoolservice ( #15928 )
2021-06-30 10:19:27 -07:00
nasc17
3f4e7f8c36
Add and drop Postgres extensions ( #15923 )
...
* Works
* Clean up
* Aria labels added
* Pr fixes, only allow one drop at a time, check for citus
* Cleaning up refresh
* Created separate function for creating drop button
* Added with props, add comment about not able to drop citus extension
* Update url link of postgres extensions to match engine version after config is availible
2021-06-30 06:37:48 -07:00
brian-harris
1538adf5ed
add aria label content to dropdown controls ( #15940 )
2021-06-29 15:35:48 -07:00
Karl Burtram
31e9c21c06
Fix regressions in web build ( #15920 )
...
* Update build for web issues
* Fix remote\web package.json
* Remove extension activate test
* Add terminal entry point
* Bump distro
* Update docker files and pipelines
* Add linux task
* Update build pool
* Correct image name
* Update pipelines
* Fix indention
* Update sql-web-build.yml for Azure Pipelines
Add new build variable
* Update sql-web-build.yml for Azure Pipelines
Revert previous commit
* Disable sourcemaps upload
* Remove compile step
* Fix yaml typo
* Fix dependson error
* Update yaml
* Add notebook parameters
* Remove web from desktop builds
* Add web createDrop script
* Bump distro
* Change execution mode on createDrop script
* Code review feedback
* Update CI hygiene cache key
* Bump distro
* Fix merge conflicts
* Revert "Fix merge conflicts"
This reverts commit 06f7a58b6e0a065520b7686e8469e4e7682e157a.
* Bump distro to before smoke test update
2021-06-29 12:12:27 -07:00
Lucy Zhang
7ccbe61a1a
Remove old python installation after new Python is successfully downloaded ( #15931 )
...
* remove old python after new download
* remove catch
2021-06-29 08:55:41 -07:00
Charles Gagnon
dac1bdafd7
Port VS Code 1.56.0 Hotfixes ( #15912 )
...
* fix #123040
* Switch priority of shell/shellArgs and defaultProfile setting
Fixes #123159
We were too aggressive introducing the new default profile system as many
users (as well as dev containers, microsoft/vscode-dev-containers#838 ) depend
on these settings for their workflow. This also includes a change in behavior
where if shellArgs are specified, they are applied to the fallback shell
(even when shell.platform isn't specified), which aligns with past behavior.
* fixes #123036 (#123263 )
* fixes #123041 (#123287 )
* 1.56 fix for #123044
* Do not invoke `resolveWithInteraction` over terminal settings (#123590 )
* Change grunt, gulp and jake task auto detection to be off by default (#123588 )
Co-authored-by: meganrogge <megrogge@gmail.com >
Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com >
Co-authored-by: João Moreno <joao.moreno@microsoft.com >
Co-authored-by: Martin Aeschlimann <martinae@microsoft.com >
Co-authored-by: Alex Dima <alexdima@microsoft.com >
2021-06-29 08:51:21 -07:00
Kim Santiago
edc319a90c
Remove awaits that were blocking data workspace extension from loading ( #15904 )
...
* remove awaits that were blocking data workspace extension from loading
* add comment
* remove await and use then
* use return instead of await
* add notification when there's an error
2021-06-25 15:46:28 -07:00
Lucy Zhang
ff1a642157
Add jupyter server shutdown timeout setting ( #15913 )
...
* add jupyter server shutdown timeout setting
* no timeout if setting is 0
* set minimum value to 0
2021-06-25 15:16:32 -07:00
Udeesha Gautam
768bf47aec
adding more logs for transient failure cases in schema compare ( #15900 )
2021-06-25 12:00:23 -07:00
Charles Gagnon
33ff661c6f
Add VS Code native New Project create flow ( #15906 )
...
* Add VS Code native New Project create flow
* Update project name title
* Ignore focus out
* comments
* ellipsis
2021-06-25 10:46:40 -07:00
Charles Gagnon
1caef2dc6e
Remove duplicate extensions from browse filter ( #15907 )
...
* Remove duplicate extensions from browse filter
* Update placeholder
2021-06-24 23:55:53 -07:00
Lucy Zhang
0d2710341a
increase jupyter server shutdown timeout ( #15899 )
2021-06-24 15:13:08 -07:00
Kim Santiago
8c6be27254
fix projects notification showing when it shouldn't ( #15890 )
...
* fix projects notification showing when it shouldn't
* use path.resolve
2021-06-24 12:24:57 -07:00
Barbara Valdez
ae7e69381a
Resize open book icon ( #15828 )
...
* resize icon
* rename icon and remove icon from commands
2021-06-24 09:50:50 -07:00
Charles Gagnon
0a3ed1a63a
vBump arc and azdata ( #15894 )
2021-06-24 09:22:30 -07:00
nasc17
478a2bf64b
View extensions of Postgres server group ( #15887 )
...
* Init
* Fix view
* Change strings
* Change strings edit/view
* Only view extensions
* Added loading text
* Add table label, remove try catch block, prfixes
* String add
* Take out podstatus model, add correct link
2021-06-24 09:20:22 -07:00
brian-harris
e639a94dda
Dev/brih/task/assessment select first error ( #15888 )
...
* refactor assessment result display, auto-select 1st item
* add async support using setDataValues in declarativeTable
* address review feedback
2021-06-24 08:41:05 -07:00
Charles Gagnon
3a3d7f5271
withProperties -> withProps ( #15876 )
...
* withProperties -> withProps
* Fix errors
* remove ,
* fixes
* Update azdata-test
* Fix dacpac tests
* Add required and remove added layout
2021-06-23 14:26:14 -07:00
Charles Gagnon
4707c1601c
Handle no azdata API in sql db proj extension gracefully ( #15873 )
...
* Update db proj ext to handle not having azdata API available
* Fixes
* Fix compile
2021-06-22 23:34:01 -07:00
Charles Gagnon
00361e52a2
Handle no azdata API in data-workspace extension gracefully ( #15871 )
2021-06-22 16:35:20 -07:00
Charles Gagnon
999acca745
Fix create book dialog smoke test ( #15848 )
2021-06-21 16:28:05 -07:00
nasc17
3cc8d29821
Per role configuration customization when creating PG server group ( #15779 )
...
* Init
* Per role create calls in notebook
* Fixed info
* Change order and strings
* Fixed string
* Seperate strings from coordinator and workers
2021-06-21 11:05:33 -07:00
nasc17
248e5aa40d
change name ( #15845 )
2021-06-21 11:05:13 -07:00
Vasu Bhog
b8dbd3f0dc
do not prompt for notebook uri file ( #15809 )
2021-06-18 13:07:08 -07:00
brian-harris
d08182416b
add feedback button, open report issue dialog ( #15762 )
2021-06-18 12:22:41 -07:00
Alan Ren
aeda95bb70
fix race condition in declarative table ( #15801 )
2021-06-18 11:40:19 -07:00
Aasim Khan
488ccea731
Improvements in blob storage support for SQL Migration. ( #15693 )
...
* changing the cutover icon on migration cutover page.
* Fixing monitoring table and pending log backups
* converting file upload times in utc to local time zones
* adding autorefresh to dashboard, migration status and cutover dialogs.
* Supporting blob container e2e
* vbump extension
* Fixing some PR comments
* Fixed broken blob container dropdown onChange event
* Localizing display string in refresh dialog
Fixing some localized strings
* Fixing var declaration
* making a class readonly for 250px width
* removing refresh interval dialog and replacing it with hardcoded values.
* Fixing summary page IR information.
* surfacing test connection error
* Clearing intervals on view closed to remove auto refresh.
2021-06-17 22:19:42 -07:00
Charles Gagnon
35832e83da
Add required field to kube config picker ( #15795 )
2021-06-17 19:38:38 -07:00
Charles Gagnon
efd752aafe
Add aria labels to buttons and spin inputs on Arc dashboards ( #15798 )
2021-06-17 19:38:27 -07:00
Alex Ma
2ec6a689d3
added updates to extensions for sqltoolsservice version ( #15745 )
2021-06-17 11:12:49 -07:00
Charles Gagnon
cae598d36c
Correctly announce loading state for arc cluster context loading ( #15747 )
...
* Correctly announce loading state for arc cluster context loading
* localize
* Fix compile
* Fix test
2021-06-17 10:28:12 -07:00
Charles Gagnon
3cb2f552a6
Merge from vscode a348d103d1256a06a2c9b3f9b406298a9fef6898 ( #15681 )
...
* Merge from vscode a348d103d1256a06a2c9b3f9b406298a9fef6898
* Fixes and cleanup
* Distro
* Fix hygiene yarn
* delete no yarn lock changes file
* Fix hygiene
* Fix layer check
* Fix CI
* Skip lib checks
* Remove tests deleted in vs code
* Fix tests
* Distro
* Fix tests and add removed extension point
* Skip failing notebook tests for now
* Disable broken tests and cleanup build folder
* Update yarn.lock and fix smoke tests
* Bump sqlite
* fix contributed actions and file spacing
* Fix user data path
* Update yarn.locks
Co-authored-by: ADS Merger <karlb@microsoft.com >
2021-06-17 08:17:11 -07:00
Christopher Suh
fdcb97c7f7
bump sts version ( #15744 )
2021-06-16 15:43:11 -07:00
Charles Gagnon
1231be124a
Add aria-label to kube config input box ( #15743 )
2021-06-16 12:22:00 -07:00
Charles Gagnon
c9850fe59f
Remove en-us from links ( #15722 )
2021-06-15 11:51:35 -07:00
Charles Gagnon
6a7e1dfd27
Fix create book dialog clearing input boxes on browse cancel ( #15713 )
2021-06-14 17:47:30 -07:00
nasc17
902b5dc1fa
Changed default 2 ( #15701 )
2021-06-14 10:40:48 -07:00
Charles Gagnon
b8509d8b7c
Fix dacpac utils function ( #15702 )
2021-06-14 08:38:29 -07:00
Alex Ma
b413de153c
Localization option added to Kusto and MSSQL ( #15674 )
...
* added environment language need to test
* added environment language, need to test if it works
* added locale change to code
* added Kusto localization for its ServiceLayer
* removed extra space
* removed console log and moved onto one line
* removed quotes
2021-06-11 12:35:18 -07:00
brian-harris
922d1287ac
Add DMS service info dialog link to DMS name column in migration status ( #15669 )
...
* SQL Migrtation service status dialog
* implement auth key refresh
* fix method name typo
2021-06-10 10:53:08 -07:00
brian-harris
7256bff094
fix findDropDownItemIndex bug ( #15642 )
2021-06-09 12:11:19 -07:00
Leila Lali
95704dc45e
ML extension version bump ( #15407 )
2021-06-09 11:56:13 -07:00
dependabot[bot]
75dd19bb82
Bump glob-parent from 5.1.1 to 5.1.2 in /extensions/notebook ( #15645 )
...
Bumps [glob-parent](https://github.com/gulpjs/glob-parent ) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/gulpjs/glob-parent/releases )
- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md )
- [Commits](https://github.com/gulpjs/glob-parent/compare/v5.1.1...v5.1.2 )
---
updated-dependencies:
- dependency-name: glob-parent
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-06-09 09:28:40 -07:00