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

4 Коммитов

Автор SHA1 Сообщение Дата
Stefan Zabka f0a800ae29
V0.24.0 release prep (#1047)
* chore(update): move to FF 117

* chore(pre-commit): update pre-commit

* chore(changelog): create changelog for v0.24.0

* fix(Extension): fix Extension dependency spec

* fix(extension): use ESModules and remove Services import

* refactor(Extension): remove unneeded imports
2023-09-05 23:01:20 +02:00
Stefan Zabka 6c91b7d413
Update (#1042)
* fix(conftest.py): respect number of browsers in fixture

* chore(deps): update dependency versions

* chore(Firefox): update to 115

* fix(profileDirIO): use PathUtils and IOUtils instead of osfile

* fix(pytest): revert to headless

* chore(changelog): update to v0.23.0
2023-08-03 17:46:40 +02:00
Stefan Zabka 0e2246d829
Update deps (#1038)
* chore(deps): upgrade python dependencies

* chore(deps): update js deps

also run npm run fix and fix npm run lint

* fix(tests): fix things broken by the upgrade

* chore(release): update Firefox and release notes

* fix(test): only use non-prefixed WebRTC classes in test
2023-06-25 23:52:31 +02:00
Stefan Zabka 969bafb757
Refactor/single extension (#1008)
* refactor(Extension): move from Extension/firefox to extension

* refactor(Extension): unify extensions

* refactor(Extension): fix .eslintrs.js and execute npm run fix

* refactor(Extension): apply ESLint and prettier

To allow ESLint to parse the most modern JavaScript a dependecy on babel
has been added.

This change allows us to enforce consistent formatting across the
extension in the future

* chore(conda): unlock node version

This change was enabled by removing npm-run-all

* feat(extension): use content.ts for content.js

* test(custom_function): use new selenium attributes

* fix(webdriver_utils): use new selenium methods
2022-09-23 22:08:18 +02:00