-
Notifications
You must be signed in to change notification settings - Fork 225
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EDSC-3797: Added an option for concatenation for custom downloads via…
… Harmony (#1693) * EDSC-3797: made initial implementation of the code * EDSC-3797: added tests. * EDSC-3797: supportsConcat test * EDSC-3797: fixed up the issues for default stuff and added the necessary tests. * small fix * fix * EDSC-3797: changed the newly added gray-text class to use text-muted * removed console.logs * EDSC-3797: pushing up changes so that enableConcatenateDownload is not undefined when the lambda job is created. * removed console.log * EDSC-3797: added tests to make sure behavior is consistent when aggregation exists but concatenate does not. * Fixed buildAccessMethods test * EDSC-3797: re-added deleted test * removed console.log * EDSC-3797: addresses Matthew's comments * EDSC-3797: changed the wording on the description of the concatenation test for constructing the orderPayload * EDSC-3797: slight change to one of the test descriptions * EDSC-3797: added encoder and decoder for concatenateDownload. * EDSC-3797: added tests to check concatenate Download variable in the url works as expected. * EDSC-3797: set enabledConcatenateDownload to be equal to the defaultConcatenate initially. * Update static/src/js/util/accessMethods/__tests__/defaultConcatenation.test.js Co-authored-by: Ed Olivares <34591886+eudoroolivares2016@users.noreply.github.com> * EDSC-3797: reverted certain variables * EDSC-3797: updated the wording and moved around tests to match best practices. * spelling mistake fix --------- Co-authored-by: Ed Olivares <34591886+eudoroolivares2016@users.noreply.github.com>
- Loading branch information
1 parent
5cd33a3
commit 12f13a6
Showing
16 changed files
with
583 additions
and
20 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
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.