Airavata API support for paginated result retrieval of Project and Experiment data#9
Merged
asfgit merged 11 commits intoapache:masterfrom May 1, 2015
Merged
Airavata API support for paginated result retrieval of Project and Experiment data#9asfgit merged 11 commits intoapache:masterfrom
asfgit merged 11 commits intoapache:masterfrom
Conversation
… project and experiment data. Renamed all *searchWithPagination methods to search* with method overloading
…t and Experiment data
Member
|
Hi Supun, I see that you have added the mysql and derby scripts to teh api server. I understand they are needed to run your test cases, but if there any other way you could think to do this? having the database scripts at duplicate places will eventually complicate on which one to change. |
Contributor
Author
|
Hi Suresh, I updated the pull request |
yasithdev
pushed a commit
that referenced
this pull request
Jun 18, 2025
Bump django from 3.2.12 to 3.2.15
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No changes to the existing API methods are done. Paginated versions of API methods have been added to some existing API methods to retrieve project and experiment data. I have also added new unit test class for AiravataServiceHandler to test the API changes.