Commit Graph

30928 Commits

Author SHA1 Message Date
renovate[bot]
da5d5462ff chore(deps): update codesee to v0.312.0 2022-07-02 12:27:07 +00:00
renovate[bot]
70b8d59ce5 chore(deps): update github/codeql-action digest to e41f8ba (#46737)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-02 11:40:44 +05:30
Muhammed Mustafa
f27c2e8089 fix(curriculum): require meta charset for cat photo project (#46701)
* fix(curriculum): require meta charset for  cat photo project

* position the editor for step 68 better

* Added empty line at the end

* Captialise the a In add

* added solution for for step 68

* We shall not pass

Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>

* Same line attribute value

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

Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
2022-07-01 17:07:23 -05:00
Randell Dawson
52306a304f fix: make test check for exact version of mongoose and mongodb (#46736) 2022-07-01 20:27:05 +00:00
Radi Totev
e17e57aba5 feat: update keyboard shortcuts client endpoint (#46378)
* feat: update keyboard shortcuts client endpoint

* Update client/src/redux/settings/settings-sagas.js

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

* Update putUpdateMyKeyboardShortcuts return type

* Use new saga in shortcuts-modal

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2022-07-01 11:38:06 -07:00
Shaun Hamilton
3628d5ab52 fix(tests): use ts-node in test:full-output (#46726)
fix(tests): adjust test:full-output to typescriptify
2022-07-01 11:30:27 -07:00
Ilenia
9c9041e4c8 feat(docs): new language lead handbook (#46680)
* feat(docs): new language lead handbook

* Apply suggestions from code review

Co-authored-by: Dario-DC <105294544+Dario-DC@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Sem Bauke <semboot699@gmail.com>

* Updates to line 30. 

LGTM

* feat(docs): original author of translated article

* docs: change order of sections

* Apply suggestions from code review

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

* Apply suggestions from code review

Co-authored-by: sidemt <siideemt@gmail.com>

Co-authored-by: Dario-DC <105294544+Dario-DC@users.noreply.github.com>
Co-authored-by: Sem Bauke <semboot699@gmail.com>
Co-authored-by: DanielRosa74 <58576743+DanielRosa74@users.noreply.github.com>
Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
Co-authored-by: sidemt <siideemt@gmail.com>
2022-07-01 17:34:20 +02:00
Muhammed Mustafa
fa222c2a32 chore(curriculum): validate colored markers project (#46671)
* added lang description, test and hint

* change seed code to account for lang

* consistant grammer

* consistent grammar

* allow space between lang and it's value

* Apply suggestions from code review

Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>

* Better description 👌

Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>

Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
2022-07-01 15:49:17 +02:00
Muhammed Mustafa
a174d33bac fix(curriculum): validate penguin transform project (#46699)
* changed the test to account for lang attribute

* update code seed
2022-07-01 15:44:21 +02:00
camperbot
cd9d1fd082 chore(i18n,learn): processed translations (#46733) 2022-07-01 15:41:08 +02:00
Muhammed Mustafa
36032e1288 fix(curriculum): missing code block and a better code seed (#46720)
* fix(curriculum): missing code block and a better code seed

* code block around fieldset in registration form
2022-07-01 15:38:45 +02:00
Liam Boston
e65c61e24a chore(curriculum): validate ferris wheel project (#46712)
* added hint to include lang="en" in html opening tag

* added lang="en" to opening html tags in seed code

* added lang="en" to opening html tag in solution
2022-07-01 15:37:13 +02:00
Muhammed Mustafa
5f0a3c2ea7 chore(curriculum): valdiate balance sheet project (#46669)
* fixed html test, added lang hint and test

* changed the seed code to account for lang

* consistant grammer

* allow space between lang and its value
2022-07-01 15:28:03 +02:00
Tom
a02db52800 fix: caching issues (#46716) 2022-07-01 15:24:29 +02:00
camperbot
567667084e chore(i18n,docs): processed translations (#46731) 2022-07-01 15:15:45 +02:00
camperbot
d2b93ae838 chore(i18n,client): processed translations (#46732) 2022-07-01 15:03:55 +02:00
Ilenia
ac6f9fc95d fix: collapse rosetta (#46714) 2022-07-01 12:32:01 +02:00
Liam Boston
15d31ac3f4 chore(curriculum): Updated Step 12 instructions in 'Learn HTML by Building a Cat Photo App' (#46685)
* Fixes #46679 - Updated the instructions for Step 12 in the 'Learn HTML by Building a Cat Photo App'.

* Update curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/5dfa22d1b521be39a3de7be0.md

Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>

* Update curriculum/challenges/english/14-responsive-web-design-22/learn-html-by-building-a-cat-photo-app/5dfa22d1b521be39a3de7be0.md

Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>

* Recommended fix from jeremylt

* What Tom would have done 

Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>

* Revert "What Tom would have done "

This reverts commit 9aee9b3e77.

* @moT01 & @jeremylt tag team

Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>

* Changed the capitalization of `cat photos`

* Removed extra word after `cat photos`

Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
Co-authored-by: Muhammed Mustafa <MuhammedElruby@gmail.com>
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
2022-06-30 20:51:52 +02:00
RayAsh37
f2e6c74f38 fix(curriculum): fix typo (#46719)
* Fixed the typo by deleting a space in "rel" parameter

Fixed a typo by deleting the space in the "rel" parameter on line 19

* added a space at line 19 before the "target" parameter
2022-06-30 18:15:52 +02:00
Muhammed Mustafa
e2d6b5eb5f fix(curriculum): typos find by crowdin (#46721)
* fix(curriculum): typos find by crowdin

* Convert link to standardize one

Co-authored-by: Ilenia <nethleen@gmail.com>

* Josephus function from parameter to parameters

* description of hash from two arrays `arrays' length`

* removed the mention of array length

Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>

* changed cocktail shaker to cocktail sort

Co-authored-by: Ilenia <nethleen@gmail.com>
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
2022-06-30 15:44:45 +00:00
camperbot
bdd7278f54 chore(i18n,client): processed translations (#46724) 2022-06-30 17:25:34 +02:00
camperbot
9b5ca62fa2 chore(i18n,learn): processed translations (#46725) 2022-06-30 17:24:09 +02:00
camperbot
0e5aec6923 chore(i18n,docs): processed translations (#46723) 2022-06-30 17:22:34 +02:00
billybrown-iii
fe1aa0644c fix(curriculum): reduce strictness of code formatting (#46715)
fix: reduce strictness of code formatting
2022-06-30 14:29:01 +02:00
Muhammed Mustafa
a51db10ec9 chore(curriculum): validating buidling a piano project (#46668)
* added lang test and hint

* changed seed code to include lang attribute

* consistent gamar

* allow space between Lang and it's value

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

Co-authored-by: Shaun Hamilton <shauhami020@gmail.com>
2022-06-30 11:01:46 +01:00
Muhammed Mustafa
81c9c9edfd chore(curriculum) add step 42 to learning forms by creating registration form (#46621)
* add step 42 with it's hint, test and description

* step 41 hint and tests

* changed the seed code

* changed the description to ieahleen's suggestion

* Step 41 test for all fieldsets

* Format changes

* reorder the tests in step 46

* remove :not pseudo class from seed code
2022-06-30 10:28:49 +02:00
Muhammed Mustafa
20e0d23b99 chore(curriculum): validate building picasso painting project (#46670)
* added lang attribute and hint

* seed code accounts for lang attribute

* consistent grammar

* Added body and head back whoops

Co-authored-by: Ilenia <nethleen@gmail.com>

* allow space between lang and its value

Co-authored-by: Ilenia <nethleen@gmail.com>
2022-06-30 10:26:44 +02:00
Ilenia
32175ff149 fix(client): fix typo (#46690) 2022-06-29 17:11:59 -05:00
sidemt
88e0ebe2a4 fix(curriculum): change the word "property" to "attribute" (#46650)
* fix(curriculum): change the word property to attribute

* Update curriculum/challenges/english/14-responsive-web-design-22/learn-basic-css-by-building-a-cafe-menu/5f4701b942c824109626c3d8.md

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

Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
2022-06-29 12:36:00 -07:00
Ilenia
76742a1e2d fix(docs): bring how to test translations locally up to date (#46689) 2022-06-29 18:44:31 +02:00
camperbot
b4c53aa4dd chore(i18n,learn): processed translations (#46711) 2022-06-29 16:36:55 +02:00
camperbot
c7470ac4cd chore(i18n,client): processed translations (#46710) 2022-06-29 16:36:28 +02:00
camperbot
a26f1df947 chore(i18n,docs): processed translations (#46709) 2022-06-29 12:29:05 +00:00
Swapnil Thatte
3c14d2e18a Update for Cafe Menue project (#46700)
Update 5f33071498eb2472b87ddee4.md
2022-06-29 02:24:33 +00:00
Jeremy L Thompson
d3c8df51e5 fix(curriculum): Cat App step 6 test for ul and li elements (#46698)
step-6 - add test for ul and li elements
2022-06-28 20:46:23 -05:00
Muhammed Mustafa
f0e7fd3226 fix(curriculum): broken href link ruining translations (#46692)
* fix(curriculum): broken href link ruining translations

* link to pages that do exist

Co-authored-by: Ilenia <nethleen@gmail.com>

* fix three extra broken links

Co-authored-by: Ilenia <nethleen@gmail.com>
2022-06-28 20:22:15 +02:00
Jeremy L Thompson
269f21841e fix(curriculum) Simplify Cat-App step 6 text (#46696)
cat-app - simplify step 6 text

Co-Authored-By: Njong392 <81039882+Njong392@users.noreply.github.com>

Co-authored-by: Njong392 <81039882+Njong392@users.noreply.github.com>
2022-06-28 16:19:26 +00:00
camperbot
1e475614cc chore(i18n,learn): processed translations (#46693) 2022-06-28 13:30:45 +00:00
DanielRosa74
08114a2aba fix: misspelling of 'between' on line 11 (#46687)
This fixes a misspelling on line 11.
2022-06-27 21:35:58 +02:00
camperbot
dd858ca8e9 chore(i18n,learn): processed translations (#46682) 2022-06-27 19:25:35 +05:30
Muhammed Mustafa
c648de9ee7 fix(client): validation test is typing a file, that doesn't exist (#46657)
fix(client): validation test looking for a file that doesn't exist
2022-06-27 15:44:56 +02:00
Muhammed Mustafa
695fd09fa6 fix(curriculum): validating café menu html tag (#46581)
* added mention of `lang` and it's test and hint

* changed the seed code to include lang en

* stray html tag

* catch stray one

* catch stary two

* allow one or more spaces only between lang and html

* Apply suggestions from code review

Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>

* Consistent grammar

Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>

Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
2022-06-27 15:12:11 +02:00
camperbot
1fe52761c0 chore(i18n,client): processed translations (#46681) 2022-06-27 12:46:17 +00:00
Caden Parker
85f3ecbb0a Change Link Regex Tests to DOM queries (#45890)
* Change link regex tests to DOM queries

* Keep injection of style tag

Co-authored-by: Florencia <sicref001@gmail.com>
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2022-06-27 10:37:23 +02:00
renovate[bot]
da04ebdc20 chore(deps): update github/codeql-action digest to 714ec5a (#46654)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-27 12:23:02 +05:30
renovate[bot]
814a90f27f fix(deps): update dependency react-i18next to v11.17.3 2022-06-26 22:56:39 +00:00
Naomi Carrigan
fd62be8eb8 fix: workflow again (#46676)
* feat(tools): exclude known bot accounts

* feat(tools): pass in camperbot's token
2022-06-26 21:04:06 +02:00
billybrown-iii
25a79bb990 fix(curriculum): typo in backend challenge (#46651)
fix: typo in backend challenge
2022-06-26 12:39:26 -05:00
Oliver Eyton-Williams
8bc5b0a310 fix: show completion modal (#46589)
* fix: make ctrl/cmd + enter trigger modal

Multifile projects should be handled like legacy challenges in this
regard.

* test: check modal appears

* refactor: ignore additional solutions

* test: fix ctrl + enter tests

* fix: only run on electron

* fix: remove log

* fix: show completion modal if instructions focused

* fix: handle undefined challengeType
2022-06-26 12:23:46 -05:00
renovate[bot]
600d37acaa chore(deps): update actions/setup-java digest to 16cca54 (#46653)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-26 22:45:38 +05:30