markfrost
0b211c39eb
feat(chromium): add IgnoreResourceHttpStatusDomains option to filter out resources based on their hostnames ( #1434 )
...
* Introduced `IgnoreResourceHttpStatusDomains` option to filter out resources based on their hostnames
- Introduced `IgnoreResourceHttpStatusDomains` option to filter out resources based on their hostnames during HTTP status code checks.
- Updated relevant functions to handle domain normalization and matching.
- Enhanced the form data handling to include the new option.
- Added integration test scenario to verify the functionality of ignoring specified domains.
* Updated the `normalizeDomains` function to initialize the `normalized` slice with a predefined capacity based on the input `domains` slice length, improving memory allocation efficiency.
2025-12-25 15:36:45 +01:00
dependabot[bot]
77b9776d9c
chore(deps): bump github.com/labstack/echo/v4 from 4.13.4 to 4.14.0
...
Bumps [github.com/labstack/echo/v4](https://github.com/labstack/echo ) from 4.13.4 to 4.14.0.
- [Release notes](https://github.com/labstack/echo/releases )
- [Changelog](https://github.com/labstack/echo/blob/master/CHANGELOG.md )
- [Commits](https://github.com/labstack/echo/compare/v4.13.4...v4.14.0 )
---
updated-dependencies:
- dependency-name: github.com/labstack/echo/v4
dependency-version: 4.14.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-17 09:28:49 +01:00
dependabot[bot]
04e596b616
chore(deps): bump golang.org/x/text from 0.31.0 to 0.32.0
...
Bumps [golang.org/x/text](https://github.com/golang/text ) from 0.31.0 to 0.32.0.
- [Release notes](https://github.com/golang/text/releases )
- [Commits](https://github.com/golang/text/compare/v0.31.0...v0.32.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/text
dependency-version: 0.32.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-17 09:25:25 +01:00
dependabot[bot]
9fba76fe5c
chore(deps-dev): bump prettier from 3.7.3 to 3.7.4
...
Bumps [prettier](https://github.com/prettier/prettier ) from 3.7.3 to 3.7.4.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/3.7.3...3.7.4 )
---
updated-dependencies:
- dependency-name: prettier
dependency-version: 3.7.4
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-11 10:12:14 +01:00
Julien Neuhart
8b9858aa66
fix(chromium): resource intensive health check
v8.25.1
2025-12-03 22:34:39 +01:00
dependabot[bot]
2f7218b09c
chore(deps): bump github.com/shirou/gopsutil/v4 from 4.25.10 to 4.25.11
...
Bumps [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil ) from 4.25.10 to 4.25.11.
- [Release notes](https://github.com/shirou/gopsutil/releases )
- [Commits](https://github.com/shirou/gopsutil/compare/v4.25.10...v4.25.11 )
---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v4
dependency-version: 4.25.11
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-01 10:11:22 +01:00
dependabot[bot]
0a05091241
chore(deps-dev): bump prettier from 3.6.2 to 3.7.3
...
Bumps [prettier](https://github.com/prettier/prettier ) from 3.6.2 to 3.7.3.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/3.6.2...3.7.3 )
---
updated-dependencies:
- dependency-name: prettier
dependency-version: 3.7.3
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-01 10:11:09 +01:00
dependabot[bot]
507d0cb2e2
chore(deps): bump go.uber.org/zap from 1.27.0 to 1.27.1
...
Bumps [go.uber.org/zap](https://github.com/uber-go/zap ) from 1.27.0 to 1.27.1.
- [Release notes](https://github.com/uber-go/zap/releases )
- [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md )
- [Commits](https://github.com/uber-go/zap/compare/v1.27.0...v1.27.1 )
---
updated-dependencies:
- dependency-name: go.uber.org/zap
dependency-version: 1.27.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-24 09:02:55 +01:00
dependabot[bot]
fb61948244
chore(deps): bump actions/checkout from 5 to 6
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-24 09:02:11 +01:00
Alex Weston
15fdc99ec0
fix(chromium): add net::ERR_HTTP2_PROTOCOL_ERROR in the EventLoadingFailed list
2025-11-21 21:30:03 +01:00
dependabot[bot]
dd07c73c28
chore(deps): bump golang.org/x/crypto from 0.44.0 to 0.45.0
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.44.0 to 0.45.0.
- [Commits](https://github.com/golang/crypto/compare/v0.44.0...v0.45.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-version: 0.45.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-20 08:52:48 +01:00
Julien Neuhart
43354cafb1
chore(deps): update Go dependencies
v8.25.0
2025-11-15 15:15:50 +01:00
Julien Neuhart
b2c3187690
fix(chromium): better native errors handling
2025-11-15 15:10:09 +01:00
Julien Neuhart
4a788ce9d8
fix(lint): non-used method in tests
2025-11-13 22:12:02 +01:00
Julien Neuhart
f9ad8bd2d5
test(integration): add more tags, complete embed feature tests suite, fix order with metadata
2025-11-13 22:08:28 +01:00
Julien Neuhart
4429aea8a4
chore(tests): rename embed feature file
2025-11-13 20:33:10 +01:00
Julien Neuhart
7a60e82d03
chore(deps): use node 24.11 for dev tools
2025-11-10 13:14:50 +00:00
dependabot[bot]
3544e9c355
chore(deps): bump golangci/golangci-lint-action from 8 to 9
...
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action ) from 8 to 9.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases )
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v8...v9 )
---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
dependency-version: '9'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-10 13:32:15 +01:00
dependabot[bot]
ca4f0141c6
chore(deps): bump github.com/docker/docker
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 28.5.1+incompatible to 28.5.2+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v28.5.1...v28.5.2 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-version: 28.5.2+incompatible
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-10 09:20:23 +01:00
dependabot[bot]
fcaa26a84d
chore(deps): bump golang.org/x/sync from 0.17.0 to 0.18.0
...
Bumps [golang.org/x/sync](https://github.com/golang/sync ) from 0.17.0 to 0.18.0.
- [Commits](https://github.com/golang/sync/compare/v0.17.0...v0.18.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sync
dependency-version: 0.18.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-10 08:57:38 +01:00
dependabot[bot]
ea103d3070
chore(deps): bump github.com/testcontainers/testcontainers-go
...
Bumps [github.com/testcontainers/testcontainers-go](https://github.com/testcontainers/testcontainers-go ) from 0.39.0 to 0.40.0.
- [Release notes](https://github.com/testcontainers/testcontainers-go/releases )
- [Commits](https://github.com/testcontainers/testcontainers-go/compare/v0.39.0...v0.40.0 )
---
updated-dependencies:
- dependency-name: github.com/testcontainers/testcontainers-go
dependency-version: 0.40.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-10 08:57:25 +01:00
Tom Quist
286efbe548
chore(deps): bump Go from 1.25.0 to 1.25.4
2025-11-06 16:42:20 +01:00
Hubert Lenoir
a0ee800002
feat(pdfengines): add embed feature
2025-11-05 13:57:23 +01:00
hubert.lenoir
f4d3fba306
feat: add tests tags
2025-11-04 17:44:37 +01:00
dependabot[bot]
d5a58cfcb5
chore(deps): bump github.com/shirou/gopsutil/v4 from 4.25.9 to 4.25.10
...
Bumps [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil ) from 4.25.9 to 4.25.10.
- [Release notes](https://github.com/shirou/gopsutil/releases )
- [Commits](https://github.com/shirou/gopsutil/compare/v4.25.9...v4.25.10 )
---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v4
dependency-version: 4.25.10
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-03 06:36:00 +01:00
Julien Neuhart
0e6bb27ecf
fix(chromium): add missing wrapped error
2025-10-24 14:49:54 +00:00
Julien Neuhart
83fdc01df1
fix(chromium): accept case-insensitive values for the cookies' sameSite attribute - closes #1331
2025-10-24 14:46:14 +00:00
Julien Neuhart
c7ccabc6cb
fix(chromium): mark the flag --chromium-incognito as deprecated and ignore its value
2025-10-24 14:03:17 +00:00
pebosi
3eefe33e64
Update pdfcpu version
2025-10-22 09:26:02 +02:00
dependabot[bot]
c44dc7f0ab
chore(deps): bump github.com/mholt/archives from 0.1.4 to 0.1.5
...
Bumps [github.com/mholt/archives](https://github.com/mholt/archives ) from 0.1.4 to 0.1.5.
- [Release notes](https://github.com/mholt/archives/releases )
- [Commits](https://github.com/mholt/archives/compare/v0.1.4...v0.1.5 )
---
updated-dependencies:
- dependency-name: github.com/mholt/archives
dependency-version: 0.1.5
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-20 14:02:16 +02:00
dependabot[bot]
1639d82348
chore(deps): bump actions/setup-node from 5 to 6
...
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 >
2025-10-20 14:02:06 +02:00
dependabot[bot]
b31e520731
chore(deps-dev): bump prettier-plugin-gherkin from 3.1.2 to 3.1.3
...
Bumps [prettier-plugin-gherkin](https://github.com/mapado/prettier-plugin-gherkin ) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/mapado/prettier-plugin-gherkin/releases )
- [Changelog](https://github.com/mapado/prettier-plugin-gherkin/blob/main/CHANGELOG.md )
- [Commits](https://github.com/mapado/prettier-plugin-gherkin/compare/v3.1.2...v3.1.3 )
---
updated-dependencies:
- dependency-name: prettier-plugin-gherkin
dependency-version: 3.1.3
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-20 14:01:50 +02:00
dependabot[bot]
e85d4143c0
chore(deps): bump github.com/docker/docker
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 28.5.0+incompatible to 28.5.1+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v28.5.0...v28.5.1 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-version: 28.5.1+incompatible
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-13 10:03:53 +02:00
dependabot[bot]
da20f04e25
chore(deps): bump github.com/chromedp/chromedp from 0.14.1 to 0.14.2
...
Bumps [github.com/chromedp/chromedp](https://github.com/chromedp/chromedp ) from 0.14.1 to 0.14.2.
- [Release notes](https://github.com/chromedp/chromedp/releases )
- [Commits](https://github.com/chromedp/chromedp/compare/v0.14.1...v0.14.2 )
---
updated-dependencies:
- dependency-name: github.com/chromedp/chromedp
dependency-version: 0.14.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-13 10:03:44 +02:00
dependabot[bot]
9a49ea426e
chore(deps): bump golang.org/x/net from 0.44.0 to 0.46.0
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.44.0 to 0.46.0.
- [Commits](https://github.com/golang/net/compare/v0.44.0...v0.46.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-version: 0.46.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-13 10:03:23 +02:00
dependabot[bot]
c0c4c21682
chore(deps): bump actions/checkout from 4 to 5
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-13 10:03:15 +02:00
Hugo Tacla
c7424dfcb3
feat(Dockerfile): add basic LibreOffice Hyphenation support
v8.24.0
2025-10-09 12:45:52 +02:00
Hugo Tacla
e33ca6af12
fix(deps): revert indirect nwaples/rardecode/v2 bump
2025-10-09 07:44:43 +02:00
Julien Neuhart
9dc6e308b6
ci(deps): update golangci-lint to v2.5.0
2025-10-07 09:52:59 +00:00
Julien Neuhart
4fe2ff5553
chore(deps): update No Emoji to v2.051
2025-10-07 09:44:38 +00:00
Julien Neuhart
e5ccb82db8
chore(deps): update Go dependencies
2025-10-07 09:43:41 +00:00
Julien Neuhart
63ae987010
feat(build): add ppc64le architecture ( #1344 )
...
* Support ppc64le architecture
# Conflicts:
# .github/workflows/continuous-delivery.yml
# .github/workflows/continuous-integration.yml
* Adding descriptive missing tags
* empty commit for triggering CI
* ci(ppc64le): wrong runner
* fix(ci): iincrease timeout for integration tests to 40 minutes
---------
Co-authored-by: Andrea Esposito <andrea.esposito@horsa.it >
2025-10-07 09:46:24 +02:00
dependabot[bot]
efa0d3fd75
chore(deps): bump github.com/docker/docker
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 28.4.0+incompatible to 28.5.0+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v28.4.0...v28.5.0 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-version: 28.5.0+incompatible
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-06 07:42:18 +02:00
dependabot[bot]
fd5930bc56
chore(deps): bump github.com/shirou/gopsutil/v4 from 4.25.8 to 4.25.9
...
Bumps [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil ) from 4.25.8 to 4.25.9.
- [Release notes](https://github.com/shirou/gopsutil/releases )
- [Commits](https://github.com/shirou/gopsutil/compare/v4.25.8...v4.25.9 )
---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v4
dependency-version: 4.25.9
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-10-06 07:41:53 +02:00
Julien Neuhart
a057c6253b
chore(deps): update Go dependencies
v8.23.2
2025-09-26 13:15:44 +00:00
Julien Neuhart
ed5d1fa891
fix(Dockerfile): remove upx stage
2025-09-20 00:57:17 +02:00
Julien Neuhart
76d36d18be
chore(deps): update Go dependencies
v8.23.1
2025-09-17 07:02:45 +00:00
dependabot[bot]
a78c433a60
chore(deps): bump golang.org/x/net from 0.43.0 to 0.44.0
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.43.0 to 0.44.0.
- [Commits](https://github.com/golang/net/compare/v0.43.0...v0.44.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-version: 0.44.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-16 13:53:51 +02:00
Julien Neuhart
aff7530cb0
feat(build): use trixie-backports for LibreOffice 25.8 - closes #1323
2025-09-09 19:58:14 +02:00
Julien Neuhart
e7e7267fc2
docs(README): add JetBrains logo
2025-09-09 19:37:27 +02:00