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

Deprecate allVersions map #746

Merged
merged 1 commit into from
May 29, 2023
Merged

Conversation

amvanbaren
Copy link
Contributor

Fixes #726

  • Added /api/{namespace}/{extension}/versions endpoint
  • Added /api/{namespace}/{extension}/version-references endpoint
  • Deprecate allVersions map and limit its size to 200 entries. Number of entries will be further limited gradually.
  • Added allVersionsUrl as replacement for allVersions map
  • Simplify /api/-/query database query
  • Simplify /api/v2/-/query database query
  • Added semver columns to extension_version table, so that ExtensionVersions can be ordered and paged.

- Added /api/{namespace}/{extension}/versions endpoint
- Added /api/{namespace}/{extension}/version-references endpoint
- Deprecate allVersions map and limit its size to 200 entries. Number of entries will be further limited gradually.
- Added allVersionsUrl as replacement for allVersions map
- Simplify /api/-/query database query
- Simplify /api/v2/-/query database query
- Added semver columns to extension_version table, so that
  ExtensionVersions are ordered and can be paged.
@amvanbaren amvanbaren self-assigned this May 29, 2023
@amvanbaren amvanbaren merged commit f93932d into eclipse:master May 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

/api/-/query with includeAllVersions for built-in extensions is slow
1 participant