1
1
mirror of https://github.com/theoludwig/programming-challenges.git synced 2025-05-18 12:02:53 +02:00
Commit Graph

31 Commits

Author SHA1 Message Date
2b6669bf4a fix(cli): correctly set test isSuccess false 2024-11-18 08:05:00 +01:00
db15155137 ci: fix tests 2024-11-18 01:37:42 +01:00
9a187deaef build(deps): update latest 2024-11-18 01:04:51 +01:00
1e2736b8aa chore: better Prettier config for easier reviews 2023-10-23 23:16:24 +02:00
c53c2997ec refactor(cli): usage of node:test instead of tap 2023-07-20 22:00:11 +02:00
bc6ad699fc build(deps): update latest 2023-01-10 23:15:36 +01:00
c8a7a6dcd4 feat(cli): add commands/search 2023-01-05 18:29:07 +01:00
64d71d6920 perf: run tests in parallel
fixes #12
2022-09-22 16:16:21 +02:00
d6a6c706ce feat(cli): add commands/run/solution 2022-08-30 15:48:07 +02:00
34644bd333 refactor: usage of built-in type hinting in Python solutions 2022-04-24 20:27:51 +02:00
104c61935a feat: usage of ESM modules imports (instead of CommonJS) (#14) 2022-04-23 18:41:14 +02:00
696de1580d chore: maintenance 2022-02-19 18:30:29 +01:00
0175a7fb1c test(cli): add GitAffected automated tests 2021-12-07 12:11:54 +01:00
0b59c19885 fix(cli): add timeout for running solutions 2021-12-07 11:35:47 +01:00
938702c23f refactor: no duplicate of package.json in solutions 2021-12-06 19:04:16 +01:00
249bb3a367 test(cli): add commands/generate/solution 2021-12-06 16:35:45 +01:00
d14fd0b62a test(cli): add commands/generate/challenge 2021-11-30 21:42:43 +01:00
88acd8cfef fix(cli): remove duplicate solutions to test 2021-11-30 17:13:37 +01:00
4bb9e6b656 style: fix editorconfig linting 2021-11-10 20:17:14 +01:00
d18ca22470 fix(cli): changes to input/output should run all affected tests 2021-11-10 18:57:10 +01:00
17efe8a113 fix(cli): changes to templates/docker, should run all affected tests 2021-11-09 16:45:42 +01:00
953323781c fix(cli): paths normalization to support Windows 2021-10-16 15:20:15 +02:00
0a27b9e1a1 feat(cli): add --all option to run test command 2021-10-13 21:43:45 +02:00
a9287a87fe fix(cli): don't run tests for removed solutions 2021-09-30 19:08:50 +02:00
c80eb11874 refactor: usage of node: for builtin modules 2021-07-03 18:40:17 +02:00
996dcd89c3 fix(cli): add --base option to run test command 2021-06-30 15:23:58 +02:00
99d5290e49 fix(cli): improve error handling in run test command 2021-06-25 13:02:34 +02:00
c55c67e0a5 feat(cli): add --ci option to run test command 2021-06-25 12:46:01 +02:00
8a41cb67f0 feat(languages): add Java support 2021-06-24 22:10:08 +02:00
719058b2ff feat(languages): add C# support 2021-06-24 22:04:28 +02:00
677a55a9d8 feat: rewrite programming-challenges CLI (#3) 2021-06-09 20:31:45 +02:00