Louis Wu
ccfea23af3
Merge pull request #121 from microsoft/users/tianw/refreshtoken
...
Refresh token when polling and fix input errors with flight
2024-11-04 09:41:04 -08:00
Louis Wu
423cc0e7f7
rollback flight changes
2024-11-01 09:22:17 -07:00
Louis Wu
1d9e727187
Refresh token when polling and fix input errors with flight
2024-10-30 16:18:07 -07:00
Louis Wu
f5d2b2cb9d
Merge pull request #118 from microsoft/users/tianw/postv3migration
...
Users/tianw/postv3migration
2024-10-03 11:38:21 -07:00
Louis Wu
16d851128c
Change the ADO object for the template
2024-10-03 11:36:57 -07:00
Louis Wu
740e6276c8
remove pscustomobject declaration for submissionJson object
2024-10-02 14:12:16 -07:00
Louis Wu
e7ce212345
Upgrade version numbers
2024-10-02 10:23:30 -07:00
Louis Wu
e60bf6a0d7
Make sure listingsMap uses type pscustomobject so it would work with StoreBroker
2024-10-02 10:20:09 -07:00
Louis Wu
bd62a73909
Merge pull request #114 from microsoft/users/tianw/postv3migration
...
Minor fixes on yml pipeline
2024-08-14 10:59:34 -07:00
Louis Wu
099724fcfe
minor fixes on yml pipeline
2024-08-14 10:53:50 -07:00
Louis Wu
dada89d0cf
Merge pull request #113 from microsoft/users/tianw/postv3migration
...
Users/tianw/postv3migration
2024-08-12 08:59:28 -07:00
Louis Wu
e0a3dabfee
add .npmrc
2024-08-07 16:02:52 -07:00
Louis Wu
a51e704bfb
add fix to openssl.exe path
2024-08-07 14:03:39 -07:00
Louis Wu
c3ec5972c3
Fix regression issues
2024-08-07 11:13:35 -07:00
Louis Wu
128a50e211
Remove installing typings
2024-08-06 14:50:06 -07:00
Louis Wu
612bfabcfd
Merge branch 'master' into users/tianw/postv3migration
2024-08-06 14:45:57 -07:00
Louis Wu
598d28a240
Merge pull request #108 from microsoft/dependabot/npm_and_yarn/follow-redirects-1.15.6
...
Bump follow-redirects from 1.15.4 to 1.15.6
2024-08-06 14:38:33 -07:00
Louis Wu
4907a435c9
adding security.md and update other docs
2024-08-05 15:09:32 -07:00
Louis Wu
3f6a23d471
adding yaml pipeline definitions
2024-08-05 14:41:51 -07:00
Louis Wu
6a997c1f4c
Apply the latest version of the AzureAdoHelper library
2024-07-31 09:58:12 -07:00
Louis Wu
27881d67a8
migrating v3 extension to github
2024-07-30 10:46:40 -07:00
dependabot[bot]
8c4e046798
Bump follow-redirects from 1.15.4 to 1.15.6
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.15.4 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.4...v1.15.6 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-03-16 23:12:56 +00:00
Louis Wu
262f160f97
Merge pull request #106 from louis-wuitton/user/tianw/fixtlsissue
...
hot fix store publish task
2024-01-19 10:20:23 -08:00
Louis Wu
fd079d921c
hot fix store publish task
2024-01-19 10:09:45 -08:00
Louis Wu
f433a7e00e
Merge pull request #105 from louis-wuitton/user/tianw/fixtlsissue
...
Fix windows store extension by upgrading dependencies
2024-01-16 10:24:42 -08:00
Louis Wu
9288793401
rollback task ids
2024-01-12 16:30:13 -08:00
Louis Wu
2fd8b76339
rollback changes on task names
2024-01-12 16:27:41 -08:00
Louis Wu
9094b96f52
remove steamifier and fix the tasks and extension versions
2024-01-12 14:29:29 -08:00
Louis Wu
924c58423d
Fix windows store extension by upgrading dependencies
2024-01-08 11:07:34 -08:00
microsoft-github-policy-service[bot]
180baff390
Auto merge mandatory file pr
...
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days.
2023-06-12 20:53:21 +00:00
microsoft-github-policy-service[bot]
6a03586467
Microsoft mandatory file
2023-06-02 20:46:43 +00:00
Louis Wu
4bf1a8e9cf
Merge pull request #82 from tesar-tech/patch-1
...
Adds information about imag.json file
2020-09-01 15:23:23 -07:00
Louis Wu
36d5a81122
Merge pull request #88 from louis-wuitton/UpdateSupportedImages
...
Change image type list and endpoint type
2020-07-02 08:05:29 -07:00
Louis Wu 🥑
047e50b5d4
bump up version of flight task
2020-06-30 17:44:40 -07:00
Louis Wu 🥑
b2557e2963
Change image type list and endpoint type
2020-06-29 14:07:17 -07:00
tesar-tech
9de5d2b448
Adds information about imag.json file
2020-01-31 18:05:16 +01:00
Andres Zendejas Frias
c0891c5934
Update README.md ( #70 )
2019-06-20 09:14:37 -07:00
Andres Zendejas Frias
b4d365e2f9
Adding retry logic for write operations just in certain error codes. ( #56 )
2018-08-01 15:30:24 -07:00
Andres Zendejas Frias
23ce1b098e
Users/elendil326/compare versions as integers ( #55 )
...
* Change the way we compare versions when preserving packages. Right now is a string comparison, it should be an integer comparison.
* Add correlation Id to requests for better diagnostics
* Simplifying version comparison logic
2018-06-20 16:09:12 -07:00
Andres Zendejas Frias
a95e4d3788
Merge pull request #50 from Microsoft/users/elendil326/enableRetryForPolling
...
Add 429 code as a retryable error code
2018-03-22 10:55:02 -07:00
Moshik Zur
f3382d106f
Users/zurdev/minor bug fixes ( #49 )
...
* fix issue with checking metadata path when metadata isn't updated
* Update links and add repository to marketplace page
* bump version
2018-02-28 16:13:41 -08:00
Andres Zendejas Frias
f3ba415b6a
Add 429 code as a retryable error code
2018-02-15 16:57:09 -08:00
Kunal Patil
473a8e1515
Users/kp101090/fix metadata casing ( #48 )
...
* Fix casing for listing, text and images
* Update ReadMe.md, revert code changes
* Revert missed code fix
* Revert task version changes
2018-02-15 13:47:55 -08:00
Moshik Zur
c532807e31
Fix skipping package deletion when numberOfPackagesToKeep is 0 ( #43 )
2017-08-17 16:38:54 -07:00
Moshik Zur
fae82f8337
Lower polling rate to avoid throttling ( #39 )
2017-07-12 15:33:05 -07:00
Moshik Zur
a37c94526e
Users/zurdev/bugFixes ( #38 )
...
* Canonicalize metadata imageType names
* Increase HTTP request timeout
2017-06-19 15:37:52 -07:00
Moshik Zur
e2c2d705e6
Canonicalize metadata imageType names ( #37 )
2017-06-14 14:53:19 -07:00
Moshik Zur
fdeb568eb3
Add support for making an update mandatory ( #36 )
...
* Add support for making an update mandatory
* Organizing the task's inputs
2017-06-01 12:16:11 -07:00
Moshik Zur
87dd640668
Bump version ( #35 )
2017-05-30 08:43:28 -07:00
Moshik Zur
567fb6ff73
Users/zurdev/log submission url ( #34 )
...
* Add logging of submission URL
* Enhance gulp script to support dev version
* Fixing logging of submission URL for flight
* Refactor attachSubmissionSummary
2017-05-26 14:49:45 -07:00