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

Abstract API base endpoint #1950

Merged
merged 13 commits into from
May 29, 2024
Merged

Abstract API base endpoint #1950

merged 13 commits into from
May 29, 2024

Conversation

cjao
Copy link
Contributor

@cjao cjao commented May 28, 2024

Other cleanup and optimizations:

  • Removed unused lattice attributes to reduce asset uploads
  • Handle Covalent version mismatches between client and remote executor environments
  • Allow installing a specific commit sha for easier testing
  • I have added the tests to cover my changes.
  • I have updated the documentation and CHANGELOG accordingly.
  • I have read the CONTRIBUTING document.

@cjao cjao force-pushed the abstract-apis branch 2 times, most recently from 81bf303 to 2a2b22f Compare May 28, 2024 16:58
@cjao cjao marked this pull request as ready for review May 28, 2024 16:59
@cjao cjao requested review from a team as code owners May 28, 2024 16:59
@cjao cjao requested a review from kessler-frost May 28, 2024 17:05
@cjao cjao linked an issue May 28, 2024 that may be closed by this pull request
@cjao cjao force-pushed the abstract-apis branch 5 times, most recently from be74191 to ca95ba3 Compare May 29, 2024 01:43
Copy link

codecov bot commented May 29, 2024

Codecov Report

Attention: Patch coverage is 80.00000% with 11 lines in your changes are missing coverage. Please review.

Project coverage is 84.25%. Comparing base (d7841c7) to head (ca95ba3).
Report is 2 commits behind head on develop.

Current head ca95ba3 differs from pull request most recent head 8df33f0

Please upload reports for the commit 8df33f0 to get more accurate results.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1950      +/-   ##
===========================================
- Coverage    84.60%   84.25%   -0.35%     
===========================================
  Files          295      293       -2     
  Lines        14499    14218     -281     
  Branches       195      195              
===========================================
- Hits         12267    11980     -287     
- Misses        2098     2104       +6     
  Partials       134      134              
Flag Coverage Δ
Dispatcher 92.48% <80.00%> (-0.11%) ⬇️
Functional_Tests 50.63% <75.00%> (-0.75%) ⬇️
SDK 79.18% <89.74%> (-0.44%) ⬇️
UI_Backend 84.03% <16.66%> (-0.50%) ⬇️
UI_Frontend 73.35% <ø> (ø)

cjao added 2 commits May 29, 2024 06:57
- named_args
- named_kwargs
- cova_imports
- lattice_imports
Remove debug parameter in `uvicorn.run` (see uvicorn PR #1640)
cjao added 2 commits May 29, 2024 07:14
This no longer works and should no longer be needed anyway since the
migration from Result pickles to DB two years ago.
kessler-frost
kessler-frost previously approved these changes May 29, 2024
Copy link
Member

@kessler-frost kessler-frost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Amazing work @cjao 🚀!

@cjao cjao dismissed stale reviews from santoshkumarradha and kessler-frost via 8df33f0 May 29, 2024 13:19
@kessler-frost kessler-frost merged commit f939961 into develop May 29, 2024
10 of 12 checks passed
@kessler-frost kessler-frost deleted the abstract-apis branch May 29, 2024 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SDK only installs fail due to unsatisfied SQLAlchemy dependency
3 participants