Skip to content
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

Add API Implementation #5

Open
wants to merge 34 commits into
base: feat/context-menu-action+command-customization
Choose a base branch
from

Commits on Jul 31, 2024

  1. Upgrade to Gradle 8.9

    gmitch215 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    c38f8e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82529e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89c5aad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b35545f View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Add Requested Changes

    gmitch215 committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    b1dc277 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Configuration menu
    Copy the full SHA
    3f6c274 View commit details
    Browse the repository at this point in the history
  2. Update API Implementation

    gmitch215 committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    454f2f9 View commit details
    Browse the repository at this point in the history
  3. Create dependabot.yml

    gmitch215 committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    f68a401 View commit details
    Browse the repository at this point in the history
  4. Fix Null Safety

    gmitch215 committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    016b1ff View commit details
    Browse the repository at this point in the history
  5. Create remove Command (Closes CodeMC#7)

    - Create Remove Command Class
    - Add `service` section in `config.json` to interact directly with API Services
    - Set sample to include Moderator and Administrator
    gmitch215 committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    c886cd6 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Apply Suggestions from Code Review

    - Rename `service` to `remove`
    - Remove Username Approach
    - Fix Code Errors
    
    Co-authored-by: Andre_601 <[email protected]>
    gmitch215 and Andre601 authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    c5f66ed View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. Configuration menu
    Copy the full SHA
    9ff4153 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78d51e0 View commit details
    Browse the repository at this point in the history
  3. Update CmdApplication.java

    - Use API Utilities instead
    - Use `List#of` instead of `Arrays#asList`
    gmitch215 committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    8e569a2 View commit details
    Browse the repository at this point in the history
  4. Implement /codemc Command

    - Add `remove` Functionality (Closes CodeMC#7)
    - Add `validate` Functionality (Closes CodeMC#8)
    - Add Jenkins/Nexus Information Functionality (Closes CodeMC#9)
    gmitch215 committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    fc16e68 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Implement Database API

    gmitch215 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    4b995ec View commit details
    Browse the repository at this point in the history
  2. Create ConfigHandler#getInt

    gmitch215 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    4fcc2de View commit details
    Browse the repository at this point in the history
  3. Add Database Configuration

    gmitch215 committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    4ba86ec View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Configuration menu
    Copy the full SHA
    cd02dc1 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from Code Review

    Co-authored-by: Andre_601 <[email protected]>
    gmitch215 and Andre601 authored Aug 24, 2024
    Configuration menu
    Copy the full SHA
    71c0b23 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    c09473d View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. Upgrade to Gradle 8.10.2

    gmitch215 committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    4f64d2e View commit details
    Browse the repository at this point in the history
  2. Fix Broken Error Format

    gmitch215 committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    4eefdcc View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Apply suggestions from code review

    Co-authored-by: Andre_601 <[email protected]>
    gmitch215 and Andre601 authored Oct 2, 2024
    Configuration menu
    Copy the full SHA
    d7ea200 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. Update .gitignore

    gmitch215 committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    5590258 View commit details
    Browse the repository at this point in the history
  2. Add API Dependencies

    gmitch215 committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    0fe5d97 View commit details
    Browse the repository at this point in the history
  3. Remove Unused JavaContinuation

    Removed `suspend` Modifiers from Kotlin API
    gmitch215 committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    7e4c312 View commit details
    Browse the repository at this point in the history
  4. Update CmdCodeMC.java

    - Remove Unused JavaContinutation
    - Fix Validation Command
    - Add Response Message for Change Password
    gmitch215 committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    998a3c2 View commit details
    Browse the repository at this point in the history
  5. Update CmdSubmit.java

    Explicitly set Repository Link to Optional
    gmitch215 committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    42a6a87 View commit details
    Browse the repository at this point in the history
  6. Update CodeMCBot.java

    - Add Logging for Connectivity
    - Fix Jenkins Authorization
    gmitch215 committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    edf042a View commit details
    Browse the repository at this point in the history
  7. Update CmdApplication.java

    - Fix Message Parsing for Success Message
    - Move API Methods before Message is Sent
    gmitch215 committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    9655bda View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f2ad0f0 View commit details
    Browse the repository at this point in the history
  9. Update ButtonListener.java

    - Add Reason for Deny Button
    - Fix `lacksRole` Method
    gmitch215 committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    2c088c2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1bcfdec View commit details
    Browse the repository at this point in the history