Commit Graph

41302 Commits

Author SHA1 Message Date
Mrugesh Mohapatra a72fe07399 revert(client): ensure donate button is always visible (#66754) 2026-04-02 17:06:25 +00:00
Amish Pratap Singh 72ddb7a992 fix(curriculum): correct typos in grammar explanations (#66746) 2026-04-02 16:17:36 +00:00
Aarya Manchanda a2bcc848fc fix: add missing empty line in decimal to binary step 35 (#66740) 2026-04-02 15:10:03 +02:00
Anastasiia 0ac89ed168 feat(curriculum): EN-B1 quiz for block 20 (#66739) 2026-04-02 17:53:21 +07:00
Sem Bauke 9d9306f8c4 refactor: add session-user endpoint (#66330) 2026-04-01 18:59:02 +02:00
Kolade Chris b2d33b7d68 feat(curriculum): release dynamic programming module js v9 cert (#66728) 2026-04-01 16:23:18 +01:00
Kolade Chris 2db06f745d feat(curriculum): release graphs and trees module js v9 cert (#66727) 2026-04-01 16:22:28 +01:00
Anastasiia 83c766f5d2 feat(curriculum): EN-B1 quiz for block 19 (#66712) 2026-04-01 21:01:35 +07:00
freeCodeCamp's Camper Bot 2657f66f55 chore(i18n,client): processed translations (#66688) 2026-04-01 20:35:34 +07:00
Supravisor d586b5900b fix(curriculum): wrong letter in basic personal info (#66724) 2026-04-01 19:32:34 +07:00
Suyadi 10ae077307 fix: correct typo in documentation and localization files (#66704) 2026-04-01 12:12:37 +02:00
Venkataramana Devathoti 8580ba0ace feat(client): ensure donate button is always visible (#66706)
Co-authored-by: Venkat <venkat@Venkats-MacBook-Pro.local>
2026-04-01 10:05:18 +02:00
Kolade Chris 9721f9c59f feat(curriculum): add shortest path algo to js v9 cert (#66681)
Co-authored-by: jdwilkin4 <jwilkin4@hotmail.com>
2026-04-01 07:24:12 +01:00
Kolade Chris 35fccf2415 feat(curriculum): add nth fibonacci number lab js v9 cert (#66720) 2026-04-01 07:21:40 +01:00
renovate[bot] 60d744d75c fix(deps): update dependency @aws-sdk/client-ses to v3.1016.0 (#66716)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-04-01 09:36:46 +05:30
Oliver Eyton-Williams cead3cc698 fix(lint): more memory for bigger curriculum (#66714) 2026-03-31 16:31:27 +02:00
renovate[bot] e4b45891a6 fix(deps): update dependency @aws-sdk/client-ses to v3.1015.0 (#66606)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-31 18:05:51 +05:30
Misrilal 799455f625 fix(client): typo in hashtag constant (#66698) 2026-03-31 19:34:06 +07:00
Zaira 81a9867dd4 feat(curriculum): add JS BFS workshop (#65848)
Co-authored-by: Jeevankumar S <110320697+Jeevankumar-s@users.noreply.github.com>
Co-authored-by: majestic-owl448 <26656284+majestic-owl448@users.noreply.github.com>
Co-authored-by: Kolade <chrisjay967@gmail.com>
2026-03-31 12:33:11 +01:00
Zaira 20fa1de878 feat(curriculum): add JS graphs and tree quiz (#65819)
Co-authored-by: Jeevankumar S <110320697+Jeevankumar-s@users.noreply.github.com>
Co-authored-by: Kolade <chrisjay967@gmail.com>
2026-03-31 10:47:16 +01:00
Anastasiia ba0ea71ed6 feat(curriculum): EN-B1 quiz for block 18 (#66710) 2026-03-31 11:37:04 +02:00
Keerti Krishna Sreenivas S 522bd8650b fix(curriculum): correct Challenge 229 truncate text instructions and Python hint (#66673) 2026-03-31 09:42:11 +02:00
Fatai Alimi a25d278b37 fix(client): update unauthenticated email sign-up button text (#66692) 2026-03-31 09:07:54 +02:00
Ahmad Abdolsaheb 9a0086e2a6 feat: add catalog (#66680)
Co-authored-by: jdwilkin4 <jwilkin4@hotmail.com>
2026-03-30 12:12:07 -07:00
renovate[bot] d94a4ef671 fix(deps): update dependency fastify to v5.8.4 (#66685)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-30 18:20:49 +05:30
Anastasiia 77dd3bf333 feat(curriculum): EN-B1 quiz for block 17 (#66682) 2026-03-30 14:22:49 +02:00
Supravisor 1ee4062fda fix(curriculm): add user story and test for theme switcher (#66636)
Co-authored-by: Anna <a.rcottrill521@gmail.com>
Co-authored-by: sembauke <semboot699@gmail.com>
2026-03-30 13:56:18 +02:00
Supravisor 55607ea015 fix(curriculum): do not pass parameter to function (#66635) 2026-03-30 13:16:32 +02:00
Shikhar Yadav 508aaf22ec fix: Enhancement: Add test case for null containerId validation in cargo m… (#66679) 2026-03-30 12:36:50 +02:00
renovate[bot] f4bd4781e8 chore(deps): update pnpm/action-setup digest to b906aff (#66637)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-30 13:30:49 +05:30
renovate[bot] 044f751076 chore(deps): update dependency msw to v2.12.14 (#66614)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-03-30 13:30:46 +05:30
majestic-owl448 b3072d3324 feat(curriculum): add Build a Bar Chart lab (#62913) 2026-03-30 08:54:35 +01:00
freeCodeCamp's Camper Bot dd75c7e0db chore(i18n,learn): update i18n-curriculum submodule (#66664) 2026-03-28 12:32:16 -03:00
Kolade Chris 3f3509244c feat(curriculum): release js v9 algorithms module (#66654) 2026-03-27 19:47:58 +01:00
Zaira 0130f6ffb1 feat(curriculum): add merge sort workshop JSV9 (#66416)
Co-authored-by: Kolade <chrisjay967@gmail.com>
Co-authored-by: Kolade Chris <65571316+Ksound22@users.noreply.github.com>
2026-03-27 18:04:04 +01:00
Zaira 431c77820e feat(curriculum): add binary search workshop JSV9 (#65964)
Co-authored-by: majestic-owl448 <26656284+majestic-owl448@users.noreply.github.com>
Co-authored-by: Jeevankumar S <jeevenkumar2003@gmail.com>
Co-authored-by: Kolade <chrisjay967@gmail.com>
2026-03-27 15:15:35 +01:00
Sem Bauke 72f5d67f6a fix(curriculum): align two A2 quiz dashed names with chapter planning (#66645) 2026-03-27 08:24:17 -03:00
Riddhi Pachehara 4a0365a0b5 fix: handle GraphQL errors in createPages (#66642) 2026-03-27 11:09:37 +01:00
Kowsalya B 05365931cd fix(Curriculum): add note explaining anchor tag in HTML attributes lesson (#66643) 2026-03-27 07:43:29 +00:00
Anastasiia af112a439f feat(curriculum): EN-B1 quiz for block 16 (#66628) 2026-03-27 05:15:01 +07:00
Anastasiia f4ce4e4eaa feat(curriculum): EN-B1 quiz for block 15 (#66619) 2026-03-27 05:12:27 +07:00
jtrang dcb56b77f7 fix(curriculum): update tests for Build a House Painting lab (#66634) 2026-03-26 21:48:41 +01:00
Vîzdoagă Octavio 0ce80ac036 fix(curriculum): add note on css classes in bookstore page workshop (#66632) 2026-03-26 18:59:09 +01:00
Vîzdoagă Octavio 9985e0d62b feat(curriculum): change the first distractor text (#66631) 2026-03-26 17:07:49 +00:00
Kolade Chris 8f7504b23b feat(curriculum): release js data structures module (#66630) 2026-03-26 17:04:34 +01:00
Venkataramana Devathoti eda51dd4da feat: add Facebook share button to allow users to share workshop prog… (#66610)
Co-authored-by: Venkat <venkat@Venkats-MacBook-Pro.local>
2026-03-26 16:36:31 +01:00
Mrugesh Mohapatra ae3faf71b5 fix(GHA): make the comments slightly more actionable (#66626) 2026-03-26 19:49:55 +05:30
Kolade Chris 22b6179064 feat(curriculum): add linked list workshop to js v9 cert (#66117)
Co-authored-by: Zaira <33151350+zairahira@users.noreply.github.com>
2026-03-26 15:16:41 +01:00
Hillary Nyakundi 45ad8ebf25 feat(curriculum): add stack data structure lab (#66251)
Co-authored-by: Ilenia M <nethleen@gmail.com>
Co-authored-by: Kolade Chris <65571316+Ksound22@users.noreply.github.com>
Co-authored-by: Zaira <33151350+zairahira@users.noreply.github.com>
2026-03-26 14:24:42 +01:00
DanielRosa74 0c37028160 fix(i18n, curriculum): fix review-python indentation in a function (#66623) 2026-03-26 17:57:16 +07:00