Commit Graph

30148 Commits

Author SHA1 Message Date
46cf96fbe1 chore(api): pin and update dependencies (#45282) 2022-02-28 21:59:15 +05:30
8c37389701 fix(curriculum): fixed incorrect exponent display (#45284) 2022-02-28 23:00:30 +07:00
b4ec62dbdb fix(deps): pin dependencies 2022-02-28 12:29:54 +00:00
d37fc114a7 feat: update font-awesome (#45258) 2022-02-28 11:49:32 +01:00
e1516b718e Added a missing assert for when the value is 70 (#45268) 2022-02-28 11:29:13 +01:00
0efe6a5770 chore(i18n,client): processed translations (#45276) 2022-02-28 09:02:35 +01:00
fbc7a26529 chore(i18n,learn): processed translations (#45271) 2022-02-28 08:59:21 +01:00
5e5015e47d fix(curriculum): fix typo in challenge (#45270)
* fix typo in other languages

* Revert "fix typo in other languages"

This reverts commit b973317cc14fb4f719ec60f1bdfad83d0c03760f.

* remove typo in challenge
2022-02-28 08:54:19 +01:00
b6706a0232 fix: added ctrl + enter to run the tests button (#45278)
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2022-02-27 21:25:45 -08:00
dacda8df9d chore(deps): update codesee to v0.196.1 2022-02-27 09:53:23 +00:00
8ae7a75a71 chore(deps): update dependency eslint-plugin-react to v7.29.2 2022-02-26 12:54:15 +00:00
e69cde7ac1 chore(deps): update codesee to v0.195.0 2022-02-26 10:17:19 +00:00
79c6d64449 fix: copy edits to motivation (#45260)
Co-authored-by: Karen Lowe <klowe@ancestry.com>
2022-02-26 10:05:39 +05:30
cecaa813e8 chore(deps): update dependency eslint-plugin-react to v7.29.1 2022-02-26 00:09:51 +00:00
15f6c6f7a7 chore(deps): update codesee to v0.194.0 2022-02-25 21:59:32 +00:00
9e03419efb chore: dry out 410 logic (#45257) 2022-02-26 00:38:18 +05:30
c2105c17f3 fix(docker): save image size by dropping root deps (#45253) 2022-02-25 09:30:35 -08:00
cafe0762aa fix(ci): reduce runners consumption - codesee (#45252) 2022-02-25 19:50:58 +05:30
4f8dad7662 chore(i18n,learn): processed translations (#45256) 2022-02-25 10:20:33 -03:00
5300433783 fix: correct link to wikipedia
Standard Deviation -> Standard_deviation
2022-02-25 14:01:51 +01:00
517227ae9d chore(i18n,client): processed translations (#45255) 2022-02-25 12:50:33 +00:00
b420b508b1 fix(deps): update font awesome (#44957)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: ahmad abdolsaheb <ahmad.abdolsaheb@gmail.com>
2022-02-25 12:17:21 +00:00
ce23dcb32c fix: return 410 for api/github (#45250) 2022-02-25 10:38:29 +01:00
d501817207 chore(api): remove d3 (#45248) 2022-02-25 10:36:36 +01:00
7b51752da2 chore(deps): update dependency postcss to v8.4.7 2022-02-25 08:49:02 +00:00
bc7cdf6c33 chore: remove unused api endpoints (#45085)
* chore: remove /refetch-user-completed-challenges

* chore: remove /update-my-theme

Theme changes are handled by /update-user-flag

I left 'update-my-theme' in the blocklist to allow for future use.

* chore: remove /certificate/verify-can-claim-cert

The client has not been using this for several weeks

* feat: return 410 for redundant endpoints

* chore: order endpoints
2022-02-24 21:11:24 -06:00
d41433767a chore(deps): update dependency @types/node to v16.11.26 2022-02-25 02:46:55 +00:00
8c5cb2e4d8 chore(deps): update codesee to v0.193.1 2022-02-25 00:43:46 +00:00
5d7c5c8284 chore(deps): update dependency @types/jquery to v3.5.14 2022-02-24 22:26:10 +00:00
805807e276 fix(deps): pin dependency util to 0.12.4 2022-02-24 20:57:57 +00:00
4748740386 feat(docker): create configs for dockerized setup (#44753) 2022-02-25 00:20:24 +05:30
0d26a9e29d chore(i18n,learn): processed translations (#45235) 2022-02-25 03:41:18 +09:00
8ee7aa08f8 chore(i18n,client): processed translations (#45234) 2022-02-24 23:48:04 +05:30
2846df2b66 fix: fix util import statement (#45104)
Co-authored-by: IsmailTlemcani <ismail.tlemcani@gmail.com>
2022-02-24 08:16:47 -08:00
3f22ab9d5a feat(tools): test sass preview (#45167)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2022-02-24 14:24:07 +01:00
df785c2085 fix: use rimraf instead of shx (#45228) 2022-02-24 16:56:43 +05:30
a04c7e1096 test(curriculum): Add sudoku solver test cases (#45026) 2022-02-24 16:48:59 +05:30
abdbc58a3f chore: DRY out crowdin workflows (#45078) 2022-02-24 16:33:02 +05:30
1c65d5d34a fix(curriculum): remove callback thereby stripping js comments (#45133)
* fix: strip js comments

* fix: revert helper export, better test approach

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2022-02-24 16:29:56 +05:30
3552a04e32 chore(deps): update dependency @rollup/plugin-typescript to v8.3.1 2022-02-24 10:39:24 +00:00
94be3c3e7d fix: ensure only one lockfile is used (#45230)
* fix: ensure only one lockfile is used

* fix: remove extra lockfiles
2022-02-24 09:23:30 +01:00
7b1196ba8f chore(deps): update codesee to v0.193.0 2022-02-24 03:09:35 +00:00
c013ae597d chore(deps): update codesee to v0.192.0 2022-02-23 21:00:40 +00:00
ea416b6dc2 fix(curriculum): add result of comparison expression evaluation to the inline comment (#45224)
* Add result of comparison expression evaluation in the inline comment #45183

* Apply suggestions from code review

thanks!

Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>

Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
2022-02-23 18:58:42 +01:00
Tom
2586503f9c fix: typo in rdbms git tutorial title (#45226) 2022-02-23 15:42:29 +00:00
74f84ff48a chore(i18n,learn): processed translations (#45223) 2022-02-23 13:10:00 +00:00
ff4e21b7f2 chore(i18n,client): processed translations (#45222) 2022-02-23 12:41:30 +00:00
7406dc993e chore(i18n,docs): processed translations (#45221) 2022-02-23 12:21:49 +00:00
53f5b86d09 chore(deps): update dependency @types/jest to v27.4.1 2022-02-23 11:54:39 +00:00
89787bc25b chore: update root lockfile (#45218) 2022-02-23 15:54:16 +05:30