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

Assign endpoints with concatenated URIs to the correct Rest calls #9372

Open
Jan-Thurner opened this issue Sep 27, 2024 · 0 comments
Open

Assign endpoints with concatenated URIs to the correct Rest calls #9372

Jan-Thurner opened this issue Sep 27, 2024 · 0 comments
Labels

Comments

@Jan-Thurner
Copy link
Contributor

Is your feature request related to a problem?

Endpoints with URIs like these:

  • api/courses/{courseId}/students/{studentLogin: + Constants.LOGIN_REGEX + }
  • api/courses/{courseId}/tutors/{tutorLogin: + Constants.LOGIN_REGEX + }
  • api/courses/{courseId}/editors/{editorLogin: + Constants.LOGIN_REGEX + }
  • api/courses/{courseId}/instructors/{instructorLogin: + Constants.LOGIN_REGEX + }
  • api/courses/{courseId}/students/{studentLogin: + Constants.LOGIN_REGEX + }
  • api/courses/{courseId}/tutors/{tutorLogin: + Constants.LOGIN_REGEX + }
  • api/courses/{courseId}/editors/{editorLogin: + Constants.LOGIN_REGEX + }
  • api/courses/{courseId}/instructors/{instructorLogin: + Constants.LOGIN_REGEX + }
  • api/programming-exercises/{exerciseId} + /static-code-analysis-categories/import

are not assigned correctly to their REST call counterpart and vice versa.

Describe the solution you'd like

Extend the analyzers to correctly assign these URIs

Describe alternatives you've considered

No response

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant