You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,6 @@ The following config parameters are supported, they are defined in `config/defau
31
31
| KAFKA_OPTIONS | the connection option for kafka | see below about KAFKA options |
32
32
|TC_DEV_ENV| the flag whether to use topcoder development api or production| false|
33
33
| TC_AUTHN_URL | the Topcoder authentication url |https://topcoder-dev.auth0.com/oauth/ro|
34
-
| TC_AUTHN_REQUEST_BODY | the Topcoder authentication request body. This makes use of some environment variables: `TC_USERNAME`, `TC_PASSWORD`, `TC_CLIENT_ID`, `CLIENT_V2CONNECTION`| see `default.js`|
35
34
| TC_AUTHZ_URL | the Topcoder authorization url |https://api.topcoder-dev.com/v3/authorizations|
36
35
| NEW_CHALLENGE_TEMPLATE | the body template for new challenge request. You can change the subTrack, reviewTypes, technologies, .. here | see `default.js`|
37
36
| NEW_CHALLENGE_DURATION_IN_DAYS | the duration of new challenge | 5 |
@@ -54,6 +53,12 @@ The following config parameters are supported, they are defined in `config/defau
54
53
|TOKEN_CACHE_TIME| The machine-to-machine token cache validation time |43200|
55
54
|AUTH0_CLIENT_ID| The Auth0 ClientID for generating Machine-to-machine token ||
56
55
|AUTH0_CLIENT_SECRET| The Auth0 Client Secret for generating Machine-to-machine token ||
56
+
|ROLE_ID_COPILOT| The registered role id of copilot ||
57
+
|ROLE_ID_SUBMITTER| The registered role id of submitter ||
58
+
|TYPE_ID_TASK| The registered type id of a task ||
59
+
|DEFAULT_TIMELINE_TEMPLATE_ID| The default timeline template id ||
60
+
|TC_API_URL| The topcoder backend API url |`https://api.topcoder-dev.com/v5`|
61
+
|TC_API_URL_V3| The topcoder backend API url V3 |`https://api.topcoder-dev.com/v3`|
57
62
58
63
KAFKA_OPTIONS should be object as described in https://github.com/oleksiyk/kafka#ssl
59
64
For using with SSL, the options should be as
@@ -172,7 +177,7 @@ This is a description
172
177
173
178
- You will see a new comments
174
179
175
-
Contest https://www.topcoder-dev.com/challenges/30054075 has been created for this ticket.
180
+
Challenge 17ab4b5b-fad6-405a-8abb-9f23e9fa3730 has been created for this ticket
176
181
177
182
```This is an automated message for tonyj via Topcoder X```
Contest https://www.topcoder-dev.com/challenges/30054075 has been updated - it has been assigned to tonyj.<br/><br/>```This is an automated message for tonyj via Topcoder X```
220
+
Challenge 17ab4b5b-fad6-405a-8abb-9f23e9fa3730 has been assigned to mess.<br/><br/>```This is an automated message for tonyj via Topcoder X```
216
221
217
222
- Visit the challenge url to verify registered member
218
223
@@ -232,7 +237,7 @@ Contest https://www.topcoder-dev.com/challenges/30054075 has been updated - it h
232
237
- Unassign member of issue
233
238
- Wait a minute or more
234
239
- Ticket adds comments
235
-
Contest https://www.topcoder-dev.com/challenges/30054075 has been updated - tonyj has been unassigned.<br/><br/>```This is an automated message for tonyj via Topcoder X```
240
+
Challenge 17ab4b5b-fad6-405a-8abb-9f23e9fa3730 mess has been unassigned.<br/><br/>```This is an automated message for tonyj via Topcoder X```
236
241
- Ticket updated labels
237
242
added tcx_OpenForPickup and removed tcx_Assigned labels
238
243
- Visit the challenge url to verify no registered member
@@ -264,7 +269,7 @@ This ticket was not processed for payment. If you would like to process it for p
264
269
- Close ticket
265
270
- Ticket adds tcx_Paid label
266
271
- Ticket adds comments
267
-
Payment task has been updated: https://software.topcoder-dev.com/review/actions/ViewProjectDetails?pid=30054000<br/><br/>```This is an automated message for tonyj via Topcoder X```
272
+
Challenge 17ab4b5b-fad6-405a-8abb-9f23e9fa3730 has been paid and closed<br/><br/>```This is an automated message for tonyj via Topcoder X```
268
273
- Ticket closed comment
269
274
- Wait a long time (Challenge status will change to Active and then change to Completed for long time later)
270
275
- Visit the challenge on TC Direct to verify challenge status is Active and change to Completed after 17 minute or more
Copy file name to clipboardExpand all lines: configuration.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,6 @@ The following config parameters are supported, they are defined in `config/defau
14
14
|KAFKA_CLIENT_CERT_KEY | The Kafka SSL certificate key to use when connecting| Read from kafka_client.key file, but this can be set as a string like it is on Heroku|
15
15
|TC_DEV_ENV| the flag whether to use topcoder development api or production| false|
16
16
| TC_AUTHN_URL | the Topcoder authentication url |https://topcoder-dev.auth0.com/oauth/ro|
17
-
| TC_AUTHN_REQUEST_BODY | the Topcoder authentication request body. This makes use of some environment variables: `TC_USERNAME`, `TC_PASSWORD`, `TC_CLIENT_ID`, `CLIENT_V2CONNECTION`| see `default.js`|
18
17
| TC_AUTHZ_URL | the Topcoder authorization url |https://api.topcoder-dev.com/v3/authorizations|
19
18
| NEW_CHALLENGE_TEMPLATE | the body template for new challenge request. You can change the subTrack, reviewTypes, technologies, .. here | see `default.js`|
20
19
| NEW_CHALLENGE_DURATION_IN_DAYS | the duration of new challenge | 5 |
@@ -40,6 +39,13 @@ The following config parameters are supported, they are defined in `config/defau
40
39
|TOKEN_CACHE_TIME| The machine-to-machine token cache validation time |43200|
41
40
|AUTH0_CLIENT_ID| The Auth0 ClientID for generating Machine-to-machine token ||
42
41
|AUTH0_CLIENT_SECRET| The Auth0 Client Secret for generating Machine-to-machine token ||
42
+
|ROLE_ID_COPILOT| The registered role id of copilot ||
43
+
|ROLE_ID_SUBMITTER| The registered role id of submitter ||
44
+
|TYPE_ID_TASK| The registered type id of a task ||
45
+
|DEFAULT_TIMELINE_TEMPLATE_ID| The default timeline template id ||
46
+
|TC_API_URL| The topcoder backend API url |`https://api.topcoder-dev.com/v5`|
47
+
|TC_API_URL_V3| The topcoder backend API url V3 |`https://api.topcoder-dev.com/v3`|
48
+
|DEFAULT_TRACK_ID| The default track id ||
43
49
44
50
KAFKA_OPTIONS should be object as described in https://github.com/oleksiyk/kafka#ssl
0 commit comments