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

[develop] Release/1.3.11 #82

Merged
merged 23 commits into from
Jul 6, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
d051785
Merge branch 'release/v1.2.25'
KyleApfel Dec 6, 2018
e21b408
Cutting new release branch with 3983 fixes
djacksonsb Feb 13, 2019
9a53cc0
Merge branch 'release/v1.3.0'
joshboley Feb 13, 2019
f2b4db5
Closing release/v1.3.1
joshboley Jun 6, 2019
54213af
Merge branch 'release/v1.3.2'
joshboley Jun 7, 2019
72e6582
Updating package version and release notes
joshboley Jul 8, 2019
b2676ad
Updating package lock
joshboley Jul 8, 2019
3097ca6
Merge branch 'release/v1.3.3'
joshboley Jul 8, 2019
d2af31b
Fixed merge conflicts
djacksonsb Apr 2, 2020
c3df479
Fixed Merge conflicts
djacksonsb Apr 2, 2020
2f66345
Fixing Merge Conflicts and Closing Release v1.3.6
djacksonsb Apr 6, 2020
4ea0bc3
Merge branch 'master' into release/v1.3.7
jonalarson Jun 29, 2020
3cf7b17
Merge pull request #77 from CMSgov/release/v1.3.7
jonalarson Jun 29, 2020
ba8395c
Merge branch 'feature/update-npm-publish-gh-workflow'
Jun 30, 2020
135205b
Merge branch 'master' into release/v1.3.8
jonalarson Jun 30, 2020
5b427ce
Merge pull request #78 from CMSgov/release/v1.3.8
jonalarson Jun 30, 2020
3e4d686
Merge branch 'develop'
Jun 30, 2020
28855f4
Merge branch 'release/v1.3.9'
Jun 30, 2020
43e9207
Merge branch 'release/v1.3.10'
Jun 30, 2020
9f1c897
Merge branch 'feature/update-readme-with-deploy-documentation'
Jul 2, 2020
3c0548e
Merge branch 'feature/update-readme-with-deploy-documentation'
Jul 2, 2020
2018cd4
Update Version and change commet to force build
jbishtawi Jul 6, 2020
2801f6d
Merge branch 'master' into release/1.3.11
jbishtawi Jul 6, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

## [1.3.6] - 2020-02-06
### Added
- Minor updates to deployment sequence
- Minor updates to deployment sequence
2 changes: 1 addition & 1 deletion file-uploader.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export function fileUploader(submissionBody, submissionFormat, requestHeaders, b
.then((_validSubmission) => {
// QPPSF-5596, part of the validation logic for NonProportion measures for PY 2019, is to add a new field during validation,
// to prevent additional fields being added, we are going to send the original submission object
// to the api since the validation adds some validation properties
// to the api since the validation adds some validation properties, we need to account for that
validatedSubmission = JSON.parse(submissionBody);
return fileUploaderUtil.getExistingSubmission(validatedSubmission, baseOptions);
}).then((existingSubmissionReturned) => {
Expand Down
Loading