Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
74c95b6
V6 paths
jmgasper Jul 4, 2025
13f75e3
Ignore tests since they're failing for services that haven't been upd…
jmgasper Jul 4, 2025
4b2a9f4
v6
jmgasper Jul 4, 2025
0145b54
Configure react utils for v6
jmgasper Jul 4, 2025
df06059
Dist folder
jmgasper Jul 14, 2025
b2d93e0
Dist folder
jmgasper Jul 14, 2025
391dabf
Better use of v6
jmgasper Jul 15, 2025
afb1a5b
Fix typo
jmgasper Jul 15, 2025
6b13220
Built files
jmgasper Jul 15, 2025
24b1c48
Fix up status to match v6 expected enum values
jmgasper Jul 15, 2025
88e960b
More tweaks for enum values
jmgasper Jul 15, 2025
33e1077
Point groups to v6 for CA
jmgasper Aug 7, 2025
89406e6
User more v6 APIs
jmgasper Aug 27, 2025
280b728
Build for v6 changes
jmgasper Aug 27, 2025
5fd10ca
V6 changes
jmgasper Aug 27, 2025
a630396
Path cleanup
jmgasper Sep 3, 2025
a143080
Add build
jmgasper Sep 3, 2025
4a5ee6c
Update filter to use new review api response
himaniraghav3 Sep 4, 2025
cb6c570
Account for missing subtrack
himaniraghav3 Sep 4, 2025
8014201
revert optional chaining
himaniraghav3 Sep 4, 2025
54e6483
Merge pull request #380 from topcoder-platform/PM-1760
himaniraghav3 Sep 4, 2025
2a61cec
Push build
himaniraghav3 Sep 4, 2025
0f8ed8a
Update to support new v6 output
jmgasper Sep 5, 2025
1e71d03
Update submissions.js
jmgasper Sep 5, 2025
675b45e
Updates for submissions shape
jmgasper Sep 11, 2025
56465b8
Merge
jmgasper Sep 11, 2025
9ebc254
Merge issue
jmgasper Sep 11, 2025
65b9c85
Update submission delete to v6
himaniraghav3 Oct 27, 2025
395a288
Merge pull request #382 from topcoder-platform/PM-2479
himaniraghav3 Oct 27, 2025
5b11495
check in build files
himaniraghav3 Oct 27, 2025
f32dd7e
Merge pull request #383 from topcoder-platform/PM-2479
himaniraghav3 Oct 27, 2025
527d3ff
Update tc-auth-lib ref
jmgasper Nov 17, 2025
d808fb4
Merge branch 'v6' of github.com:topcoder-platform/topcoder-react-lib …
jmgasper Nov 17, 2025
3591b45
Build with Auth0 changes
jmgasper Nov 17, 2025
4f84687
Updated auth0 fixes
jmgasper Nov 17, 2025
e37a681
Merge branch 'auth0' of github.com:topcoder-platform/topcoder-react-l…
vas3a Dec 15, 2025
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
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
paths:
- node_modules
- run: npm run build
- run: npm test
- persist_to_workspace:
root: .
paths:
Expand Down
1 change: 1 addition & 0 deletions config/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module.exports = {
V2: 'https://api.topcoder-dev.com/v2',
V3: 'https://api.topcoder-dev.com/v3',
V5: 'https://api.topcoder-dev.com/v5',
V6: 'https://api.topcoder-dev.com/v6',
},
dummyConfigKey: 'Dummy config value',
SECRET: {
Expand Down
152 changes: 82 additions & 70 deletions dist/dev/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/prod/index.js

Large diffs are not rendered by default.

Loading