-
Notifications
You must be signed in to change notification settings - Fork 294
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
Development
: Add analysis of endpoint connections config file
#9238
Development
: Add analysis of endpoint connections config file
#9238
Conversation
…gned to the correct endpoints anyway
…ndpoints from analysis in analysisOfEndpointConnections.config.yml
There hasn't been any activity on this pull request recently. Therefore, this pull request has been automatically marked as stale and will be closed if no further activity occurs within seven days. Thank you for your contributions. |
There hasn't been any activity on this pull request recently. Therefore, this pull request has been automatically marked as stale and will be closed if no further activity occurs within seven days. Thank you for your contributions. |
…t/AnalysisOfEndpointConnectionsConfigFile # Conflicts: # supporting_scripts/analysis-of-endpoint-connections/src/main/java/de/tum/cit/endpointanalysis/EndpointAnalyzer.java # supporting_scripts/analysis-of-endpoint-connections/src/main/java/de/tum/cit/endpointanalysis/EndpointParser.java # supporting_scripts/analysis-of-endpoint-connections/src/main/java/de/tum/cit/endpointanalysis/RestCallAnalyzer.java
6ca6d99
…nectionsConfigFile
…nectionsConfigFile
…dpointConnectionsConfigFile' into feature/development/AnalysisOfEndpointConnectionsConfigFile
…nectionsConfigFile
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
re-approval
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reapprove
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reapprove
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reapprove 👍
Checklist
General
Motivation and Context
When new Language features are introduced, the libraries used for parsing need some time to adapt to them. To be able to use the tool in the meantime, files with new language features may be excluded from the analysis.
Description
A configuration file is added that allows the exclusion of client and server files from the analysis, as well as the exclusion of individual REST calls and endpoints.
Testing Steps
An up-to-date run of the workflow with all the excluded files, REST calls and endpoints can be found here: https://github.com/ls1intum/Artemis/actions/runs/11406939982
Testserver States
Note
These badges show the state of the test servers.
Green = Currently available, Red = Currently locked
Click on the badges to get to the test servers.
Review Progress
Code Review
Test Coverage
Summary by CodeRabbit
Release Notes
New Features
Bug Fixes
Documentation
Chores