Skip to content

Commit e9f0be3

Browse files
Merge pull request #5409 from topcoder-platform/develop
Release 2021/03/01 (v1.8.0)
2 parents d6001eb + 163d5d7 commit e9f0be3

File tree

37 files changed

+912
-224
lines changed

37 files changed

+912
-224
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ workflows:
276276
branches:
277277
only:
278278
- develop
279+
- feature/recommender-sync-develop
279280
# This is alternate dev env for parallel testing
280281
- "build-test":
281282
context : org-global
@@ -289,7 +290,7 @@ workflows:
289290
filters:
290291
branches:
291292
only:
292-
- gigs-housekeep
293+
- free
293294
# This is beta env for production soft releases
294295
- "build-prod-beta":
295296
context : org-global
@@ -304,6 +305,7 @@ workflows:
304305
branches:
305306
only:
306307
- develop
308+
- feature/recommender-sync-develop
307309
- "approve-smoke-test-on-staging":
308310
type: approval
309311
requires:

__tests__/shared/components/challenge-listing/Filters/__snapshots__/FiltersPanel.jsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ exports[`Matches shallow shapshot 2`] = `
137137
<span
138138
className="src-shared-components-challenge-listing-Filters-FiltersPanel-___style__label___3W9TU"
139139
>
140-
Challenge Type
140+
Type
141141
</span>
142142
<div
143143
className="src-shared-components-challenge-listing-Filters-FiltersPanel-___style__checkboxes___3ukXp"

config/default.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -424,4 +424,5 @@ module.exports = {
424424
GUIKIT: {
425425
DEBOUNCE_ON_CHANGE_TIME: 150,
426426
},
427+
ENABLE_RECOMMENDER: true,
427428
};

config/production.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,4 +213,5 @@ module.exports = {
213213
TC_EDU_ARTICLES_PATH: '/articles',
214214
TC_EDU_SEARCH_PATH: '/search',
215215
TC_EDU_SEARCH_BAR_MAX_RESULTS_EACH_GROUP: 3,
216+
ENABLE_RECOMMENDER: true,
216217
};

0 commit comments

Comments
 (0)