Elian Doran
dee5380e60
fix(ci): sequential tests ended up run in parallel
2026-03-06 08:20:17 +02:00
Elian Doran
9b4f8c5003
feat(ci/client): HTML output
2026-03-05 22:07:11 +02:00
Elian Doran
85d8c4c8fa
feat(ci/server): HTML output
2026-03-05 22:06:46 +02:00
Elian Doran
513fffcb1a
ci(dev): escape test filter
2026-03-05 21:14:21 +02:00
Elian Doran
2c4cf2dcf1
ci(test): separate running of heavy tests to avoid OOM issues
2026-03-05 18:28:27 +02:00
perfectra1n
b257b75be2
fix(ci): remove fragile jq where possible
2026-03-01 13:49:45 -08:00
perfectra1n
2de2709420
fix(ci): migrate all the jank docker ci to use crane instead
2026-03-01 13:47:18 -08:00
Elian Doran
3e0ddd90a1
chore(docker): image not properly pushed to DockerHub
2026-03-01 22:20:00 +02:00
Elian Doran
4433d034db
fix(ci): unblock signing not working due to bad shell & missing variable
2026-03-01 17:57:06 +02:00
Elian Doran
b35e0b906f
fix(ci): missing dependencies
2026-03-01 17:38:27 +02:00
Elian Doran
104c9ec64a
fix(ci): prevent release if sanity checks fail
2026-03-01 17:34:45 +02:00
Elian Doran
6e4b18b57b
fix(ci): missing pnpm
2026-03-01 17:34:05 +02:00
Elian Doran
02601f37d8
fix(ci): version consistency missing pnpm
2026-03-01 17:21:43 +02:00
renovate[bot]
37a1bd6b25
chore(deps): update github artifact actions
2026-02-28 21:15:12 +00:00
Elian Doran
14f521fdd7
Revert "chore(ci): try to fix flaky "Merge manifest lists""
...
This reverts commit eea4cbbd6c .
2026-02-01 11:53:57 +02:00
Elian Doran
eea4cbbd6c
chore(ci): try to fix flaky "Merge manifest lists"
2026-01-31 22:34:14 +02:00
Elian Doran
b0910baaf0
chore(ci): fix warnings related to if
2026-01-30 07:46:30 +02:00
Elian Doran
241147c762
fix(ci): token for web-clipper release
2026-01-25 21:40:19 +02:00
Elian Doran
2d126c9cec
feat(ci): create release for web-clipper
2026-01-25 21:38:01 +02:00
Elian Doran
743a6f3466
ci(web-clipper): disable compression level for artifact
2026-01-24 18:12:02 +02:00
Elian Doran
625062a268
ci(web-clipper): no files uploaded
2026-01-24 17:57:30 +02:00
Elian Doran
cb0fabf273
ci(web-clipper): fail if no files found
2026-01-24 17:43:11 +02:00
Elian Doran
4c978d8622
ci(web-clipper): fail if no files found
2026-01-24 17:41:51 +02:00
Elian Doran
d0f441ec74
ci(web-clipper): generate .zip files on change
2026-01-24 17:40:18 +02:00
Elian Doran
4800f2a172
chore(ci/i18n): add permissions
2026-01-13 22:56:27 +02:00
Elian Doran
e7ff364c01
chore(i18n): trigger on workflow change
2026-01-13 22:52:51 +02:00
Elian Doran
79ca299726
feat(i18n): add workflow to check translation coverage
2026-01-13 22:49:46 +02:00
Elian Doran
c3623a15fb
fix(ci): website workflow failing due to postinstall scripts
2026-01-13 10:09:51 +02:00
Elian Doran
0b25b09040
feat(ci): check version consistency before releasing
2026-01-08 19:49:29 +02:00
renovate[bot]
6aa8d9fbf9
chore(deps): update github artifact actions
2025-12-13 01:19:13 +00:00
renovate[bot]
ef902fc706
chore(deps): update softprops/action-gh-release action to v2.5.0
2025-12-06 02:51:28 +00:00
Elian Doran
1af0477ac0
chore(ci): fix duplicate artifact name error
2025-12-01 13:53:07 +02:00
Elian Doran
80ce2c04ed
chore(ci): apply platform changes for nightly
...
See https://github.com/TriliumNext/Trilium/pull/7002/files
2025-11-30 18:41:39 +02:00
renovate[bot]
43df4ae0e7
chore(deps): update actions/checkout action to v6
2025-11-21 00:20:47 +00:00
Elian Doran
3d971108b8
chore(ci/docker): update nightly version on main branch
2025-11-15 17:47:20 +02:00
Elian Doran
b54765113e
fix(ci): wrong dir for arm64
2025-11-10 19:10:55 +02:00
Elian Doran
ed08893996
chore(ci): disable fail-fast for matrix
2025-11-10 19:05:41 +02:00
Elian Doran
20286d53c8
feat(ci): test server on ARM as well
2025-11-10 18:56:04 +02:00
Elian Doran
9c1a34fe7c
fix(ci): proper port
2025-11-10 18:30:03 +02:00
Elian Doran
e70c6b69b8
fix(ci): set proper environment variables for playwright
2025-11-10 18:20:35 +02:00
Elian Doran
3776c40b8d
chore(ci): add playwright testing to the server
2025-11-10 17:25:39 +02:00
renovate[bot]
74ba4b9ee5
chore(deps): update softprops/action-gh-release action to v2.4.2
2025-11-09 00:42:36 +00:00
copilot-swe-agent[bot]
4f442551a9
Integrate Developer Guide into documentation build process
...
Added Developer Guide to the documentation build process alongside the User Guide.
- Modified build-docs.ts to import and export both User Guide and Developer Guide
- Created importAndExportDocs helper function to handle multiple documentation sources
- Developer Guide is exported to /site/developer-guide/ subdirectory
- Updated GitHub workflow to validate Developer Guide is built
- Added build-docs app to workflow triggers
The documentation build now produces:
- User Guide at /site/ (root) and /site/user-guide/
- Developer Guide at /site/developer-guide/
- Script API at /site/script-api/{backend,frontend}/
- REST API at /site/rest-api/{internal,etapi}/
Co-authored-by: eliandoran <21236836+eliandoran@users.noreply.github.com >
2025-11-02 22:28:24 +00:00
Elian Doran
cfd55147df
Deploy share-based static documentation ( #7548 )
2025-10-29 21:27:49 +02:00
Elian Doran
0ad95d00dc
chore(ci): try to fix arm v6/v7 build
2025-10-29 08:08:16 +02:00
Elian Doran
1822eea77c
chore: remove remaining references to mkdocs
2025-10-28 19:19:39 +02:00
Elian Doran
bde03e8378
feat(docs/share): integrate in the CI
2025-10-28 16:42:52 +02:00
renovate[bot]
8f184c5b10
chore(deps): update dependency node to v24
2025-10-28 06:23:07 +00:00
renovate[bot]
8baf496f96
chore(deps): update github artifact actions
2025-10-25 01:23:17 +00:00
renovate[bot]
b3abd479ad
chore(deps): update actions/setup-node action to v6
2025-10-15 01:37:25 +00:00