|
a3c5eb62ac
|
Merge pull request 'add option ranges' (#20) from feat/option-ranges into dev
github-mirror / push-github (push) Successful in 4s
Build / Gradle-Build (push) Successful in 32s
Publish / Gradle-Publish (push) Successful in 43s
Test / Gradle-Test (push) Successful in 47s
Reviewed-on: #20
|
2025-03-22 18:42:28 +00:00 |
|
|
996f854ff7
|
feat(command): add wrapper implementations of option ranges
github-mirror / push-github (push) Successful in 1m40s
Build / Gradle-Build (push) Successful in 33s
Test / Gradle-Test (push) Successful in 47s
|
2025-03-22 12:33:21 +01:00 |
|
|
d2eec8b07c
|
feat(command): add option ranges to options
|
2025-03-22 12:31:25 +01:00 |
|
|
caa2ee7089
|
refactor(command): move both choices vars to different annotation
github-mirror / push-github (push) Successful in 1m36s
Build / Gradle-Build (push) Successful in 31s
Publish / Gradle-Publish (push) Successful in 36s
Test / Gradle-Test (push) Successful in 47s
|
2025-03-18 09:33:53 +01:00 |
|
|
2e5979e6e4
|
Merge pull request 'migrate to slf4j' (#18) from migrate/slf4j into dev
github-mirror / push-github (push) Successful in 4s
Build / Gradle-Build (push) Successful in 1m45s
Publish / Gradle-Publish (push) Successful in 1m32s
Test / Gradle-Test (push) Successful in 1m38s
Reviewed-on: #18
|
2025-03-17 19:34:26 +00:00 |
|
|
ab1eb74e85
|
fix(logging) implement getQualifiedCallerName
github-mirror / push-github (push) Successful in 4s
Build / Gradle-Build (push) Successful in 35s
Test / Gradle-Test (push) Successful in 48s
|
2025-03-17 14:36:43 +01:00 |
|
|
a5737b9eaa
|
feat(logging): add Fallback logging
github-mirror / push-github (push) Successful in 4s
Build / Gradle-Build (push) Successful in 31s
Test / Gradle-Test (push) Successful in 47s
|
2025-03-17 14:13:21 +01:00 |
|
|
faca21724c
|
fix(logging): fix wrong getClass method.
|
2025-03-17 14:13:00 +01:00 |
|
|
4c5e28b679
|
feat(logging): replace log4j dependency with slf4j and replace imports
github-mirror / push-github (push) Successful in 3s
Build / Gradle-Build (push) Successful in 38s
Test / Gradle-Test (push) Successful in 51s
|
2025-03-17 10:52:24 +01:00 |
|
|
33f355e6ea
|
Merge pull request 'improve wrapper and general structure' (#16) from improve/structure into dev
github-mirror / push-github (push) Successful in 5s
Build / Gradle-Build (push) Successful in 36s
Publish / Gradle-Publish (push) Successful in 32s
Test / Gradle-Test (push) Successful in 48s
Reviewed-on: #16
No new features
|
2025-03-17 08:26:43 +00:00 |
|
|
d32ac62b4a
|
fix(autocomplete): fix autocomplete using component context objects
github-mirror / push-github (push) Successful in 1m46s
Build / Gradle-Build (push) Successful in 31s
Test / Gradle-Test (push) Successful in 59s
|
2025-03-17 08:37:11 +01:00 |
|
|
e7c35d9308
|
refactor(core): remove redundant distinct method and its uses
github-mirror / push-github (push) Successful in 4s
Build / Gradle-Build (push) Successful in 32s
Test / Gradle-Test (push) Successful in 46s
|
2025-03-17 00:16:26 +01:00 |
|
|
d4a91f3251
|
fix(core): fix wrong equality method and refactor a bit
|
2025-03-17 00:15:10 +01:00 |
|
|
bce4ce7812
|
fix(wrapper): add condition for CommandRegisterer if api is null
|
2025-03-16 23:35:39 +01:00 |
|
|
bae077654e
|
refactor(Discord4J): implement CommandRegisterer refactor
github-mirror / push-github (push) Successful in 1m44s
Build / Gradle-Build (push) Successful in 55s
Test / Gradle-Test (push) Failing after 41s
|
2025-03-16 17:16:26 +01:00 |
|
|
203498de68
|
refactor(javacord): implement CommandRegisterer refactor
|
2025-03-16 17:07:14 +01:00 |
|
|
24df1731da
|
refactor(command): add CommandRegisterer
|
2025-03-16 17:06:37 +01:00 |
|
|
e3fc10a1ce
|
fix(util): ObjectListAggregator syntax
|
2025-03-16 02:48:24 +01:00 |
|
|
78cacb7eb6
|
feat(util): add ObjectListAggregator
|
2025-03-16 02:47:16 +01:00 |
|
|
7287d44645
|
refactor(util): add multiple key support to ObjectAggregator
|
2025-03-16 02:46:55 +01:00 |
|
|
630c8ddee5
|
feat(register): add convenience getter
|
2025-03-16 01:49:24 +01:00 |
|
|
4e27e6ce56
|
feat(struct): introduce ObjectAggregator
|
2025-03-16 01:36:23 +01:00 |
|
|
432cf78a2e
|
add IdentifierProvider and wrapper implementations
github-mirror / push-github (push) Successful in 4s
Build / Gradle-Build (push) Successful in 33s
Test / Gradle-Test (push) Successful in 48s
|
2025-03-05 21:44:12 +01:00 |
|
|
f940f48566
|
move CommandConverter to wrapper package
github-mirror / push-github (push) Successful in 3s
Build / Gradle-Build (push) Successful in 31s
Test / Gradle-Test (push) Successful in 46s
|
2025-03-04 11:16:44 +01:00 |
|
|
f4ee258eb1
|
remove missing parent() call in SlashCommandDefinition#getSubCommands()
github-mirror / push-github (push) Successful in 4s
Build / Gradle-Build (push) Successful in 53s
Test / Gradle-Test (push) Successful in 52s
|
2025-03-03 23:40:06 +01:00 |
|
|
56b668851b
|
add CommandConverter logic and wrapper implementations
github-mirror / push-github (push) Successful in 3s
Build / Gradle-Build (push) Successful in 37s
Test / Gradle-Test (push) Successful in 48s
|
2025-03-03 23:32:25 +01:00 |
|
|
823402e0cd
|
fix base getSubCommands method
|
2025-03-03 23:32:07 +01:00 |
|
|
91b1df8d5b
|
replace ExecutableCommandDefinition with InteractionIdentifiers
github-mirror / push-github (push) Successful in 4s
Build / Gradle-Build (push) Successful in 42s
Test / Gradle-Test (push) Successful in 45s
|
2025-03-03 12:42:04 +01:00 |
|
|
76d7e9ef4f
|
Merge branch 'dev' into improve/structure
github-mirror / push-github (push) Successful in 3s
Build / Gradle-Build (push) Successful in 1m20s
Test / Gradle-Test (push) Successful in 49s
|
2025-03-01 22:59:40 +00:00 |
|
|
236c584da8
|
move Choice classes
github-mirror / push-github (push) Successful in 3s
Build / Gradle-Build (push) Successful in 10s
Test / Gradle-Test (push) Successful in 20s
|
2025-02-20 09:10:28 +01:00 |
|
|
f6db113deb
|
add CommandConverter stub
github-mirror / push-github (push) Successful in 3s
Build / Gradle-Build (push) Successful in 10s
Test / Gradle-Test (push) Successful in 21s
|
2025-02-20 00:41:15 +01:00 |
|
|
9058629af5
|
remove redundant getFullSlashCommand
github-mirror / push-github (push) Successful in 4s
Build / Gradle-Build (push) Successful in 11s
Test / Gradle-Test (push) Successful in 21s
|
2025-02-19 21:50:54 +01:00 |
|
|
8f14b0feb9
|
split up getSubCommands
|
2025-02-19 21:49:12 +01:00 |
|
|
3e02e7b85b
|
Merge pull request 'Migrate to Mockito' (#15) from migrate/mockito into dev
github-mirror / push-github (push) Successful in 3s
Build / Gradle-Build (push) Successful in 11s
Publish / Gradle-Publish (push) Successful in 11s
Test / Gradle-Test (push) Successful in 22s
Reviewed-on: #15
|
2025-02-19 19:22:39 +00:00 |
|
|
ba560cb909
|
remove deprecated manual mocks
github-mirror / push-github (push) Successful in 4s
Build / Gradle-Build (push) Successful in 10s
Test / Gradle-Test (push) Successful in 21s
|
2025-02-19 15:34:14 +01:00 |
|
|
6cdca411c6
|
migrate SlashCommandTest
|
2025-02-19 15:33:21 +01:00 |
|
|
3a39b268c1
|
migrate InteractionCheckTest
|
2025-02-19 14:39:48 +01:00 |
|
|
ca0ab13316
|
migrate ButtonTest to mockito
github-mirror / push-github (push) Successful in 4s
Build / Gradle-Build (push) Successful in 12s
Test / Gradle-Test (push) Successful in 21s
|
2025-02-19 14:10:45 +01:00 |
|
|
ded81983e3
|
migrate AutocompleteTest and add mockito ofc
|
2025-02-19 14:00:01 +01:00 |
|
|
92704ca230
|
add correct null handling for api objects
|
2025-02-19 13:56:45 +01:00 |
|
|
5d8f737481
|
Merge pull request 'add Discord4J Wrapper' (#14) from wrapper/d4j into dev
github-mirror / push-github (push) Successful in 4s
Build / Gradle-Build (push) Successful in 10s
Publish / Gradle-Publish (push) Successful in 11s
Test / Gradle-Test (push) Successful in 21s
Reviewed-on: #14
|
2025-02-19 12:43:38 +00:00 |
|
|
8943d6d4a4
|
add tests
github-mirror / push-github (push) Successful in 3s
Build / Gradle-Build (push) Successful in 18s
Test / Gradle-Test (push) Successful in 21s
|
2025-02-19 10:50:30 +01:00 |
|
|
842fcfe5ac
|
add PermissionCheck
|
2025-02-19 10:50:19 +01:00 |
|
|
858fab5e32
|
fix: Message ContextObject returning Optional
|
2025-02-19 09:02:52 +01:00 |
|
|
20471fefea
|
fix: logging causing NullPointerException
|
2025-02-19 09:01:42 +01:00 |
|
|
8d27ec28db
|
fix: remove Test Line, allow api to be null, fix getCommandDefinition to also allow ChatInputAutoCompleteEvent
|
2025-02-18 11:21:32 +01:00 |
|
|
f81602f5db
|
restructure and add discord4j test stub
github-mirror / push-github (push) Successful in 3s
Build / Gradle-Build (push) Successful in 9s
Test / Gradle-Test (push) Failing after 10s
|
2025-02-17 23:59:08 +01:00 |
|
|
dbad157058
|
adjust actions to add new wrapper
github-mirror / push-github (push) Successful in 5s
Build / Gradle-Build (push) Successful in 9s
Test / Gradle-Test (push) Failing after 13s
|
2025-02-17 20:24:40 +01:00 |
|
|
ad19ed6ada
|
add First prototype of Discord4J wrapper
github-mirror / push-github (push) Successful in 4s
Build / Gradle-Build (push) Successful in 21s
Test / Gradle-Test (push) Successful in 14s
|
2025-02-17 20:13:31 +01:00 |
|
|
ca822909e3
|
fix: consistency
|
2025-02-17 19:55:03 +01:00 |
|