9ce4a02a41
chore(learn): Applied MDX format to Chinese curriculum files ( #40462 )
2020-12-16 13:07:30 +05:30
873fce02a2
feat: expand cypress tests to include some cert claiming ( #40422 )
2020-12-16 12:54:18 +05:30
036da8cd0c
Fixed seed-contents for react componentDidMount challenge ( #40441 )
2020-12-15 18:19:58 -07:00
582d3ab93f
fix(learn): Headless Browser Tests have incorrect values ( #40330 )
...
* Restructure files
Signed-off-by: nhcarrigan <nhcarrigan@gmail.com >
* Realign forum topic ids
Signed-off-by: nhcarrigan <nhcarrigan@gmail.com >
* Missed query string numbers
Signed-off-by: nhcarrigan <nhcarrigan@gmail.com >
* Test all previous tests
Signed-off-by: nhcarrigan <nhcarrigan@gmail.com >
* Fix the semi-colon
Signed-off-by: nhcarrigan <nhcarrigan@gmail.com >
* change test name to match boilerplate change
Signed-off-by: nhcarrigan <nhcarrigan@gmail.com >
2020-12-15 19:17:25 -06:00
a1928ba272
Update the return value of values method in create a set class challenge ( #40450 )
...
* fix #40443
* Fix the solution add method
2020-12-15 18:15:33 -07:00
7c19c82076
[BUG] Able to pass challenge "Basic JavaScript: Initializing Variables with the Assignment Operator" with incorrect answers #40406 ( #40409 )
...
* [BUG] #40406 Fix
* Update curriculum/challenges/english/02-javascript-algorithms-and-data-structures/basic-javascript/initializing-variables-with-the-assignment-operator.md
Requested Change.
Co-authored-by: Shaun Hamilton <51722130+Sky020@users.noreply.github.com >
Co-authored-by: Shaun Hamilton <51722130+Sky020@users.noreply.github.com >
2020-12-15 18:07:36 -07:00
22fbc62f88
chore: format curriculum ( #37912 )
2020-12-15 21:22:02 +05:30
45fe3d8814
fix(cypress): Re-introduce Firefox in Cypress CI ( #40440 )
...
* Revert "chore: drop firefox for intermittent fails"
This reverts commit 704beb2260
.
* Increase timeout for Cypress learn log output test
2020-12-14 18:50:48 +01:00
1f65b3b7eb
fix: require project completion to claim certs ( #40399 )
...
Co-authored-by: Kristofer Koishigawa <scissorsneedfoodtoo@gmail.com >
Co-authored-by: Kristofer Koishigawa <scissorsneedfoodtoo@gmail.com >
2020-12-08 07:53:02 -08:00
26bb9a4e21
feat: isolate donation views ( #40383 )
...
* feat: capitalize all donation cats
* feat: isolate donation page views from donation actions
2020-12-07 14:35:28 +01:00
2959196b35
feat: update title meta ( #40362 )
2020-12-07 11:15:11 +01:00
bf0c49f9b4
chore(cypress): migrate to Cypress v6 ( #40396 )
...
* Update Cypress version from 5.3.0 to 6.0.0
* Replace `not.be.visible` with `not.exist`
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
2020-12-07 11:02:52 +01:00
080154b34f
fix: adjust ga value for stripe modal ( #40360 )
2020-12-07 10:49:20 +01:00
81a49ec94b
fix(learn): Disable prettier formatting on challenge files ( #40370 )
...
* Ignore challenge files
Signed-off-by: nhcarrigan <nhcarrigan@gmail.com >
2020-12-03 18:10:15 +01:00
4f4bbfbb6c
chore(api): migrate from express-validator 5 to 6 ( #40363 )
2020-12-03 21:17:38 +05:30
c75b28faf2
feat(tools): add fully certified development user ( #40181 )
...
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
2020-12-03 21:15:45 +05:30
bfc4c33b0c
fix: remove unused PAYPAL_SUPPORTERS var ( #40361 )
2020-12-01 14:51:24 +01:00
1ef12d5605
feat(dev): update GitPod testing ( #40328 )
...
* feat(dev): update GitPod testing
2020-12-01 14:37:10 +01:00
f1f6cf8a48
fix(docs): display text direction correctly ( #40345 )
2020-11-29 23:00:30 +05:30
c1436445a7
chore(api): remove unused packages ( #40271 )
2020-11-28 12:41:33 +05:30
e20c61b7f5
chore(curriculum): remove unused packages ( #40273 )
2020-11-28 12:40:05 +05:30
0bd52f8bd1
Feat: add new Markdown parser ( #39800 )
...
and change all the challenges to new `md` format.
2020-11-27 10:02:05 -08:00
a07f84c8ec
feat(learn): expanded introduction to provide clarity ( #40304 )
...
* expanded a bit to transition into the tutorial
* Update client/src/pages/learn/machine-learning-with-python/how-neural-networks-work/index.md
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
2020-11-27 16:13:08 +00:00
24f57ca7c2
fix: ignore .env in pipelines ( #40327 )
2020-11-27 09:32:50 -06:00
6c5304980d
fix(learn): type checking and additional test for isBalanced binary search tree ( #40323 )
...
* Update find-the-minimum-and-maximum-height-of-a-binary-search-tree.md
* fixed binary search tree values for balanced tree test
* Apply suggestions from code review
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com >
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com >
2020-11-26 22:33:45 -06:00
4079a197fe
fix(learn): clarify gradient description ( #40322 )
...
* fix: clarify gradient description
* Apply suggested changes
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com >
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com >
2020-11-26 22:33:03 -06:00
493880ffaf
feat(learn): add mocha and chai instructions ( #39976 )
...
* feat(learn): add mocha and chai instructions
* test: added one new lesson
* rename added file and add tests
* add meta to prettierignore, fix formatting
* add unit-test numbering
* add examples from boilerplate
Co-authored-by: Randell Dawson <rdawson@onepathtech.com >
* remove code comments, add description
* elaborate test testStrings
Co-authored-by: Randell Dawson <rdawson@onepathtech.com >
2020-11-26 10:05:42 -08:00
25429b9f3f
fix: update linter for new challenge format ( #40317 )
...
Also uses yaml for better vscode integration
2020-11-26 17:42:57 +05:30
f294d9cacc
fix(learn): removed use strict from various challenges ( #40321 )
2020-11-25 15:59:04 -08:00
7ce8c58709
Put value into quotes ( #40172 )
...
* Put value into quotes
It can be missunderstanding that "value" is a string!
* fix: remove quotes from inside code tags
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com >
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com >
2020-11-25 16:32:14 -06:00
49f6875db5
fix(learn): ES6 Getters + Setters tests ( #40238 )
...
* Strengthen tests
Signed-off-by: nhcarrigan <nhcarrigan@gmail.com >
* Improve verbiage
Signed-off-by: nhcarrigan <nhcarrigan@gmail.com >
* Add second check to setter test
Signed-off-by: nhcarrigan <nhcarrigan@gmail.com >
2020-11-25 14:22:44 -08:00
ec8b2dc016
feat(learn): Message Board User Stories ( #40219 )
...
* Update verbiage, add instructions
Signed-off-by: nhcarrigan <nhcarrigan@gmail.com >
* Remove unit test mention
Signed-off-by: nhcarrigan <nhcarrigan@gmail.com >
* Move test descriptions to learn
Signed-off-by: nhcarrigan <nhcarrigan@gmail.com >
* target blank on gh link
Signed-off-by: nhcarrigan <nhcarrigan@gmail.com >
2020-11-25 14:11:38 -08:00
49f2055b98
Move tests to /learn ( #40263 )
...
Signed-off-by: nhcarrigan <nhcarrigan@gmail.com >
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
2020-11-25 13:27:22 -08:00
62713f0e10
feat(learn): Move American British Translator tests ( #40265 )
...
* Move tests to /learn
Signed-off-by: nhcarrigan <nhcarrigan@gmail.com >
* Replace quotes with code
Signed-off-by: nhcarrigan <nhcarrigan@gmail.com >
2020-11-25 12:10:52 -08:00
c0b9ad6bf2
Move tests to /learn ( #40264 )
...
Signed-off-by: nhcarrigan <nhcarrigan@gmail.com >
2020-11-25 12:06:42 -08:00
b5d5ec5a90
feat(learn): Stock Price Checker user stories ( #40218 )
...
* Adjust user stories, add instructions
Signed-off-by: nhcarrigan <nhcarrigan@gmail.com >
* Apply review suggestion
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
* Move tests to /learn
Signed-off-by: nhcarrigan <nhcarrigan@gmail.com >
* Apply suggestions from code review
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: Shaun Hamilton <51722130+Sky020@users.noreply.github.com >
2020-11-25 11:55:03 -06:00
ebb4e0d5cc
fix: default to .env ( #40315 )
2020-11-25 23:15:59 +05:30
df44da9dc2
fix(challenge): correct terminology and inform of correct array copying ( #40045 )
...
* fix(challenge): correct terminology and inform of correct array copying
* fix(challenge): update text with proposed changes
2020-11-25 08:14:33 -08:00
f7943d0ad5
fix(api): expand blocked usernames list ( #40313 )
2020-11-25 18:58:49 +05:30
0b117274d7
fix(learn): enhance exercise tracker user stories ( #39965 )
...
* fix(learn): enhance exercise tracker user stories
* Update curriculum/challenges/english/05-apis-and-microservices/apis-and-microservices-projects/exercise-tracker.md
Co-authored-by: Shaun Hamilton <51722130+Sky020@users.noreply.github.com >
* Update curriculum/challenges/english/05-apis-and-microservices/apis-and-microservices-projects/exercise-tracker.md
Co-authored-by: Shaun Hamilton <51722130+Sky020@users.noreply.github.com >
* Update curriculum/challenges/english/05-apis-and-microservices/apis-and-microservices-projects/exercise-tracker.md
Co-authored-by: Shaun Hamilton <51722130+Sky020@users.noreply.github.com >
* Update curriculum/challenges/english/05-apis-and-microservices/apis-and-microservices-projects/exercise-tracker.md
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
* Update curriculum/challenges/english/05-apis-and-microservices/apis-and-microservices-projects/exercise-tracker.md
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
* Update curriculum/challenges/english/05-apis-and-microservices/apis-and-microservices-projects/exercise-tracker.md
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
* Update curriculum/challenges/english/05-apis-and-microservices/apis-and-microservices-projects/exercise-tracker.md
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
* Update curriculum/challenges/english/05-apis-and-microservices/apis-and-microservices-projects/exercise-tracker.md
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
* fix: remove duplication mention of count
* fix: add more tests for user story
* Update curriculum/challenges/english/05-apis-and-microservices/apis-and-microservices-projects/exercise-tracker.md
Co-authored-by: Shaun Hamilton <51722130+Sky020@users.noreply.github.com >
* Update curriculum/challenges/english/05-apis-and-microservices/apis-and-microservices-projects/exercise-tracker.md
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
* fix: change single quotes to double quotes
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com >
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 (he/him) <nhcarrigan@gmail.com >
2020-11-25 09:25:01 +00:00
00849387c0
feat: remove all donation options on /donate but $5 ( #40309 )
2020-11-24 21:00:12 -06:00
79e3cb51e5
feat(learn): add/remove tests for Imperial-Metric Converter ( #39615 )
...
* Remove Infosoc Tests, Add tests, fix error reporting
* Add capital 'L' for liter requirement, check unit/funct test counts
* Apply suggestions from code review
Co-authored-by: Shaun Hamilton <51722130+Sky020@users.noreply.github.com >
* Apply suggestions from code review
Co-authored-by: Nicholas Carrigan <nhcarrigan@gmail.com >
* Apply suggestions from code review
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com >
Co-authored-by: Shaun Hamilton <51722130+Sky020@users.noreply.github.com >
Co-authored-by: Nicholas Carrigan <nhcarrigan@gmail.com >
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com >
2020-11-24 20:19:49 +00:00
5a41edca1a
fix(learn): issue tracker test text error message ( #40301 )
2020-11-24 12:56:41 -06:00
6064e827e9
chore(deps): bump gatsby-transformer-remark in /client
...
Bumps [gatsby-transformer-remark](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-transformer-remark ) from 2.9.2 to 2.11.0.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases )
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-transformer-remark/CHANGELOG.md )
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-remark@2.11.0/packages/gatsby-transformer-remark )
Signed-off-by: dependabot[bot] <support@github.com >
2020-11-23 08:30:12 +00:00
7cf76231e8
chore(deps): bump gatsby-cli from 2.13.1 to 2.14.0 in /client
...
Bumps [gatsby-cli](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-cli ) from 2.13.1 to 2.14.0.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases )
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-cli/CHANGELOG.md )
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-cli@2.14.0/packages/gatsby-cli )
Signed-off-by: dependabot[bot] <support@github.com >
2020-11-23 08:23:53 +00:00
3cb282adc1
chore(deps): bump gatsby from 2.26.1 to 2.27.0 in /client
...
Bumps [gatsby](https://github.com/gatsbyjs/gatsby ) from 2.26.1 to 2.27.0.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases )
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/CHANGELOG.md )
- [Commits](https://github.com/gatsbyjs/gatsby/compare/gatsby@2.26.1...gatsby@2.27.0 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-11-23 06:01:09 +00:00
61e27d1877
chore(deps): bump typescript from 4.0.5 to 4.1.2 in /client
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 4.0.5 to 4.1.2.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.0.5...v4.1.2 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-11-23 05:58:45 +00:00
ddc8388d4b
chore(deps): bump react-tooltip from 4.2.10 to 4.2.11 in /client
...
Bumps [react-tooltip](https://github.com/wwayne/react-tooltip ) from 4.2.10 to 4.2.11.
- [Release notes](https://github.com/wwayne/react-tooltip/releases )
- [Changelog](https://github.com/wwayne/react-tooltip/blob/master/CHANGELOG.md )
- [Commits](https://github.com/wwayne/react-tooltip/compare/v4.2.10...v4.2.11 )
Signed-off-by: dependabot[bot] <support@github.com >
2020-11-23 05:48:45 +00:00
ab86363f5f
chore(deps): bump gatsby-source-filesystem in /client
...
Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem ) from 2.5.0 to 2.6.0.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases )
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-source-filesystem/CHANGELOG.md )
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@2.6.0/packages/gatsby-source-filesystem )
Signed-off-by: dependabot[bot] <support@github.com >
2020-11-23 05:40:34 +00:00
ce45a87e8e
chore(deps): bump @babel/standalone from 7.12.6 to 7.12.7 in /client
...
Bumps [@babel/standalone](https://github.com/babel/babel/tree/HEAD/packages/babel-standalone ) from 7.12.6 to 7.12.7.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.12.7/packages/babel-standalone )
Signed-off-by: dependabot[bot] <support@github.com >
2020-11-23 05:40:28 +00:00