Commit Graph

19 Commits

Author SHA1 Message Date
a96b007c1f Update src/main/java/fr/iut_fbleau/info/but3/automation/rock_paper_scissors/play/domain/Move.java
Some checks failed
rock-paper-scissors/pipeline/head There was a failure building this commit
2025-11-29 19:48:26 +01:00
b4a28fdcf8 Update src/test/java/fr/iut_fbleau/info/but3/automation/rock_paper_scissors/play/domain/MoveTest.java
Some checks failed
rock-paper-scissors/pipeline/head There was a failure building this commit
add the test ofr the WELL adding
2025-11-29 19:37:30 +01:00
699de02810 Update src/main/java/fr/iut_fbleau/info/but3/automation/rock_paper_scissors/play/domain/Move.java
Some checks failed
rock-paper-scissors/pipeline/head There was a failure building this commit
add WELL in the game, the WELL loose in front of the PAPER and win against the ROCK and the SCISSORS.
2025-11-29 19:29:39 +01:00
Maxime Pierront
9865e9dcc2 Sort stats by descending win count in StatBoardReponse constructor.
All checks were successful
rock-paper-scissors/pipeline/head This commit looks good
2025-11-26 16:58:06 +01:00
Maxime Pierront
ca34df2af9 Refactor test classes: remove redundant public modifiers & update test values. 2025-11-26 16:57:57 +01:00
b451ad2233 Merge pull request 'add-ci' (#5) from add-ci into main
Reviewed-on: pierront/rock-paper-scissors#5
2025-11-23 20:07:11 +01:00
Maxime Pierront
8a341c51ee update jenkins file and repo
All checks were successful
rock-paper-scissors/pipeline/head This commit looks good
2025-11-23 19:52:30 +01:00
Maxime Pierront
b4555aa73f Update Jenkinsfile to specify Maven 3.9 as required build tool. 2025-11-23 12:59:57 +01:00
8bf1594329 Merge pull request 'add-ci' (#4) from add-ci into main
Reviewed-on: pierront/rock-paper-scissors#4
2025-11-23 01:19:53 +01:00
Maxime Pierront
33b24c62d4 Refactor InMemoryStatRepository initialization with default stats constant, make Application.main public, update Java version to 21 in pom.xml, and remove redundant Jenkinsfile configuration. 2025-11-23 01:12:37 +01:00
Maxime Pierront
ac66320f9a Add Jenkinsfile for CI/CD pipeline setup, including build, test, package, and deployment stages. 2025-11-23 00:59:37 +01:00
Maxime Pierront
71cc786ea5 Add Jenkinsfile for CI/CD pipeline setup, including build, test, package, and deployment stages. 2025-11-23 00:48:59 +01:00
b8c9b382d8 Merge pull request 'Add Jenkinsfile for CI/CD pipeline setup, including build, test, package, and deployment stages.' (#3) from add-ci into main
Reviewed-on: pierront/rock-paper-scissors#3
2025-11-23 00:40:16 +01:00
Maxime Pierront
56aa4c7b3a Add Jenkinsfile for CI/CD pipeline setup, including build, test, package, and deployment stages. 2025-11-23 00:39:26 +01:00
56206c02bb Merge pull request 'Add Jenkinsfile for CI/CD pipeline setup, including build, test, package, and deployment stages.' (#2) from add-ci into main
Reviewed-on: pierront/rock-paper-scissors#2
2025-11-23 00:28:21 +01:00
Maxime Pierront
cb499eaf32 Add Jenkinsfile for CI/CD pipeline setup, including build, test, package, and deployment stages. 2025-11-23 00:25:44 +01:00
9405b66593 Merge pull request 'Add Jenkinsfile for CI/CD pipeline setup, including build, test, package, and deployment stages.' (#1) from add-ci into main
Reviewed-on: pierront/rock-paper-scissors#1
2025-11-23 00:22:12 +01:00
Maxime Pierront
1d67074daa Add Jenkinsfile for CI/CD pipeline setup, including build, test, package, and deployment stages. 2025-11-23 00:19:06 +01:00
Maxime Pierront
513ac8356e Initialize Rock-Paper-Scissors project with Spring Boot, domain, SPI, and Modulith setup. 2025-11-22 23:54:22 +01:00