• Joined on 2024-09-20
tueem pushed to feat/checks at tueem/Marinara 2024-11-29 17:17:42 +00:00
659218682e add context Object to check methods and create the ability to have a specific method for each type of context or one for all by using the superclass and casting yourself
019ba8f552 add getMostSpecificMethod method to simplify Check method parsing.
Compare 2 commits »
tueem pushed to feat/checks at tueem/Marinara 2024-11-28 09:32:57 +00:00
f89ae5e425 - add prototype Interactioncheck impementation.
tueem created pull request tueem/Marinara#6 2024-11-26 14:10:03 +00:00
WIP: add Checks system
tueem pushed to feat/checks at tueem/Marinara 2024-11-23 23:02:31 +00:00
582e0f0bae implement AnnotationParser system
tueem created branch feat/checks in tueem/Marinara 2024-11-23 23:02:30 +00:00
tueem pushed to dev at tueem/Marinara 2024-11-20 11:01:51 +00:00
0ea330d48b move to seperate files because gitea does not have expressions yet
tueem created branch dev in tueem/Marinara 2024-11-20 10:52:50 +00:00
tueem pushed to dev at tueem/Marinara 2024-11-20 10:52:50 +00:00
c241f6b1fe enable dev branch publishing
tueem pushed to master at tueem/Marinara 2024-11-16 12:41:26 +00:00
4ed5482b63 Merge pull request 'add package publishing and CI/CD using Gitea actions' (#5) from feat/ci-cd into master
4d20dd65f2 upload test results instead of non working publishing
2ab30a2bc1 switch to comma seperation
420408fbdf switch to java-junit reporter
df10c54767 fix variable usage
Compare 11 commits »
tueem deleted branch feat/ci-cd from tueem/Marinara 2024-11-16 12:41:26 +00:00
tueem merged pull request tueem/Marinara#5 2024-11-16 12:41:25 +00:00
add package publishing and CI/CD using Gitea actions
tueem pushed to feat/ci-cd at tueem/Marinara 2024-11-15 10:47:09 +00:00
4d20dd65f2 upload test results instead of non working publishing
tueem pushed to feat/ci-cd at tueem/Marinara 2024-11-14 13:33:04 +00:00
2ab30a2bc1 switch to comma seperation
tueem pushed to feat/ci-cd at tueem/Marinara 2024-11-14 13:17:36 +00:00
420408fbdf switch to java-junit reporter
tueem pushed to feat/ci-cd at tueem/Marinara 2024-11-14 12:54:19 +00:00
df10c54767 fix variable usage
tueem pushed to feat/ci-cd at tueem/Marinara 2024-11-14 12:05:43 +00:00
18d85edcf2 fix formatting
tueem pushed to feat/ci-cd at tueem/Marinara 2024-11-14 11:45:48 +00:00
b371ea8520 add setup gradle step
tueem pushed to feat/ci-cd at tueem/Marinara 2024-11-14 11:38:49 +00:00
b28406b16b update artifact directory structure
tueem pushed to feat/ci-cd at tueem/Marinara 2024-11-14 11:23:49 +00:00
f31292c5b7 switch artifact action to gitea one
tueem pushed to feat/ci-cd at tueem/Marinara 2024-11-14 10:53:17 +00:00
de83137886 add first version of CI with build, test and publish