challenge-api icon indicating copy to clipboard operation
challenge-api copied to clipboard

This microservice provides access and interaction with all sorts of Challenge data

Results 49 challenge-api issues
Sort by recently updated
recently updated
newest added

Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.28.0. Release notes Sourced from axios's releases. Release v0.28.0 Release notes: Bug Fixes fix(security): fixed CVE-2023-45857 by backporting withXSRFToken option to v0.x (#6091) Backports from...

dependencies

Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...

dependencies

Bumps [express](https://github.com/expressjs/express) from 4.16.4 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...

dependencies

https://topcoder.atlassian.net/browse/TSJR-327

This search returns a number of F2Fs, including: * Automation 10 * Automation 7 * Automation 8 * Automation 6 https://api.topcoder-dev.com/v5/challenges/?status=Active&isLightweight=true&tracks[]=Dev&tracks[]=CMP&types[]=THOM&types[]=F2F If we change the search to include the search...

Topcoder would like the ability to stagger these phases: * Registration * Submission * Checkpoint submission Currently, the v5 challenge API only has a "start date", which just sets all...

In dev (api.topcoder-dev.com/v5/challenges), we are seeing empty results return for type and status sorting: Example: https://api.topcoder-dev.com/v5/challenges?sortBy=type&sortOrder=desc&projectId=23080&page=1&perPage=10 Returning: `[]` We initially implemented the search here: https://github.com/topcoder-platform/challenge-api/issues/528 We need to figure out...

We're seeing this in dev, where metadata isn't fully saved from Work Manager: Sample metadata in the PUT: ``` "metadata": [ { "name": "fileTypes", "value": "[\"PSD\"]" }, { "name": "allowStockArt",...

When we perform a search for challenges with page=100 and perPage=100, I see that the number of total pages is 583 See below: ![search-page100](https://user-images.githubusercontent.com/5437419/179066860-e1ef9848-beb8-46a0-afe5-e5226173b40d.png) But when I try to search...

bug

Hi team, I'm working on a academic research on crowdsourcing and is using your public api to gather some data. Just want to know that in V5 challenge API https://api.topcoder.com/v5/challenges/?status=Completed...