Skip to content

Commit

Permalink
chore(repo): migrate to monorepo setup
Browse files Browse the repository at this point in the history
  • Loading branch information
buschtoens committed Aug 20, 2020
1 parent 55e4db4 commit 8b941e4
Show file tree
Hide file tree
Showing 53 changed files with 478 additions and 339 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Lint
run: yarn lint
- name: Browser Tests
run: yarn test:ember
run: yarn workspace ember-cached-decorator-polyfill test:ember

test-old-dependencies:
name: Oldest Supported Env
Expand All @@ -53,7 +53,7 @@ jobs:
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Browser Tests
run: yarn test:ember
run: yarn workspace ember-cached-decorator-polyfill test:ember

test-try:
name: Ember Try
Expand All @@ -78,4 +78,4 @@ jobs:
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Try Scenario
run: yarn ember try:one ${{ matrix.scenario }}
run: yarn workspace ember-cached-decorator-polyfill ember try:one ${{ matrix.scenario }}
145 changes: 120 additions & 25 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,25 +1,120 @@
# See https://help.github.com/ignore-files/ for more about ignoring files.

# compiled output
/dist/
/tmp/

# dependencies
/bower_components/
/node_modules/

# misc
/.env*
/.pnp*
/.sass-cache
/connect.lock
/coverage/
/libpeerconnection.log
/npm-debug.log*
/testem.log
/yarn-error.log

# ember-try
/.node_modules.ember-try/
/bower.json.ember-try
/package.json.ember-try
### https://raw.github.com/github/gitignore/18aa6d83774d514da479d73a4beb864cd4220231/Node.gitignore

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage
*.lcov

# nyc test coverage
.nyc_output

# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/
jspm_packages/

# Snowpack dependency directory (https://snowpack.dev/)
web_modules/

# TypeScript cache
*.tsbuildinfo

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env
.env.test

# parcel-bundler cache (https://parceljs.org/)
.cache
.parcel-cache

# Next.js build output
.next
out

# Nuxt.js build / generate output
.nuxt
dist

# Gatsby files
.cache/
# Comment in the public line in if your project uses Gatsby and not Next.js
# https://nextjs.org/blog/next-9-1#public-directory-support
# public

# vuepress build output
.vuepress/dist

# Serverless directories
.serverless/

# FuseBox cache
.fusebox/

# DynamoDB Local files
.dynamodb/

# TernJS port file
.tern-port

# Stores VSCode versions used for testing VSCode extensions
.vscode-test

# yarn v2
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*


23 changes: 0 additions & 23 deletions CHANGELOG.md

This file was deleted.

1 change: 1 addition & 0 deletions CHANGELOG.md
26 changes: 0 additions & 26 deletions CONTRIBUTING.md

This file was deleted.

1 change: 1 addition & 0 deletions CONTRIBUTING.md
9 changes: 0 additions & 9 deletions LICENSE.md

This file was deleted.

1 change: 1 addition & 0 deletions LICENSE.md
77 changes: 0 additions & 77 deletions README.md

This file was deleted.

1 change: 1 addition & 0 deletions README.md
62 changes: 0 additions & 62 deletions RELEASE.md

This file was deleted.

1 change: 1 addition & 0 deletions RELEASE.md
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 8b941e4

Please sign in to comment.