-
Couldn't load subscription status.
- Fork 0
Release some stuff #25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Bot startup process * Create database schema I am tired. Lets see if I still like it after some sleep * Define data structure * Define command structure * Update data model * Update dependencies * Implement Team command * Implement Settings command * Implement Register command * Register commands in bot and adjust signature * Set java toolchain version to 17 * Add jam state as a replacement for time fuckup * Add jam admin command * Bugfixes for command and data * Setup resources * Improve error handling a bit * Small adjustments * Add license to new files * extracted Jam Admin subcommands * extracted team and settings subcommands, moved and renamed jam admin commands * moved interfaces into packages * moved to generic subcommand interface * nonce in map * regenrate license for where missing * Add locale * add license and fix stuff * Remove unused interfaces * Update db setup * Register orga role * Convert non plain data holder from records to classes * make constant, two utils final and private ctor * Removed de-recorded stuff * switched to upper snake case * Use optional methods instead of early return, where applicable * Remove methods implemented by records * Cleanup test * Add localization * Add list command * Update database setup * Add main class * Small fixes for locale * Fix some data problems * Apply reformatting * Add rename and team leader promotion commands #2 #3 * Fix auto completion of timezones Co-authored-by: Yannick Lamprecht <[email protected]>
* integrate new ephemeral page service * Implementation of vote command * Implement ranking and info command for voting * Rebase * Prevent team modifications during active vote
* Inital api implementation * Cleanup request code * Remove duplicated logic * Add license
* Start of teams api implementation * Add endpoint documentation * Introcude team api * Add licence
…e try-with-resource (#20)
* initial docker file * adjust docker compose and create template config * added kubernetes setup * gamejam bot wait for database * Added a Persistent volume claim for the database Co-authored-by: Florian Fülling <[email protected]>
Make db calls synced Migrate commands to new system
…gistration-localizer # Conflicts: # bot/src/main/java/de/chojo/gamejam/commands/server/configure/MaxPlayers.java # bot/src/main/java/de/chojo/gamejam/commands/server/configure/Message.java # bot/src/main/java/de/chojo/gamejam/commands/server/configure/SpectatorOverflow.java # bot/src/main/java/de/chojo/gamejam/commands/server/configure/Whitelist.java # bot/src/main/resources/locale_en_US.properties
…ocalizer Localizations for new commands
Add velocity server registration
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
documentation
Improvements or additions to documentation
feature
New feature
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.