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

41 Коммитов

Автор SHA1 Сообщение Дата
lexie011 77e8694386
Add shell option to spawn to prevent einvals errors in node (#2182)
* Add shell option to spawn  to prevent einvals errors in node

* Temporarily switch vscode to 1.91.1 to unblock localization test
2024-08-12 15:58:15 +08:00
benjaminbi 1861e27d4c
[Feature] Using CodeQL alert suppressions rather than LGTM alert suppressions (#1876)
* [Feature] Using CodeQL alert suppressions rather than LGTM alert suppressions
Fixes #1873

* [Feature] Using CodeQL alert suppressions rather than LGTM alert suppressions
Fixes #1873

* [Feature] Using CodeQL alert suppressions rather than LGTM alert suppressions
Fixes #1873

Co-authored-by: Ezio Li <v-yukl@microsoft.com>
2022-11-29 16:56:18 +08:00
Ezio Li d56d34bb89
Ignore lgtm specific rules (#1871) 2022-11-23 09:50:31 +08:00
Heniker 09f6024f29
new eslint & pre-commit hook (#1708) 2021-12-23 20:00:45 +03:00
Heniker c78564627d
Add environment checks (#1702)
Co-authored-by: RedMickey <33267199+RedMickey@users.noreply.github.com>
2021-12-07 16:16:18 +03:00
Ruslan Bikkinin f6820772fa
Remove get-changelog tool (#919) 2019-02-28 12:07:51 +03:00
Ruslan Bikkinin ece0e2ebfd
Add tool for getting changelog for version (#917)
* Add script implementation and tests

* Fix tests

* Add real changelog testcase

* Remove debug code

* Fix lint
2019-02-26 06:59:08 +03:00
Ruslan Bikkinin f6ac01ce84
Refactor gulpfile and gulp-extras (#873)
* Refactor gulpfile

* Add function names for anon tasks, fix issues with arrow funcs

* Fix indents

* fix indents in gulp-extras.js

* Update gulpfile.js
2019-01-16 11:57:01 +03:00
semenyakNik 4ad1a2dc28 replacement gulp-util (#813)
* replacement gulp-util

* Update shrinkwrap
2018-11-14 17:17:16 +03:00
Artem Egorov 078b49a4a9
Fixed copyright check error (#741) 2018-07-09 11:59:31 +03:00
Anna Kocheshkova 0a2835473f Removed CodePush 2018-04-19 16:12:53 +03:00
max-mironov 547ca18754 Revert "Merge pull request #684 from max-mironov/prepare-0.6.7"
This reverts commit e763392d4a, reversing
changes made to 9f81d43d06.
2018-04-19 12:48:55 +03:00
max-mironov 67465abfc7 remove unneeded code related to codepush 2018-04-19 09:19:02 +03:00
ruslan-bikkinin 86b74817e4 Fix imports and check-import gulp task 2018-03-02 15:49:11 +03:00
Artem Egorov 5c8365a68f More strict `compilerOptions` for typescript (#507) 2017-08-09 16:35:23 +03:00
Jimmy Thomson 92f1342210 Adding gulp release 2016-08-25 11:28:47 -07:00
Chris Bala 8e5ee0d7fb Simple spelling fix 2016-04-21 14:01:05 -07:00
Daniel Lebu 3ab5abaa98 Support for gulp package on Windows. 2016-03-18 15:47:27 -07:00
Daniel Lebu c5378ce2ae PR comments. 2016-03-18 14:15:19 -07:00
Daniel Lebu b1a4fdf8d8 Merge branch 'master' into vsce-gulp-task 2016-03-18 14:03:15 -07:00
Daniel Lebu 7212311dca Added package gulp task. 2016-03-18 11:30:38 -07:00
Joshua Skelton 30d12ab8ec Missed template string 2016-03-18 10:37:13 -07:00
Joshua Skelton fefdba64c2 Replace template string
Our build server is running an older version of Node, so can’t use
these.
2016-03-18 10:34:25 -07:00
Joshua Skelton 4abd784953 Ensure the copyright notice is at the beginning of the file 2016-03-17 17:25:10 -07:00
Joshua Skelton a3fd5ee9ab Updating which files we check for copyright notices 2016-03-17 16:42:51 -07:00
Joshua Skelton 6200aa9f29 Added Error Reporting 2016-03-17 14:29:36 -07:00
Joshua Skelton 0d7e2dc51f Replace find helper method with string.match 2016-03-14 16:32:48 -07:00
Joshua Skelton 50c1a7787f 💄 2016-03-14 16:24:32 -07:00
Joshua Skelton e8486e58bc Fixed issue with global regex matching 2016-03-11 18:23:07 -08:00
Joshua Skelton 9425034eb2 Small changes 2016-03-11 17:50:55 -08:00
Joshua Skelton 9adec70d2a Converted checkCopyright and checkImports to Gulp Plugins 2016-03-11 17:32:11 -08:00
digeff dfdc5617ff Now we use indexOf instead of startsWith 2016-03-11 08:56:06 -08:00
digeff 4788df3454 Now we print a stack trace on copyright errors 2016-03-11 08:43:22 -08:00
digeff 4587fa6576 Add missing checkCopyright.js file 2016-03-10 15:38:29 -08:00
digeff 8a0139079e Removed the compiling step, including only the generated javascript now 2016-03-10 15:37:15 -08:00
digeff b22344d986 Now we compile the tools on a post-install step, instead of including the
generated .js files in the git repository
2016-03-09 11:23:10 -08:00
digeff 77e8babb11 Fixed some files with missing copyrights 2016-03-09 08:55:45 -08:00
digeff 9508f4d856 Added new check copyright tool to gulp 2016-03-09 08:55:43 -08:00
digeff d389789791 Added missing error code setting in checkImports.js 2016-03-07 14:09:03 -08:00
digeff c2bf3c4f7b Now we stop monitoring the LogCat when the session ends. We also don't
print messages for the first 0.5 seconds to filter out existing messages
2016-03-07 13:27:37 -08:00
Jimmy Thomson 379834c9fa Adding a step to check imports use correct names 2016-02-26 13:44:12 -08:00