fuzzyray
2ad908b3a9
fix(learn): correct the instructions for functional tests ( #41459 )
2021-03-23 10:24:55 +05:30
Seth
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
gikf
531c3f9997
feat(learn): add project tests ( #41183 )
2021-02-21 10:37:02 +05:30
Kristofer Koishigawa
c9de726d6a
feat: move Repl.it links to first challenge in backend projects ( #40803 )
2021-02-11 14:09:59 +05:30
Tom
15227a0148
fix(curriculum): helmet install and csp lessons ( #40904 )
2021-02-06 16:36:40 +00:00
Tom
30c923b73d
fix(curriculum): helmet hide-powered-by description ( #40900 )
...
* fix: remove option that isn't usable in new version of helmet
* fix: make text instructional
2021-02-03 23:13:02 +00:00
Nicholas Carrigan (he/him)
062b1cd424
fix: replace h tags ( #40750 )
...
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
2021-01-21 13:41:46 +05:30
Sergey Musiyenko
0b01b73e1f
fix: a typo - TSL certificate ===> TLS certificate ( #40697 )
...
* Fixed a typo
* fix: a typo - TSL certificate ===> TLS certificate
* revert: non-English translations have to adhere to a new policy
2021-01-20 22:08:47 -07:00
Nicholas Carrigan (he/him)
8d8d25e9f2
fix(learn): address escaped backticks ( #40717 )
...
* fix(learn): address escaped backticks
Addresses the instances of escaped backticks - where a backtick is
preceded by a backslash. In most cases, this was left over from the
old parser. In some cases, a backtick was intended to be wrapped in
code tags and has been adjusted accordingly.
This issue came to light due to a bug in the translation flow on
Crowdin.
Signed-off-by: nhcarrigan <nhcarrigan@gmail.com >
* fix: EVEN MORE :( :( :(
Signed-off-by: nhcarrigan <nhcarrigan@gmail.com >
* fix: backslash nightmares
Signed-off-by: nhcarrigan <nhcarrigan@gmail.com >
* fix: When you wish upon a *******
Signed-off-by: nhcarrigan <nhcarrigan@gmail.com >
* fix(curriculum): md error introduced by formatter
* fix(curriculum): remove extra `s
* fix: restore quote symbol
Signed-off-by: nhcarrigan <nhcarrigan@gmail.com >
* fix: Typo
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
* fix: apply review changes
Applying review feedback from call with @RandellDawson.
Signed-off-by: nhcarrigan <nhcarrigan@gmail.com >
* fix: markdown does weird stuff sometimes
Can't stick backticks together - use code.
Signed-off-by: nhcarrigan <nhcarrigan@gmail.com >
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
2021-01-20 19:01:00 -07:00
Oliver Eyton-Williams
ee1e8abd87
feat(curriculum): restore seed + solution to Chinese ( #40683 )
...
* feat(tools): add seed/solution restore script
* chore(curriculum): remove empty sections' markers
* chore(curriculum): add seed + solution to Chinese
* chore: remove old formatter
* fix: update getChallenges
parse translated challenges separately, without reference to the source
* chore(curriculum): add dashedName to English
* chore(curriculum): add dashedName to Chinese
* refactor: remove unused challenge property 'name'
* fix: relax dashedName requirement
* fix: stray tag
Remove stray `pre` tag from challenge file.
Signed-off-by: nhcarrigan <nhcarrigan@gmail.com >
Co-authored-by: nhcarrigan <nhcarrigan@gmail.com >
2021-01-12 19:31:00 -07:00
Oliver Eyton-Williams
0bd52f8bd1
Feat: add new Markdown parser ( #39800 )
...
and change all the challenges to new `md` format.
2020-11-27 10:02:05 -08:00
Nicholas Carrigan (he/him)
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
Nicholas Carrigan (he/him)
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
Randell Dawson
b47487b8b2
fix(learn): Change Node project descriptions to all use same template ( #40266 )
...
* fix/change-node-project-descriptions-to-all-use-same-template
* fix: use correct boilerplate
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com >
* fix: add url to link text
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com >
* fix: add _blank for target attribute
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com >
* fix: add missing single quote
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com >
* fix: remove extra lines
* fix: improved wording of description
Co-authored-by: Shaun Hamilton <51722130+Sky020@users.noreply.github.com >
* fix: move sentence to previous paragraph
Co-authored-by: Shaun Hamilton <51722130+Sky020@users.noreply.github.com >
* fix: move sentence to previous paragraph
* fix: move sentence to previous paragraph
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com >
Co-authored-by: Shaun Hamilton <51722130+Sky020@users.noreply.github.com >
2020-11-20 12:02:31 -08:00
Tom
7ce85a8f03
fix(learn): update helmet and bcrypt instructions so we can remove them from boilerplates ( #39954 )
...
* fix: update helmet and bcrypt lesson instructions
* fix: update instrutions I missed
* Update curriculum/challenges/english/09-information-security/information-security-with-helmetjs/install-and-require-helmet.md
Co-authored-by: Shaun Hamilton <51722130+Sky020@users.noreply.github.com >
* Update curriculum/challenges/english/09-information-security/information-security-with-helmetjs/understand-bcrypt-hashes.md
Co-authored-by: Shaun Hamilton <51722130+Sky020@users.noreply.github.com >
Co-authored-by: Shaun Hamilton <51722130+Sky020@users.noreply.github.com >
2020-11-04 19:11:36 -08:00
Nicholas Carrigan (he/him)
cf35d24311
feat(learn): Add Stock Price Checker tests ( #39640 )
...
* Add some tests
* More tests
* remove extraneous declaration
* Remove unneeded test string
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com >
2020-11-04 09:37:27 -08:00
Nicholas Carrigan (he/him)
d8be4d24a5
feat(learn): Some tests for Anonymous Message Board ( #39652 )
...
* Clean up text, partial test completion
* remove extraneous declaration
* Apply suggestions from code review
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com >
* Apply suggestions from code review
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
* Use non-breaking space after colon
Signed-off-by: nhcarrigan <nhcarrigan@gmail.com >
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com >
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
2020-11-03 08:26:10 -06:00
Oliver Eyton-Williams
e4a9b2988c
feat: update Ask for help ( #40114 )
...
* feat: get helpCategory from frontmatter
* DEBUG: sets all the projects to JavaScript
This is just so the tests pass, it'll need to go.
* fix: updated helpCategoryMap categories
* fix: added Python to helpCategory frontmatter key
Co-authored-by: Randell Dawson <rdawson@onepathtech.com >
2020-10-30 14:10:34 -05:00
Randell Dawson
d90f84e968
fix(learn): Change demo urls on various backend projects ( #39688 )
...
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com >
2020-10-05 23:41:27 +05:30
Tom
d23feadc1f
feat: update replit links to clone from repos ( #39724 )
2020-09-29 21:37:53 -07:00
Oliver Eyton-Williams
2b9e38a17b
fix: replace .english.md extension with .md
2020-09-29 22:09:04 +02:00
Sky020
a86b220eb7
chore: remove isRequired from curriculum files
2020-09-21 20:51:46 +05:30
Mrugesh Mohapatra
c23c4ef8e4
fix: negative sentiment → neutral language ( #39522 )
...
The existing terminology carries negative sentiment that can be
interpreted in a racial or sense. Updating the name to have no
potential for such a connection.
Co-authored-by: Justin Rogers <justrog@gmail.com >
2020-09-07 11:04:44 +05:30
Oliver Eyton-Williams
bd68b70f3d
Feat: hide blocks not challenges ( #39504 )
...
* fix: remove isHidden flag from frontmatter
* fix: add isUpcomingChange
Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com >
* feat: hide blocks not challenges
Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com >
Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com >
2020-09-03 15:07:40 -07:00
Haile Lagi
77bf5630f0
fix(learn): update helmet.js instructions for specific versioning ( #39194 )
...
* fix(client): update middleware names of helmet.js tests
* Revert "fix(client): update middleware names of helmet.js tests"
This reverts commit 86d3bb2de8
.
* fix: set helmet to v3.21.3
Co-authored-by: moT01 <20648924+moT01@users.noreply.github.com >
2020-09-03 15:58:28 +01:00
Kristofer Koishigawa
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
Shaun Hamilton
7d8e558b91
fix(curriculum): convert all video challenges to markdown ( #39189 )
2020-08-05 01:26:41 +05:30
Mrugesh Mohapatra
decf1ece99
chore: enable python curriculum ( #39118 )
2020-06-23 17:36:39 +05:30
Kristofer Koishigawa
02bb0546a1
fix(learn): update pages for new qa and infosec projects ( #39032 )
2020-06-16 19:34:32 +05:30
Kristofer Koishigawa
f967b279a7
fix(curriculum): standardize fill-in-the-blank format and typos ( #39011 )
...
This PR changes the format of earlier fill-in-the-blank questions/answers to the one used in later questions. It also fixes a few typos.
2020-06-06 15:21:34 +05:30
Kristofer Koishigawa
690cc04a3c
fix(curriculum): update anonymous message board url ( #38937 )
2020-05-28 22:00:55 +05:30
Kristofer Koishigawa
3567813c51
feat(curriculum): add python multiple choice questions ( #38890 )
2020-05-28 19:10:36 +05:30
Mrugesh Mohapatra
74430b3ec3
chore: update new IS, QA challenge 4 to hidden
2020-05-27 13:19:16 +05:30
Mrugesh Mohapatra
cdabd90736
chore: update challengeType 10 to hidden
2020-05-27 13:19:16 +05:30
Mrugesh Mohapatra
82a929681f
chore: update challengeType 11 to hidden
2020-05-27 13:19:16 +05:30
Beau Carnes
3a653438fc
Feat: add python security video course ( #38683 )
2020-05-27 13:19:14 +05:30
Beau Carnes
256ed00fb9
feat(learn): split InforSec and QA into individual certs ( #38347 )
...
Co-authored-by: Mrugesh Mohapatra <me@raisedadead.com >
Co-authored-by: Kris Koishigawa <scissorsneedfoodtoo@gmail.com >
2020-05-27 13:19:12 +05:30
Beau Carnes
e776529ed0
feat(learn): add python video challenges ( #38424 )
2020-05-27 13:19:09 +05:30