-
Notifications
You must be signed in to change notification settings - Fork 14
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
[UXE-6030] feat: update Real-Time Metrics, Events, Billing, and Accounting Services to API v4 with Origin Configuration Changes #2069
Open
HerbertJulio
wants to merge
8
commits into
dev
Choose a base branch
from
UXE-6030-migracao-dos-servicos-gql-para-fora-do-manager-azion-com
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vinigfer
previously approved these changes
Jan 15, 2025
lucasmendes21
previously approved these changes
Jan 16, 2025
peterpaulo-azion
previously approved these changes
Jan 16, 2025
HerbertJulio
dismissed stale reviews from peterpaulo-azion, lucasmendes21, and vinigfer
via
January 20, 2025 14:19
dacdece
pauloSF0
previously approved these changes
Jan 20, 2025
vinigfer
previously approved these changes
Jan 20, 2025
HerbertJulio
force-pushed
the
UXE-6030-migracao-dos-servicos-gql-para-fora-do-manager-azion-com
branch
from
January 20, 2025 19:30
64720a0
to
635dd98
Compare
pauloSF0
previously approved these changes
Jan 20, 2025
vinigfer
previously approved these changes
Jan 20, 2025
vinigfer
reviewed
Feb 4, 2025
vinigfer
approved these changes
Feb 4, 2025
Quality Gate failedFailed conditions |
lucasmendes21
approved these changes
Feb 4, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request
What is the new behavior introduced by this PR?
This pull request includes several updates to the codebase, primarily focused on upgrading the API version from
v3
tov4
for various services and tests, along with changes to the origin configuration inazion.config.cjs
.Key Updates:
API Version Updates:
v3/events/graphql
tov4/events/graphql
in:cypress/e2mock/activity-history.cy.js
src/services/real-time-events-service/make-real-time-events-service.js
v3
tov4
in:src/services/real-time-metrics-services/make-beholder-base-url.js
Test Updates:
v3/events/graphql
tov4/events/graphql
in the following test files:src/tests/services/real-time-events-service/activity-history/list-activity-history.test.js
src/tests/services/real-time-events-service/activity-history/load-activity-history.test.js
src/tests/services/real-time-events-service/data-stream/list-data-stream.test.js
src/tests/services/real-time-events-service/data-stream/load-data-stream.test.js
Configuration Updates:
Does this PR introduce breaking changes?
Services and tests dependent on
v3
API endpoints will no longer work, as they have been updated tov4
. Ensure all dependencies are aligned with the new API version.Does this PR introduce UI changes? Add a video or screenshots here.
Does it have a link on Figma?
Checklist
Make sure your pull request fits the checklist below (when applicable):
[ISSUE_CODE] TYPE: TITLE
feat
,test
,refactor
, etc).These changes were tested on the following browsers: