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
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
Karl Burtram
2a0d37aee0
Enable docker build in CI pipeline ( #15476 )
...
* Update gulpfile.reh.js
* Update YAML files
* Bump distro
* Fix yaml file
* Another yaml typo
* Disable web publish step
* Update the build scripts
* YAML update
* Update distro
* Update yaml
* Increase step timeout
* Add comment for disabled code block
* Temp disable component detection task
* Renable comp gov teask
* Bump distro
* Update build scripts
* Fix typo
* Fix docker path
* Bump linux build timeout
* Change file name
2021-05-14 17:58:50 -07:00
Karl Burtram
867a963882
Merge from vscode bead496a613e475819f89f08e9e882b841bc1fe8 ( #14883 )
...
* Merge from vscode bead496a613e475819f89f08e9e882b841bc1fe8
* Bump distro
* Upgrade GCC to 4.9 due to yarn install errors
* Update build image
* Fix bootstrap base url
* Bump distro
* Fix build errors
* Update source map file
* Disable checkbox for blocking migration issues (#15131 )
* disable checkbox for blocking issues
* wip
* disable checkbox fixes
* fix strings
* Remove duplicate tsec command
* Default to off for tab color if settings not present
* re-skip failing tests
* Fix mocha error
* Bump sqlite version & fix notebooks search view
* Turn off esbuild warnings
* Update esbuild log level
* Fix overflowactionbar tests
* Fix ts-ignore in dropdown tests
* cleanup/fixes
* Fix hygiene
* Bundle in entire zone.js module
* Remove extra constructor param
* bump distro for web compile break
* bump distro for web compile break v2
* Undo log level change
* New distro
* Fix integration test scripts
* remove the "no yarn.lock changes" workflow
* fix scripts v2
* Update unit test scripts
* Ensure ads-kerberos2 updates in .vscodeignore
* Try fix unit tests
* Upload crash reports
* remove nogpu
* always upload crashes
* Use bash script
* Consolidate data/ext dir names
* Create in tmp directory
Co-authored-by: chlafreniere <hichise@gmail.com >
Co-authored-by: Christopher Suh <chsuh@microsoft.com >
Co-authored-by: chgagnon <chgagnon@microsoft.com >
2021-04-27 14:01:59 -07:00
Charles Gagnon
339180aef3
Remove duplicate artifact upload ( #15115 )
2021-04-13 13:54:16 -07:00
Aasim Khan
a11beb71da
Updating build pipelines to Cache@2 and switching to artifacts for compiled file sharing in pipeline jobs. ( #14989 )
...
* switiching product compile node cache task to newer version
* moving new changes from product-compile to sql-product-compile
* changing to yarn.lock as cache key
* Adding compilation cache
* changing keypath to key
* letting find command do the heavy lifting
* removing old save cache task
* reverting compilation cache to old task
* Creating a js to list compiled files
switching to cache 2 for compiled files
Creating a js file to compute yarn cache
* removed unused input targetFolder from pipeline cache task
* removed save cache
* Fixing compute node modules file
* Adding compiled computenodemodules
* Fixing checked variables on product compile
Updating all pipeline jobs to cache 2
Using tar for windows pipeline. Hoping it works
* Fixing indentation in web job
* Fixing different indentation in web job
* Generating sha keys for compilation cache to be cross plat
* trying deterministic key for compilation cache
* Fixing md5 command
* Trying another method of generating compilation cache
* testing with a hardcoded string
* Changing to a better hardcoded string
* Remove redundant make dir
* Fixing mkdir command in windows and trying new string key
* fixing $$ in sql product compile
* Removin redundant mkdir
* Trying source version var
* Fixing compilation key
* chaning script to powershell
* Adding artifacts to store compiled files
switching to 7zip for windows node cache
* Adding missing step key in web build
* Building not found directories
* Making correct directory
* Switching to vscode's computeNodeModuleCache
* Fixing formatting and making it look more like vscode's pipeline
* Adding back compiled comput cache key
* Fixing cache file
* Fixing copyright message
Adding sql header to custom node cache generator
Updating cache salt to force a cache miss
* Using glob instead of custom method to find all yarn.lock files
Fixing some other pipeline errors.
* Removing unnecessary variable checks.
* Added back VSCODE_STEP_ON_IT check
Moving drop artifacts before compiled files to keep it drop folder free from compiled files
* Changing task name from cache flags to cache key
* Removing glob from compute node module cache
Fixing copyright message
* checking in updated js
2021-04-09 08:06:39 -07:00
Karl Burtram
ce612a3d96
Merge from vscode 2c306f762bf9c3db82dc06c7afaa56ef46d72f79 ( #14050 )
...
* Merge from vscode 2c306f762bf9c3db82dc06c7afaa56ef46d72f79
* Fix breaks
* Extension management fixes
* Fix breaks in windows bundling
* Fix/skip failing tests
* Update distro
* Add clear to nuget.config
* Add hygiene task
* Bump distro
* Fix hygiene issue
* Add build to hygiene exclusion
* Update distro
* Update hygiene
* Hygiene exclusions
* Update tsconfig
* Bump distro for server breaks
* Update build config
* Update darwin path
* Add done calls to notebook tests
* Skip failing tests
* Disable smoke tests
2021-02-09 16:15:05 -08:00
Charles Gagnon
ddd80b982c
Add display names to cache tasks in build ( #14176 )
...
* Add display names to cache tasks in build
* Undo changes to vs files
* Undo
2021-02-05 10:54:16 -08:00
Alan Ren
db8d06d628
update the email address ( #14076 )
2021-01-27 14:44:55 -08:00
ADS Merger
4ad73d381c
Merge from vscode ad407028575a77ea387eb7cc219b323dc017b686
2020-08-31 12:35:56 -07:00
AzureDataStudio
24b3181cbc
Fix errors
...
distro
distro
comment out reh stuff
distro
fix yml
distro
bump smoke ext
2020-08-06 13:49:27 -07:00
ADS Merger
540046ba00
Merge from vscode cfbd1999769f4f08dce29629fb92fdc0fac53829
2020-08-06 07:08:52 +00:00
Anthony Dresser
2f0dbb633d
bump node version in builds
2020-07-21 20:15:26 -07:00
ADS Merger
1b7b54ce14
Merge from vscode 0a7364f00514c46c9caceece15e1f82f82e3712f
2020-07-22 03:06:57 +00:00
Anthony Dresser
a63bdfedd5
Add web compile ( #10880 )
...
* add web compile step
* add missing file
* add to release
* add container
2020-06-11 15:40:11 -07:00
Anthony Dresser
f5ce7fb2a5
Merge from vscode a5cf1da01d5db3d2557132be8d30f89c38019f6c ( #8525 )
...
* Merge from vscode a5cf1da01d5db3d2557132be8d30f89c38019f6c
* remove files we don't want
* fix hygiene
* update distro
* update distro
* fix hygiene
* fix strict nulls
* distro
* distro
* fix tests
* fix tests
* add another edit
* fix viewlet icon
* fix azure dialog
* fix some padding
* fix more padding issues
2019-12-04 19:28:22 -08:00
Anthony Dresser
ea0f9e6ce9
Merge from vscode 64980ea1f3f532c82bb6c28d27bba9ef2c5b4463 ( #7206 )
...
* Merge from vscode 64980ea1f3f532c82bb6c28d27bba9ef2c5b4463
* fix config changes
* fix strictnull checks
2019-09-15 22:38:26 -07:00
Anthony Dresser
7eba8c4c03
Merge from vscode 52dcb723a39ae75bee1bd56b3312d7fcdc87aeed ( #6719 )
2019-08-12 21:31:51 -07:00
Chris LaFreniere
62d2fb534d
Merge from vscode 709a07d51919d3266ca71699c6ddfb2d3547c0e1 ( #6575 )
2019-08-02 21:06:44 -07:00
Anthony Dresser
0b7e7ddbf9
Merge from vscode 8e0f348413f4f616c23a88ae30030efa85811973 ( #6381 )
...
* Merge from vscode 8e0f348413f4f616c23a88ae30030efa85811973
* disable strict null check
2019-07-15 22:35:46 -07:00