Skip to content

Commit 16280fd

Browse files
Merge pull request #1 from topcoder-platform/hot-fixes
Hot fixes latest
2 parents 385143b + a3b52d8 commit 16280fd

File tree

32 files changed

+7788
-7587
lines changed

32 files changed

+7788
-7587
lines changed

.circleci/config.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,15 +201,14 @@ workflows:
201201
branches:
202202
only:
203203
- hot-fixes
204+
- develop
204205
# Production builds are exectuted only on tagged commits to the
205206
# master branch.
206207
- "build-prod":
207208
filters:
208209
branches:
209-
ignore: /.*/
210-
tags:
211-
only: /v[0-9]+(\.[0-9]+)*/
212-
210+
only:
211+
- master
213212
# Simple testing is executed for any branch other than "develop" and
214213
# "master".
215214
- test:

CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* @sushilshinde @ajefts

__tests__/shared/actions/challenge-listing/index.js

Lines changed: 0 additions & 229 deletions
This file was deleted.

__tests__/shared/components/Settings/Profile/AboutMe/__snapshots__/index.jsx.snap

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -68,31 +68,6 @@ exports[`renders about me section of profile setting page correctly 1`] = `
6868
onChange={[Function]}
6969
type="file"
7070
/>
71-
<div>
72-
<ThemedButton
73-
active={false}
74-
composeAdhocTheme="deeply"
75-
composeContextTheme="softly"
76-
disabled={false}
77-
enforceA={false}
78-
mapThemrProps={[Function]}
79-
onClick={[Function]}
80-
onMouseDown={null}
81-
openNewTab={false}
82-
replace={false}
83-
size={null}
84-
theme={
85-
Object {
86-
"button": "src-shared-components-Settings-Profile-AboutMe-styles___file-delete___2yJs15",
87-
}
88-
}
89-
themePriority="adhoc-context-default"
90-
to={null}
91-
type="button"
92-
>
93-
Delete
94-
</ThemedButton>
95-
</div>
9671
</div>
9772
</div>
9873
</div>

0 commit comments

Comments
 (0)