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

Modeling exercises: Fix submission error and redundant tooltip for AI feedback #9437

Merged

Commits on Aug 4, 2024

  1. add UI options for AI Feedback and result history

    = Enea_Gore committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    f03e5e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Add Athena Feedback option for text exercises

    = Enea_Gore committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    1067ef1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80242a0 View commit details
    Browse the repository at this point in the history
  3. Add check for automatic Athena results in code editor so the student …

    …can continue working
    = Enea_Gore committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    0245572 View commit details
    Browse the repository at this point in the history
  4. Update result components for Text Feedback

    = Enea_Gore committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    992a2bd View commit details
    Browse the repository at this point in the history
  5. Handle toggle of athena ai feedback request option

    = Enea_Gore committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    b49ca0f View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

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

Commits on Aug 22, 2024

  1. Preliminary Feedback Server

    = Enea_Gore committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    c79b540 View commit details
    Browse the repository at this point in the history
  2. Fix Assessment tutor side issues

    = Enea_Gore committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    5405ae1 View commit details
    Browse the repository at this point in the history
  3. remove todo

    = Enea_Gore committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    9ddc3d9 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'feature/text-exercises/immediate-preliminary-feedback' of

    https://github.com/ls1intum/Artemis into feature/text-exercises/immediate-preliminary-feedback
    = Enea_Gore committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    01159dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    79c4739 View commit details
    Browse the repository at this point in the history
  6. prettier

    EneaGore authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    a5b1c45 View commit details
    Browse the repository at this point in the history
  7. Formattierung

    = Enea_Gore committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    da61ffa View commit details
    Browse the repository at this point in the history
  8. Merge branch 'feature/text-exercises/immediate-preliminary-feedback' of

    https://github.com/ls1intum/Artemis into feature/text-exercises/immediate-preliminary-feedback
    = Enea_Gore committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    95895b1 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Improve results for preliminary text AI Feedback

    = Enea_Gore committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    f1cf351 View commit details
    Browse the repository at this point in the history
  2. Fix result icon and color for Ai Feedback

    = Enea_Gore committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    1c6ac3d View commit details
    Browse the repository at this point in the history
  3. typo

    = Enea_Gore committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    52083fe View commit details
    Browse the repository at this point in the history
  4. ups

    = Enea_Gore committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    6070cb6 View commit details
    Browse the repository at this point in the history
  5. typo

    = Enea_Gore committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    44f8cef View commit details
    Browse the repository at this point in the history
  6. improve result strings for text ai feedback

    = Enea_Gore committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    ac360d4 View commit details
    Browse the repository at this point in the history
  7. set ai feedback for text to graded

    = Enea_Gore committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    3de99f0 View commit details
    Browse the repository at this point in the history
  8. add spinner for ai feedback

    = Enea_Gore committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    2f99541 View commit details
    Browse the repository at this point in the history
  9. small improvements

    = Enea_Gore committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    d1a30f7 View commit details
    Browse the repository at this point in the history
  10. fix rate limit and editor sign when athena results

    = Enea_Gore committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    b192080 View commit details
    Browse the repository at this point in the history
  11. clean up code

    = Enea_Gore committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    69a179e View commit details
    Browse the repository at this point in the history
  12. revert last change partially

    = Enea_Gore committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    c8f5526 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f6e5aef View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. update string for successful and failed athena feedback

    = Enea_Gore committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    753c050 View commit details
    Browse the repository at this point in the history
  2. refactor feedback request (Thanks Leon)

    = Enea_Gore committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    a175663 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c97671 View commit details
    Browse the repository at this point in the history
  4. dont save emppty result, new method for new submission after athena f…

    …eedback
    = Enea_Gore committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    0c4f088 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7269dcb View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Add integration tests

    = Enea_Gore committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    f73fad8 View commit details
    Browse the repository at this point in the history
  2. no junit 4

    = Enea_Gore committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    464dfe8 View commit details
    Browse the repository at this point in the history
  3. no assert Throws

    = Enea_Gore committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    560af55 View commit details
    Browse the repository at this point in the history
  4. save transient instance in test

    = Enea_Gore committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    23dd234 View commit details
    Browse the repository at this point in the history
  5. use text exercise id for text participation test

    = Enea_Gore committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    db0e185 View commit details
    Browse the repository at this point in the history
  6. use text course

    = Enea_Gore committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    4067400 View commit details
    Browse the repository at this point in the history
  7. separate programming and text athena tests

    = Enea_Gore committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    d60b372 View commit details
    Browse the repository at this point in the history
  8. better tests

    = Enea_Gore committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    5dc5b6e View commit details
    Browse the repository at this point in the history
  9. fix text case success

    = Enea_Gore committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    69ab55e View commit details
    Browse the repository at this point in the history
  10. code clean up

    = Enea_Gore committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    a9b2243 View commit details
    Browse the repository at this point in the history
  11. more code clean up

    = Enea_Gore committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    a2c1ecd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fca28bc View commit details
    Browse the repository at this point in the history
  13. address change Request (part 1)

    = Enea_Gore committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    a684a48 View commit details
    Browse the repository at this point in the history
  14. optional chain

    = Enea_Gore committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    ce056ff View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9de3a3f View commit details
    Browse the repository at this point in the history
  16. bring back the spinner

    = Enea_Gore committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    d8f292d View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. better condition for spinner and some client tests

    = Enea_Gore committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    8d5187d View commit details
    Browse the repository at this point in the history
  2. fix result icon and color

    = Enea_Gore committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    03c3bd1 View commit details
    Browse the repository at this point in the history
  3. typo

    = Enea_Gore committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    4b72a4a View commit details
    Browse the repository at this point in the history
  4. back to gray for Athena results

    = Enea_Gore committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    b4dc9db View commit details
    Browse the repository at this point in the history
  5. more result client tests

    = Enea_Gore committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    fc8c873 View commit details
    Browse the repository at this point in the history
  6. result spec ts conflict

    = Enea_Gore committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    f59b2b3 View commit details
    Browse the repository at this point in the history
  7. result spec ts conflict

    = Enea_Gore committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    2099628 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'develop' into feature/text-exercises/immediate-prelimin…

    …ary-feedback
    = Enea_Gore committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    c77e624 View commit details
    Browse the repository at this point in the history
  9. add text athena result tests after conflict resolve

    = Enea_Gore committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    56982d0 View commit details
    Browse the repository at this point in the history
  10. use notch instead of spinner

    = Enea_Gore committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    48d56c8 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. blue notch, no endless spin in more results, error alert from client …

    …side
    = Enea_Gore committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    901eff2 View commit details
    Browse the repository at this point in the history
  2. new submission only after student submits if athena results present, …

    …fix assessment
    = Enea_Gore committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    9010ae1 View commit details
    Browse the repository at this point in the history
  3. minor code improvements

    = Enea_Gore committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    ce159f4 View commit details
    Browse the repository at this point in the history
  4. small bugfix

    = Enea_Gore committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    4b0d29f View commit details
    Browse the repository at this point in the history
  5. turn window alerts to alert warning and update tests

    = Enea_Gore committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    75f88ac View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2024

  1. Add check if last submission already has results + test + getNonAthen…

    …aResults method
    = Enea_Gore committed Aug 31, 2024
    Configuration menu
    Copy the full SHA
    5b5554c View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

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

Commits on Sep 3, 2024

  1. Add athenaEnabled check

    LeonWehrhahn committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    9a3f613 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    c1df8b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe3d235 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    287e20c View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

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

Commits on Sep 7, 2024

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

Commits on Sep 8, 2024

  1. Configuration menu
    Copy the full SHA
    86f7b6e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac8cb0a View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Revert Integration Tests

    To test if this causes the additional server restart
    EneaGore authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    ad97f5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bd4f94 View commit details
    Browse the repository at this point in the history
  3. Spy Bean -> Mock bean

    EneaGore authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    3deaceb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    69bf43b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6684a2b View commit details
    Browse the repository at this point in the history
  6. java style

    EneaGore authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    20d3811 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    9618c23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    45e72ca View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feature/text-exercises/immediate-preliminary-feedback' …

    …into feature/modeling-exercises/immediate-preliminary-feedback
    LeonWehrhahn committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    6f5d47e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    381f705 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    9c667b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3203a8 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    02c80f9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f9e0aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f98504 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d59db8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aee0d0b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    51e0778 View commit details
    Browse the repository at this point in the history
  7. Add

    ModelingExerciseFeedbackService import
    LeonWehrhahn committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    9bad5dc View commit details
    Browse the repository at this point in the history
  8. Update src/test/javascript/spec/component/modeling-assessment-editor/…

    …modeling-assessment-editor.component.spec.ts
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    LeonWehrhahn and coderabbitai[bot] authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    4b10bfc View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    dd29c9f View commit details
    Browse the repository at this point in the history
  2. Merge branch 'feature/modeling-exercises/immediate-preliminary-feedba…

    …ck' of https://github.com/ls1intum/Artemis into feature/modeling-exercises/immediate-preliminary-feedback
    LeonWehrhahn committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    15f7f1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48b2d4a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1a3263 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a482732 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9c910bd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3b2ac10 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. Add null check

    LeonWehrhahn committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    f523991 View commit details
    Browse the repository at this point in the history
  2. Add null check

    LeonWehrhahn committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    8e26c2f View commit details
    Browse the repository at this point in the history
  3. Update getModelSubmissionForModelingEditor to ensure that exercise is…

    … passed the assessment due date
    LeonWehrhahn committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    7452923 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    971d11f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6480f4b View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/feature/modeling-exercises/immed…

    …iate-preliminary-feedback' into feature/modeling-exercises/immediate-preliminary-feedback
    LeonWehrhahn committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    15c6151 View commit details
    Browse the repository at this point in the history
  7. Only filter out null values, to correctly display assessments in Asse…

    …ssments Dashboard for no exam exercises
    LeonWehrhahn committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    33e53a7 View commit details
    Browse the repository at this point in the history
  8. Update comment

    LeonWehrhahn committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    9fa7e44 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2024

  1. Configuration menu
    Copy the full SHA
    52bd827 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74d60a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    9532cc3 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/feature/modeling-exercises/immed…

    …iate-preliminary-feedback' into feature/modeling-exercises/immediate-preliminary-feedback
    LeonWehrhahn committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    4e3527e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5085800 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    cadab42 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c71554 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d08d384 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1240732 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'feature/modeling-exercises/immediate-preliminary-feedba…

    …ck' of https://github.com/ls1intum/Artemis into feature/modeling-exercises/immediate-preliminary-feedback
    LeonWehrhahn committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    5736c1a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    40e9ca3 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    bb6e048 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a756435 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7044a2 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'feature/modeling-exercises/immediate-preliminary-feedba…

    …ck' of https://github.com/ls1intum/Artemis into feature/modeling-exercises/immediate-preliminary-feedback
    LeonWehrhahn committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    0623a03 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    11d5f96 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/develop' into feature/modeling-e…

    …xercises/preliminary-feedback-submission
    LeonWehrhahn committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    1255ae5 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Add null check

    LeonWehrhahn committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    f6470c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a192afe View commit details
    Browse the repository at this point in the history
  3. Update comment

    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    LeonWehrhahn and coderabbitai[bot] authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    d18df7b View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

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