Commit Graph

31751 Commits (f9a8e11de6ae33e8a2d3e280ad79ce1635876ec5)

Author SHA1 Message Date
renovate[bot] e56646e63e chore(deps): update babel monorepo 2022-10-15 15:29:02 +00:00
renovate[bot] a7295b38e0
chore(deps): update github actions to 93ea575 (#48062)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-10-15 12:55:48 +00:00
Mrugesh Mohapatra 0937ed131e chore: drop extraneous file 2022-10-15 16:45:54 +05:30
Mrugesh Mohapatra 741732be54
refactor: rename workflow files (#48059)
* refactor: rename workflow files

* fix: temporarily disable the mobile workflow
2022-10-15 16:25:21 +05:30
Naomi Carrigan a6d84a7041
chore(tools): download untranslated files (#48046) 2022-10-15 14:34:35 +05:30
Naomi Carrigan 36c6b73cd6
chore: add untranslated english files (#48047) 2022-10-15 14:22:49 +05:30
Niraj Nandish 441f11db38
feat: mobile curriculum testing (#47586)
* feat: first draft of action and cypress spec

* feat: test all generated challenges

* fix: better identification of block

* action: update cypress config

* action: upload to dashboard

* action: testing js cert challenges

* fix: unnecessary after user code for Make a Person

* feat: capture console log output for assert test

* fix: remove after seed code

* fix: change const to let

* fix: test

* action: disable js certification

* action: stop checking out branch in action

* action: check out right mobile repo

Co-authored-by: sembauke <semboot699@gmail.com>
2022-10-14 16:57:34 -07:00
Naomi Carrigan 035b475500
fix: lint only the curriculum for curriculum PRs (#48045) 2022-10-15 01:35:39 +05:30
camperbot 4386d1025b
chore(i18n,client): processed translations (#48036) 2022-10-14 19:10:46 +05:30
PakkuDon e5f54cab5f
chore(client): remove exports for unused types (#48004)
* chore(client): remove exports for unused types

* chore(client): remove unused type
2022-10-14 19:10:21 +05:30
Anubhav Jain 88c54192b9
fix(client): remove unused files (#47974)
* removed unused files

Removed unused files as per comments for issue #47971

* fix: removed duplicate exports from 4 files

* Build fix

* made changes for build fix

* made changes for build fix
2022-10-14 18:54:09 +05:30
Saul Blanco Tejero 1ba9624b5c
fix(learn): colored markers - step 5 - validation (#47808) 2022-10-14 12:46:06 +05:30
Mrugesh Mohapatra 4f005bf3e2
fix(actions): create crowdin PRs only if they lint (#48023) 2022-10-14 12:44:32 +05:30
camperbot 58d794f3e9
chore(i18n,client): processed translations (#48022) 2022-10-13 19:00:46 +05:30
camperbot 9329bc7d7d
chore(i18n,docs): processed translations (#48021) 2022-10-13 12:36:45 +00:00
Piyush Keshari 52b782cd10
chore(curriculum): fix phrase that goes against our challenges guideline (#48017)
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
2022-10-13 10:30:58 +00:00
Dhruva Srinivas bdf2c5b6d0
fix: small error in front-end libs intro (#48005) 2022-10-13 11:26:10 +02:00
abe 4ab1dd8926
fix(curriculum): recursion challenges that abuse global space (#47680)
* fix: recursion challenges that abuse global space #43516

* fix challenge phrasing and create separate test

* fix: challenges which pollute/impure functions should not pass

* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/javascript-algorithms-and-data-structures-projects/cash-register.md

allow users to ab(use) global space in cash register

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

* Update curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/build-a-roman-numeral-converter-project/roman-numeral-converter.md

allow users to abuse global space in roman numeral converter

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

Co-authored-by: kravmaguy <flex4lease@gmail.com>
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
2022-10-12 15:00:24 -05:00
Oliver Eyton-Williams 1459bc6879
chore: only run one spec with electron (#47998) 2022-10-12 21:38:08 +05:30
Mrugesh Mohapatra 092d7d04d6
feat(api): add redirect for users blocked by okta (#47992)
* feat(api): add redirect for users blocked by okta

* fix: redirect blocked users immediately

* fix: return early if no userInfo

We can't proceed without it, so we have to ask the user to try again.

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2022-10-12 20:28:21 +05:30
Mrugesh Mohapatra 06765555c1
feat(client): add page for users blocked by okta (#47991) 2022-10-12 20:21:19 +05:30
Atir Nayab fdaa149758
fix(curriculum): updated ES5 and ES6 class description (#47935)
* fix(curriculum): updated ES5 and ES6 class description

* fix: es5 example removed

* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/es6/use-class-syntax-to-define-a-constructor-function.md

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

* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/es6/use-class-syntax-to-define-a-constructor-function.md

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

* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/es6/use-class-syntax-to-define-a-constructor-function.md

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

* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/es6/use-class-syntax-to-define-a-constructor-function.md

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

* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/es6/use-class-syntax-to-define-a-constructor-function.md

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

Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
Co-authored-by: Sem Bauke <semboot699@gmail.com>
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
2022-10-12 16:20:15 +02:00
camperbot 81bec2d1fb
chore(i18n,docs): processed translations (#47999) 2022-10-12 15:17:31 +02:00
camperbot de689a9cd3
chore(i18n,client): processed translations (#48000) 2022-10-12 15:17:07 +02:00
Mrugesh Mohapatra 4e3ce1e7d3
fix(e2e): reduce load on the CI (#47997) 2022-10-12 16:58:58 +05:30
Prince Mendiratta 567de3bedb
fix: do not display breadcrumbs with iframe (#47989)
Signed-off-by: Prince Mendiratta <prince.mendi@gmail.com>

Signed-off-by: Prince Mendiratta <prince.mendi@gmail.com>
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
2022-10-12 12:36:01 +02:00
Aniket Sinha 7e9aed8327
fix(curriculum): update CatPhotoApp Step 12 instructions (#47988)
Update 5dfa22d1b521be39a3de7be0.md
2022-10-12 10:11:11 +02:00
Jeremy L Thompson d1e65cfafa
fix(curriculum): faster solution for primes (#47990) 2022-10-12 09:05:43 +02:00
Kristofer Koishigawa f27912f206
chore: add blocked to blocklist (#47993) 2022-10-12 11:50:39 +05:30
Prathamesh Gawas e42907a40c
fix(client): prevent submitting forms in iframe (#47799)
Co-authored-by: Muhammed Mustafa <MuhammedElruby@gmail.com>
2022-10-12 04:24:26 +05:30
Oliver Eyton-Williams 7b24e7e597
fix(test): stop filtering out third-party (#47982)
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
2022-10-12 01:23:32 +05:30
Derryk Boyd d380f13172
chore(client): ts migrate builders.js (#47813)
* Rename builders.js > builderst.ts

* Chore: Migrate builders.js to typescript

* Replace _concatHtml with concatHtml

Co-authored-by: Derryk Boyd <derryk@redmantech.com>
2022-10-11 11:42:08 -07:00
Oliver Eyton-Williams 2f6530325d
revert(i18n,learn): processed translations (#47985)
This reverts commit bd21f4b483.
2022-10-11 23:56:51 +05:30
Alekzandriia a02cd6448c
fix(learn): update verbiage to emphasize on `\n` instead of `\r` (#47841)
Co-authored-by: Ilenia <nethleen@gmail.com>
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
2022-10-11 20:02:47 +02:00
SADIK KUZU 3522ce6f34
fix(api): write variable names in correct manner (#47883) 2022-10-11 17:25:56 +02:00
Derryk Boyd 37d2a6d544
refactor(curriculum): Remove header element from cafe-menu practice project (#47970)
Remove header element from menu challenge

Co-authored-by: Derryk Boyd <derryk@redmantech.com>
2022-10-11 17:20:44 +02:00
Mrugesh Mohapatra 0885f4f4e4
fix: update url and status in sd-markup (#47978) 2022-10-11 20:27:34 +05:30
SoumyadebMisra c8ca831353
fix(curriculum): colored markers - clarify meta tag description (#47281)
* Update 616965351e74d4689eb6de30.md

fixes #47266

Specified that a new `meta` tag is to be added and added the reason for doing so.

* fix: update wording

Co-authored-by: moT01 <20648924+moT01@users.noreply.github.com>
2022-10-11 16:52:56 +02:00
Anuran Das d327f9c821
fix(curriculum): update front end demo project urls (#47894) 2022-10-11 09:37:06 -05:00
camperbot bd21f4b483
chore(i18n,learn): processed translations (#47979) 2022-10-11 16:34:00 +02:00
Kobe Ruado 536362de53
fix(curriculum): instructions and tests for a11y quiz step 56 (#47681) 2022-10-11 16:25:36 +02:00
Ayush-singla27 6ab90b4de2
fix(curriculum): Added definition of vh and rem (#47942) 2022-10-11 16:02:30 +02:00
Niraj Nandish 0214eb2488
feat: cypress 10 (#47886)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2022-10-11 18:40:25 +05:30
camperbot 987e4fdd9e
chore(i18n,docs): processed translations (#47976) 2022-10-11 18:39:14 +05:30
camperbot 322290c6f5
chore(i18n,client): processed translations (#47977) 2022-10-11 18:38:32 +05:30
Hdanzo e935d75edc
feat(client,seo): add structured data for courses (#47659)
Co-authored-by: HDAnzo <hdanzoategui@softwarenatura.com>
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
2022-10-11 16:51:23 +05:30
Juan Pablo Loaiza fd59c177ea
fix(learn): Cafe Menu Step 13 - add checks for more than 1 style element (#47630)
Co-authored-by: Jeremy L Thompson <jeremy@jeremylt.org>
Co-authored-by: Bruce Blaser <bbsmooth@gmail.com>
Co-authored-by: Juan Pablo Loaiza <jpablo@MacBook-Pro-de-Juan.local>
2022-10-11 02:39:20 +05:30
camperbot 960eb4bb31
chore(i18n,learn): processed translations (#47963) 2022-10-10 12:35:19 -07:00
camperbot 97c5e1b67c
chore(i18n,docs): processed translations (#47961) 2022-10-10 19:12:17 +02:00
Derryk Boyd e90ab0c196
fix(curriculum): reconstruct HTML structure in CatPhotoApp and Cafe Menu for accessibility issues (#47790)
* fix: Move h1 element inside main for catPhotoApp

* fix: adjust header position in cafe menu challenge

* Remove console.dir calls

* update RWD project solutions with new header positions

* Move h1 element outside of section

* Remove console log

Co-authored-by: Derryk Boyd <derryk@redmantech.com>
2022-10-10 18:04:34 +02:00