-
Notifications
You must be signed in to change notification settings - Fork 0
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
Migrate to platform APIs #47
base: master
Are you sure you want to change the base?
Conversation
9c8c207
to
9c3bb7c
Compare
this will serve as the unified ENLYZE platform API client
9c3bb7c
to
cd246ba
Compare
cd246ba
to
62bf4cd
Compare
Coverage resultsThis is the coverage report for commit 24a321c
|
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.
This is the synthesis of the previously single client prior to the introduction of Production Runs.
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.
Haven't reviewed it yet, just noticed that coverage is missing for one line:
Name Stmts Miss Cover Missing
------------------------------------------------------------------------------------------------
.tox/py/lib/python3.12/site-packages/enlyze/api_client/client.py 64 1 98% 149
This PR migrates the project to our new unified platform APIs hosted under
/api/v2
, byBearer
(fromToken
)Site
s to uuidsMoreover, this PR fixes a bug in
datetime_before_today_strategy
that caused flaky test results.How to review
Commit by commit. I've done my best to keep commits atomic and semantic.
Closes
/api/v2
#45