Skip to content

Feature/recommender sync develop #5403

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 46 commits into from
Mar 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
28d72bb
poc-recommender-sub-2
dedywahyudi Jan 27, 2021
efc8e1d
ci: Deploy feature/poc-recommender-sub-2 to QA env
luizrrodrigues Jan 27, 2021
295ce04
Test Release - POC Recommender Submission 2
luizrrodrigues Jan 27, 2021
ef32202
final fixes
nursoltan-s Jan 28, 2021
c332731
Merge pull request #5327 from nursoltan-s/feature/poc-recommender-nur…
dedywahyudi Jan 28, 2021
2e1ebbf
fix sort by descending best score
nursoltan-s Jan 29, 2021
f9e8d12
Merge pull request #5330 from nursoltan-s/poc-recommender-nursoltan-s
dedywahyudi Jan 29, 2021
aaa8e8e
Test Release - POC Recommender Sub 2 - Final Fixes
luizrrodrigues Jan 29, 2021
374cd33
change on json data
nursoltan-s Jan 29, 2021
d413101
Merge pull request #5332 from nursoltan-s/nurka
dedywahyudi Jan 30, 2021
0b45a61
bug fixes
nursoltan-s Jan 30, 2021
8b1ef83
Merge pull request #5333 from nursoltan-s/nurka2
dedywahyudi Jan 30, 2021
72204be
Test Release - POC Recommender Sub 2 - FF2
luizrrodrigues Jan 31, 2021
4c91824
ci: Deploy feature/poc-recommender-sub-2 to BETA env
luizrrodrigues Feb 15, 2021
ddf3779
integrate recommendation challenges with api
nursoltan-s Feb 17, 2021
0581c0e
refactored code
nursoltan-s Feb 17, 2021
9dfa9f5
Merge pull request #5362 from nursoltan-s/nursoltan/final-fixes
dedywahyudi Feb 17, 2021
4050191
refactored code along with reviewers scorecard
nursoltan-s Feb 17, 2021
20bdecd
fix style
nursoltan-s Feb 17, 2021
f9d6c05
Merge pull request #5364 from nursoltan-s/nursoltan/final-fixes
dedywahyudi Feb 18, 2021
f778d83
Test Release - POC Recommender Sub 2 - FF3
luizrrodrigues Feb 18, 2021
dc03410
additional bug fixes
nursoltan-s Feb 19, 2021
45c8530
Merge pull request #5368 from nursoltan-s/recommender-bug-fixes
dedywahyudi Feb 19, 2021
e6eb065
ci: Deploy feature/poc-recommender-sub-2 to Dev env
luizrrodrigues Feb 19, 2021
5a2b459
ci: deploying branch on test env
sushilshinde Feb 23, 2021
0d25612
ci: deploying on test env
sushilshinde Feb 23, 2021
458de1b
recommender final fixes
nursoltan-s Feb 23, 2021
1fb1aac
Merge branch 'develop' into recommender-final-fix
nursoltan-s Feb 23, 2021
bb43620
Fixed test, add env variable
nursoltan-s Feb 24, 2021
4ecffae
updated test snapshots
nursoltan-s Feb 24, 2021
727b10f
Merge pull request #5389 from nursoltan-s/recommender-final-fix
dedywahyudi Feb 24, 2021
302d61f
fix: for issue #5325
luizrrodrigues Feb 24, 2021
1e2086c
ci: Deploy feature/poc-recommender-sub-2 to Dev and Beta
luizrrodrigues Feb 24, 2021
29ddb5a
test ENABLE_RECOMMENDER: false
dedywahyudi Feb 25, 2021
6148c74
add ENABLE_RECOMMENDER: false to default
dedywahyudi Feb 25, 2021
81b6385
revert ENABLE_RECOMMENDER to true
dedywahyudi Feb 25, 2021
75e4145
ci: Deploy feature/poc-recommender-sub-2 to Test env
luizrrodrigues Feb 25, 2021
ab4d8b8
change recommender score calculation
nursoltan-s Feb 26, 2021
bd48ca5
Merge pull request #5396 from nursoltan-s/recommender-minor-update
dedywahyudi Feb 26, 2021
01cfcc5
Merge pull request #5400 from nursoltan-s/challenge-listing-fix-bugs
dedywahyudi Feb 27, 2021
307b056
Merge branch 'develop' into feature/recommender-sync-develop
luizrrodrigues Feb 27, 2021
ec28b58
Recommender sync with develop
luizrrodrigues Feb 27, 2021
1a59309
ci: Deploy feature/recommender-sync-develop to Beta env
luizrrodrigues Feb 27, 2021
5d2332b
ci: Deploy feature/recommender-sync-develop to Stag env
luizrrodrigues Feb 27, 2021
3bc9a5f
ci: Deploy feature/recommender-sync-develop to Dev env
luizrrodrigues Feb 27, 2021
c2b882d
fix; for issue #5325
luizrrodrigues Mar 1, 2021
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
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ workflows:
branches:
only:
- develop
- feature/recommender-sync-develop
# This is alternate dev env for parallel testing
- "build-test":
context : org-global
Expand All @@ -289,7 +290,7 @@ workflows:
filters:
branches:
only:
- gigs-housekeep
- free
# This is beta env for production soft releases
- "build-prod-beta":
context : org-global
Expand All @@ -304,6 +305,7 @@ workflows:
branches:
only:
- develop
- feature/recommender-sync-develop
- "approve-smoke-test-on-staging":
type: approval
requires:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ exports[`Matches shallow shapshot 2`] = `
<span
className="src-shared-components-challenge-listing-Filters-FiltersPanel-___style__label___3W9TU"
>
Challenge Type
Type
</span>
<div
className="src-shared-components-challenge-listing-Filters-FiltersPanel-___style__checkboxes___3ukXp"
Expand Down
1 change: 1 addition & 0 deletions config/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -424,4 +424,5 @@ module.exports = {
GUIKIT: {
DEBOUNCE_ON_CHANGE_TIME: 150,
},
ENABLE_RECOMMENDER: true,
};
1 change: 1 addition & 0 deletions config/production.js
Original file line number Diff line number Diff line change
Expand Up @@ -213,4 +213,5 @@ module.exports = {
TC_EDU_ARTICLES_PATH: '/articles',
TC_EDU_SEARCH_PATH: '/search',
TC_EDU_SEARCH_BAR_MAX_RESULTS_EACH_GROUP: 3,
ENABLE_RECOMMENDER: true,
};
Loading