Skip to content

Release 2020/12/15 (v1.7.0) - Filter Update and Private Spec #5257

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 35 commits into from
Dec 15, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
25b85dd
Implement New Date Picker
fikzzzy Oct 20, 2020
196ebfa
Fix Sync Value
fikzzzy Oct 20, 2020
c6f4503
Use Props
fikzzzy Oct 20, 2020
d6fb29f
Integration
fikzzzy Oct 20, 2020
5b21ef8
Add comments
fikzzzy Oct 20, 2020
ab06f3a
Add Placeholder
fikzzzy Oct 20, 2020
63aadba
Implement mobile device
fikzzzy Oct 30, 2020
f0a05ae
Fix Sync Data
fikzzzy Oct 30, 2020
28d7db3
Fix Lint
fikzzzy Oct 30, 2020
0cd9e05
Update Snnapshot
fikzzzy Oct 30, 2020
b1214ca
Merge pull request #5156 from fikzzzy/update-datepicker
maxceem Nov 4, 2020
a393519
Merge branch 'develop' into feature/datepicker-update
maxceem Nov 6, 2020
2158f70
Merge branch 'develop' into feature/filter-update
maxceem Nov 19, 2020
af4a5bc
filter update
nqviet Dec 4, 2020
f612696
Merge pull request #5242 from nqviet/feature/filter-update
maxceem Dec 5, 2020
3800505
Merge branch 'develop' into feature/filter-update
maxceem Dec 5, 2020
a6eaa45
fix: for issue #5068
luizrrodrigues Dec 7, 2020
ab36066
ci: deploy feature/filter-update to Stag env
luizrrodrigues Dec 7, 2020
67575a8
fix: use "search" param instead of "name"
maxceem Dec 7, 2020
1bac565
fix issue #5068
nqviet Dec 9, 2020
ade0526
fix: for issue 5068
luizrrodrigues Dec 9, 2020
c91c817
Merge pull request #5250 from nqviet/filter-update-fix-issue-5068
luizrrodrigues Dec 9, 2020
c8b9733
Implemented private spec
luizrrodrigues Dec 9, 2020
dbd0d4c
ci: deploy feature/private-spec to Stag env
luizrrodrigues Dec 9, 2020
3c78567
fixed issue's comments #5068#issuecomment-741904592, #5068#issuecomme…
nqviet Dec 10, 2020
6248ead
fixed for enabling/disabling Clear button
nqviet Dec 10, 2020
54e5bbe
ci: deploy feature/private-spec to QA env
luizrrodrigues Dec 10, 2020
5a62e30
- updated /?tags[]=<tag> to /?search=<tag>
nqviet Dec 12, 2020
5fd8075
Merge pull request #5254 from nqviet/filter-update-fix-issue-5068
maxceem Dec 13, 2020
9ee6de6
fix: "Specification Review" overlap
maxceem Dec 14, 2020
9371add
Merge pull request #5256 from topcoder-platform/feature/private-spec
luizrrodrigues Dec 15, 2020
008e837
fix: for issue #5068 - Smoke Testing
luizrrodrigues Dec 15, 2020
a80eef3
Merge branch 'develop' into feature/filter-update
luizrrodrigues Dec 15, 2020
e4d4666
Merge pull request #5247 from topcoder-platform/feature/filter-update
luizrrodrigues Dec 15, 2020
c932fb1
release: milestone 88
sushilshinde Dec 15, 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
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ workflows:
filters:
branches:
only:
- seo-fix
- feature/private-spec
# This is beta env for production soft releases
- "build-prod-beta":
context : org-global
Expand All @@ -260,7 +260,6 @@ workflows:
branches:
only:
- develop
- listing-search
# Production builds are exectuted
# when PR is merged to the master
# Don't change anything in this configuration
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,86 +2,72 @@

exports[`Matches shallow shapshot 1`] = `
<div
className="src-shared-components-challenge-listing-Filters-ChallengeSearchBar-___style__ChallengeSearchBar___fvE3o"
role="search"
className="src-shared-components-challenge-listing-Filters-ChallengeSearchBar-___style__container___29iSI"
>
<label
htmlFor="search-challenges"
<div
className="src-shared-components-challenge-listing-Filters-ChallengeSearchBar-___style__ChallengeSearchBar___fvE3o"
role="search"
>
Search:
<input
id="search-challenges"
onChange={[Function]}
onKeyPress={[Function]}
placeholder=""
type="text"
value="query"
/>
<span
className="src-shared-components-challenge-listing-Filters-ChallengeSearchBar-___style__ClearButton___u_e0r src-shared-components-challenge-listing-Filters-ChallengeSearchBar-___style__active___8LjMb"
onClick={[Function]}
onKeyPress={[Function]}
<div
className="src-shared-components-challenge-listing-Filters-ChallengeSearchBar-___style__input-container___1II2g"
htmlFor="search-challenges"
>
</span>
<span
className="src-shared-components-challenge-listing-Filters-ChallengeSearchBar-___style__SearchButton___3GzR0 src-shared-components-challenge-listing-Filters-ChallengeSearchBar-___style__active___8LjMb"
onClick={[Function]}
onKeyPress={[Function]}
role="button"
tabIndex="0"
>
<ZoomIcon
className="src-shared-components-challenge-listing-Filters-ChallengeSearchBar-___style__zoomIcon___3d_cL"
height="16"
viewBox="0 0 16 16"
width="16"
xmlns="http://www.w3.org/2000/svg"
<input
id="search-challenges"
onChange={[Function]}
onInput={[Function]}
placeholder=""
type="text"
value="query"
/>
</span>
</label>
<span
className="src-shared-components-challenge-listing-Filters-ChallengeSearchBar-___style__SearchButton___3GzR0"
>
<ZoomIcon
className="src-shared-components-challenge-listing-Filters-ChallengeSearchBar-___style__zoomIcon___3d_cL"
height="16"
viewBox="0 0 16 16"
width="16"
xmlns="http://www.w3.org/2000/svg"
/>
</span>
</div>
</div>
</div>
`;

exports[`Matches shallow shapshot 2`] = `
<div
className="src-shared-components-challenge-listing-Filters-ChallengeSearchBar-___style__ChallengeSearchBar___fvE3o"
role="search"
className="src-shared-components-challenge-listing-Filters-ChallengeSearchBar-___style__container___29iSI"
>
<label
htmlFor="search-challenges"
<div
className="src-shared-components-challenge-listing-Filters-ChallengeSearchBar-___style__ChallengeSearchBar___fvE3o"
role="search"
>
Search:
<input
id="search-challenges"
onChange={[Function]}
onKeyPress={[Function]}
placeholder=""
type="text"
value=""
/>
<span
className="src-shared-components-challenge-listing-Filters-ChallengeSearchBar-___style__ClearButton___u_e0r"
onClick={[Function]}
onKeyPress={[Function]}
>
</span>
<span
className="src-shared-components-challenge-listing-Filters-ChallengeSearchBar-___style__SearchButton___3GzR0"
onClick={[Function]}
onKeyPress={[Function]}
role="button"
tabIndex="0"
<div
className="src-shared-components-challenge-listing-Filters-ChallengeSearchBar-___style__input-container___1II2g"
htmlFor="search-challenges"
>
<ZoomIcon
className="src-shared-components-challenge-listing-Filters-ChallengeSearchBar-___style__zoomIcon___3d_cL"
height="16"
viewBox="0 0 16 16"
width="16"
xmlns="http://www.w3.org/2000/svg"
<input
id="search-challenges"
onChange={[Function]}
onInput={[Function]}
placeholder=""
type="text"
value=""
/>
</span>
</label>
<span
className="src-shared-components-challenge-listing-Filters-ChallengeSearchBar-___style__SearchButton___3GzR0"
>
<ZoomIcon
className="src-shared-components-challenge-listing-Filters-ChallengeSearchBar-___style__zoomIcon___3d_cL"
height="16"
viewBox="0 0 16 16"
width="16"
xmlns="http://www.w3.org/2000/svg"
/>
</span>
</div>
</div>
</div>
`;
Loading