Skip to content

Release v1.15.0 #5962

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 21 commits into from
Jan 10, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
5df9930
update profile and skills to v5
Dec 21, 2021
07b5a1d
feat: use v5 member api to save traits
rakibansary Dec 10, 2021
1a6b531
Merge pull request #5941 from CDharmateja/update-profile-and-skills-t…
rakibansary Jan 3, 2022
68ccb0b
ci: deploy to dev
rakibansary Jan 3, 2022
1338606
fix: update test snaps
rakibansary Jan 3, 2022
102d813
feat: add reg-source to signup action in login modal on gigs page
rakibansary Jan 3, 2022
c43e31b
fix: primaryInterestsInTopcoder not showing
rakibansary Jan 3, 2022
a289295
fix: add regSource to registration routes from gigs page
rakibansary Jan 4, 2022
2c01ef7
fix: v3 member search failing to unmarshall obj
rakibansary Jan 5, 2022
2d61598
fix: issue #5950 and issue #5947
rakibansary Jan 5, 2022
b621f8c
ci: dev deployment
rakibansary Jan 10, 2022
ae66c79
Merge pull request #5917 from topcoder-platform/feat/settings-v5-upgrade
rakibansary Jan 10, 2022
64319a1
fix: for #5918
luizrrodrigues Jan 10, 2022
0813a75
fix: add regSource to registration routes from gigs page
rakibansary Jan 4, 2022
d740726
Merge branch 'fix/v5-settings' into feat/settings-v5-upgrade
rakibansary Jan 10, 2022
87c9964
Fix 2022 footer snapshots
luizrrodrigues Jan 10, 2022
3ae9e4b
fix: save basic info
rakibansary Jan 10, 2022
178100d
Added missing package-lock.json
luizrrodrigues Jan 10, 2022
36aeced
Revert changes in package-lock.json
luizrrodrigues Jan 10, 2022
2fc0270
Merge pull request #5963 from topcoder-platform/feat/settings-v5-upgrade
luizrrodrigues Jan 10, 2022
11561bc
fix: for #5918
luizrrodrigues Jan 10, 2022
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
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,6 @@ workflows:
branches:
only:
- develop
- features/mm-dashboard
# This is alternate dev env for parallel testing
- "build-test":
context : org-global
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ exports[`Matches shallow shapshot 1`] = `
<span
className="src-shared-components-TopcoderFooter-___style__copyright-notice___24f5v"
>
© 2021 Topcoder
© 2022 Topcoder
<a
className="src-shared-components-TopcoderFooter-___style__link___3-nzm"
href="https://www.topcoder-dev.com/policy"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ exports[`Matches shallow shapshot 1`] = `
className="src-shared-components-challenge-listing-Sidebar-Footer-___style__copyright___ghkHg"
>
Topcoder ©
2021
2022
</p>
</div>
`;
Loading