-
Notifications
You must be signed in to change notification settings - Fork 303
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
Iris: Lecture Ingestion Web hook #8512
Closed
Closed
Conversation
This file contains 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
- join column defined in collection table - element collection always cascading
Might reduce the used heap space enough so that at least the tests in the CI pipeline run through. Cause for the increase in space usage needs to be checked and when found the parallel testing should be re-enabled before merge.
github-actions
bot
added
the
client
Pull requests that update TypeScript code. (Added Automatically!)
label
May 3, 2024
yassinsws
added
component:Iris
ready for review
and removed
client
Pull requests that update TypeScript code. (Added Automatically!)
labels
May 3, 2024
github-actions
bot
added
client
Pull requests that update TypeScript code. (Added Automatically!)
docker
labels
May 3, 2024
yassinsws
force-pushed
the
feature/iris/IngestionPipeline
branch
from
May 4, 2024 08:54
18e1144
to
f9fab7f
Compare
…re/iris/IngestionPipeline # Conflicts: # docker/playwright-E2E-tests-mysql-localci.yml # docker/playwright-E2E-tests-mysql.yml # docker/playwright-E2E-tests-postgres.yml # docker/playwright.yml # src/main/java/de/tum/in/www1/artemis/domain/AssessmentNote.java # src/main/java/de/tum/in/www1/artemis/repository/ProgrammingExerciseRepository.java # src/main/java/de/tum/in/www1/artemis/repository/ProgrammingExerciseStudentParticipationRepository.java # src/main/java/de/tum/in/www1/artemis/repository/ResultRepository.java # src/main/java/de/tum/in/www1/artemis/repository/SubmissionRepository.java # src/main/java/de/tum/in/www1/artemis/service/connectors/pyris/PyrisConnectorService.java # src/main/java/de/tum/in/www1/artemis/service/dto/FinishedBuildJobDTO.java # src/main/java/de/tum/in/www1/artemis/service/notifications/push_notifications/PushNotificationService.java # src/main/java/de/tum/in/www1/artemis/web/rest/open/PublicPyrisStatusUpdateResource.java # src/main/java/de/tum/in/www1/artemis/web/rest/programming/ProgrammingExerciseExportImportResource.java # src/main/resources/config/liquibase/changelog/20230628215302_changelog.xml # src/main/resources/config/liquibase/changelog/20240404040404_changelog.xml # src/main/webapp/app/admin/standardized-competencies/standardized-competency-management.component.html # src/main/webapp/app/admin/standardized-competencies/standardized-competency-management.component.ts # src/main/webapp/app/assessment/assessment-layout/assessment-layout.component.html # src/main/webapp/app/assessment/assessment-note/assessment-note.component.html # src/main/webapp/app/course/competencies/competency-form/competency-form.component.html # src/main/webapp/app/course/competencies/competency-management/competency-management.component.html # src/main/webapp/app/course/competencies/import-standardized-competencies/course-import-standardized-competencies.component.html # src/main/webapp/app/course/competencies/import-standardized-competencies/course-import-standardized-competencies.component.ts # src/main/webapp/app/localci/build-queue/build-queue.component.html # src/main/webapp/app/localci/build-queue/build-queue.component.ts # src/main/webapp/app/localci/build-queue/build-queue.service.ts # src/main/webapp/app/overview/course-conversations/course-conversations.component.html # src/main/webapp/app/overview/course-conversations/course-wide-search/course-wide-search.component.html # src/main/webapp/app/overview/course-overview.component.html # src/main/webapp/app/overview/course-overview.component.scss # src/main/webapp/app/shared/standardized-competencies/standardized-competency-detail.component.html # src/main/webapp/app/shared/standardized-competencies/standardized-competency-filter-page.component.ts # src/main/webapp/app/shared/standardized-competencies/standardized-competency-filter.component.html # src/test/java/de/tum/in/www1/artemis/exercise/programmingexercise/AuxiliaryRepositoryServiceTest.java # src/test/java/de/tum/in/www1/artemis/metis/linkpreview/LinkPreviewIntegrationTest.java # src/test/java/de/tum/in/www1/artemis/service/BuildLogEntryServiceTest.java # src/test/java/de/tum/in/www1/artemis/util/RequestUtilService.java # src/test/javascript/spec/component/iris/ui/chatbot-widget.component.spec.ts # src/test/javascript/spec/component/localci/build-queue/build-queue.component.spec.ts # src/test/javascript/spec/component/overview/course-conversations/course-wide-search.component.spec.ts # src/test/playwright/e2e/exercise/programming/ProgrammingExerciseParticipation.spec.ts # src/test/playwright/support/constants.ts # src/test/playwright/support/pageobjects/exercises/programming/ProgrammingExerciseOverviewPage.ts
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
client
Pull requests that update TypeScript code. (Added Automatically!)
component:Iris
ready for review
server
Pull requests that update Java code. (Added Automatically!)
tests
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.
Checklist
General
Server
Motivation and Context
We want Iris to be able to respond to the students questions based on the lecture content. For that we need to send the lectures to Pyris, everytime new lecture slides or attachments get updated or deleted.
Description
Every lecture that gets updated or created is sent to the Pyris through a rest call. If a course, lecture or a lectureUnit gets erased the webhook is also executed and the files are erased from the Pyris side.
Steps for Testing
Prerequisites:
Testserver States
Note
These badges show the state of the test servers.
Green = Currently available, Red = Currently locked
Review Progress
Performance Review
Code Review
Manual Tests
Test Coverage
Screenshots