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
Alex Ma
aee24b202d
Langpack refresh gulp task ( #15930 )
...
* added work in progress langpack commands
* working langpack refresh function added
* removed external extensions change.
* reverted extensions.js
* changed wording slightly
* changed wording
* added changelog and readme message
* clarified wording again
* added handling for outdated strings
* fixed wording and changed promise
* added another comment
* added have
2021-06-29 11:32:57 -07:00
Alan Ren
1e2cb1cdf9
increase the timeout for compile step ( #15872 )
...
give it 30 minutes more to see whether the compile step can finish within reasonable extra time.
2021-06-22 15:32:53 -07:00
Alex Ma
1dc4a437eb
Export-XLF function for ADS ( #15709 )
...
* wip commit
* added function to generate XLFs for ADS
* code cleanup
* removed unnecessary locfunc
* updated extensions and locfunc
* changed wording to be more clear
* added working single extension compile
* added export all extensions
* added more comments and closing sql carbon edit braces.
* consolidated gulpfile.extensions changes
* changed name to remove ADS part.
* changed gulpfile name use
2021-06-22 09:57:15 -07:00
dependabot[bot]
df296939a8
Bump normalize-url from 4.5.0 to 4.5.1 in /build ( #15777 )
...
Bumps [normalize-url](https://github.com/sindresorhus/normalize-url ) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/sindresorhus/normalize-url/releases )
- [Commits](https://github.com/sindresorhus/normalize-url/commits )
---
updated-dependencies:
- dependency-name: normalize-url
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-17 14:58:31 -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
dependabot[bot]
a2d348ccc4
Bump glob-parent from 5.1.1 to 5.1.2 in /build/lib/watch ( #15646 )
...
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:27:22 -07:00
Alan Ren
0f9f17fb1b
update ubuntu version ( #15604 )
2021-06-02 05:23:21 -07:00
rajeshka
b75e688a7e
Added build changes to add TSGOps extensions into the build ( #15584 )
...
* Add TSGOps specific extensions to SAW build
* Added the KeyVault uri
2021-05-26 15:43:07 -07:00
Karl Burtram
c615affdc3
Fix extension publishing during CI build ( #15561 )
...
* Disable native module recompile
* Bump distro
* Move web build step earlier
2021-05-24 17:03:42 -07:00
Alan Ren
f8fb0b8c49
Revert "Disable npm recompile step ( #15548 )" ( #15554 )
...
This reverts commit db5b68e04a .
2021-05-22 09:06:40 -07:00
Karl Burtram
db5b68e04a
Disable npm recompile step ( #15548 )
2021-05-21 11:02:31 -07:00
Alex Ma
82e0ede921
Vsix build task for langpacks ( #15489 )
...
* added refreshlangpack command
* added beginning update-localization yml file, also changed langpack location in RLE
* added regex tester
* moved xlf files into new folder structure
* small change to update-localization
* added yaml script for gulp refresh
* added missing dash.
* added better update-localization yml file
* remove update-localization as its not necessary
* added small changes to langpack-compile
* remove upload sourcemaps and write version information
* added more languages
* added vsce packaging
* added automatic langpack handling
* added built locFunc
* fixed refresh-langpack-extension
* working langpack vsix generator made
* added langpacks to files in copyArtifacts and product-build-linux
* changed command to package-langpacks
* removed unnecessary language flags.
* invalid ADS extensions filter explained
* Fix for regex
* removed unnecessary fields to change, and removed langpack-compile
* added doc comments.
* moved xlf files back to old place.
* WIP translation redirect
* isolated vsix build task
* fixed spaces in locFunc.ts
2021-05-20 20:03:25 -07:00
Charles Gagnon
22093ec406
Update build timeouts ( #15517 )
2021-05-19 16:39:56 -07:00
Alex Ma
1040d5bc4c
Additions to sqlLocalizedExtensions ( #15490 )
...
* additions to sqlLocalizedExtensions
* remove azdata from sqlLocalizedExtensions
* fix extension files to work with nls.metadata.json function (required)
2021-05-18 12:21:27 -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
dependabot[bot]
9cddd91037
Bump lodash from 4.17.20 to 4.17.21 in /build ( #15352 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-11 10:41:35 -07:00
Charles Gagnon
0fa0431707
Add rollup dependency ( #15317 )
2021-05-04 09:08:36 -07:00
Alex Ma
4ec3779be4
fix for gulp remote in extensions.ts ( #15298 )
2021-04-30 13:06:44 -07:00
Charles Gagnon
659fa2f78d
Add back in documentdb dependency ( #15265 )
...
* Add back in documentdb dependency
* Use original version
2021-04-28 12:40:02 -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
ca701a7985
Remove copycat action ( #15172 )
2021-04-16 12:45:22 -07:00
Charles Gagnon
5922047f6b
Add Import smoke test ( #15111 )
...
* Add smoke test
* Add wait for service
* Also revert liveshare
* fixes
* Use custom extensions dir
* fix
* compile extensions
* Use build extensions dir
* test break
* revert
* revert yarn.lock
* Add comment
* Add comments
2021-04-14 08:43:45 -07:00
Aditya Bist
1b78008258
Remote CLI fixes ( #15117 )
...
* fixes from vscode
* update distro
* fix distro
* fix hygiene
* reorder hygiene
* Update distro
Co-authored-by: chgagnon <chgagnon@microsoft.com >
2021-04-13 20:42:06 -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
Charles Gagnon
75c1a6c2cd
Sign vulkan-1 DLL ( #14976 )
...
* Sign DLLs
* Only sign vulkan-1
2021-04-05 13:57:20 -07:00
dependabot[bot]
d6e0a679f7
Bump y18n from 4.0.0 to 4.0.1 in /build ( #14902 )
...
Bumps [y18n](https://github.com/yargs/y18n ) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases )
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md )
- [Commits](https://github.com/yargs/y18n/commits )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-31 11:29:19 -07:00
Charles Gagnon
b304fadfde
Standardize SQL CARBON EDIT tag ( #14465 )
2021-02-26 10:34:32 -08:00
Karl Burtram
e761eb12ef
Revert "Update dependencies for url-parse ( #14423 )" ( #14456 )
...
* Revert "Update dependencies for url-parse (#14423 )"
This reverts commit 71cbe3fbf0 .
* Fix merge break
2021-02-25 16:00:47 -08:00
Aditya Bist
2a125ee43b
normalize sql carbon tag ( #14445 )
2021-02-25 13:32:12 -08:00
Charles Gagnon
21fae18a13
Ignore loc project during hygiene ( #14060 )
...
* Ignore loc project during hygiene
* Update distro
2021-02-16 11:34:13 -08:00
Karl Burtram
767a197780
Turn back on smoke tests ( #14238 )
2021-02-12 09:05:20 -08:00
Karl Burtram
692336e6a7
Turn back on Notebook unit tests ( #14237 )
...
* Turn back on Notebook unit tests
* Don't skip notebook tests
* Remove done calls from tests
2021-02-12 01:40:21 -08:00
dependabot[bot]
61f9da39fa
Bump stringstream from 0.0.5 to 0.0.6 in /build ( #14219 )
...
Bumps [stringstream](https://github.com/mhart/StringStream ) from 0.0.5 to 0.0.6.
- [Release notes](https://github.com/mhart/StringStream/releases )
- [Commits](https://github.com/mhart/StringStream/compare/v0.0.5...v0.0.6 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-10 09:21:35 -08: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
c16aee760f
move server report ext to extensions ( #14087 )
...
* move server report ext to extensions
* limit the size of data
* comments
2021-01-28 13:23:30 -08:00
Alan Ren
db8d06d628
update the email address ( #14076 )
2021-01-27 14:44:55 -08:00
Charles Gagnon
b3891ff68b
Clear nuget sources ( #14071 )
2021-01-27 10:17:15 -08:00
Charles Gagnon
d4f2214055
Add lcl files to hygiene indent ignore list ( #14035 )
...
* Add lcl files to hygiene indent ignore list
* test
* Revert "test"
This reverts commit 4d22a3e265a2ba54591ee9b43a142892ee082e66.
2021-01-22 17:54:13 -08:00
Charles Gagnon
c9fcf4434a
Always publish test results ( #13962 )
2021-01-14 12:44:39 -08:00
Charles Gagnon
140a1fbc3e
Only archive some folders ( #13945 )
...
* Only archive some folders
* remove extra folder
2021-01-12 11:06:03 -08:00
dependabot[bot]
c8d17f1ee3
Bump axios from 0.19.2 to 0.21.1 in /build/actions ( #13918 )
...
Bumps [axios](https://github.com/axios/axios ) from 0.19.2 to 0.21.1.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v0.19.2...v0.21.1 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-01-06 10:39:56 -08:00
Alan Ren
c90933eb1b
archive logs step ( #13860 )
...
* one zip per folder
* use bash
* fix error
2020-12-23 16:22:19 -08:00
Alan Ren
d8f8abb644
comment out the unstable unit test step ( #13834 )
...
* remove --build flag
* comment out unstable test
* add build tag back
2020-12-17 10:44:54 -08:00
dependabot[bot]
95dc01558f
Bump ini from 1.3.5 to 1.3.7 in /build ( #13765 )
...
Bumps [ini](https://github.com/isaacs/ini ) from 1.3.5 to 1.3.7.
- [Release notes](https://github.com/isaacs/ini/releases )
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-12-11 16:07:56 -08:00
Charles Gagnon
a74119038f
Use console.log for retry logging ( #13722 )
2020-12-08 08:42:45 -08:00
Charles Gagnon
d6e1e8eb52
Retry getConfig ( #13712 )
...
* Retry getConfig
* Add logging
2020-12-07 15:11:05 -08:00
Charles Gagnon
6c89c61b0d
Retry publish and always try adding asset ( #13700 )
...
* Retry publish and always try adding asset
* Undo asset upload change
* Add logging
2020-12-07 11:08:04 -08:00