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

Pipeline shows disabled endpoints fix (#2881) #3282

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

AndreSantos04
Copy link

Description of Changes

Previously, the dropdown menu in the pipeline configuration displayed all endpoints, including disabled ones, and allowed API calls to them.

Changes:

  • Updated EndpointInterceptor to correctly parse request URIs and match them to corresponding endpoint names in settings.yml, ensuring disabled endpoints are blocked.

  • Added a new API endpoint in SettingsController to expose the endpointStatus map, allowing the frontend to check which endpoints are disabled.

  • Updated pipeline.js to use this new API and hide disabled endpoints from the dropdown menu.

Tests:

  • Created a new Docker Compose setup using a custom settings.yml where all endpoints are disabled.

  • Implemented a test script to run this setup, send API requests to disabled endpoints, and verify they are correctly blocked.

Bug Fix Video

Closes #2881


Checklist

General

Documentation

UI Changes (if applicable)

  • Screenshots or videos demonstrating the UI changes are attached (e.g., as comments or direct attachments in the PR)

Testing (if applicable)

  • I have tested my changes locally. Refer to the Testing Guide for more details.

Previously, the dropdown menu in the pipeline configuration displayed
all endpoints, including disabled ones, and allowed API calls to them.

Fixes:

Updated EndpointInterceptor to correctly parse request URIs and match
them to corresponding endpoint names in settings.yml, ensuring disabled
endpoints are blocked.

Added a new API endpoint in SettingsController to expose the
endpointStatus map, allowing the frontend to check which endpoints
are disabled.

Updated pipeline.js to use this new API and hide disabled endpoints
from the dropdown menu.

Tests:

Created a new Docker Compose setup using a custom settings.yml where
all endpoints are disabled.

Implemented a test script to run this setup, send API requests to
disabled endpoints, and verify they are correctly blocked.
@dosubot dosubot bot added size:XL This PR changes 500-999 lines, ignoring generated files. Bug Something isn't working labels Apr 1, 2025
@github-actions github-actions bot added Java Pull requests that update Java code Front End Issues or pull requests related to front-end development Back End Issues related to back-end development Docker Pull requests that update Docker code API API-related issues or pull requests and removed Bug Something isn't working labels Apr 1, 2025
DarioGii
DarioGii previously approved these changes Apr 2, 2025
@Ludy87
Copy link
Contributor

Ludy87 commented Apr 2, 2025

chmod +x ./testing/test_disabledEndpoints.sh missing in build.yml

@Frooodle Frooodle enabled auto-merge (squash) April 2, 2025 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API API-related issues or pull requests Back End Issues related to back-end development Docker Pull requests that update Docker code Front End Issues or pull requests related to front-end development Github Java Pull requests that update Java code size:XL This PR changes 500-999 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Update Pipeline to hide features disabled
4 participants