Ankush Menat
bf69eebca3
ci: Skip type checks in server tests ( #38890 )
2026-04-25 06:40:10 +00:00
Ankush Menat
7a565de242
ci: Tweak coverage (again) ( #38889 )
...
* ci: Skip other dbs in coverage computation
* ci: Add accurate coverage tracking (again)
2026-04-25 11:59:22 +05:30
Ankush Menat
098a0851c6
ci: Fix coverage reporting (again) ( #38849 )
...
* chore: remove _decorate_all_methods_and_functions_with_type_checker
No one understands this runtime magic anymore.
* build: Bump coverage.py to latest
* test: Skip github in coverage reporting
* test: Print traceback from all threads when test is stuck
* ci: Enable coverage in server side tests
* ci: Always enable coverage
It's cheap in recent python versions, our reasons for selectively
disabling aren't valid anymore.
* ci: Disable stderr capturing
* ci: Use default buffer behaviour in unittest runner
* ci(coverage): Set concurrency to multiprocessing
We do use multiprocessing, perhaps the patches aren't concurrectly
handled?
* ci(coverage): Try parallel run
* fix: Apply subprocess patch
* ci: Don't start web server with coverage
Causes deadlock for some reason. We don't actually report it either.
* ci: only submit UI coverage if ran
* test: remove aggresive stuck test checking
* ci: disable UI coverage
(for now)
2026-04-24 16:05:14 +05:30
AarDG10
ac469a1bae
ci(workflow): add backport reminder
...
Can sometimes forget that a PR was deferred from being backported, adding reminder bot to remind after 2 weeks.
2026-04-22 11:46:32 +05:30
Ejaaz Khan
3040c4aa37
chore: update stale closing date
2026-04-17 10:09:05 +05:30
dependabot[bot]
fdc5f0f5cc
build(deps): bump codecov/codecov-action from 5 to 6 ( #38344 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 5 to 6.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
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>
2026-04-14 11:13:04 +05:30
sokumon
8b3ff45780
chore: ignore pygaments vuln
2026-03-28 11:51:22 +05:30
Raffael Meyer
174100b21c
ci: fix po review workflow ( #38256 )
2026-03-25 17:01:47 +00:00
Raffael Meyer
21417c67b1
ci: fix branch pattern ( #38225 )
2026-03-24 22:16:00 +00:00
Raffael Meyer
0cf2e3fd41
ci: restrict review script ( #38224 )
2026-03-24 21:59:00 +00:00
Raffael Meyer
5e5c787de9
ci: review helper for po files ( #38189 )
2026-03-23 15:58:01 +00:00
Aarol D'Souza
82aeed410a
Merge pull request #38000 from akhilnarang/ci-cleanup
...
refactor: ci
2026-03-22 10:34:41 +05:30
Saqib Ansari
a23b1a3624
fix: disable cloud parallelization
2026-03-19 14:03:27 +05:30
Saqib Ansari
01f2b83e31
fix: add env var for cypress-split
2026-03-19 13:26:55 +05:30
dependabot[bot]
305495ccfe
chore(deps): bump actions/download-artifact from 8.0.0 to 8.0.1
...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 8.0.0 to 8.0.1.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v8.0.0...v8.0.1 )
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-version: 8.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-03-16 18:47:51 +00:00
Akhil Narang
a803525933
refactor: ci
...
- Use bench commands directly
- Drop some redundant checks
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2026-03-14 00:05:09 +05:30
Ankush Menat
f19cbee766
ci: Skip failure when Github API doesn't work ( #37802 )
2026-03-05 11:31:59 +00:00
Suraj Shetty
e057d40fbb
Merge pull request #37717 from frappe/dependabot/github_actions/actions/download-artifact-8.0.0
2026-03-03 08:19:24 +05:30
dependabot[bot]
3dff7583d1
chore(deps): bump actions/upload-artifact from 6 to 7
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 6 to 7.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v6...v7 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-03-02 20:04:45 +00:00
dependabot[bot]
b858bae528
chore(deps): bump actions/download-artifact from 7.0.0 to 8.0.0
...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 7.0.0 to 8.0.0.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v7.0.0...v8.0.0 )
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-version: 8.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2026-03-02 20:04:37 +00:00
AarDG10
7d661bb8e3
ci: skip auto postgres test run
2026-02-09 14:40:53 +05:30
Aarol D'Souza
8f22340482
ci(docs): fixes broken links in issue template ( #36440 )
2026-01-29 04:31:11 +00:00
Aarol D'Souza
6613c4da1d
ci: autolabel postgres based on touched files ( #36282 )
2026-01-25 12:07:46 +05:30
Sagar Vora
a2604cfff5
revert: undo ignore vuln
2026-01-23 13:23:28 +05:30
sokumon
0694aa7126
chore: ignore weasyprint vuln
2026-01-22 22:59:02 +05:30
Diptanil Saha
61ebf5a4de
ci: generate pot files for version-16-hotfix ( #36160 )
2026-01-21 14:21:30 +05:30
Ankush Menat
b23c650bd9
ci: fix generate POT workflow ( #36023 )
...
Probably also need to reconfigure PRs for v16 branch (?)
2026-01-21 06:24:32 +00:00
Akhil Narang
a7a6ce93a6
chore(ci): include v16 in patch test ( #35885 )
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2026-01-13 16:53:21 +05:30
Akhil Narang
fcbe4d62d6
chore: setup release CI and mergify for version-16 ( #35859 )
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2026-01-12 10:59:19 +00:00
Saqib Ansari
b47ae8a053
fix: don't run server tests on svg change ( #35583 )
2026-01-01 12:37:38 +05:30
Ankush Menat
54a5b559cc
chore: double stale time ( #35437 )
2025-12-24 09:35:51 +00:00
Akhil Narang
47f1c676f9
chore: update actions
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-12-23 13:27:43 +05:30
Akhil Narang
345f17558a
build(deps): bump to python>=3.14, nodejs>=24
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-12-22 20:33:11 +05:30
dependabot[bot]
8c891b885b
chore(deps): bump actions/upload-artifact from 5 to 6 ( #35248 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 5 to 6.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
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-12-16 05:56:40 +00:00
dependabot[bot]
34ed83fa9c
chore(deps): bump actions/download-artifact from 6.0.0 to 7.0.0 ( #35247 )
...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 6.0.0 to 7.0.0.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v6.0.0...v7.0.0 )
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-version: 7.0.0
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-12-16 11:18:28 +05:30
dependabot[bot]
1ad04523bb
chore(deps): bump dessant/lock-threads from 5 to 6 ( #35246 )
...
Bumps [dessant/lock-threads](https://github.com/dessant/lock-threads ) from 5 to 6.
- [Release notes](https://github.com/dessant/lock-threads/releases )
- [Changelog](https://github.com/dessant/lock-threads/blob/main/CHANGELOG.md )
- [Commits](https://github.com/dessant/lock-threads/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: dessant/lock-threads
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-12-16 11:17:46 +05:30
Ejaaz Khan
11146bb1cc
chore: skip maxscale in github actions mariadb setup
2025-12-10 10:38:48 +05:30
Raffael Meyer
dc8d8636da
test: always upload cypress recordings ( #35032 )
2025-12-03 01:15:49 +00:00
Raffael Meyer
93aabafca3
ci: upload cypress recordings on failure ( #35031 )
2025-12-02 23:57:00 +01:00
sokumon
88bfcdffc4
fix: check if the video directories is empty
2025-12-02 17:23:23 +05:30
sokumon
9b704be8a1
fix: add cypress recordings to a path and upload them
2025-12-02 17:17:42 +05:30
dependabot[bot]
a8d4fc9cd1
chore(deps): bump actions/checkout from 5 to 6 ( #34871 )
...
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-25 11:16:16 +05:30
sokumon
661820415c
fix(ci): set mariadb version in repo setup
2025-11-17 23:43:51 +05:30
Akhil Narang
9f2dba7bef
chore(ci): bump python version
...
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-11-14 17:42:47 +05:30
AarDG10
a991bad767
ci: run postgres tests conditionally with postgres label
2025-11-10 13:15:34 +05:30
AarDG10
a4304124ec
ci(postgres): add flag to enable/disable postgres ci
2025-11-05 20:07:41 +05:30
AarDG10
675be42169
ci(postgres): Fix pg_dump version mismatch by upgrading to v18
2025-11-05 16:07:47 +05:30
AarDG10
5ec2d132c5
ci: add postgres 17.0 service and test matrix entry
2025-11-01 17:14:23 +05:30
AarDG10
c7173147a2
ci: enable postgres support in github actions setup
2025-11-01 17:06:49 +05:30
AarDG10
fe972d0abd
feat(ci): add postgres.json config file for Postgresql tests
2025-11-01 17:03:30 +05:30