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

10 Коммитов

Автор SHA1 Сообщение Дата
Aleksandr Levochkin fa22fb32ef
Prepare extension release v4.244.0 (#460)
* Prepare tasks for test

* Change service endpoint name

* Revert testing changes

* Rebuild tasks

---------

Co-authored-by: v-levockina <undefined>
2024-08-15 08:30:20 -07:00
Dmitrii Bobreshev 6371b85bd1
Fix CVE in google-play-release (#455)
- Fixed CVEs in tasks
- Fixed tasks' tests to run asynchronously
- Fixed pipeline to use the highest task handler as default
2024-07-25 16:57:35 +02:00
Aleksandr Levochkin 3d264d6dfb
Migrate tasks to Node 20 (#424)
* Migrate tasks to Node 20

* Add Node16 execution handlers
2024-01-29 13:05:15 +01:00
Maxim Zaytsev ac3ff45121
Add dev-dependencies-constants and update mocha version (#349)
* Update versions

* Add dev-dependencies-constants

* Update task versions
2022-06-28 16:17:01 +03:00
Ivan Golubev 193bb13b8a
Remove gulp (#323)
* Remove gulp

* Bump version

* Update contributing.md

* Update contributing.md

* Resolve comments

* Revert "Bump version"

This reverts commit fc5c24425b.
2022-03-04 22:16:24 +03:00
Alexander Smolyakov 65f2c93149
[All tasks] Resolve `Component Governance` security alerts (#320)
[Common] Resolve critical alert - `gulp-util` - Prototype Pollution in `lodash`
- Remove `gulp-util` since deprecated
- Replace `gulp-util` with `plugin-error` package
- `package.json` and `package-lock.json` updated via `npm audit fix` command to resolve the alerts (that are possible to resolve automatically)
- Fix `make-util.js`
- Bump pipeline tasks versions
- Bump extension version

[GooglePlayPromoteV2] Resolve the audit alerts
- `package-lock.json` updated via `npm audit fix` command to resolve the alerts
- Bumped pipeline task version

[GooglePlayReleaseV4] Resolve the audit alerts
- `package-lock.json` updated via `npm audit fix` command to resolve the alerts
- Bumped pipeline task version

[GooglePlayRolloutUpdateV3] Resolve the audit alerts
- `package-lock.json` updated via `npm audit fix` command to resolve the alerts
- Bumped pipeline task version

[GooglePlayStatusUpdateV2] Resolve the audit alerts
- `package-lock.json` updated via `npm audit fix` command to resolve the alerts
- Bumped pipeline task version
2022-02-16 10:03:57 +03:00
Sergey Dobrodeev 5d00ab708f Removed unused dependencies 2021-03-04 13:23:11 +03:00
Egor Bryzgalov 4b24cdde5e
Add symlink removing to the build script (#235) 2021-02-02 18:36:04 +03:00
Egor Bryzgalov 98e96291d6
Prepared build scripts for Node 10 migration 2021-01-29 17:00:20 +03:00
xzhe 52b673f165 Refactors have done:
1. Add type information.
2. Define interface to replace object initializer.
3. Remove all global variables, passing objects as arguments between sub functions.
4. Use gulp build framework.
5. Localize string.
6. tslint.
7. Add more checks in the authentication part. Throw an error if there is any problem.
2017-01-18 10:55:30 -05:00