Jeremy Letto
c5702cc8b6
Remove webclient (extracted to Webatrice repo) ( #6848 )
...
The webclient has been extracted to https://github.com/seavor/Webatrice
and the Playwright e2e suite has moved to Sockatrice. Cockatrice keeps
no copy.
Deleted:
- webclient/ (entire tree, 349 files)
- .github/workflows/web-build.yml, web-lint.yml
- .husky/pre-commit (the only tracked husky hook; managed entirely
from webclient's package.json which no longer exists)
Edited:
- .tx/config: dropped the webclient resource block; Webatrice/.tx/config
now manages its own translations
- .github/workflows/translations-pull.yml: removed webclient locales
from add-paths
- .github/workflows/desktop-build.yml, desktop-lint.yml: removed dead
'!webclient/**' and '!.husky/**' path-filter exclusions
- .github/dependabot.yml: removed commented-out npm/webclient block
- Doxyfile: removed webclient/ from EXCLUDE list
- .ci/release_template.md: dropped Webatrice section (Webatrice now
cuts its own releases)
- README.md: dropped 'first work on a webclient' line, added Webatrice
to Related Repositories, updated translation paragraph and build
badges
History preserved: every webclient commit remains recoverable via
git log on master before this commit.
2026-05-08 09:14:53 -04:00
dependabot[bot]
adee67115c
Bump actions/checkout from 5 to 6 ( #6347 )
2025-11-24 19:42:21 +01:00
dependabot[bot]
3ae4a7d8a7
Bump actions/setup-node from 5 to 6 ( #6250 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 5 to 6.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-02 17:11:23 +01:00
tooomm
f4361d1b43
CI: More workflow paths updates ( #6227 )
...
* update trigger paths
* change to include paths trigger pattern
* refine selection
* more paths
* fix
* revert push trigger and add hint
2025-10-08 02:17:02 +02:00
dependabot[bot]
4e57868037
Bump actions/setup-node from 4 to 5 ( #6111 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 4 to 5.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-14 10:50:33 +02:00
dependabot[bot]
da52d677c7
Bump actions/checkout from 4 to 5 ( #6084 )
2025-08-31 09:06:26 +02:00
dependabot[bot]
f5fe56c85d
Bump actions/setup-node from 3 to 4 ( #4928 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-31 00:48:39 +01:00
dependabot[bot]
e850f6c2a5
Bump actions/checkout from 3 to 4 ( #4866 )
2023-09-07 23:11:19 +02:00
tooomm
ca308636c3
CI: Add automatic PR creation for source string updates ( #4544 )
...
* wording
* add pr creation
* Update translations.yml
* Update translations.yml
* update translation workflow
* Update CONTRIBUTING.md
* Update CONTRIBUTING.md
* Update CONTRIBUTING.md
* skip ci update
* skip ci update
* update conditions
* remove empty line
* typo
* tee test
* cleanup
* pass data between steps
* opt for step output over env variable
* remove space
* create script
* wording
* fix fork protection, re-add pr run
* updates
* Update translations.yml
* adjust for new source paths
* update comment
* wording
Co-authored-by: ebbit1q <ebbit1q@gmail.com>
* wording
* reorder
* reorder
* fix deprecation of set-output
* fix version
---------
Co-authored-by: ebbit1q <ebbit1q@gmail.com>
2023-08-06 17:55:50 -04:00
tooomm
45a5296013
CI: Fix versions before deprecation ( #4798 )
...
* fix deprecation warning
* fix deprecation warning
2023-04-30 13:51:09 +02:00
Jeremy Letto
26d7fe2ff0
Webatrice: update deps ( #4700 )
...
* save work
* fix reset styling
* fix toast reducer
* update non-react deps
* update react libraries
* remove jquery, use sanitize-html instead
* add missing change
* fix deps and dev deps
* update workflow to target Node 16
* run @mui/codemod to remove @mui/styles
* add default body font size
* update react 17 to 18
* declare enum before use
* add rel attr to links
* fix font sizing issue
* trailing commas
* refactor deep destructuring
Co-authored-by: Jeremy Letto <jeremy.letto@datasite.com>
2022-11-01 12:41:42 -05:00
ebbit1q
b99bd0176a
update deprecated workflow actions ( #4690 )
2022-10-17 23:55:07 -04:00
tooomm
2885f93fdf
run ci not only on pr's to master ( #4537 )
2022-01-20 18:27:26 +01:00
tooomm
86881bbbc3
CI: Little tweaks to web ( #4488 )
2021-12-07 23:01:46 -05:00
tooomm
c5aaa0bc2e
CI: Add webclient ( #4478 )
2021-11-26 16:55:53 -05:00