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
2cc38f6cc5
docs: update devops flight-manuals ( #41446 )
...
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com >
2021-03-12 10:21:57 +05:30
53d372c298
fix: update challenge for crowdin in anchor page ( #41450 )
2021-03-11 13:35:34 -07:00
8821a51474
chore(i8n,learn): processed translations ( #41445 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
2021-03-11 13:34:42 -07:00
5589c37804
fix(learn): remove wrong spaces and make quotes consistent ( #41434 )
...
* Remove spaces that are not meant to be there (L37, L134, L156) Makes quotes consistent (L61)
Remove spaces that are not meant to be there (L37, L134, L156)
Makes quotes consistent (L61)
* Consistent spacing after commas
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com >
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com >
2021-03-11 07:19:07 -08:00
ce18c05b95
chore(i8n,docs): processed translations ( #41443 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
2021-03-11 05:07:21 -08:00
b0bfc00f21
fix(actions): update workflow matrices & docs
...
This commit intentionally adds a matrix to keep supporting Node.js 12
while we evaluate it
2021-03-11 12:19:42 +05:30
6c91f81b0e
chore(deps): upgrade eslint, prettier & related packages
2021-03-11 12:19:42 +05:30
0a53a1d7f0
chore(deps): upgrade lerna to v4
2021-03-11 12:19:42 +05:30
4dd4865b94
chore(deps): upgrade root for patches & minor revs
2021-03-11 12:19:42 +05:30
972878c727
docs: update ordering on the sidebar ( #41435 )
2021-03-11 10:54:38 +05:30
c70bac4614
fix(tools): update automated message ( #41437 )
...
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com >
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
2021-03-11 02:44:19 +05:30
35a8f55515
fix(learn): Remove unnecessary inline code tag in challenge ( #41428 )
...
* remove unnecessary inline code tag
* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/comparison-with-the-less-than-or-equal-to-operator.md
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
* improve challenge wording
* improve challenge wording
* keep wording consistency
* keep wording consistency between similar challenges
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
2021-03-10 10:16:03 -08:00
5b760e50a3
fix(curriculum) Improved readability and grammar ( #41340 )
...
* fix(curriculum) Improved readability and grammar
* fix missing tags and grammar
* fix(curriculum) changes to grammar
* fix(curriculum) grammar fixes
* Update curriculum/challenges/english/01-responsive-web-design/applied-accessibility/make-elements-only-visible-to-a-screen-reader-by-using-custom-css.md
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
* fix(curriculum) Grammar fix
* chore: apply suggestions from code review
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com >
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com >
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com >
2021-03-10 09:00:03 -08:00
0c29e743d3
chore(i8n,learn): processed translations ( #41433 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
2021-03-10 07:16:44 -08:00
6b9aeff09e
fix(learn): Rework Euler Problem 461 ( #41333 )
...
* Made instructions more clear + Corrected test cases
* Added highlight for return values
* Adjusted challenge description
* Rework
* Fixed minor linting error
* Address PR Comments
* Adjusted wording in description
2021-03-10 08:14:27 -07:00
11e162cc91
chore(i8n,docs): processed translations ( #41432 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
2021-03-10 07:11:38 -08:00
aac49e9a40
fix(client): modernize stripe form ( #41359 )
...
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
2021-03-10 20:33:55 +05:30
d8e6d8dc46
fix(learn): Rework Euler Problem 182 ( #41337 )
...
* Rework Euler Problem 182
* Reordered tests
* Fixes for formatting
2021-03-10 15:55:52 +01:00
256e7f416d
fix(learn): Added more robust logic for the remove test case in Create A Hash Table ( #41283 )
...
* Added extra test cases for hashtable.remove
* Minor Change
* Adjusted tests to use user created add function / Modified description
* Made test case description much more clear
* Changed instructions to be more clear
* Minor change to instructions
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
2021-03-09 12:45:20 -06:00
5063b1104e
fix(tools): Removed commas from Yaml file ( #41426 )
...
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com >
2021-03-09 22:54:28 +05:30
75dc001aea
feat(tools): Add Crowdin PR creator action ( #41383 )
...
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com >
2021-03-09 22:27:40 +05:30
18068cdeaa
fix: remove forward slash from <source> tag ( #41422 )
...
The forward slash at the end of the <source> tag in the example is removed, as this is more common.
2021-03-09 16:20:22 +00:00
c5bcebc724
fix(learn): revert backslash change ( #41382 )
...
* fix(learn): revert backslash change
Crowdin resolved the issue with backslashes escaping backtics in
the markdown parser, so this reverts the workaround we implemented
for that bug.
* Update curriculum/challenges/english/10-coding-interview-prep/rosetta-code/s-expressions.md
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
2021-03-09 10:13:27 -06:00
529d72b242
chore(i18n,learn): processed translations ( #41424 )
...
* chore(i8n,learn): processed translations
* Update curriculum/challenges/chinese/01-responsive-web-design/applied-visual-design/use-the-u-tag-to-underline-text.md
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com >
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
2021-03-09 08:51:59 -07:00