• Joined on 2024-09-20
tueem deleted branch feat/checks from tueem/Marinara 2024-12-05 07:51:38 +00:00
tueem merged pull request tueem/Marinara#6 2024-12-05 07:51:37 +00:00
add Checks system
tueem pushed to dev at tueem/Marinara 2024-12-05 07:51:37 +00:00
d8504a7cde Merge pull request 'add Checks system' (#6) from feat/checks into dev
bef34ee548 fix null issue
29bb7e667e add PermissionCHeck test
94da2a0e3c change logic to always give objects the highest value
7f47130461 add missing annotation annotations
Compare 17 commits »
tueem pushed to feat/checks at tueem/Marinara 2024-12-03 19:21:39 +00:00
bef34ee548 fix null issue
tueem opened issue tueem/Marinara#7 2024-12-03 11:50:00 +00:00
Better Library specific Class Structure.
tueem pushed to feat/checks at tueem/Marinara 2024-12-02 20:21:11 +00:00
29bb7e667e add PermissionCHeck test
94da2a0e3c change logic to always give objects the highest value
7f47130461 add missing annotation annotations
83a3efd4b8 add canRun check which i forgor
aefd8a51a0 change wrong annotation class usage
Compare 5 commits »
tueem pushed to feat/checks at tueem/Marinara 2024-12-02 12:16:40 +00:00
4332592dfa add Javacord PermissionCheck
tueem pushed to feat/checks at tueem/Marinara 2024-12-01 12:06:48 +00:00
c363ab9744 add ability to return false to cancel execution in pre Checks and remove return type on post checks
tueem pushed to feat/checks at tueem/Marinara 2024-11-29 20:41:57 +00:00
33392b02fb add InteractionCheck test
b7333c2e5e fix problem with multiple method overrides in generic types.
239e921e6f change Annotation#getClass to Annotation#annotationType because it was not working as expected
6eb7fb723f add geantyref to fix and simplify generic Type parsing.
Compare 4 commits »
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