Commit Graph

32750 Commits

Author SHA1 Message Date
cto234
9bdea8fc8f fix(curriculum): Bad grammar cat photo app 8 (#49969)
* Fixed grammar and formatting

* Re-added instructions
2023-04-05 21:23:28 +02:00
a2937
3500a4c0d1 fix(curriculum): make logical AND/OR step more concise (#49965)
* Fix typos in js logical steps.

* Consistency across both pages.
2023-04-05 17:16:07 +00:00
Oliver Eyton-Williams
5ea1f4fffc feat: add githash as query param (#49960) 2023-04-05 21:15:51 +05:30
Muhammed Mustafa
1d8e9fb0b7 feat(api): create sentry plugin (#49731)
* feat(api): add sentry plugin

Apply suggestions from code review

Revert "feat(api): add sentry plugin"

This reverts commit fcde4ee03e9b83e335a6a2bccd490490e9993597.

install sentryNode

WIP: create sentry debug

WIP: find out why use errorhandler isn't typed correct

install sentry

add the deleted sentry code

create sentry plugin

* fix error found through sentry

* Polish sentry plugin

Co-authored-by: Niraj Nandish <nirajnandish@icloud.com>

* duplicate the changes made in the other plugin

* add done to seterrorHandler

* Fix a typo in sentry option

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

* Stop the dns from running if a DSN wasn't provided

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

* Polish the function and check the variable value

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>

* check the dsn dashboard in the env

* export dsn value if it isn't sentrydashboard

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

* when the value is undefined init errors

* revert the if statement

* throw an error whenever an environment variable is not right

---------

Co-authored-by: Niraj Nandish <nirajnandish@icloud.com>
Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2023-04-05 08:35:23 -07:00
Mrugesh Mohapatra
162336365b fix(e2e): update workflows and cypress configs (#49947)
* chore: bump cypress to v11

* fix: remove firefox downgrade

* fix: remove passing specs in the run-script
2023-04-05 08:33:22 -07:00
camperbot
d31dd8a9d2 chore(i18n,learn): processed translations (#49961) 2023-04-05 17:20:27 +02:00
camperbot
49fe1fa0ac chore(i18n,docs): processed translations (#49957) 2023-04-05 20:18:33 +05:30
camperbot
3b86194020 chore(i18n,client): processed translations (#49958) 2023-04-05 19:49:41 +05:30
renovate[bot]
ec0da45e09 chore(deps): update dependency @types/lodash to v4.14.192 2023-04-05 12:33:08 +00:00
Mrugesh Mohapatra
db4e58fa7a fix(e2e): disable running on firefox temporarily (#49954) 2023-04-05 13:29:15 +05:30
renovate[bot]
97325f03b5 chore(deps): update dependency @types/node-fetch to v2.6.3 2023-04-05 04:14:10 +00:00
Mrugesh Mohapatra
f1fee66b0f docs: update the setup guide (#49941)
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2023-04-04 14:25:41 -07:00
Mrugesh Mohapatra
f3ecae64e9 chore: add more gaps to the code area (#49939) 2023-04-04 23:27:54 +05:30
camperbot
b44c93d2e2 chore(i18n,learn): processed translations (#49944) 2023-04-04 14:49:02 +00:00
renovate[bot]
82e21aca0e fix(deps): update dependency react-i18next to v12 (#49800)
* fix(deps): update dependency react-i18next to v12

* chore: address linting issues

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Mrugesh Mohapatra <noreply@mrugesh.dev>
2023-04-04 10:38:32 +01:00
renovate[bot]
314c978524 chore(deps): update babel monorepo to v7.21.4 2023-04-04 07:21:28 +00:00
Naomi Carrigan
8aa0432b18 chore(curriculum): no quotes in code strings (#49936)
Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2023-04-03 20:29:27 +00:00
Arsalan Yaqoob Malik
8d9a31ac77 fix: add test for only 4 keyframe waypoints (#49935) 2023-04-03 19:07:48 +00:00
Muhammed Mustafa
6e89d3b2dd feat(tools): remove assertion in params inside challenge editor (#49931) 2023-04-03 18:38:22 +00:00
Rabin-Osti
b9fd70cdfc fix: Improve wording in Record Collection instructions (#49926) 2023-04-03 12:09:29 -06:00
renovate[bot]
a638da6747 chore(deps): update dependency markdownlint to v0.28.0 (#49854)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-03 17:03:43 +00:00
Mrugesh Mohapatra
6b0f5ebc06 fix(pnpm): disable strict peers flag (#49934) 2023-04-03 22:00:11 +05:30
camperbot
16a1f915d6 chore(i18n,learn): processed translations (#49930) 2023-04-03 07:51:10 -07:00
camperbot
5151d70ad3 chore(i18n,client): processed translations (#49929) 2023-04-03 15:20:31 +02:00
Muhammed Mustafa
283f8e2c2a fix(client): rendering the block title as an array (#49924) 2023-04-03 12:53:23 +00:00
renovate[bot]
b48d12714a fix(deps): update dependency @sinclair/typebox to v0.26.6 (#49855)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2023-04-03 09:13:36 +00:00
Muhammed Mustafa
b460bc0fba feat(client): add unique flash messages to the sounds (#49785)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2023-04-03 14:08:45 +05:30
Anmol Sarraf
6552b88382 fix(curriculum): reword instructions in XMLHttpRequest section (#49876) 2023-04-03 09:37:39 +01:00
Muhammed Mustafa
3988d426f5 feat(tools): remove system colors variables from colors.css (#49870) 2023-04-03 14:06:18 +05:30
Muhammed Mustafa
fed78de7a1 fix(client): hack the outline look for the logo in the nav bar (#49903)
Co-authored-by: Bruce B <bbsmooth@gmail.com>
2023-04-03 14:05:15 +05:30
a2937
56d0f02b58 chore(curriculum): Clarify hints for Cat Photo App Step 56 (#49765)
* Clarify instructions for cat photo app.

* Allow the attribute order to be reversed.
2023-04-02 21:49:00 +02:00
renovate[bot]
506257ad12 chore(deps): update github/codeql-action digest to 04df126 2023-04-01 16:08:11 +00:00
Krzysztof G
c14a353c88 fix(client): remeasureFonts when fonts are loaded (#49908)
fix: remeasureFonts when fonts are loaded
2023-04-01 10:43:18 +02:00
camperbot
d66da4c5c4 chore(i18n,learn): processed translations (#49906) 2023-03-31 18:48:49 +01:00
Muhammed Mustafa
11e38cd68d fix(client): import Tfunction from i18next in models (#49815)
* fix(client): import Tfunction from i18next

* Import Tfunction as type
2023-03-31 14:27:45 +02:00
Mani Chandra Teja Gaddam
a62c7cd190 fix(curriculum): check for assignment operator (#49904)
fix(curriculum): updated third test to check for assignment operator
2023-03-31 11:14:36 +02:00
camperbot
26d10b455d chore(i18n,learn): processed translations (#49902) 2023-03-30 20:56:38 -07:00
camperbot
a9eca7a167 chore(i18n,docs): processed translations (#49900) 2023-03-30 20:56:19 -07:00
Muhammed Mustafa
6112f0ad9b fix(client): align multifileEditor and editor types (#49825)
* fix(client): align multifileEditor editor and hotkeys types

* sort the last types

* sort the last types

* clean wrong types

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>

* clean wrong types

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>

* Change the comment

---------

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2023-03-30 15:37:04 -05:00
Muhammed Mustafa
a8d5fdeec1 fix(client): remove boolean value for non boolean attribute (#49831) 2023-03-30 15:03:28 -05:00
Muhammed Mustafa
47944110b0 refactor(client): wrong TFunction type in searchBar (#49859)
refactor(client): mis aligned types in searchbar
2023-03-30 14:01:33 -05:00
Muhammed Mustafa
f61700dc48 fix(client): import TFunction from i18next in forms (#49817)
fix(client): import tfunction from i18next
2023-03-30 18:24:10 +00:00
Muhammed Mustafa
43e5edcbbd fix(client): import TFunction from i18next for challenges context (#49820)
* fix(client): import tfunction from i18next

* swap the type for the hook

Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>

* refactor block intros function

* Revert "refactor block intros function"

This reverts commit 32ee772e6c.

* remove array from block title

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

---------

Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
2023-03-30 13:16:58 -05:00
Muhammed Mustafa
6752199cf1 fix(client): import tfunction from i18next in show components (#49819)
fix(client): import tfunction from i18next
2023-03-30 12:59:59 -05:00
Muhammed Mustafa
e9d834f1d8 fix(client): import Tfunction from i18next in privacy inputs (#49818)
* fix(client): import Tfunction from i18next

* swap tFuntion with the hook when possilbe
2023-03-30 12:39:52 -05:00
Muhammed Mustafa
b67a82ff0a fix(client): import TFunction from i18next in profile componenets (#49814)
* fix(client): import TFunction from i18next

* Import Tfunction as type

* swap tFuntion with the hook when possilbe
2023-03-30 10:28:14 -05:00
camperbot
c410a2cae7 chore(i18n,client): processed translations (#49901) 2023-03-30 15:19:40 +02:00
Naomi Carrigan
d1d5b2635f fix: use superblock name in intro.md for new projects (#49897)
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
2023-03-30 10:59:22 +00:00
Kristofer Koishigawa
81c88c32e3 fix: add .keepOpen() method explanation and examples to chai-http challenges (#49878)
fix: add .keepOpen() method explanation and examples to Chai-HTTP
challenges
2023-03-30 03:36:09 -07:00
camperbot
d5de5962f3 chore(i18n,learn): processed translations (#49895) 2023-03-30 12:24:54 +02:00