Commit 10ced20
Development: Adopt openapi-generator-angular22 1.0.0 (incl. generator PR #5)
Switch the OpenAPI client generator from de.tum.cit.aet:openapi-generator-angular21:1.1.0
to openapi-generator-angular22:1.0.0 (renamed for the Angular 22 line; incorporates the
generator's PR #5 improvements) and regenerate the committed Angular client.
Generator changes surfaced in the regenerated client + the required Artemis adaptations:
- Model files now live in `openapi/model/` (singular, honoring modelPackage) instead of the
previous `openapi/models/`. Codemod: rewrite `app/openapi/models/` -> `app/openapi/model/`
across 53 app/spec files.
- File-download endpoints now return `Observable<HttpResponse<Blob>>` (was `Observable<Blob>`);
unwrap `response.body` in the tutorial-groups CSV export consumer + its spec.
- Enums additionally emit a runtime `const` object alongside the existing string-literal union
type (backward compatible), and array query params serialize as repeated params (Spring
accepts both).
Verified locally: production build 0 errors; full Vitest suite 15,869/15,869 pass.
Note: openapi-generator-angular22:1.0.0 is not yet on Maven Central (only publishToMavenLocal);
CI never runs openApiGenerate (committed client), so this does not affect CI. Publishing to
Maven Central (needs Sonatype creds) is a follow-up for team-wide regeneration.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 6d2217c commit 10ced20
146 files changed
Lines changed: 577 additions & 382 deletions
File tree
- gradle
- src/main/webapp/app
- editor/monaco-editor/model/actions/artemis-intelligence
- openapi
- .openapi-generator
- api
- model
- programming/manage
- code-editor/instructor-and-editor-container
- update/update-components/problem
- checklist-panel
- quiz/manage/update/quiz-ai-generation-modal
- tutorialgroup
- manage
- management-tutorial-group-detail-container
- service
- tutorial-create-or-edit
- tutorial-edit-container
- tutorial-group-session-create-or-edit-modal
- tutorial-groups-management
- tutorial-groups-export-button.component
- tutorial-groups-import-dialog
- tutorial-registrations-container
- tutorial-registrations-import-modal
- tutorial-registrations-register-modal
- tutorial-registrations-register-search-bar
- tutorial-registrations-students-table
- tutorial-registrations
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | | - | |
| 70 | + | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments