Skip to content

Development: Support multiple template author emails#203

Merged
az108 merged 21 commits intomainfrom
feature/multiple-template-author-emails
Mar 5, 2026
Merged

Development: Support multiple template author emails#203
az108 merged 21 commits intomainfrom
feature/multiple-template-author-emails

Conversation

@Predixx
Copy link
Copy Markdown
Collaborator

@Predixx Predixx commented Mar 4, 2026

Description

Closes #202

Allow setting multiple emails as template authors per exercise, so all commits from any of the configured template author emails are excluded from analysis.

Changes

TODO

Test plan

  • TODO

@Predixx Predixx self-assigned this Mar 4, 2026
Change ExerciseTemplateAuthor to store a Set<String> of emails instead
of a single email, allowing exercises with multiple template authors to
be properly tracked. Update all related services, repositories, REST
endpoints, tests, and frontend components accordingly.
@Predixx Predixx changed the title Feature: Support multiple template author emails Development: Support multiple template author emails Mar 4, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 4, 2026

🤖 OpenAPI spec and client code auto-updated and committed.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 4, 2026

🤖 No OpenAPI or client changes needed.

- Remove unused Collectors import in RequestService
- Fix prettier formatting in TeamsList.tsx
- Update setTemplateAuthor -> setTemplateAuthors API call in Teams.tsx
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 4, 2026

🤖 No OpenAPI or client changes needed.

Rename getTemplateAuthor -> getTemplateAuthors and
deleteTemplateAuthor -> deleteTemplateAuthors
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 4, 2026

🤖 No OpenAPI or client changes needed.

…late-author-emails

# Conflicts:
#	src/main/java/de/tum/cit/aet/dataProcessing/service/RequestService.java
#	src/main/webapp/src/app/generated/docs/EmailMappingResourceApi.md
#	src/main/webapp/src/components/OrphanCommitsPanel.tsx
#	src/main/webapp/src/components/TeamDetail.tsx
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 5, 2026

🤖 No OpenAPI or client changes needed.

@Cathy0123456789 Cathy0123456789 marked this pull request as ready for review March 5, 2026 01:15
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 5, 2026

🤖 No OpenAPI or client changes needed.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 5, 2026

🤖 No OpenAPI or client changes needed.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 5, 2026

🤖 No OpenAPI or client changes needed.

az108 added 2 commits March 5, 2026 03:47
…late-author-emails

# Conflicts:
#	src/main/java/de/tum/cit/aet/ai/service/ContributionFairnessService.java
#	src/main/java/de/tum/cit/aet/analysis/web/EmailMappingResource.java
#	src/test/java/de/tum/cit/aet/analysis/web/EmailMappingResourceTest.java
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 5, 2026

🤖 No OpenAPI or client changes needed.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 5, 2026

🤖 No OpenAPI or client changes needed.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 5, 2026

🤖 No OpenAPI or client changes needed.

1 similar comment
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 5, 2026

🤖 No OpenAPI or client changes needed.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 5, 2026

🤖 No OpenAPI or client changes needed.

@az108 az108 merged commit 221ae2a into main Mar 5, 2026
14 checks passed
@az108 az108 deleted the feature/multiple-template-author-emails branch March 5, 2026 03:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support multiple template author emails

3 participants