Commit Graph

  • 0f50f31b13 Update branch checks to be case-sensitive Hatvani Tamás 2025-11-11 11:27:42 +01:00
  • b6f0b6ee5e Fix conditional syntax in dispatcher.yml Hatvani Tamás 2025-11-11 11:22:21 +01:00
  • 4ae9eea7e2 removed pull_request dispatcher from release workflow htom 2025-11-11 11:13:45 +01:00
  • 1f368551c1 removed pull_request dispatch from the test files htom 2025-11-11 11:12:39 +01:00
  • 4e9f222ddc Allow case-insensitive branch checks in dispatcher.yml Hatvani Tamás 2025-11-11 11:01:38 +01:00
  • 061795a039 implemented the generation of LUT: RAY_TABLE Varga Dávid Lajos 2025-11-11 10:39:51 +01:00
  • 1af497f063 implemented the generation of LUT: KNIGHT_ATTACK_MAP Varga Dávid Lajos 2025-11-11 10:33:51 +01:00
  • b6cdf5b778 implemented the generation of LUT: PAWN_ATTACK_MAP Varga Dávid Lajos 2025-11-11 10:32:41 +01:00
  • 4eb4bc1348 implemented the generation of LUT: KING_ATTACK_MAPS Varga Dávid Lajos 2025-11-11 10:25:23 +01:00
  • c2fe2e968a added masks for use against wrap-around Varga Dávid Lajos 2025-11-11 10:22:05 +01:00
  • 21f2890b92 added frame and tests for table: RAY_TABLE Varga Dávid Lajos 2025-11-10 17:17:30 +01:00
  • 5d748b07d2 added frame and tests for table: KNIGHT_ATTACK_MAP Varga Dávid Lajos 2025-11-10 16:54:14 +01:00
  • b252f16b2d added frame and tests for table: PAWN_ATTACK_MAP Varga Dávid Lajos 2025-11-10 15:50:58 +01:00
  • 18f4060df0 added frame and tests for table: KING_ATTACK_MAP Varga Dávid Lajos 2025-11-10 15:28:15 +01:00
  • 033440fbac added dependency to Cargo.toml: once_cell Varga Dávid Lajos 2025-11-10 13:18:48 +01:00
  • bfb2a6db23 added file and module structure for attackmaps.rs Varga Dávid Lajos 2025-11-10 13:13:03 +01:00
  • 70d10719e6 Dokumentumok feltöltése a master branch-re v4 v3 v29 v2 Bence 2025-11-10 12:21:27 +01:00
  • 85f7c6e690 Remove checkout step from upload_data workflow v28 v1 Hatvani Tamás 2025-11-09 15:05:10 +01:00
  • 2ac2f17d1a Fix subprocess by adding decode to file path in upload_data.yml Hatvani Tamás 2025-11-09 15:01:42 +01:00
  • 7cd4bb6b09 Refactor subprocess call and print statement Hatvani Tamás 2025-11-09 14:55:23 +01:00
  • 1bf4d875af Workflow: added subprocess run to have the correct path for the test log file htom 2025-11-09 14:48:04 +01:00
  • 8a01bba644 Update pip install command to break system packages Hatvani Tamás 2025-11-09 14:34:18 +01:00
  • cf2edab297 Remove Python setup from upload_data workflow Hatvani Tamás 2025-11-09 14:31:18 +01:00
  • 5443002c5f Workflow: removed runs-on: self-hosted from test upload job Hatvani Tamás 2025-11-09 14:26:28 +01:00
  • e19a5aac9a Workflow: Re added test-upload job, added workflow_call trigger htom 2025-11-09 14:23:13 +01:00
  • 3515703a90 Modify zip commands in release workflow to include files in the folder with the wildcard v20 Hatvani Tamás 2025-11-09 13:12:27 +01:00
  • a6966e055d Compress build folders for upload v19 Hatvani Tamás 2025-11-09 13:05:23 +01:00
  • e41be61321 Modify release files to target linux and windows v18 Hatvani Tamás 2025-11-09 12:55:14 +01:00
  • 1b4194ee7d Cleanup job depend on release, added missing .cargo folder to fix cc error on workflow build v17 htom 2025-11-09 12:44:33 +01:00
  • 4763cbed95 Update dispatcher.yml to include permissions Hatvani Tamás 2025-11-09 12:36:33 +01:00
  • 9253283953 Workflow: re enabled test-data-upload with temp commands Hatvani Tamás 2025-11-09 12:34:45 +01:00
  • 596828e827 Added release workflow, started work on the upload to spreadsheet htom 2025-11-09 12:29:46 +01:00
  • c6c2e27d34 Add cleanup job to dispatcher workflow Hatvani Tamás 2025-11-07 13:19:40 +01:00
  • bc2eca7eac added new test.sh script htom 2025-11-07 12:54:11 +01:00
  • 86ceab10ad Workflow: removed rust setup from the tests, as it is installed on device htom 2025-11-05 15:27:47 +01:00
  • 785e40f538 Workflow: removed branch from tests call htom 2025-11-05 15:24:35 +01:00
  • 39da1be9de Workflow: added new triggers for running test workflows htom 2025-11-05 15:08:33 +01:00
  • 7ef9855016 Update workflow paths and conditions in dispatcher.yml Hatvani Tamás 2025-11-05 15:00:42 +01:00
  • b5902c0bb7 Merge pull request #2 from htamas1210/Workflow Hatvani Tamás 2025-11-05 14:58:42 +01:00
  • 76a1c18b56 Workflow: dispatching workflow with 'uses' htom 2025-11-05 14:58:08 +01:00
  • 27394df920 Merge pull request #1 from htamas1210/Workflow Hatvani Tamás 2025-11-05 14:49:08 +01:00
  • 3df33093ed Workflow: Added the workflow files, changed ls to pwd in tests htom 2025-11-05 14:47:50 +01:00
  • 300b3cde34 Workflow: Triggering the workflow a different way with gh script htom 2025-11-05 13:46:29 +01:00
  • a19e0bf922 Workflow: added missing repository checkout htom 2025-11-05 13:30:58 +01:00
  • 7625eecbd9 Workflow: Dispatch and Test runner workflow test #1 htom 2025-11-05 13:26:23 +01:00
  • d819368962 Expand GitHub workflow documentation Docs/funk_spec htom 2025-11-05 12:36:30 +01:00
  • 1788cce42d Kövspec áttekintés, vágyálom rendszer hozzáadása Bence 2025-11-04 12:01:25 +01:00
  • 8818b12fa5 követelmény lista hozzáadása htom 2025-11-03 18:52:06 +01:00
  • 49f4ffc380 Document system requirements for chess application Hatvani Tamás 2025-11-03 18:41:29 +01:00
  • 08dd3f14c6 initial projects created, engine, server, ui htom 2025-11-03 14:47:15 +01:00