-
Notifications
You must be signed in to change notification settings - Fork 49
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
Return Versions as part of Projects Request #367
Comments
reglim
added a commit
that referenced
this issue
Jan 9, 2023
Now we don't have to load any data for each project, greatly reducing the number of requests and improving responsiveness. We now also return hidden versions, but with the property "hidden" to distinguish them in the UI, which fixes a bug where you couldn't look at hidden versions because they weren't found. fixes: #367
reglim
added a commit
that referenced
this issue
Jan 9, 2023
Now we don't have to load any data for each project, greatly reducing the number of requests and improving responsiveness. We now also return hidden versions, but with the property "hidden" to distinguish them in the UI, which fixes a bug where you couldn't look at hidden versions because they weren't found. fixes: #367
reglim
added a commit
that referenced
this issue
Jan 9, 2023
Now we don't have to load any data for each project, greatly reducing the number of requests and improving responsiveness. We now also return hidden versions, but with the property "hidden" to distinguish them in the UI, which fixes a bug where you couldn't look at hidden versions because they weren't found. fixes: #367
reglim
added a commit
that referenced
this issue
Jan 16, 2023
Now we don't have to load any data for each project, greatly reducing the number of requests and improving responsiveness. We now also return hidden versions, but with the property "hidden" to distinguish them in the UI, which fixes a bug where you couldn't look at hidden versions because they weren't found. fixes: #367
reglim
added a commit
that referenced
this issue
Jan 16, 2023
Now we don't have to load any data for each project, greatly reducing the number of requests and improving responsiveness. We now also return hidden versions, but with the property "hidden" to distinguish them in the UI, which fixes a bug where you couldn't look at hidden versions because they weren't found, but they aren't returned by default. fixes: #367
reglim
added a commit
that referenced
this issue
Jan 16, 2023
Now we don't have to load any data for each project, greatly reducing the number of requests and improving responsiveness. We now also return hidden versions, but with the property "hidden" to distinguish them in the UI, which fixes a bug where you couldn't look at hidden versions because they weren't found, but they aren't returned by default. fixes: #367
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That would eliminate a lot of requests that check which versions exist for a given project.
The text was updated successfully, but these errors were encountered: