Commit Graph

26495 Commits

Author SHA1 Message Date
6579b502fd fix(e2e): wait for editor before running tests (#39465) 2020-08-25 22:58:27 +05:30
fb77d48d13 curriculum: add test in React challenge to detect constructor call (#39304)
* fix: resolve #39301

Add a test to check the "MyComponent" constructor's parameters (params) and to check that the super function exists in the constructor.

* docs: describe the test better

* Update curriculum/challenges/english/03-front-end-libraries/react/write-a-react-component-from-scratch.english.md

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

Co-authored-by: Parth Parth <34807532+thecodingaviator@users.noreply.github.com>
Co-authored-by: Nicholas Carrigan <nhcarrigan@gmail.com>
2020-08-25 08:41:35 -07:00
fccc436e23 Fixed test description for Rosetta Code: Euler method challenge. (#39452)
* Update greatest-subsequential-sum.english.md

Added missing closing bracket in test description in the tests section.
Removed variable declared twice in the solution section.

* Update euler-method.english.md

* Update euler-method.english.md

* Update euler-method.english.md

Added parameter description  fixing the suggested changes.

* Update euler-method.english.md

Removed some formatting from the added text.

* Update euler-method.english.md

Moved seed function parameter description to instructions section.
2020-08-25 08:37:10 -07:00
32d3b8560b Add Discord link, update name of publication (#39464) 2020-08-25 08:55:20 +02:00
d9dad10f43 feat(client): shinny new landing page 🎉 (#39400)
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2020-08-24 23:36:40 +05:30
99585403f9 Adding Project Links in Readme.md (#39446)
* Update README.md

Added Links for ML Projects

* Update README.md

Added Project Links for Responsive Web Design Certification

* Update README.md

Added Project Links for JavaScript Algorithms and Data Structures Certification

* Update README.md

Added Project Links for Front End Libraries Certification

* Update README.md

* Update README.md

Added Project Links for Data Visualization Certification

* Update README.md

Added Project Links for APIs and Microservices Certification

* Update README.md

Added Project Links for Quality Assurance Certification

* Update README.md

Added Project Links for  Scientific Computing with Python Certification

* Update README.md

Added Project Links for Data Analysis with Python Certification

* Update README.md

Added Project Links for Information Security Certification

* Update README.md

Updated changes in Project Links

* Update README.md

* Update README.md

Updated the learn Pages for ML and Data Analysis Certificates
2020-08-24 05:48:56 -07:00
16a643d66f fix(learn): add e2e tests for navigation buttons in /learn (#39455) 2020-08-24 16:17:33 +05:30
cf2a8010b1 Update Crowdin configuration file 2020-08-21 05:52:56 +05:30
33de8a03b5 fix: remove all extraneous env vars (#39443) 2020-08-21 03:59:27 +05:30
cdc1a63ca8 fix(learn): correct personal library replit link (#39442) 2020-08-20 13:08:02 -07:00
8c70ea6b62 fix(client): format cert date in user's timezone (#39440) 2020-08-20 16:46:10 +05:30
c8acd13b31 fix: minor style changes (#39439) 2020-08-20 15:12:11 +05:30
b1be0425a5 fix(client): add navigate proptype (#39434) 2020-08-20 03:04:40 +05:30
eb75f8c8cc fix(client): ensure presetEnv is loaded (#39431)
Prior to this, if a user first loaded a React challenge and then
navigated to a JS challenge, they would see
TypeError: Cannot read property 'presets' of undefined
in the console and be unable to run tests or evaluate code until they
reloaded the page.
2020-08-19 13:30:46 -07:00
7155c87e8b fix: prevent dev tools from accessing state in prod (#38669)
* Fixed Redux dev tool plugin in production problem

* Update client/src/redux/createStore.js

Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com>

* Update client/src/redux/createStore.js

Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com>

* Update client/src/redux/createStore.js

Co-Authored-By: Tom <20648924+moT01@users.noreply.github.com>

* Update client/src/redux/createStore.js

Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>

* Fixed ESLint error

* Second try to fix linting issue

* Third try to fix lint issues

* Update client/src/redux/createStore.js

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

* Update client/src/redux/createStore.js

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

* fix: use env.json for ENVIRONMENT

Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2020-08-20 01:22:59 +05:30
0ee680c3ab fix: redirect users to success url after /donation completion (#39404) 2020-08-20 01:20:34 +05:30
fc1200ae2c Update greatest-subsequential-sum.english.md (#39422)
Added missing closing bracket in test description in the tests section.
Removed variable declared twice in the solution section.
2020-08-19 08:04:47 -07:00
bd02c989df fix(curriculum): rename variable to avoid conflict (#39428) 2020-08-19 16:47:30 +02:00
8350c517cc fix: revert explicit Gatsby schema (#39426)
The Gatsby schema was breaking the React challenges (for some reason)
this is a quick hotfix while I figure out what's going on.
2020-08-17 18:09:19 -07:00
6b3c61c737 feat: update backend project links (#39314)
* feat: update backend project links

Replace solution and remix Glitch links with equivalent Repl.it links in backend projects/challenges and intro pages.

* fix: link and Repl.it casing

* fix: update mention of glitch in testing challenge

* Apply suggestions from code review

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

Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
2020-08-17 14:38:16 -07:00
ML
9a4976bd57 fix(curriculum) typo in Create Reusable CSS (#39418)
Fixed a typo on the Sass Challenge "Create Reusable CSS with Mixins" where the word "vendor" was spelled incorrectly as "vender" in the test cases.
2020-08-16 18:33:34 -07:00
4858c2eb0a Remove extra / from link (#39419) 2020-08-16 18:25:55 -07:00
7140a48787 docs: add universal moderators handbook (#39417)
* docs: add universal moderators handbook

* Update docs/flight-manuals/moderator-handbook.md

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

* Apply suggestions from code review

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

* Update docs/flight-manuals/moderator-handbook.md

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

* Update docs/flight-manuals/moderator-handbook.md

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

* Update docs/flight-manuals/moderator-handbook.md

Co-authored-by: Shaun Hamilton <51722130+Sky020@users.noreply.github.com>

Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
Co-authored-by: Nicholas Carrigan <nhcarrigan@gmail.com>
Co-authored-by: Shaun Hamilton <51722130+Sky020@users.noreply.github.com>
2020-08-16 18:25:06 -07:00
109f2d8eab fix: outstanding md linting issues 2020-08-16 04:45:20 +05:30
61460c8601 fix: insert blank line after ```
search and replace ```\n< with ```\n\n< to ensure there's an empty line
before closing tags
2020-08-16 04:45:20 +05:30
2a82c068d3 fix: relax schema while auditing translations
Without this change we would have to put in dummy localeTitle values.
This defeats the point of making it required.
2020-08-16 04:45:19 +05:30
7055211959 fix: simplify language specific testing
Prevents multiple languages' challenges from being tested at once.
2020-08-16 04:45:19 +05:30
45e4a770a2 fix: robust Certifications/Additional learning split 2020-08-16 04:45:19 +05:30
64c969a908 fix: add explicit schema for hidden challenges 2020-08-16 04:45:19 +05:30
b197f73881 feat: restrict translation to audited certs 2020-08-16 04:45:19 +05:30
1ec6cf1efd fix: handle video challenges 2020-08-16 04:45:19 +05:30
a66455b983 fix: test text mismatched quotes 2020-08-16 04:45:19 +05:30
3c9ccb524c fix: add missing chinese extensions 2020-08-16 04:45:19 +05:30
1cfa09adc4 fix: QA/Infosec update and python to chinese 2020-08-16 04:45:18 +05:30
2c78402837 fix: handle certificate challenges separately 2020-08-16 04:45:18 +05:30
5bc0187404 fix: added Chinese comment translations for Responsive Web Design 2020-08-16 04:45:17 +05:30
0952ca6bfd feat: parse translated challenges
Using the English challenge as a source for the seed, solution and tests
this takes the parts that can be translated from the translated version
of the challenge. It also translates known comments in the seed.
2020-08-16 04:45:17 +05:30
d41e44ebf9 test: add certificate specific tests 2020-08-16 04:45:17 +05:30
fa931134a4 test: add tests for translated challenge parser 2020-08-16 04:45:17 +05:30
f9ffcf0c61 fix: update chinese certificates 2020-08-16 04:45:17 +05:30
be3171169c fix: remove cn challenges already removed from eng 2020-08-16 04:45:17 +05:30
c40eab94b7 fix(curriculum): add missing .english extensions 2020-08-16 04:45:17 +05:30
38dee5b577 revert: chinese curriculum updates break structure (#39416) 2020-08-16 04:43:26 +05:30
b1da66b80d feat: add intro text to email sign up page (#39409)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com>
2020-08-16 02:31:18 +05:30
d7cd3f7777 fix(i18n): update Chinese translation of install and set up mongoose (#38901) 2020-08-16 02:20:44 +05:30
f35e7de03e fix(i18n): update Chinese translation of information security with helmetjs (#38908) 2020-08-16 02:20:30 +05:30
4326253440 fix(i18n): update Chinese translation of quality assurance and testing with chai (#38945) 2020-08-16 02:19:48 +05:30
ce2085d240 fix(i18n): update Chinese translation of advanced node and express (#38946) 2020-08-16 02:19:14 +05:30
8baab3895d test: reuse redux store in single test 2020-08-15 14:37:23 +05:30
456173f677 fix: use Login over custom button 2020-08-15 14:37:23 +05:30