26238 Commits

Author SHA1 Message Date
Oliver Eyton-Williams
61ba415717
fix: tighten up ensure-env and env.js (#39694) 2020-09-26 00:40:17 +05:30
Walter Palagi
3d7af80047
fix(learn): React propTypes challenge, improve test text (#39682)
* In React propTypes challenge, improve test text

Fixes #39204

* Remove code tags around "number"

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

Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
2020-09-24 23:11:05 -07:00
Walter Palagi
104a8068e3
fix(learn): in ES6 spread operator challenge test for arr2 length > 0 (#39680)
* fix(learn): in ES6 spread operator challenge test for arr2 length > 0 too

Fixes #39662

* Accept correction

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

Co-authored-by: Nicholas Carrigan <nhcarrigan@gmail.com>
2020-09-24 16:14:44 -07:00
Menno
9d2e89984c
fix(learn): add notMatch method to instructions (#39655)
update use regular expressions to test a string with the notMatch method
2020-09-24 22:32:55 +01:00
Nicholas Carrigan
6ccd0d21a1
fix(learn): Update test text in Profile Lookup (#39678) 2020-09-25 00:38:40 +05:30
Mrugesh Mohapatra
704beb2260 chore: drop firefox for intermittent fails 2020-09-25 00:37:40 +05:30
Mrugesh Mohapatra
3ac415154c chore(actions): cache dependencies 2020-09-25 00:37:40 +05:30
Oliver Eyton-Williams
f5f2fca28c
fix(client): use mongoids for challenge.id (#39676) 2020-09-24 23:49:40 +05:30
Oliver Eyton-Williams
4f68cc3126
fix: update env validation and include newest var (#39661) 2020-09-24 20:04:27 +05:30
Nicholas Carrigan
d33f5f82a7
fix(learn): Consistent Styling in Set up a Template Engine (#39657)
* Replace bold with code

* Typo

* Apply suggested verbiage change.

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

* remove code tags from render

Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
2020-09-24 07:10:29 -07:00
Ahmad Abdolsaheb
1a66eac990 feat: render nav conditionally 2020-09-24 17:48:29 +05:30
Tom
422bacd15d
feat: add button to add cert to LinkedIn profile (#39466) 2020-09-24 17:33:11 +05:30
Mrugesh Mohapatra
5eed1f6ea1 chore(curriculum): spring cleaning, bump pupeeter 2020-09-24 16:29:55 +05:30
Oliver Eyton-Williams
0a4316b0ae fix(client): update eslint and fix issues
The eslint config now includes rules that have been added to Gatsby.
This uncovered some problems with missing labels that have been fixed.
2020-09-24 16:29:55 +05:30
Oliver Eyton-Williams
5528823151 fix(client): add polyfill explicitly
Previously it was only present because of a chain of dependencies
2020-09-24 16:29:55 +05:30
Oliver Eyton-Williams
410ab87c61 fix(client): use new Gatsby --inspect 2020-09-24 16:29:55 +05:30
Mrugesh Mohapatra
977d411a97 chore:(deps): apply npm audit fix to all packages 2020-09-24 16:29:55 +05:30
Mrugesh Mohapatra
b6ad4d347b chore:(deps): curriculum - update minor and patch 2020-09-24 16:29:55 +05:30
Mrugesh Mohapatra
d623ca0053 chore:(deps): server - update minor and patch 2020-09-24 16:29:55 +05:30
Mrugesh Mohapatra
806cadfd91 chore:(deps): client - update minor and patch 2020-09-24 16:29:55 +05:30
Mrugesh Mohapatra
47c41045df chore:(deps): root - update minor and patch 2020-09-24 16:29:55 +05:30
Oliver Eyton-Williams
4b14f9297b
fix: source certificates into Gatsby (#39648)
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
Co-authored-by: Shaun Hamilton <51722130+Sky020@users.noreply.github.com>
2020-09-24 16:04:35 +05:30
Nicholas Carrigan
f132f5157c
feat(learn): Add test for file metadata project (#39625)
* Add tests

* Switch from local file to CDN

* remove extraneous declaration

* Apply review suggestions
2020-09-23 20:21:09 -07:00
miyaliu666
e206907503
add the application form link (#39654) 2020-09-23 23:49:19 +05:30
Konstantinos Lamogiannis
82c8d6d3de
fix(curriculum): update db method used in implementation-of-social-authentication-iii (#39651)
* fix: update method used from findAndModify to findOneAndUpdate

Updating the method used at implementation-of-social-authentication-iii, both for english and chinese

* fix: changed text findAndModify to findOneAndUpdate

* fix: removed chinese file

* Update curriculum/challenges/english/06-quality-assurance/advanced-node-and-express/implementation-of-social-authentication-iii.english.md

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

Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
2020-09-23 15:21:26 +00:00
Oliver Eyton-Williams
4f0959df1d
fix: use position: fixed to avoid forcing Cypress (#39605) 2020-09-23 20:45:21 +05:30
Darren Stoll
2f4d1c2804
fix(learn): correct typo in description (#39653)
Remove hyphen in word 'view engine'
2020-09-23 06:59:23 +00:00
Nicholas Carrigan
3969f651b8
Remove helmet test instructions (#39613) 2020-09-22 14:42:25 -05:00
Oliver Eyton-Williams
dd7fba4558 fix(learn): ignore missing editable regions
They should never be missing, so that bug should be squashed.  However,
for now, this gracefully deals with their absence.
2020-09-22 14:15:00 +05:30
Ian Robinson
b5784037bb
Fix broken links in README for quality assurance certification (#39645) 2020-09-21 21:52:52 -05:00
Randell Dawson
b976225602 fix(curriculum): remove isRequired from russian 2020-09-21 20:51:46 +05:30
Randell Dawson
4eac81d616 fix(curriculum): remove isRequired from spanish 2020-09-21 20:51:46 +05:30
Randell Dawson
a4437e5a98 fix(curriculum): remove isRequired from portuguese 2020-09-21 20:51:46 +05:30
Randell Dawson
8fdcf773a7 fix(curriculum): remove isRequired from chinese 2020-09-21 20:51:46 +05:30
Randell Dawson
63b1bee78f fix(curriculum): remove isRequired from arabic 2020-09-21 20:51:46 +05:30
Sky020
a86b220eb7 chore: remove isRequired from curriculum files 2020-09-21 20:51:46 +05:30
Twaha Rahman
984f311061
fix(Client): Use font-display: fallback to avoid FOIT (#39628) 2020-09-21 16:06:44 +03:00
Jarson Abenojar
66630715ee
fix(learn): update 'Whitelist' to 'Access List' for Atlas setup (#39626)
Mongodb has been updated to call this the 'IP Access List'
2020-09-19 23:03:23 +01:00
Tom
181713aa10
Fix/remove broken scrimba (#39619)
* fix: remove broken scrimba video link

* fix: revert file structure
2020-09-18 17:38:37 -07:00
Joseph Mawa
d8e8da36a0
Fixed tests for JS Basic Algorithms: Slice and Splice challenge as suggested in issue #39560 (#39610) 2020-09-18 11:30:56 -07:00
Joseph Mawa
d5000b5d0f
Removed note about promise chaining as suggested in issue #39487 (#39609) 2020-09-18 10:30:37 -05:00
Benjamin Liii
8ceaa12058
feat: add delegated flag to boost docker build performance (#39421) 2020-09-18 14:44:36 +05:30
Gaurav Khairnar
a338d4b79d
fix(learn): clear instructions for basic JavaScript: Appending Variables to Strings lesson (#39587) 2020-09-17 13:00:58 -05:00
ZhichengChen
6021a32de9
fix(i18n): update Chinese translation of react (#38657)
Co-authored-by: Zhicheng Chen <chenzhicheng@dayuwuxian.com>
2020-09-17 21:43:42 +05:30
ZhichengChen
4605ec5ec6
fix(i18n): update Chinese translation of data visualization with d3 (#38847) 2020-09-17 21:43:05 +05:30
ZhichengChen
8e0c063298
fix(i18n): update Chinese translation of managing packages with npm (#38888)
* fix(i18n): update Chinese translation of managing packages with npm

* address comments

Co-authored-by: S1ngS1ng <liuxing0514@gmail.com>
2020-09-17 21:42:32 +05:30
ZhichengChen
27b0af120a
fix(i18n): update Chinese translation of apis and microservices projects (#38909)
Co-authored-by: S1ngS1ng <liuxing0514@gmail.com>
2020-09-17 21:41:18 +05:30
Hassaan Pasha
80438cac3e
feat(client, learn): add helper functions for common validation operations (#38605)
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>
2020-09-17 19:38:01 +05:30
Oliver Eyton-Williams
aecbc28798
fix(tools): helper utils (#39603) 2020-09-17 18:22:55 +05:30
Xing Liu
3c223c2c7a
feat(i18n/Chinese): add translation of install and set up mongoose (1/4) (#39539) 2020-09-17 16:23:54 +05:30