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

Scalability improvements: Increment artifact version server side #3095

Open
wants to merge 20 commits into
base: develop
Choose a base branch
from

Conversation

schustmi
Copy link
Contributor

@schustmi schustmi commented Oct 17, 2024

Describe changes

This PR reduces that amount of server requests that are needed to create an artifact version:

  • The artifact can now be created as part of the artifact version request
  • The metadata can now be created as part of the artifact version request
  • The version auto-increment is now happening server-side

Pre-requisites

Please ensure you have done the following:

  • I have read the CONTRIBUTING.md document.
  • If my change requires a change to docs, I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • I have based my new branch on develop and the open PR is targeting develop. If your branch wasn't based on develop read Contribution guide on rebasing branch to develop.
  • If my changes require changes to the dashboard, these changes are communicated/requested.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Other (add details above)

@github-actions github-actions bot added internal To filter out internal PRs and issues enhancement New feature or request labels Oct 17, 2024
@schustmi schustmi force-pushed the feature/increment-artifact-version-server-side branch from ea66a4d to 28a25ed Compare October 21, 2024 11:42
@schustmi schustmi force-pushed the feature/increment-artifact-version-server-side branch from 28a25ed to 69b1775 Compare October 21, 2024 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking-change enhancement New feature or request internal To filter out internal PRs and issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant