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

18 Коммитов

Автор SHA1 Сообщение Дата
William Durand 776e0a77a9
Implement new version string check (#4527) 2022-10-27 14:07:51 +02:00
Lucas Everett b8aa5a1cf6
Add scripts/update-dispensary-doc (#4416) 2022-07-25 10:55:21 +02:00
William Durand ed3f7cf167
Stop using fuzzy matches with msgmerge (#4294) 2022-05-03 11:15:02 +02:00
Luca Greco eeccf2547a
fix: Use ESLint Linter API to more directly control parser and rules module loading (#4078)
* fix: Use ESLint Linter API to more directly control parser and rules module loading
* chore: Add smoke test to verify conflicting eslint version do not break addons-linter
2021-12-13 18:09:43 +01:00
William Durand 819adb30fd
Merge mozilla/dispensary into this project (#4006) 2021-11-09 12:10:07 +01:00
William Durand b16cdd2127
add script to automate l10n extraction (#4027) 2021-11-09 09:27:16 +01:00
Luca Greco b4b1c6581e
chore: add script for faster schema data import using git partial clones (#3880) 2021-08-31 13:08:44 +02:00
William Durand 2d1c81e872
Move generated docs to /docs/ (#3851) 2021-08-03 15:09:00 +02:00
William Durand 1035c113ce
Update circle-ci config to test the project against a third node version (#3787)
* Update circle-ci config to test the project against a third (experimental) node version

* disable webext test on node 16

* fmt

* fix npm link

* Revert "disable webext test on node 16"

This reverts commit 8c2153d947.
2021-07-08 12:13:47 +02:00
Luca Greco 7f6f5fd2fc
chore: Fix 'Cannot use import statement' error raised when running firefox-schema-import script (#3626) 2021-03-18 21:11:45 +01:00
Federico bd70c49f98
Drop some babel config (#3603) 2021-03-09 21:24:14 +01:00
William Durand 6fe4089cc5
Switch to Circle CI (#3502) 2020-12-15 19:58:40 +01:00
Andreas Wagner 53dd830b44
Add longer timeout for web-ext functional tests (#3258) 2020-07-20 14:30:23 +02:00
William Durand 0774b7bdb4
Make sure __dirname is false in webpack config (#3231)
* Run web-ext's functional tests

* Make sure __dirname is false in webpack config
2020-06-30 19:00:00 +02:00
Christopher Grebs c87d944ae7
Port firefox schema import to use zip files (#3036)
* Port firefox schema import to use zip downloads.

Fixes #2955

* Remove archiver dependency

* Pull out helper

* Collect write streams and resolve on 'end'

* Add test that runs reject(error)

* Don't call zipfile.addFile inside the promise
2020-02-13 14:05:19 +01:00
Andreas Wagner 60fdb61a89
Fix errors 2019-07-15 12:50:01 +02:00
Luca Greco 4e5ec184d2 chore(scripts): Minor fixes on the schema import scripts moved from bin/ to scripts/ 2018-12-14 11:08:30 -05:00
Linus Unnebäck c1e592034f Move internal scripts to separate folder (#2309)
Fixes #2278 

This PR moves internal scripts to another folder from `bin/`, where the public scripts will live alone now. It also updates the babel dependencies to be in `devDependencies`, since they are only used in the internal scripts.
2018-12-11 08:30:11 +01:00