Commit Graph

27249 Commits

Author SHA1 Message Date
2ad908b3a9 fix(learn): correct the instructions for functional tests (#41459) 2021-03-23 10:24:55 +05:30
0190c19411 fix(client): code blocks overflowing parents (#41438) 2021-03-23 10:23:57 +05:30
fd5e6eebfb fix(curriculum): add blank like to seed code 2021-03-22 16:18:15 +00:00
7615ddf702 chore(i8n,curriculum): processed translations (#41551)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-03-22 06:52:28 -07:00
7215a6fa77 chore(i8n,curriculum): processed translations (#41548)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-03-21 10:58:20 -06:00
9ac00ce25b chore(i8n,curriculum): processed translations (#41544)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-03-20 09:47:30 -06:00
e18c6955b0 fix(curriculum): Improve test to allow any valid function call for Write Reusable JavaScript with Functions challenge (#41538)
* fix: improve test to allow function call anywhere

* fix: force user to put console.log in function
2021-03-20 12:23:32 +00:00
4cd40f23d1 chore(i8n,curriculum): processed translations (#41534)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-03-20 12:01:24 +05:30
0d3158d4f4 fix(tests): add validation of comment translations (#41537) 2021-03-20 11:59:13 +05:30
654d66186e Stock Price Checker: Change "form data" to "query parameter" (#41492)
* Stock Price Checker: Replace form data with query parameter

* Improve wording of Stock Price Checker user stories

Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>

* More consistent wording and link term to Wikipedia

* Removed Link to External Resource

Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
2021-03-19 15:19:13 -06:00
fab12a7e45 chore(i8n,docs): processed translations (#41532)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-03-19 07:00:15 -07:00
3f1cd6eb33 fixed the grammar of the description (#41531) 2021-03-19 06:55:21 -06:00
251d916e76 fix(learn): specify connect-mongo version in adnode (#41524) 2021-03-19 06:43:56 +01:00
00b37093db fix(curriculum): replace single-line blocks with multi-line blocks for… (#41525)
* fix(curriculum) replace single-line blocks with multi-line blocks for Front End Libraries #41523

Second attempt

* Update curriculum/challenges/english/03-front-end-libraries/react/use--for-a-more-concise-conditional.md

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
2021-03-18 23:40:32 +00:00
b064991667 fix(curriculum): Replace single-line blocks with multi-line blocks for Responsive Web Design (#41519)
* fix(curriculum) replace single-line block with multi-line blocks

* fix(curriculum) replace single-line block with multi-line blocks (missed blocks)
2021-03-18 17:24:09 -06:00
a4e4ffce99 chore(i8n,curriculum): processed translations (#41521)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-03-18 10:16:46 -07:00
2943b34f8b chore(i8n,docs): processed translations (#41520)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-03-18 11:07:55 -06:00
8305cad79a fix: address crowdin issues (#41517) 2021-03-18 16:31:05 +01:00
4ea2ad881b docs: change node alias from stable to lts (#41503) 2021-03-18 05:39:27 -07:00
80cdeb78bb chore(i8n,curriculum): processed translations (#41515)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-03-17 13:48:12 -06:00
a668d13caf chore(i8n,docs): processed translations (#41514)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-03-17 10:29:03 -06:00
5c7e4f4dd1 revert(curriculum): add 3 more certs to Chinese curriculum (#41513)
This reverts commit 217bc10160.
2021-03-17 08:24:25 -05:00
b8ddfc08b3 fix(learn): rework Project Euler 63 (#41425)
* fix: rework challenge to use argument in function

* fix: add solution

* fix: correct function call in seed code

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

* fix: improve instructions wording

* fix: correct typo

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>

Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
2021-03-16 18:41:47 -05:00
e5763e9bb4 chore: remove extraneous files from contributor tools (#41488) 2021-03-16 12:32:50 -07:00
80054b0c94 fix: restored removed alias for running cypress test (#41509) 2021-03-16 22:37:07 +05:30
7603312b35 fix(i18n): Typo on motivation file (#41497)
Fixed Typo on compliments and motivationalQuotes.
2021-03-16 09:03:06 -07:00
e9b1247688 test(api): suppress expected log (#41502) 2021-03-16 09:53:08 -06:00
217bc10160 fix: add 3 more certs to chinese curriculum (#41508) 2021-03-16 21:12:40 +05:30
cbdf317aae fix: suppress warning for seedless challenges (#41507)
Both challengeType 11 and challengeType 3 have no seeds, so there's no
need to warn about a lack of seed.

The warning has been updated to better reflect the problem (lack of
seed, not lack of comments)
2021-03-16 09:22:39 -06:00
97e040e0a4 fix(docs) Moderator handbook grammar and spelling improvements (#41506)
* fix(docs) Moderator handbook grammar and spelling improvements

* fix(docs) added suggestions by RandellDawson

Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>

* fix(docs) Restore title

Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
2021-03-16 08:09:02 -07:00
d2f4b70ea6 fix: remove end of line chars after code blocks (#41498) 2021-03-16 07:49:43 -07:00
843eb81632 chore(i8n,curriculum): processed translations (#41504)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-03-16 07:41:19 -07:00
6f6c4f9081 Fix: Redundant word on english devops.md (#41505) 2021-03-16 14:27:21 +01:00
dcadc249f4 chore(i8n,curriculum): processed translations (#41496)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-03-15 14:01:16 -06:00
cd722a0e7f fix(client): change repl.it validation to replit for migration (#41457) 2021-03-15 19:37:43 +05:30
b2179c5222 chore(i8n,client): processed translations (#41495)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-03-15 13:05:17 +00:00
8c4448b516 chore(i8n,docs): processed translations (#41493)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-03-15 12:56:08 +00:00
917a9d2643 chore: delete housekeeping workflows (#41487)
Latest changes enforced by GitHub prevents using the action in dependabot's PR's context. See: https://github.com/ahmadnassri/action-dependabot-auto-merge/issues/60, https://github.blog/changelog/2021-02-19-github-actions-workflows-triggered-by-dependabot-prs-will-run-with-read-only-permissions

Regardless of the above we also moved to needing atleast two approvals

Removing this workflow for now.
2021-03-15 05:04:54 -06:00
903a301849 chore(i8n,curriculum): processed translations (#41490)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-03-14 21:20:39 -06:00
5e563329ad chore(i8n,learn): processed translations (#41462)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-03-13 10:31:57 -07:00
c6bef53773 chore(i8n,docs): processed translations (#41460)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-03-13 10:30:59 -07:00
85650f5f41 chore(i8n,client): processed translations (#41461)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-03-13 10:29:53 -07:00
50369edd12 feat(tools): Add a PR labeler action to the repo (#41458) 2021-03-13 22:14:19 +05:30
f1c8a9825b fix(i18n,client): translatable cta url (#41384) 2021-03-12 17:14:54 -07:00
c198d508be fix(learn): Improve tests for the Nest an Anchor Element within a Paragraph challenge (#41456) 2021-03-12 10:09:22 -07:00
d74a6ec539 chore(i8n,docs): processed translations (#41453)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-03-12 07:34:08 -08:00
a3f6a2a904 fix(docs): Added missing word to sentence in devops.md (#41455) 2021-03-12 07:31:49 -08:00
9669e39b85 fix(learn): make tests and test descriptions more explicit (#41281)
* fix: make tests and descriptions more explicit

* fix: add example to description

* fix: replace pre tags with markdown

* fix: move test data to seed code for convenience

* fix: correct grammar from review

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>

* Revert "fix: move test data to seed code for convenience"

This reverts commit 7a9c4723d6.

* fix: small corrections

Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com>
2021-03-12 07:29:03 -08:00
42a811ea83 chore(i18n,learn): processed translations (#41454)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2021-03-12 20:00:30 +05:30
33bd4fb2c4 fix(learn): Change Codepen template link (#41440) 2021-03-12 10:41:48 +05:30