15898 Commits

Author SHA1 Message Date
Bouncey
d52ba8c6fd fix(path-map): Refactor pathMigrationMap for new curriculum package 2018-10-07 14:51:09 +05:30
Bouncey
bc9b3b4ddd chore(seed): Move seed script to tools 2018-10-07 14:51:09 +05:30
Bouncey
26750776ed fix(seed): Fix seed script for new curriculum pkg 2018-10-07 14:51:09 +05:30
Bouncey
d3e4d88f0c feat(locale): Add LOCAL env var 2018-10-07 14:51:09 +05:30
Valeriy
6c3b9b616d fix(learn): path to Intros 2018-10-07 08:54:52 +01:00
Valeriy
3123f8c5b9 fix(learn): transformers don't apply 2018-10-06 02:39:36 +01:00
Bouncey
5fedefb74f fix(travis): Have travis run client tests for CI 2018-10-05 21:34:17 +05:30
Bouncey
2ec3c6962f chore(curriculum): Bump pkg version to fix build 2018-10-05 15:58:12 +01:00
Bouncey
bcd0e82348 fix(pkg): Reintroduce build step 2018-10-05 15:58:12 +01:00
Bouncey
e34ff2e3ff fix(netlify): Reduce build time now we are publishing required packages 2018-10-05 15:58:12 +01:00
Bouncey
b38ee544a3 fix(description): Adjust for new description format 2018-10-05 15:58:12 +01:00
Bouncey
badc68089f chore(pkg): Prep md parser for publish
fix(netlify): Fix Build
2018-10-05 15:58:12 +01:00
Bouncey
3f86862d3e chore(lock): Update Lock files 2018-10-05 15:58:12 +01:00
Bouncey
3151390be4 feat(next): BREAKING New curriculum package 2018-10-05 15:58:12 +01:00
Bouncey
6ba31ae5d1 fix(build): Add gatsby-cli to deps 2018-10-05 15:58:12 +01:00
Bouncey
b22c719651 fix(source-plugin): Switch out gatsby-source-filesystem 2018-10-05 15:58:12 +01:00
Bouncey
6e728ce16d feat(guide): Import guide in to the client app 2018-10-05 15:58:12 +01:00
Bouncey
2723a943c9 feat(getChallenges): Get Challenges by Lang 2018-10-05 15:58:12 +01:00
Bouncey
edd11330bc chore(intros) Move Introdctions to /pages 2018-10-05 15:58:12 +01:00
Bouncey
8f39bc1288 chore(curriculum): Remove files in wrong format 2018-10-05 15:58:12 +01:00
mrugesh mohapatra
61222b1fb6 chore: remove unwanted change from PR 2018-10-03 16:51:26 +05:30
Dale Blackburn
be0cf1d211 chore: 🤖 Allows Lerna to build curriculum on npm run bootstrap
Added `lerna run build --scope @freecodecamp/curriculum` to bootstrap
npm script

Issues: 18198
2018-10-03 16:51:26 +05:30
Bouncey
8c38dfe861 fix(challenge-md): Fix file names and preserve challenge order in meta.json 2018-10-02 15:13:04 +01:00
Bouncey
81a1f0c4f8 feat(challenge-md): Add initial markdown challenge files 2018-09-30 23:24:46 +01:00
Bouncey
e7e69081b6 chore(challenge): Remove unsed help field 2018-09-30 23:24:46 +01:00
Bouncey
142ac17112 feat(challenge-md): Parse solutions from md 2018-09-30 20:39:37 +01:00
Bouncey
2f193ac4ae feat(challenge-md): Parse seed files from md 2018-09-30 20:17:46 +01:00
Bouncey
8398522021 chore(lerna): Sym-link the curriculum 2018-09-30 20:17:46 +01:00
Bouncey
3da2a3eea9 fix(updates): Fix learn -> server communication 2018-09-30 12:42:40 +01:00
Bouncey
4eb364f919 chore(git) Ignore built frame-runners 2018-09-30 12:42:40 +01:00
Bouncey
5b254f3ad6 chore(learn): Merge learn in to the client app 2018-09-30 12:42:40 +01:00
Mrugesh Mohapatra
9e869a46fc fix: add sample env 2018-09-27 20:45:50 +05:30
Mrugesh Mohapatra
eff9ce74bd feat: tie in challenge parser 2018-09-27 20:21:53 +05:30
Stuart Taylor
03abb0facc Progressivly increase delayTime for multiple stored updates 2018-09-27 20:06:17 +05:30
Stuart Taylor
ca70573bd8 fix(response handling): Handle success responses better 2018-09-27 20:06:17 +05:30
Stuart Taylor
b7aee9928e fix(error handling): Simplified error handling 2018-09-27 20:06:16 +05:30
Stuart Taylor
e4e41e6fe3 feat(updates): Store updates if the server is not responding 2018-09-27 20:06:16 +05:30
Oliver Eyton-Williams
54e14b9433 fix(console): output user logs after running tests 2018-09-27 20:06:16 +05:30
Michaël
0dc455c5dc remove challenge name as title from forum template. (#299) 2018-09-27 20:06:16 +05:30
Kristofer Koishigawa
b19ebd0cdf Moved li element into Login and SignedIn components and added class names for more precise styling. Adjusted the search bar hits so they're centered on the page again. (#290) 2018-09-27 20:06:16 +05:30
Oliver Eyton-Williams
3801cecb72 fix(help): change help button to direct user to correct forum (#284)
* fix(help): change help button to direct user to correct forum

* Refactor category selection to challengeTypes
2018-09-27 20:06:16 +05:30
Chris Tse
cd98a39bfe Escape underscore in 'node_modules' (#282)
Unescaped underscores created unintended italics in the introduction.
2018-09-27 20:06:15 +05:30
Arijit Sen
58993534a9 Changed the stub introduction page (#277)
Changed the stub Introduction page to an improved documented and understandable Introduction page.
2018-09-27 20:06:15 +05:30
Wadinga Leonard
586753ee3b Put Content in Front End Libraries Projects stub (#268)
Added introduction in the Front End Libraries Projects stub
2018-09-27 20:06:15 +05:30
Guy Even
4449aeb345 fix(.gitignore) add environment specific files to .gitignore (#266) 2018-09-27 20:06:15 +05:30
Valeriy
e32cc56411 fix: spelling errors (#265) 2018-09-27 20:06:15 +05:30
Wadinga Leonard
ce8b08623e fix random page flickering on page load #256 (#264)
* fix random page flickering on page load #256

* loaded quote in componentDidMount to prevent flickering

* added spinner when quote has not yet loaded

* use better standards
2018-09-27 20:06:15 +05:30
Shaun Dashjian
848ede28a6 Edited the intro page for apis-and-microservices-projects (#262) 2018-09-27 20:06:15 +05:30
CharmedSatyr
026fa466a9 fix(introductions): fix 'unintentially' spelling in HelmetJS intro (#253)
* fix(introductions): fix 'unintentially' spelling in HelmetJS intro

* fix(introductions): fix 'unintentially' spelling in HelmetJS intro
2018-09-27 20:06:14 +05:30
Agnes Oshiro
222acd4f15 Increase visibility of Glitch boilerplate (#252)
* Increase visibility of Glitch boilerplate

* fix: update intro in node and express
2018-09-27 20:06:14 +05:30