-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Uptime] Add /internal
to internal APIs
#116334
Comments
Hi, I'd like to work on this. Could you please provide a bit more context also where/how I can find the list of APIs to work on? |
Hi @deepak-sreekumar, thanks a lot for your willingness to help 🙌 I've tackled this issue as it required a little bit of internal coordination to make sure that we'd rename things consistently across the parts of the application managed by different teams. However, the PR is open for review (#117852) if you'd like to take a look at that and perhaps see how we usually change these types of things. Maybe that would make further contributions more straightforward. Thanks a lot 😊 |
* [Uptime] prefix internal APIs with /internal [relates to #116334] * [Uptime] move hard-coded URL paths to rest_api constants [relates to #116334] * [Uptime] use API_URLS from constants in API integration tests [relates to #116334] * [Uptime] Remove unnecessary filters route test * [Uptime] prefix internal RUM routes with /internal and /ux [relates to #116334] * [User Experience] update API docs for prefixed internal UX APIs
…ic#117852) * [Uptime] prefix internal APIs with /internal [relates to elastic#116334] * [Uptime] move hard-coded URL paths to rest_api constants [relates to elastic#116334] * [Uptime] use API_URLS from constants in API integration tests [relates to elastic#116334] * [Uptime] Remove unnecessary filters route test * [Uptime] prefix internal RUM routes with /internal and /ux [relates to elastic#116334] * [User Experience] update API docs for prefixed internal UX APIs
…) (#118380) * [Uptime] prefix internal APIs with /internal [relates to #116334] * [Uptime] move hard-coded URL paths to rest_api constants [relates to #116334] * [Uptime] use API_URLS from constants in API integration tests [relates to #116334] * [Uptime] Remove unnecessary filters route test * [Uptime] prefix internal RUM routes with /internal and /ux [relates to #116334] * [User Experience] update API docs for prefixed internal UX APIs
* [Uptime] prefix internal APIs with /internal [relates to #116334] * [Uptime] move hard-coded URL paths to rest_api constants [relates to #116334] * [Uptime] use API_URLS from constants in API integration tests [relates to #116334] * [Uptime] Remove unnecessary filters route test * [Uptime] prefix internal RUM routes with /internal and /ux [relates to #116334] * [User Experience] update API docs for prefixed internal UX APIs
POST-FF testing LGTM Where practicable I manually pinged the endpoints, I also walked through the UX dashboard and most features of the Uptime UI. |
Add
/internal
to internal APIs for:The text was updated successfully, but these errors were encountered: