initialcommit
parents
Showing
.circleci/config.yml
0 → 100644
.dockerignore
0 → 100644
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
.nvmrc
0 → 100644
Dockerfile
0 → 100644
Jenkinsfile
0 → 100644
LICENSE
0 → 100644
README.md
0 → 100644
app.js
0 → 100644
app.json
0 → 100644
bin/www
0 → 100755
cypress.json
0 → 100644
handlers/errorHandlers.js
0 → 100644
helpers.js
0 → 100644
i18n/i18n.js
0 → 100644
i18n/locales/de-DE.json
0 → 100755
i18n/locales/en-US.json
0 → 100755
lib/breadcrumb.js
0 → 100644
lib/cookies.js
0 → 100644
lib/enhance-breadcrumb.js
0 → 100644
lib/entry-state.js
0 → 100644
lib/settings.js
0 → 100644
node-app-chart/.helmignore
0 → 100644
node-app-chart/Chart.yaml
0 → 100644
node-app-chart/values.yaml
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "example-contentful-theExampleApp-js", | ||
"version": "0.0.3", | ||
"private": true, | ||
"scripts": { | ||
"start:watch": "nodemon ./bin/www --ignore public/", | ||
"start:dev": "node ./bin/www", | ||
"debug": "node debug ./bin/www", | ||
"start": "NODE_ENV=production node ./bin/www", | ||
"start:production": "NODE_ENV=production node ./bin/www", | ||
"lint": "eslint ./app.js routes", | ||
"format": "eslint --fix . bin --ignore public node_modules", | ||
"pretest": "npm run lint", | ||
"test": "npm run test:unit && npm run test:integration && npm run test:e2e", | ||
"test:e2e": "node test/run-e2e-test.js", | ||
"test:e2e:dev": "node test/run-e2e-test.js --dev", | ||
"test:integration": "jest test/integration", | ||
"test:integration:watch": "jest test/integration --watch", | ||
"test:unit": "jest test/unit", | ||
"test:unit:watch": "jest test/unit --watch" | ||
}, | ||
"engines": { | ||
"node": ">=8.9.3" | ||
}, | ||
"dependencies": { | ||
"body-parser": "^1.18.2", | ||
"contentful": "^6.0.0", | ||
"cookie-parser": "~1.4.3", | ||
"dotenv": "^5.0.0", | ||
"execa": "^0.9.0", | ||
"express": "^4.16.2", | ||
"helmet": "^3.11.0", | ||
"lodash": "^4.17.5", | ||
"marked": "^0.3.16", | ||
"morgan": "^1.9.1", | ||
"pug": "~2.0.0-beta6" | ||
}, | ||
"devDependencies": { | ||
"cheerio": "^1.0.0-rc.2", | ||
"cookie": "^0.3.1", | ||
"eslint": "^4.18.1", | ||
"eslint-config-standard": "^11.0.0", | ||
"eslint-plugin-import": "^2.8.0", | ||
"eslint-plugin-node": "^6.0.0", | ||
"eslint-plugin-promise": "^3.6.0", | ||
"eslint-plugin-standard": "^3.0.1", | ||
"jest": "^22.4.0", | ||
"nodemon": "^1.18.9", | ||
"supertest": "^3.0.0", | ||
"yargs": "^11.0.0" | ||
} | ||
} |
pipeline/config/config.yaml
0 → 100644
2.82 KB
public/apple-touch-icon.png
0 → 100644
1.53 KB
public/browserconfig.xml
0 → 100644
public/favicon-16x16.png
0 → 100644
477 Bytes
public/favicon-32x32.png
0 → 100644
774 Bytes
public/favicon.ico
0 → 100644
14.7 KB
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
public/icons/icons.svg
0 → 100755
This diff is collapsed.
public/images/icon-java.svg
0 → 100755
public/images/icon-php.svg
0 → 100755
public/images/icon-ruby.svg
0 → 100755
public/images/icon-swift.svg
0 → 100755
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
public/manifest.json
0 → 100644
public/mstile-150x150.png
0 → 100644
2.23 KB
public/og-image.jpg
0 → 100644
50.5 KB
public/safari-pinned-tab.svg
0 → 100644
public/scripts/index.js
0 → 100644
This diff is collapsed.
public/stylesheets/style.css
0 → 100644
This diff is collapsed.
routes/courses.js
0 → 100644
routes/imprint.js
0 → 100644
routes/index.js
0 → 100644
routes/landingPage.js
0 → 100644
routes/settings.js
0 → 100644
services/contentful.js
0 → 100644
sonar-project.properties
0 → 100644
test/.eslintrc.js
0 → 100644
test/e2e-variables.env
0 → 100644
test/run-e2e-test.js
0 → 100644
test/unit/index.test.js
0 → 100644
test/unit/locales.test.js
0 → 100644
test/unit/mocks/index.js
0 → 100644
variables.env
0 → 100644
views/course.pug
0 → 100644
views/courses.pug
0 → 100644
This diff is collapsed.
views/error.pug
0 → 100644
This diff is collapsed.
views/imprint.pug
0 → 100644
This diff is collapsed.
views/landingPage.pug
0 → 100644
This diff is collapsed.
views/layout.pug
0 → 100644
This diff is collapsed.
views/mixins/_breadcrumb.pug
0 → 100644
This diff is collapsed.
views/mixins/_courseCard.pug
0 → 100644
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
views/mixins/_entryState.pug
0 → 100644
This diff is collapsed.
views/mixins/_lesson.pug
0 → 100644
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
views/mixins/_moduleCopy.pug
0 → 100644
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
views/settings.pug
0 → 100644
This diff is collapsed.
views/tracking.pug
0 → 100644
This diff is collapsed.