Charles Gagnon
e6ffb97a7b
Add info message for copy ( #8416 )
...
* Couple of a11y fixes for BDC Dashboard
* Moving ariaRole into separate PR
* Remove missed ariaRole tag
* Switch to just using notification dialog
* add back in blank line
2019-11-20 15:49:21 -08:00
Chris LaFreniere
8655044dfb
Notebooks cleanup: Remove old out of proc markdown option ( #8394 )
...
* Remove old out of proc markdown option
* Revert change to stats.js
2019-11-20 14:00:06 -08:00
Charles Gagnon
f26c790736
Add aria role and selected properties ( #8405 )
...
* Add aria role and selected properties
* Add img role fix
* Add title to text
2019-11-20 13:56:59 -08:00
Chris LaFreniere
7e553031ce
Remove open notebook entry points ( #8393 )
2019-11-20 13:46:03 -08:00
Charles Gagnon
164ec41fb1
Bump SqlToolsService ( #8404 )
2019-11-20 13:32:41 -08:00
Alan Ren
8cd9097526
remove active css class on mouse leave ( #8410 )
2019-11-20 13:28:06 -08:00
Anthony Dresser
134b0b32c6
bump handlebars in extensions ( #8411 )
2019-11-20 13:08:59 -08:00
swjain23
de4b7af1ad
Set encoding to true (Bug fix for flavor) ( #8395 )
...
For offline scripts it shows the flavor as “Choose SQL Language”, this is because in flavorStatus.ts line 150 when we compare (uri === currentUri), the value of current Uri is "file:///d%3A/GitHub/PGExtension/TestDatabase/1ae730a9.sql" whereas the value for uri is "file:///d:/GitHub/PGExtension/TestDatabase/1ae730a9.sql" which ends up returning label ‘Choose SQL Language’.
In queryInput.ts we set public get uri(): string { return this.getResource().toString(true); }
This is the variable that we use in doChangeLanguageFlavor. And as we compare this with getEditorUri() later in flavorStatus.ts, it does not match. So enabling encoding here as well to get the encoded string in both the cases.
2019-11-20 12:36:20 -08:00
Charles Gagnon
f976fc9418
Update js file with monaco -> ads workbench ( #8398 )
2019-11-19 17:35:07 -08:00
Charles Gagnon
55059907a3
Fix a couple a11y issues with manage access ( #8386 )
...
* Fix a couple a11y issues with manage access
* Fix strict null check
* Fix another strict null check
2019-11-19 13:42:53 -08:00
Charles Gagnon
8ca0082ec4
Fix tab navigation within modal dialog ( #8326 )
...
* Fix tab navigation within modal dialog
* Add import
* Fix spelling
* Change to just add/remove items from DOM as necessary
2019-11-19 12:43:55 -08:00
Charles Gagnon
5b50696a1b
Fix more floating promises ( #8374 )
...
* Fix more floating promises
* Fix a few more
* Test fixes
* Fix spellings
* More promise fixes
* couple more
* Few more fixes
* One more missed one
2019-11-18 17:11:25 -08:00
Anthony Dresser
840683e3f0
Build yamls ( #8360 )
...
* add darwin build
* add global product build
* add linux build
* fix build
* fix linux; add win32
* formatting
* formatting
* formatting
* formatting
* fix win32
* fix windows
* fix python
* fix linux display
* fix linux
* fix windows naming
* fix windows timeout
* add tagging
* add env for building
* add schedule
2019-11-18 13:50:02 -08:00
Charles Gagnon
ee5dbdffb9
Add charle-gagnon to default assignee ( #8382 )
2019-11-18 13:32:19 -08:00
Anthony Dresser
43f6a5576d
assign chris to notebooks ( #8381 )
2019-11-18 11:12:33 -08:00
Charles Gagnon
8a44de27e7
monacoworkbench -> adsworkbench ( #8380 )
...
* monacoworkbench -> adsworkbench
* Fix typo
2019-11-18 10:57:39 -08:00
Anthony Dresser
fa9bbd4e1e
remove commented our code that is removed elsewhere ( #8370 )
2019-11-18 10:55:31 -08:00
Charles Gagnon
66048f1d63
Default checkbox aria label to label ( #8367 )
2019-11-18 10:24:27 -08:00
Arvind Ranasaria
bafd9fd437
Native installers for azdata in auto deployment ( #8285 )
...
* code complete
* minor fixes from self-review
* installation searchaPaths and display logs fixes
* revert inadvertent change
* fixing installaton roott for debian and mac
* Chaning from getos to linux-release-info with sync api usage for figuring out os distribution
* adding file missed in previous commit
* fixing indvertent compile error that creeped in
* fix default install root for azli
2019-11-17 21:39:57 -08:00
Anthony Dresser
dae71c3bf4
assign myself ( #8371 )
2019-11-17 20:19:54 -08:00
Charles Gagnon
ae8304fc33
Add focus function for modelview components ( #8348 )
...
* Add focus method for modelview components
* Remove focus properties from table and radiobutton
* Fix break
2019-11-15 17:36:55 -08:00
Amir Omidi
d6ef42c8b0
Change how dropdowns get their lengths - take 2 ( #8356 )
...
* Add an element for width control
* Change the method that retrieves length
* Change to a readonly element
2019-11-15 15:17:46 -08:00
Anthony Dresser
131b0b93bf
distro bump ( #8362 )
2019-11-15 14:59:28 -08:00
Charles Gagnon
82185f75d7
Fix tab focus for select box ( #8349 )
2019-11-15 14:31:40 -08:00
Anthony Dresser
3769b5066f
bump packages ( #8355 )
2019-11-15 13:45:23 -08:00
Charles Gagnon
ba8c331356
Add alert role to error message element ( #8354 )
2019-11-15 11:51:08 -08:00
Alan Ren
80248846bb
update the extensions.js ( #8352 )
2019-11-15 11:46:21 -08:00
Charles Gagnon
cf5297958a
Update iKey ( #8353 )
2019-11-15 11:26:12 -08:00
Karl Burtram
22996cbce7
Update CHANGELOG for 1.13.1 hotfix release ( #8342 )
2019-11-15 09:27:25 -08:00
Charles Gagnon
7563416754
Fix a couple a11y issues ( #8334 )
...
* Fix a couple a11y issues
* Add other dialog
2019-11-15 07:41:09 -08:00
Anthony Dresser
02b1673c71
fix packaging ( #8343 )
2019-11-14 22:02:47 -08:00
Charles Gagnon
6ef87d7067
Insiders icons ( #8313 )
...
* Add separate icons for non-stable builds (#8078 )
* Fixes
* Fix linux icon path
* WIP
* WIP
* WIP
* Undo all
* Try removing insiders icons completely
* Revert "Try removing insiders icons completely"
This reverts commit 7cdb04fcc3ba6ed92132e5d9113cc331e24b3c26.
* Revert "Undo all"
This reverts commit efac800b63483fbbcacdac45d885275c53350941.
* Revert "WIP"
This reverts commit b20517f374b85f6b02c665b86e73d9ae1b45258b.
* Revert "WIP"
This reverts commit 01383896ccc4939b000d0f08a1b370f6e66b0f3c.
* Revert "WIP"
This reverts commit da7da0a43401f1c97f1bfa66f255666cffe22948.
* Fixes
* Remove test
* Switch logic check
* Use insiders icons only
* Add newline
2019-11-14 17:21:57 -08:00
Anthony Dresser
e3921c6d14
Update configs for distro ( #8337 )
...
* update configs for distro
* add comments
* revert product.json
* update distro
2019-11-14 15:31:40 -08:00
Leila Lali
f9ef9d85f4
SQL extension building packages comments ( #8296 )
...
* Fixing the comment for building sql extension
2019-11-14 13:57:02 -08:00
Anthony Dresser
7a2c30e159
move code from parts to contrib ( #8319 )
2019-11-14 12:23:11 -08:00
Anthony Dresser
6438967202
enable stale pr ( #8338 )
2019-11-14 12:21:24 -08:00
Anthony Dresser
63bf82ad84
Add config for auto labeling ( #8316 )
...
* add auto assign label
* formatting
2019-11-14 12:08:16 -08:00
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
86d6295bf0
Fix welcome page icon ( #8318 )
...
* Fix welcome page icon
* Remove title metadata
* Add comment
2019-11-13 07:31:04 -08:00
Charles Gagnon
3f306d2396
Fix spacing for form layout ( #8321 )
2019-11-13 07:30:09 -08:00
Chris LaFreniere
2f1f5b2376
Prevent Markdown Cells from Collapsing ( #8317 )
2019-11-12 18:40:06 -08:00
Anthony Dresser
62d7c71093
Add stale pr config ( #8315 )
...
* add stale config
* formatting
* don't perform initally
2019-11-12 16:53:57 -08:00
Charles Gagnon
4f69ed5745
Fix missing icon and add test ( #8307 )
...
* Fix missing icon and add test
* Remove debug statement
2019-11-12 16:31:39 -08:00
Charles Gagnon
ddddf3beb4
Fix null ref error in query history ( #8304 )
...
* Fix null ref error in query history
* Add null check
2019-11-12 13:38:58 -08:00
Charles Gagnon
0ae525cbd5
Fix a few more floating promises ( #8290 )
...
* Fix a few more floating promises
* More explicit calls
2019-11-11 13:42:03 -08:00
Chris LaFreniere
0520870754
notebooks lgtm cleanup part 1 ( #8280 )
2019-11-11 13:40:48 -05:00
Charles Gagnon
8b17b77010
Undo codicon change to fix modelview images ( #8201 )
2019-11-11 08:28:48 -08:00
Alan Ren
e2ef1f8a89
remove the extension name link ( #8271 )
...
* remove the extension name link
* pr comments
* pr comments
2019-11-09 13:37:09 -08:00
Anthony Dresser
7f7052ad42
Clean up some of the extensions ( #8267 )
...
* 💄
* prune unused code
* more cleanup
* remove abunch of used code
2019-11-08 11:44:43 -08:00
Arvind Ranasaria
738ca479e4
fixes for #8165 , #8167 , & #8260 ( #8250 )
...
* saving untested work
* fixes for #8165 and #8167
* minor fixes
* fix for #8260
* minor quoting fixes
* fix for #8264
* minor fixes
* minor fixes.
* move tools constants to their own files
* remove execution cell results from notebooks.
* remove extraneous changes
* move ensuring of StoragePath to platformservice
* remove fix for #8264 pending pm input
2019-11-08 09:11:21 -08:00