492 Commits

Author SHA1 Message Date
Palash Tyagi
f0de677b69 Add validation for benchmark report zip file and list directory contents 2025-05-05 22:31:31 +01:00
Palash Tyagi
bbcdbb4151 Add error handling for missing benchmark report zip file in CI workflow 2025-05-05 22:28:14 +01:00
Palash Tyagi
aec6278a50 Add debugging output for benchmark report extraction in CI workflow 2025-05-05 22:22:50 +01:00
Palash Tyagi
054b3c828e Add 'unzip' to the list of installed packages in Dockerfile 2025-05-05 22:00:23 +01:00
Palash Tyagi
659e93c27d testing runners 2025-05-05 21:57:43 +01:00
Palash Tyagi
f520f29f11 Add installation of GitHub CLI in Dockerfile 2025-05-05 21:55:56 +01:00
Palash Tyagi
db8b756a74 Update push trigger to include 'docs_page' branch in CI workflow 2025-05-05 21:33:35 +01:00
Palash Tyagi
d8154a1175 Enhance CI workflow to download and include benchmark reports in documentation output 2025-05-05 21:32:51 +01:00
Palash Tyagi
4d4b6d1656 Add initial HTML landing page 2025-05-05 21:05:48 +01:00
2bc375f950
Merge pull request #42 from Magnus167/fix_docs
Update docs-and-testcov workflow
2025-05-05 03:44:02 +01:00
Palash Tyagi
37d10cbc7d Remove 'fix_docs' branch from push trigger in workflow configuration 2025-05-05 03:42:52 +01:00
Palash Tyagi
1c41d387ef Update verification step to check for logo presence in output directory 2025-05-05 03:32:57 +01:00
Palash Tyagi
38baf0c648 Fix logo URL replacement in README.md and adjust documentation copying step 2025-05-05 03:30:58 +01:00
Palash Tyagi
2e6c4bd6bb Add step to replace logo URL in README.md during workflow 2025-05-05 03:26:25 +01:00
Palash Tyagi
6bb1c2a0de testing w .nojekyll 2025-05-05 03:18:22 +01:00
Palash Tyagi
d670ab4a5c Fix .github directory path in documentation output and add verification step 2025-05-05 03:07:47 +01:00
Palash Tyagi
eb09593b0a Update push trigger branches for docs-and-testcov workflow 2025-05-05 03:01:36 +01:00
Palash Tyagi
29c304d512 testing changes 2025-05-05 03:00:51 +01:00
Palash Tyagi
7c96439550 Fix .github directory path in documentation output and add verification step 2025-05-05 02:53:16 +01:00
Palash Tyagi
76b8824ce3 Refactor documentation file copying to include entire .github directory 2025-05-05 02:49:07 +01:00
Palash Tyagi
00befe7ee4 Fix file path for rustframe logo in documentation output 2025-05-05 02:44:17 +01:00
Palash Tyagi
41349e2dba Update push trigger branch for docs-and-testcov workflow 2025-05-05 02:40:27 +01:00
Palash Tyagi
9ab3a7c2c1 Update branch trigger and fix documentation file handling in workflow 2025-05-05 02:39:19 +01:00
Palash Tyagi
88a08e1063 Update push trigger branches in docs-and-testcov workflow 2025-05-05 02:24:48 +01:00
Palash Tyagi
9696cd47bd Update benchmark command to include features flag 2025-05-05 02:23:59 +01:00
Palash Tyagi
1ad25d7e0b Fix file paths for documentation assets in GitHub Pages deployment 2025-05-05 02:21:25 +01:00
Palash Tyagi
00889754ea Enable push trigger for benchmarks workflow 2025-05-05 02:14:36 +01:00
4a5485cddd
Merge branch 'main' into date_utils 2025-05-05 02:13:21 +01:00
ce98d74836
Merge pull request #41 from Magnus167/wkflow_fix
Update GitHub Actions workflows
2025-05-05 02:13:07 +01:00
Palash Tyagi
de549d15d5 Update GitHub Actions workflows: remove redundant branch from docs-and-testcov and enhance Rust setup in run-unit-tests 2025-05-05 02:11:14 +01:00
97e8f3d55c
Merge branch 'main' into date_utils 2025-05-05 02:01:53 +01:00
bccde27fb8
Merge pull request #40 from Magnus167/update_docs_workflow
Refactor docs and benchmark workflows
2025-05-05 01:54:26 +01:00
Palash Tyagi
345166b16c Set HOME environment variable for Docker user in Dockerfile 2025-05-05 01:38:13 +01:00
Palash Tyagi
5e03e7f1e5 Comment out debug print statement for runners response in runner-fallback action 2025-05-05 01:38:07 +01:00
Palash Tyagi
d42437bf32 Refactor Dockerfile to rearrange package installation for clarity 2025-05-05 01:30:20 +01:00
Palash Tyagi
eeba602c14 Refactor Dockerfile to install Rust and Cargo dependencies 2025-05-05 01:28:01 +01:00
Palash Tyagi
7e27539529 Update GitHub token input to require CUSTOM_GH_TOKEN for authentication in workflows 2025-05-05 01:04:56 +01:00
Palash Tyagi
80083ce77c Refactor github-token input to use CUSTOM_GH_TOKEN secret for authentication in runner-fallback action 2025-05-05 00:52:52 +01:00
Palash Tyagi
179553fe38 Add comments to clarify token permissions in runner-fallback action 2025-05-05 00:47:14 +01:00
Palash Tyagi
eb21f21dcb Remove github-token input and use CUSTOM_GH_TOKEN secret for authentication in runner-fallback action 2025-05-05 00:46:21 +01:00
Palash Tyagi
5f1bb68723 Add debug logging for runners response in runner-fallback action 2025-05-05 00:36:42 +01:00
Palash Tyagi
ac4d67146e Add error handling for fetching runners in runner-fallback action 2025-05-05 00:34:48 +01:00
Palash Tyagi
5cca2ca149 Update coverage badge URL in README.md to point to the correct documentation path 2025-05-05 00:32:30 +01:00
Palash Tyagi
186dffe29b Update output directory structure for documentation and coverage reports 2025-05-04 21:27:14 +01:00
Palash Tyagi
88d1d6b3ff Update primary-runner configuration to use self-hosted only in workflows 2025-05-04 21:23:23 +01:00
Palash Tyagi
6d79797266 Update push branches in docs-and-testcov workflow to include update_docs_workflow 2025-05-04 21:15:27 +01:00
Palash Tyagi
a62c24304e Update index redirect and comment out deploy conditions for Pages 2025-05-04 21:14:35 +01:00
Palash Tyagi
3f11068f9c Refactor documentation output structure and update index redirect 2025-05-04 20:53:32 +01:00
Palash Tyagi
18887e72ae Update deploy condition for GitHub Pages to include workflow_dispatch 2025-05-04 18:48:26 +01:00
Palash Tyagi
02c00cc657 Update upload condition for Pages artifact to include workflow_dispatch 2025-05-04 18:44:02 +01:00