-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DR-3313: Add POST endpoint for retrieving data in order to enable lar…
…ger filter queries in UI (#1535) * wip * Update Tests to pass with post endpoint - Update DatasetsApiControllerTest - Fix snapshot unit tests * Add back GET endpoints and mark as deprecated * Have to rename the post method because it can't be the same as the get method; Do the same for column stats endpoint * Rename new endpoints; Make old endpoints "hidden" Rename to QueryDataRequestModel * Update Datasets Api Controller * Add SnapshotsApiControllerTest * Remove tests for deprecated endpoints * Fix test * Rename Lookup to Query for Column Stats Request * Spotless * spotless * Revert sharing test code * Remove hidden annotation * Cleanup - We handle default direction now Fix test * Add back empty direction handling spotless * Update datasetsApiControllerTest to still test deprecated endpoints * Make snapshots api controller parameterzied test; share query and lookup code in datasets and snapshots * bad merge
- Loading branch information
Showing
8 changed files
with
465 additions
and
137 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.