Граф коммитов

38 Коммитов

Автор SHA1 Сообщение Дата
Aasim Khan 277e7153b5
Fixing test coverage by adding more report types and updating to nyc from Istanbul (#18309)
* Fixing test coverage by adding more report types and updating to nyc from istanbul

* Fixing typo

* Fixing typo 2

* Adding back test reporter, removing console stmts

* Fixing test task

* remove code coverage from pr build

* Fixing updated pr check
2024-10-23 17:12:31 -07:00
Aasim Khan b2ed1ff69a
Eslint improvements. (#18086)
* Adding eslint cache to ignore

* Fixing eslint config

* Fixing gulp task to use eslint cache

* Updating packages and adding stylistic for missing semi rule

* linting some files

* Making localization and precommit run parallely

* fixing code linting
2024-09-26 13:37:49 -07:00
Aasim Khan 3b09d2e45d
Stop loc pipeline deleting PR branch (#18081)
* Stop loc pipeline deleting from branch

* setting to false
2024-09-25 11:17:59 -07:00
Aasim Khan f125fa6d80
Fixing loc pipeline (#18079) 2024-09-25 10:26:46 -07:00
Aasim Khan 57f780a9e5
Eslint fixes (#18045)
* Adding back lint failures

* Adding eslint fixes

* fixing file name

* Adding missing loc strings

* Fixing prettier tab space

* Fixing eslint errors
2024-09-17 15:37:02 -07:00
Aasim Khan fe73e2b4df
Add Prettier code formatting to repo (#18044)
* Adding config files

* Making lint step continue on error

* Fixing continue on error

* fixing continue on error
2024-09-17 13:13:21 -07:00
Aasim Khan 179cb9d3a0
Fixing size of webviews in prod vsix files (#17975) 2024-08-13 11:00:34 -07:00
Benjin Dubishar c2aee054b1
Bumping MSAL and Node to current/active versions (#17954)
* bump msal

* bumping node

* Updating pipeline to use Node 22
2024-07-31 10:25:49 -07:00
Aasim Khan 1b20783b1e
Making playwright test work in pipelines (#17941)
* Adding playwright extension to recommended extension

* Fixing args

* Adding gulp commands for vscode

* Adding smoke test steps in pipeline

* Update npm dependencies and gulp commands

* chore: Add init script for Xvfb server

* chore: Add init script for MSSQL server

* chore: Update npm dependencies and gulp commands

* making test work on mac

* chore: Refactor testHelpers.ts to improve code readability and maintainability

* Adding mssql path

* chore: Update mssqlExtensionPath in launchVscodeWithMsSqlExt.ts

* reverting local changes

* syncing to main

* Adding xvfb to gulp

* removing unnecessary files

* chore: update npm test script name

* new way of doing things

* Removing disconnecting button

* chore: Refactor query execution test

* Fixing stuff

* Reverting some changes

* Removing carriage returns

* Removing carriage newlines

* Removing more carriage returns
2024-07-23 22:34:30 -07:00
Lewis Sanchez 5f560a91a5
Switch loc config to use feed instead of PAT (#17907) 2024-06-14 17:19:25 -07:00
Benjin Dubishar 41ebf62c1d
Adding initial localization pipeline (#17906) 2024-06-14 15:39:13 -07:00
Benjin Dubishar b330e4e4e3
removing unused pipeline file (#17905) 2024-06-14 14:48:56 -07:00
Benjin Dubishar 3cac59c574
skipping offline packaging for PR builds (#17900)
* skipping offline packaging for PR builds

* correcting conditional

* poking a string
2024-05-15 12:55:16 -07:00
Benjin Dubishar 2a55004df2
Adding updated Pipeline file for new PR pipeline 2024-05-09 10:28:55 -07:00
Cheena Malhotra 2cb5697295
Upgrade test-electron and node version (#17857)
* Upgrade test-electron and node version

* Update to 18
2024-01-03 21:23:29 -08:00
Charles Gagnon 2e9467945f
Remove unused task in build pipeline (#17761) 2023-07-28 13:08:05 -07:00
Christopher Suh 92e3f45b7d
Remove all ADAL code (#17749)
* initial commit, remove all ADAL code

* removed more adal/authlibrary references
2023-07-19 16:50:54 -07:00
Lewis Sanchez e7c2c26888
Adjusts pipeline to include extension code signing (#17492)
* Adds extension signing

* Update build/build.yml

Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>

* Corrects path and comments out .net core install

* Install .net core SDK for signing

* Add comment

* Remove comment

* Fix formatting issue in yaml file

* Adjust .net core version

* Add out code signing

* Consolidates code signing into single step

* Corrects sign tool codes and formatting

* Cleans up inline operation

* Signs vsix file

Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
2022-12-12 13:05:16 -08:00
Charles Gagnon 3576a96653
Add CI build trigger for release branch (#17439) 2022-09-12 13:51:45 -07:00
Lewis Sanchez e62b224a1c
Includes ts files in coverage report (#17421)
* Includes ts files in coverage report

* Revert "Includes ts files in coverage report"

This reverts commit 92a146247d.

* Adds ts files to coverage report

* Removes commented out code

* Revert "Removes commented out code"

This reverts commit ac7668f51f.

* Revert "Adds ts files to coverage report"

This reverts commit bb189a2236.

* Adds ts files to coverage report using remapIstanbul

* Revert "Adds ts files to coverage report using remapIstanbul"

This reverts commit 0e8885048d.

* coverage-final.json contains typescript files

* Revert "coverage-final.json contains typescript files"

This reverts commit bcfa07e332.

* Adds separate step to remap coverage files to ts.

* Configures remapIstanbul to generate a coverage report with HTML

* update remap-istanbul

* cleanup

* cleanup

Co-authored-by: Hai Cao <hacao@microsoft.com>
2022-08-17 14:18:06 -07:00
Alex Ma 04441bb550
update vmimage and remove duplicate install vscode task (#17415) 2022-08-02 15:16:52 -07:00
Aasim Khan 5473fb38ff
Updating vsce (#17388)
* Updating vsce

* Removing vsce from package.json
2022-07-15 09:12:14 -07:00
Charles Gagnon 6b4efd960f
Fix test task to fail on test failures (#17377)
* Fix test task to fail on test failures

* remove unused done

* Try fix result upload
2022-06-28 13:49:46 -07:00
Aditya Bist b51351e750
Fix tests and add to pipeline (#17312)
* fixed all tests

* test code coverage

* update process exit code to success

* change tasks

* remove extra cover

* generate report

* update comment
2022-04-27 10:58:48 -07:00
Charles Gagnon 703d393555
Remove dev config (#17265) 2022-02-18 17:11:06 -08:00
Karl Burtram 4d4a294021
Fix spacing in build.yml (#17213) 2022-01-13 10:42:16 -08:00
Karl Burtram 5b65a2ffc2
Add SBOM build task (#17210)
* Add SBOM task to build

* Try without version

* Remove package version comment

* Tabs

* Fix tabs
2022-01-13 09:15:20 -08:00
Charles Gagnon 9b8f4644ad
spaces -> tabs (#17206) 2022-01-12 11:01:57 -08:00
Karl Burtram d9d01b0133 Update build.yml for Azure Pipelines 2021-12-13 12:45:28 -08:00
Charles Gagnon c5b99c5e02
Add build ads-adal-package to pipeline (#17103)
* Add build ads-adal-package to pipeline

* cleanup
2021-11-12 14:14:48 -08:00
Charles Gagnon 205285f384
Cleanup/update pipeline (#17100)
* Use yaml pipeline

* Add release var

* Fail CG on alert

* Cleanup build pipeline

* fixes

* don't install globally

* add gulp-cli

* install gulp global

* remove dependency

* Global install vsce

* Specify latest mac for builds
2021-11-12 09:45:04 -08:00
Charles Gagnon 4355bb7f99
Fail pipeline on Component Governance failure (#17099)
* Use yaml pipeline

* Add release var

* Fail CG on alert
2021-11-11 10:45:55 -08:00
Charles Gagnon e6480af8ae
Update yaml pipeline (#17097)
* Use yaml pipeline

* Add release var
2021-11-11 10:08:17 -08:00
Christopher Suh 4c5191d6c1
Update brew command (#16922)
* bump ads-adal-library version

* updated brew command

* fix build errors
2020-12-30 13:23:20 -05:00
Aditya Bist 53e482807d
update pipeline to yarn (#1641) 2020-03-09 10:27:30 -07:00
Aditya Bist 41ff096ea2
Remove AppVeyor pipeline files (#1622)
* remove appveyor pipeline files

* define PR and CI on yaml file

* test removal of app veyor web hook
2020-03-02 11:36:07 -08:00
Aditya Bist 50568f0a09
fix azure builds (#1554)
* fix azure builds

* use js syntax

* fix vscode type version

* change gulp

* change gulp test

* remove comment

* remove gulp install from packages
2019-12-19 13:07:46 -08:00
Charles Gagnon d37026201e
Add build pipeline (#1550)
* Add build pipeline yml

* move
2019-12-17 11:31:06 -08:00