Skip to content

New feature : Device look up and other Bug fixes #4233

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 41 commits into from
Apr 13, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
5d99620
Topcoder Community App - Devices page
yoution Feb 3, 2020
aa165d8
device page fixd some issues
yoution Feb 8, 2020
4ffbc26
Merge pull request #3950 from yoution/feature-devices-lookup
drasticdpk Feb 9, 2020
4c712cc
ci: deploy on test
sushilshinde Feb 10, 2020
f8674ca
fixed issue about trait update and add email link for support url
yoution Feb 21, 2020
5f99522
Merge pull request #4023 from yoution/feature-devices-lookup
drasticdpk Feb 23, 2020
e39764d
ci: path applied to test release
sushilshinde Feb 24, 2020
0aab61e
feat: add device list
drasticdpk Feb 27, 2020
e545032
fix issues
LieutenantRoger Mar 25, 2020
7c50ab5
merge with develop branch
LieutenantRoger Mar 25, 2020
46b9355
add dependency
LieutenantRoger Mar 25, 2020
4a3bc5e
Update index.jsx
rashmi73 Apr 2, 2020
a93705b
Merge pull request #4163 from rashmi73/issue_4161
LieutenantRoger Apr 2, 2020
a9a4e8d
ci: deploying to dev
LieutenantRoger Apr 2, 2020
c8ae58e
merge with develop branch
LieutenantRoger Apr 2, 2020
4d54f6b
ci: deploying on beta for QA
sushilshinde Apr 3, 2020
ab5258d
ci: deploying on beta for test
sushilshinde Apr 3, 2020
1e85d43
ci: deploying on beta
sushilshinde Apr 3, 2020
2516b76
ci: deploying on beta for testing
sushilshinde Apr 3, 2020
0e7b573
fix issues
LieutenantRoger Apr 6, 2020
da6131b
add navigation option
LieutenantRoger Apr 6, 2020
80446fa
fix edit issue
LieutenantRoger Apr 6, 2020
8236e6e
trigger test
LieutenantRoger Apr 6, 2020
0f89132
ci: deploying on dev
LieutenantRoger Apr 6, 2020
6cfb336
merge with develop
LieutenantRoger Apr 6, 2020
f56256d
ci: test
LieutenantRoger Apr 6, 2020
887b3ce
Merge pull request #4172 from topcoder-platform/hot-fix-submit-blank
sushilshinde Apr 7, 2020
7c89f9b
Merge pull request #4173 from topcoder-platform/listing-fix
sushilshinde Apr 7, 2020
f027d45
Merge branch 'develop' into feature-devices-lookup
LieutenantRoger Apr 7, 2020
7621bdd
update dependency
LieutenantRoger Apr 7, 2020
9414810
Merge pull request #4191 from topcoder-platform/feature-devices-lookup
sushilshinde Apr 7, 2020
5bef1ac
ci: deploying on beta for smoke testing
sushilshinde Apr 10, 2020
3afba07
Merge remote-tracking branch 'origin/master' into dev-master-sync
sushilshinde Apr 10, 2020
fad7e1d
Merge pull request #4229 from topcoder-platform/dev-master-sync
sushilshinde Apr 10, 2020
36bebe1
fix accessing issue
LieutenantRoger Apr 10, 2020
8667750
ci: fixing lint issues
sushilshinde Apr 10, 2020
7dfc188
Merge pull request #4230 from topcoder-platform/dev-master-sync
sushilshinde Apr 10, 2020
146187e
ci: deploying on beta
LieutenantRoger Apr 12, 2020
9d675e6
ci: deploying on beta
LieutenantRoger Apr 12, 2020
4e1e52b
Merge pull request #4232 from topcoder-platform/hot-fix-accessing-com…
sushilshinde Apr 13, 2020
8c9b0c1
ci: deploying on beta and dev
sushilshinde Apr 13, 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
5 changes: 1 addition & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,23 +175,20 @@ workflows:
branches:
only:
- develop
- comcast-community
# This is alternate dev env for parallel testing
- "build-test":
context : org-global
filters:
branches:
only:
- nav-hot-fix
- feature-contentful
- comcast-community
# This is beta env for production soft releases
- "build-prod-beta":
context : org-global
filters:
branches:
only:
- develop
- comcast-community
# Production builds are exectuted only on tagged commits to the
# master branch.
- "build-prod":
Expand Down
16 changes: 16 additions & 0 deletions __tests__/shared/components/__snapshots__/Content.jsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,22 @@ exports[`Matches shallow shapshot 1`] = `
Zurich Community
</Link>
</li>
<li>
<Link
replace={false}
to="/__community__/tco20"
>
TCO20
</Link>
</li>
<li>
<Link
replace={false}
to="/__community__/comcast"
>
Comcast Community
</Link>
</li>
</ul>
<h3>
Previews of Contentful Components
Expand Down
Loading