Commit Graph

3770 Commits

Author SHA1 Message Date
e315647fd4 refactor(Challenges): Added Integrity and crossorigin attributes
Closes #16163
2017-12-12 00:37:39 +05:30
01b1b5054e refactor(challenges): Added Integrity and crossorigin attributes
best practice

BREAKING CHANGE: N/A
2017-12-12 00:33:46 +05:30
81a8505a79 fix bookclub p2p_chat pinterest_clone glitch apps and links (#16172) 2017-12-11 00:31:55 +05:30
b509306925 fix(seed): Differentiation between sass and scss 2017-12-10 11:55:23 +05:30
d0ca7ff2cf chore(seed/challenges): Change misleading variable name in example
Changed variable named "thisVariableNameIsTooLong" to
"thisVaribaleNameIsSoLong"

Closes #16165
2017-12-09 21:04:01 +05:30
d4ad420cf4 fix: add 2nd regex check for bracket notation 2017-12-09 12:40:44 +05:30
57d9f0c86b Merge pull request #16139 from scissorsneedfoodtoo/fix/regex-asterisk-challenge
Fix(challenges): Change regular expressions match characters that occur zero or more times
2017-12-09 12:15:33 +05:30
c27f270c8d fix(seed): Add pass through details
Closes #16148
2017-12-08 13:29:48 -08:00
1bd7648058 docs(seed): Added Guide for contributing project euler (#16140) 2017-12-05 00:41:25 -06:00
744476404c fix(challenges): Change regular expressions match characters that o
Originally the challenge's example code was a little unclear about what
the * character does. Also, the challenge could be solved without using
the * character.

BREAKING CHANGE: None

Closes #16119
2017-12-03 00:18:30 +09:00
05cb7f5702 Merge pull request #16116 from QuincyLarson/fix/cleanup-map-seed-files
fix: cleanup seed files and landing pages.
2017-11-29 15:48:45 -08:00
b4084f94ff feat: react challenges (#16099)
* chore(packages): Update redux utils

* feat(Panes): Invert control of panes map creation

* feat(Modern): Add view

* feat(Panes): Decouple panes from Challenges

* fix(Challenges): Decouple challenge views from panes map

* fix(Challenge/views): PanesMap => mapStateToPanesMap

This clarifies what these functions are doing

* fix(Challenges): Add view type

* fix(Panes): Remove unneeded panes container

* feat(Panes): Invert control of pane content render

This decouples the Panes from the content they render, allowing for
greater flexibility.

* feat(Modern): Add side panel

This is common between modern and classic

* feat(seed): Array to string file content

* fix(files): Modern files should be polyvinyls

* feat(Modern): Create editors per file

* fix(seed/React): Incorrect keyfile name

* feat(Modern): Highligh jsx correctly

This adds highlighting for jsx. Unfortunately, this disables linting for
non-javascript files as jshint will only work for those

* feat(rechallenge): Add jsx ext to babel transformer

* feat(seed): Normalize challenge files head/tail/content

* refactor(rechallenge/build): Rename function

* fix(code-storage): Pull in files from localStorage

* feat(Modern/React): Add Enzyme to test runner

This enables testing of React challenges

* feat(Modern): Add submission type

* refactor(Panes): Rename panes map update action
2017-11-29 17:44:51 -06:00
803f9895dd refactor(challenges): Change "Hashing Your Password" desc (#16090)
Change description of "Hashing Your Passwords" to use the the aysnc api
of bcrypt and updated the cost to 12

Closes #16072
2017-11-25 12:26:48 -06:00
79c5d96bac feat(seed): Added more assertions for Project Euler (#16078) 2017-11-25 12:09:23 -06:00
98d8967b02 docs(license): Update License fix for GitHub (#16113) 2017-11-25 11:47:27 -06:00
ffe5533fe8 fix(seed): Add in introductory slide challenges 2017-11-24 14:58:06 -06:00
278ba0a57c fix(seed): Clean up seed directory and add open source for go 2017-11-24 14:50:04 -06:00
b86a235656 Merge pull request #16035 from aferreira44/translate/Pt-br-translation-claim-your-responsive-web-design-certificate
feat(pt-br-translation): claim-your-responsive-web-design-certificate
2017-11-18 13:24:05 +05:30
1b8d28c0be feat(seed): Added more assertions for Project Euler (#16065) 2017-11-09 20:38:07 -06:00
7086bf61a6 feat(seed): Change task and assertion for Project Euler (#16082) 2017-11-09 20:32:44 -06:00
f00449a066 feat: prep for modern challenges (#15781)
* feat(seed): Add modern challenge

* chore(react): Use prop-types package

* feat: Initial refactor to redux-first-router

BREAKING CHANGE: Everything is different!

* feat: First rendering

* feat(routes): Challenges view render but failing

* fix(Challenges): Remove contain HOC

* fix(RFR): Add params selector

* fix(RFR): :en should be :lang

* fix: Update berks utils for redux

* fix(Map): Challenge link to arg

* fix(Map): Add trailing slash to map page

* fix(RFR): Use FCC Link

Use fcc Link to get around issue of lang being undefined

* fix(Router): Link to is required

* fix(app): Rely on RFR state for app lang

* chore(RFR): Remove unused RFR Link

* fix(RFR): Hydrate initial challenge using RFR and RO

* fix: Casing issue

* fix(RFR): Undefined links

* fix(RFR): Use onRoute<name> convention for route types

* feat(server/react): Add helpful redux logging/throwing

* fix(server/react): Strip out nonjson from state

This prevents thunks in routesMap from breaking serialization

* fix(RFR/Link): Should accept any renderable

* fix(RFR): Get redirects working

* fix(RFR): Redirects and not found's

* fix(Map): Move challenge onClick handler

* fix(Map): Allow Router.link to handle clicks after onClick

* fix(routes): Remove react-router-redux

* feat(Router): Add lang to all route actions by default

* fix(entities): Only fetch challenge if not already loaded

* fix(Files): Move files to own feature

* chore(Challenges): Remove vestigial hints logic

* fix(RFR): Update challenges on route challenges

* fix(code-storage): Should use events instead of commands

* fix(Map): ClickOnMap should not hold on to event

* chore(lint): Use eslint-config-freecodecamp

Closes #15938

* feat(Panes): Update panes on route instead of render

* fix(Panes): Store panesmap and update on fetchchallenges

* fix(Panes): Normalize panesmaps

* fix(Panes): Remove filter from createpanemap

* fix(Panes): Middleware on location meta object

* feat(Panes): Filter preview on nonhtml challenges

* build(babel): Add lodash babel plugin

* chore(lint): Lint js files

* fix(server/user-stats): Remove use of lodash chain

this interferes with babel-plugin-lodash

* feat(dev): Add remote redux devtools for ssr

* fix(Panes): Dispatch mount action

this is needed to trigger window/divider epics

* fix(Panes): Getpane to use new panesmap format

* fix(Panes): Always update panes after state

this lets the panes logic be affected by changes in state
2017-11-09 19:10:30 -06:00
4081a47b8d Merge pull request #15833 from Manish-Giri/fix/improve-existing-object-challenges
fix(challenges): Improve description in existing object challenges
2017-11-01 15:45:51 -05:00
93af902b3d fix(translations): Updated German translations (#15995) 2017-11-01 20:13:36 +05:30
7977430316 fix(challenges): Improve description in existing object challenges 2017-11-01 10:28:47 +05:30
04cf144c9f feat(seed): Added more assertions for Project Euler (#16057) 2017-10-30 16:25:39 -05:00
224684ed45 fix(challenge): wrap method names & other code in <code> tags 2017-10-29 21:00:11 -04:00
9117996255 fix(challenge): update description and add img for 1st binary tree challenge 2017-10-28 13:51:12 -04:00
8073ecc6df Merge pull request #16036 from aferreira44/translate/Pt-br-translation-claim-your-front-end-libraries-certificate
feat(pt-br-translation): claim-your-front-end-libraries-certificate
2017-10-27 09:51:56 +05:30
e376cfbbdc feat(euler-problem): Add test and solution for problem 7 (#15988) 2017-10-27 09:38:49 +07:00
4861df094e fix: Peer review suggestions accepted 2017-10-26 21:24:04 -02:00
2e34522f22 feat(pt-br-translation): claim-your-front-end-libraries-certificate 2017-10-26 02:09:53 -02:00
2710aded9a feat(pt-br-translation): claim-your-responsive-web-design-certificate 2017-10-26 00:16:08 -02:00
591b7bf0f4 feat(euler-problem): Add test and solution for project euler problem 6 (#15987) 2017-10-26 08:40:10 +07:00
9d6453d985 feat(euler-problem): Add test and solution for problem 8 (#15990) 2017-10-26 08:08:28 +07:00
739f1879a2 feat(seed): Added more assertion for Project Euler problem twe (#15887) 2017-10-25 01:03:42 -05:00
ada67f8649 feat(seed): Added more assertion for problem twenty eight (#15913) 2017-10-25 01:03:22 -05:00
f0a41f1cf3 feat(seed): Added more assertions for Project Euler problem tw (#15881) 2017-10-25 01:03:04 -05:00
efef231fa8 feat(seed): Added more assertions for Project Euler (#16028) 2017-10-25 00:58:56 -05:00
0b48fad058 feat(seed): Added more assertions for Project Euler (#16023) 2017-10-25 00:54:01 -05:00
b64f642187 feat(seed): Change Project Euler assertion (#16021) 2017-10-25 00:45:38 -05:00
c9237c4a16 Merge pull request #15944 from FranciscoKnebel/feat/mlab-challenge
feat(challenge): Added mLab tutorial
2017-10-24 01:34:09 +05:30
6e764b3799 Merge pull request #15928 from ResamVi/fix/json-challenge-test
Fix vague tests for "Convert JSON Data to HTML" challenge
2017-10-24 00:57:46 +05:30
df5b15018f Merge pull request #15971 from no-stack-dub-sack/fix/adv-data-structures
fix(instructions): fix spacing and correct example code for max heap …
2017-10-22 18:07:54 -07:00
a4526f906e Merge pull request #15751 from DusanSacha/feature/add-basis-js-challenge-return-undefined
feat(seed): Add new Basis JS Challenge Return Undefined
2017-10-20 19:58:31 +05:30
a44eaf0796 fix(instructions): fix spacing and correct example code for max heap and binary search tree problems 2017-10-19 01:37:01 -04:00
bdeaf99092 Merge pull request #15923 from ResamVi/feature/jquery-introduction
Add introduction to jQuery challenge section
2017-10-17 14:24:56 -05:00
727e6d34f7 fix(seed-update): browser console, fCC Console, functionality of both (#15660) 2017-10-17 13:41:46 -04:00
3635a52c9c feat(seed): Add introduction to jQuery challenge section
Additions
2017-10-17 19:21:58 +02:00
57f186aa6d feat(challenge): Added mLab tutorial
Closes #14912
2017-10-07 01:57:00 -03:00
65e279cf06 feat: Added 1st batch of Rosetta code problems. (#15877) 2017-10-05 19:26:26 -05:00