- Notifications
You must be signed in to change notification settings - Fork52
Develop mm sub merge fix for prod release#135
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
29 commits Select commitHold shift + click to select a range
52ddd0a
Switch to tc-core-library-js for fetching m2m token
ThomasKranitsas2b303e3
Bump npm version
ThomasKranitsas7281ec4
Merge pull request #108 from topcoder-platform/develop
sushilshinde5f528e0
Merge pull request #112 from topcoder-platform/develop
sushilshinde6575f2a
Code 30108491
suppermancool1b91701
Fix tests
ThomasKranitsas5e470c6
Merge pull request #116 from suppermancool/code-30108491
codeMinter2f96814
fix filtering of provisionalScoreComplete logic
codeMinter5f15971
make build based on env to pick up right json file
codeMinter43c61a5
Merge pull request #119 from topcoder-platform/develop
sushilshinde0ade41c
Fix build issues
ThomasKranitsas57ad31c
Adding test tag
sushilshindee9ce6b6
Test release
sushilshinde540e0cb
Test release npm version v1000.7.0
sushilshindebaf0da0
added test tag
sushilshinde69c15ed
merged with develop
sushilshinde9906441
fix dups
sushilshindef765197
Merge pull request #122 from topcoder-platform/develop-fix-m2m
sushilshindef02f334
test release npm version
sushilshinde616c103
Merge remote-tracking branch 'origin/develop' into feature-mm-submiss…
veshuc60cc83
Merge remote-tracking branch 'origin/master' into feature-mm-submissions
sushilshinde16ee657
added comments
sushilshinde6435cd4
fix m2m token
LieutenantRoger35915ff
Merge pull request #131 from LieutenantRoger/jan-develop-fix-m2m
sushilshindea8db62a
test release npm ver bump up to 1000.8.1
sushilshinde6f2df59
Merge pull request #132 from topcoder-platform/feature-mm-submissions
sushilshinde754b17e
resolved conflicts
sushilshinde9243403
resolved conflicts
sushilshinde89c01b9
Merge pull request #133 from topcoder-platform/jan-develop-fix-m2m
sushilshindeFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
4 changes: 2 additions & 2 deletions.circleci/config.yml
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
6 changes: 5 additions & 1 deletionREADME.md
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
2 changes: 2 additions & 0 deletions__tests__/__snapshots__/index.js.snap
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
2 changes: 2 additions & 0 deletions__tests__/actions/__snapshots__/lookup.js.snap
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
10 changes: 10 additions & 0 deletions__tests__/reducers/__snapshots__/lookup.js.snap
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
1 change: 1 addition & 0 deletionsconfig/default.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"AV_SCAN_SCORER_REVIEW_TYPE_ID": "", | ||
"PROVISIONAL_SCORING_COMPLETED_REVIEW_TYPE_ID": "", | ||
"PAGE_SIZE": 50, | ||
"REVIEW_OPPORTUNITY_PAGE_SIZE": 1000 | ||
} |
3 changes: 2 additions & 1 deletionconfig/development.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{ | ||
"AV_SCAN_SCORER_REVIEW_TYPE_ID": "68c5a381-c8ab-48af-92a7-7a869a4ee6c3", | ||
"PROVISIONAL_SCORING_COMPLETED_REVIEW_TYPE_ID": "52c91e85-745f-4e62-b592-9879a2dfe9fd" | ||
} |
3 changes: 2 additions & 1 deletionconfig/production.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{ | ||
"AV_SCAN_SCORER_REVIEW_TYPE_ID": "55bbb17d-aac2-45a6-89c3-a8d102863d05", | ||
"PROVISIONAL_SCORING_COMPLETED_REVIEW_TYPE_ID": "df51ca7d-fb0a-4147-9569-992fcf5aae48" | ||
} |
8 changes: 8 additions & 0 deletionsconfig/test.js
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
17 changes: 10 additions & 7 deletionsconfig/webpack/default.js
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
1,445 changes: 0 additions & 1,445 deletionsdist/dev/index.js
This file was deleted.
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
18 changes: 18 additions & 0 deletionsdocs/actions.lookup.md
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
31 changes: 22 additions & 9 deletionsdocs/reducers.lookup.md
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
14 changes: 14 additions & 0 deletionsdocs/services.submissions.md
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
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
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.