-
Notifications
You must be signed in to change notification settings - Fork 602
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* convert to yarn workspace * ignore node_modules and bower_components in subfolders * split application tests into separate app * fix linting * run CI on all workspaces * cleanup scripts * ignore compiled output in all packages * remove unnecessary dependencies in test-app * remove unnecessary dependencies from ember-simple-auth * fix Procfiles * cleanup test-app package.json * remove greenkeeper config * remove unnecessary dummy app config * run lerna-changelog in project root * fix diagrams task * move npmignore into ember-simple-auth package * removed guides from npmignore …since that is now in a higher level folder * fix client Procfile
- Loading branch information
Showing
271 changed files
with
1,153 additions
and
328 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
web: yarn workspace test-app start:fastboot |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
web: yarn workspace test-app start:demo-api |
This file was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,124 +1,15 @@ | ||
{ | ||
"name": "ember-simple-auth", | ||
"version": "3.0.0", | ||
"description": "A lightweight library for implementing authentication/authorization with Ember.js applications.", | ||
"keywords": [ | ||
"ember-addon" | ||
], | ||
"license": "MIT", | ||
"author": "simplabs GmbH", | ||
"directories": { | ||
"doc": "doc", | ||
"test": "tests" | ||
}, | ||
"private": true, | ||
"repository": "https://github.com/simplabs/ember-simple-auth", | ||
"scripts": { | ||
"build": "ember build", | ||
"changelog": "lerna-changelog", | ||
"diagrams": "mermaid --sequenceConfig guides/assets/esa-initial-flow.config.json --width 2400 -o guides/assets guides/assets/esa-initial-flow.txt", | ||
"lint": "eslint app addon blueprints config server tests *.js", | ||
"start": "ember serve", | ||
"start:fastboot": "NODE_ENV=production node fastboot-server.js", | ||
"start:demo-api": "node server/demo-api.js", | ||
"test": "ember test", | ||
"test:all": "ember try:each", | ||
"test:one": "ember try:one", | ||
"test:fastboot": "ember fastboot:test", | ||
"test:node": "mocha node-tests --recursive" | ||
}, | ||
"dependencies": { | ||
"base-64": "^0.1.0", | ||
"broccoli-file-creator": "^2.0.0", | ||
"broccoli-funnel": "^1.2.0 || ^2.0.0", | ||
"broccoli-merge-trees": "^2.0.0 || ^3.0.0", | ||
"ember-cli-babel": "^7.12.0", | ||
"ember-cli-is-package-missing": "^1.0.0", | ||
"ember-cookies": "^0.5.0", | ||
"silent-error": "^1.0.0" | ||
}, | ||
"devDependencies": { | ||
"body-parser": "^1.19.0", | ||
"bootstrap": "^4.3.1", | ||
"broccoli-asset-rev": "^3.0.0", | ||
"chai": "^4.1.0", | ||
"cors": "^2.8.5", | ||
"ember-ajax": "^5.0.0", | ||
"ember-bootstrap": "~3.1.0", | ||
"ember-cli": "~3.18.0", | ||
"ember-cli-blueprint-test-helpers": "^0.19.2", | ||
"ember-cli-chai": "^0.5.0", | ||
"ember-cli-content-security-policy": "~1.1.1", | ||
"ember-cli-dependency-checker": "^3.0.0", | ||
"ember-cli-fastboot": "^2.2.1", | ||
"ember-cli-htmlbars": "^5.0.0", | ||
"ember-cli-htmlbars-inline-precompile": "^3.0.1", | ||
"ember-cli-inject-live-reload": "^2.0.0", | ||
"ember-cli-mocha": "^0.15.0-beta.1", | ||
"ember-cli-pretender": "^3.0.0", | ||
"ember-cli-shims": "^1.2.0", | ||
"ember-cli-sri": "^2.1.1", | ||
"ember-cli-uglify": "^2.0.0", | ||
"ember-cli-yuidoc": "^0.9.1", | ||
"ember-data": "~3.18.0", | ||
"ember-debug-handlers-polyfill": "^1.1.0", | ||
"ember-disable-prototype-extensions": "^1.1.2", | ||
"ember-engines": "^0.8.5", | ||
"ember-export-application-global": "^2.0.0", | ||
"ember-fastboot-addon-tests": "^0.5.0", | ||
"ember-fetch": "^8.0.1", | ||
"ember-load-initializers": "^2.0.0", | ||
"ember-mocha": "^0.16.2", | ||
"ember-resolver": "^8.0.0", | ||
"ember-sinon": "~5.0.0", | ||
"ember-source": "~3.18.0", | ||
"ember-source-channel-url": "^1.1.0", | ||
"ember-test-selectors": "^4.0.0", | ||
"ember-try": "^1.1.0", | ||
"eslint": "^5.16.0", | ||
"eslint-config-simplabs": "^0.4.0", | ||
"eslint-plugin-ember": "^8.1.1", | ||
"eslint-plugin-mocha": "^6.1.1", | ||
"eslint-plugin-node": "^11.0.0", | ||
"express": "^4.17.1", | ||
"fastboot-app-server": "^2.0.0", | ||
"git-repo-version": "^1.0.0", | ||
"glob": "^7.1.6", | ||
"handlebars": "~4.7.1", | ||
"lerna-changelog": "^1.0.0", | ||
"loader.js": "^4.5.1", | ||
"marked": "^1.0.0", | ||
"mermaid": "^7.0.3", | ||
"mocha": "^7.0.1", | ||
"morgan": "^1.10.0", | ||
"my-engine": "./tests/dummy/lib/my-engine", | ||
"rimraf": "^3.0.0", | ||
"sinon-chai": "~3.5.0", | ||
"torii": "^0.10.0" | ||
"diagrams": "mmdc -i guides/assets/esa-initial-flow.txt -o guides/assets/esa-initial-flow.svg" | ||
}, | ||
"engines": { | ||
"node": "10.* || >= 12.*" | ||
}, | ||
"ember-addon": { | ||
"configPath": "tests/dummy/config", | ||
"versionCompatibility": { | ||
"ember": ">=1.12" | ||
} | ||
}, | ||
"fastbootDependencies": [ | ||
"node-fetch" | ||
"workspaces": [ | ||
"packages/*" | ||
], | ||
"greenkeeper": { | ||
"ignore": [ | ||
"eslint-plugin-ember", | ||
"eslint-plugin-mocha" | ||
] | ||
}, | ||
"resolutions": { | ||
"@babel/plugin-transform-typescript": "~7.4.5", | ||
"cssstyle": "~1.2.2", | ||
"jsdom": "^11.10.0" | ||
}, | ||
"peerDependencies": { | ||
"ember-fetch": "^8.0.1" | ||
"devDependencies": { | ||
"@mermaid-js/mermaid-cli": "^8.4.8", | ||
"lerna-changelog": "^1.0.1" | ||
} | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
/blueprints/*/files | ||
|
||
# unconventional js | ||
/blueprints/*/files/ | ||
/vendor/ | ||
|
||
# compiled output | ||
/dist/ | ||
/tmp/ | ||
|
||
# misc | ||
/coverage/ | ||
|
||
# ember-try | ||
/.node_modules.ember-try/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,6 @@ | |
/tmp | ||
/fastboot-dist | ||
/fastboot-tests | ||
/guides | ||
**/.gitkeep | ||
.bowerrc | ||
.editorconfig | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.