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

31 Коммитов

Автор SHA1 Сообщение Дата
Winston Liu 6c788dbfff
Migrate to builtin authentication provider & remove Configure Pipeline support (#595)
* Remove Azure Accounts dependency & delete configure flow

* Don't bring in a new package for one API call

* Only run MSA logic on MSAs

* Account for the non-MSAL case

* Further remove references to Configure Pipeline

* Remove leftover comment

* Use modern versions of vsce

* Bump compilation target

VS Code 1.82/Node 18 supports all the way up to ES2022.

* Also remove uuid dependency

* Switch to @vscode/test-cli

* Provide a fast path for the single org scenario

And use clearSessionPreference when the wrong account is used

* Remove unused telemetry keys

* Add user agent info

* Add Extension Test Runner as a recommended extension
2024-10-01 15:02:55 +00:00
Dmitrii Bobreshev 576887ee91
1ES Migration (#575)
* 1ES Migration

- changed links
- Migrate the pipeline to another pool and org

* 1ES Migration

- temporary comment the pipeline

* 1ES Migration

- restore triggers

* 1ES Migration

- badge update

* 1ES Migration

- test version

* Revert "1ES Migration"

This reverts commit 0a2cda85c6.
2024-03-13 19:37:28 +01:00
Winston Liu 282970bd18
Release 1.208.0 (#484)
* Update azure-pipelines-language-server to 0.6.8

* M206 schema

* Update changelog for 1.208.0

* Update auto-detection section in the README

* Fix changelog version

* 1.208.0

* 1.208.1
2022-07-20 21:04:04 -04:00
Maxim Zaytsev a643d6f62b
Add note about Schema auto-detection (#458) 2022-05-09 16:09:42 +02:00
Winston Liu b792d6ee97
Auto-detect schemas for repos hosted in Azure DevOps (#449)
* Retrieve remote schema from ADO

* Activate azure-account before accessing its api

* Prompt to sign in

* Don't attempt to cache the schema

* Use fallback schema until logged in to Azure

* Refactor schema loading into its own function

* Wordsmithing

* Move messages up to the root level

* Gracefully handle auto-detection failures

* Update README to reflect auto-detection
2022-03-16 00:13:01 -04:00
Winston Liu 3355359f60
[BREAKING CHANGE] Standardize configuration namespace (#376)
* Change config root to azure-pipelines
This prevents it from being confused with [azure-pipelines],
which is the config root for language settings.

* Add extension target to commands
* Don't allow customSchemaFile to be synced
* Switch customSchemaFile to just string
2021-01-21 08:49:20 -05:00
Winston Liu e8ddce4dc8
Better debugging story (#370)
* Update to use new language server path
* Specify the correct out files when attaching
* Add a debug config to launch & attach
* Add debug instructions to the README
* Use workspaceFolder, not deprecated workspaceRoot
* Take azure-pipelines-language-server@0.6.0
2021-01-20 11:48:09 -05:00
Matt Cooper e0139d040f
fix #209 2020-10-28 16:23:02 -04:00
Matt Cooper d7f3124a33
document Prettier as a code formatting option 2020-10-28 16:16:36 -04:00
Matt Cooper f2caeef08c allow relative schema
fixes #327
2020-08-18 10:36:55 -04:00
Matt Cooper dff29403af
schema bump to 174 (#343) 2020-08-18 09:55:54 -04:00
Matt Cooper 62ee334744
Allow for custom schema (#317)
* the basics: can specify a schema file

* small code cleanup

* give up and throw a dialog

* update schema file

* update readme
2020-05-20 07:53:37 -04:00
Lucas Mior 3c75c563d8
Update README.md 2020-05-05 21:24:00 -03:00
himanshu yadav 808f687b44
reverting updating readme.md 2019-10-29 09:38:02 +04:00
himanshu yadav b0165701e8
Update README.md 2019-10-29 09:29:16 +04:00
Disha Khakhar c5c90e4212
Adding telemetry in case of invalid azure repo url (#254)
* Adding telemetry in case of invalid azure repo url

* added troubleshooting steps

* linked to gif

* review comments

* added telemetry to check for .git folder in root

* correcting vso url formed incase of ssh based git
2019-09-10 21:09:58 +05:30
himanshu yadav 18e439e809 Bug Fixes and updated README.md file (#250)
* merge master from main repo (#17)

* Bump version

* Bump version

* WS-2019-0032

* changelog

* CVE-2019-10744

* 1. Removed fixed as the vulnerability was not yet shipped (#18)

* 1. Removed fixed as the vulnerability was not yet shipped
2. Changed added message

* updated the change log message

* Update package.json to remove vulnerable package lodash.template. (#16)

* modified comments in yaml files (#19)

* Users/hiyada/bugbashfixes (#42)

* Fixed null reference to header of UrlBased request object.

* Fixed templates packaging structure for cross plat.

* Fixed handling ssh git url's for GitHub and Azure Repos

* Added loop and error message for commit and push pipeline

* Changed select folder dialog box button label and telemetry for workspace.

* fixing 'toLowerCase' error message

* resolved comments

* Bugbash bug fixes (#43)

* bugbash bug fixes

* undo changes in commonHelper

* Support for working directory (#46)

* BugFixes (#45)

* Handled remoteUrl with trailing /
Set timeout for SPN creation

* escaped the '.' in regex for node app matching

* resolved comments

* removed not required parameter

* removed duplicate

* handled trailing slash for all remote url's in common class

* Logging error messages to azure-pipelines output channel and debug console log

* changed ssh based url to https url for repo

* removing console.log

* reducing the number of retries to 20 from 100

* Validate github PAT is not empty (#48)

* Remove unnecessary links in messages (#49)

* Remove unnecessary links in messages

* review comments

* Updated README.MD and added image resource (#50)

* Updated README.MD and added image resource

* resolved comments

* fix some wording (#53)
2019-09-04 12:34:23 +05:30
Matt Cooper c59df29fba
Remove outdated info about GitLens
Fixed in GitLens 9.0
2018-12-03 09:43:45 -05:00
Matt Cooper e514501a47
Update README.md 2018-11-26 15:26:29 -05:00
Matt Cooper 029cf11f90
spelling 2018-11-26 15:25:31 -05:00
Matt Cooper c6f915e2fc add build badge 2018-11-16 09:08:51 -05:00
Matt Cooper 03da1c30ae
tweak wording 2018-09-17 10:43:03 -04:00
Stephen Franceschelli d906774953 Cleanup. 2018-09-17 10:36:08 -04:00
Stephen Franceschelli 91082dd644 Remove GitLens configuration. Document how to fix. 2018-09-17 10:34:18 -04:00
Matt Cooper c2b108ceb9 disclose telemetry 2018-09-12 07:39:14 -04:00
Matt Cooper 87f911e076 fix readme 2018-09-11 09:38:32 -04:00
Stephen Franceschelli 8b6ccf65fb Finish rebase. 2018-08-22 11:01:06 -04:00
Matt Cooper b10391d42d fixup readme 2018-08-15 09:07:35 -04:00
Matt Cooper ae2986c19c split README and CONTRIBUTING
also add notes about configuring file associations
2018-08-09 11:08:26 -04:00
Matt Cooper f302f4252c
Make dogfood package a little easier to understand (#3) 2018-08-02 09:50:17 -04:00
Microsoft Open Source 6a457aae93 Initial commit 2018-07-31 11:39:52 -07:00