-
Notifications
You must be signed in to change notification settings - Fork 212
Smoke Testing 2020-10-09 #5079
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
Merged
Merged
Smoke Testing 2020-10-09 #5079
Conversation
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
…lengelist-fixes Feature refactor challengelist fixes
Fix for Issue #4966
…'Review start date' of Open for Review bucket to be based of challenge start date in descending order.
…lengelist-fixes Feature refactor challengelist fixes
fix(challenge-listing): do not render buckets that have 0 challenges
… in case of 0 challenges
Added hideFIlter to getList
Fix blank page issue when filtering challenge listing by clicking on challenge type tag below the title in challenge detail page.
fix: issue #5050
Issue: #5036 Dependency: topcoder-platform/topcoder-react-lib#265
* The date filters at challenge listing page was using `startDateStart` (start date) and `endDateEnd` (end date) query parameters for `GET /challenges` call. * It now uses `startDateEnd` (end date) and `endDateStart` (start date) instead, in compliance with previous implementation. Addresses #4984
fix(challenge-listing): date filters will use correct query params
…lengelist Feature refactor challengelist
feat: past challenges implementation
Hide onGoing bucket
f2f filterfix
Update filter to TCO20 and TCO21
luizrrodrigues
added a commit
to topcoder-platform/topcoder-react-lib
that referenced
this pull request
Oct 9, 2020
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.
Issue: #5080
Dependency: topcoder-platform/topcoder-react-lib#271