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

Feature/jshell #870

Merged
merged 9 commits into from
Aug 11, 2023
Merged

Feature/jshell #870

merged 9 commits into from
Aug 11, 2023

Commits on Aug 5, 2023

  1. Feature/jshell from fork (#869)

    * JShell feature added
    
    * Added option to get the snippets of another user
    
    * Refactored JShell eval into its own class
    
    * Changed RateLimiter so it's a global limiter and not a per user limiter + merged user and oneOffSession together
    
    * Added context action for running java code
    
    * Fixing sonar wranings for jshell
    Alathreon authored Aug 5, 2023
    Configuration menu
    Copy the full SHA
    f0a93b5 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    78828b8 View commit details
    Browse the repository at this point in the history
  2. Formating jshell classes

    Alathreon committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    7fa5e1e View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    900780c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff0288d View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Other minor code changes

    Alathreon committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    01054fc View commit details
    Browse the repository at this point in the history
  2. JShell now allows wrong uri and dead server, will give correct respon…

    …se to the user and will log them as warns
    Alathreon committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    7edd53c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e36e55 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09a1b69 View commit details
    Browse the repository at this point in the history