Skip to content

Commit

Permalink
Merge pull request #335 from TransNexus/master
Browse files Browse the repository at this point in the history
V2 addon
  • Loading branch information
fenichelar authored Sep 20, 2024
2 parents 335b9fd + fb133de commit 08c1e2a
Show file tree
Hide file tree
Showing 114 changed files with 45,152 additions and 17,424 deletions.
1 change: 0 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

root = true


[*]
end_of_line = lf
charset = utf-8
Expand Down
9 changes: 0 additions & 9 deletions .ember-cli

This file was deleted.

76 changes: 0 additions & 76 deletions .eslintrc.js

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
92 changes: 21 additions & 71 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,85 +10,35 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
strategy:
matrix:
node:
- v16
- v18
- v20
scenario:
- ember-lts-2.16-ember-simple-auth-1.6
- ember-lts-2.16-ember-simple-auth-2.0
- ember-lts-2.18-ember-simple-auth-1.6
- ember-lts-2.18-ember-simple-auth-2.0
- ember-lts-3.4-ember-simple-auth-1.6
- ember-lts-3.4-ember-simple-auth-2.0
- ember-lts-3.4-ember-simple-auth-3.0
- ember-lts-3.4-ember-simple-auth-4.0
- ember-lts-3.4-ember-simple-auth-5.0
- ember-lts-3.8-ember-simple-auth-1.6
- ember-lts-3.8-ember-simple-auth-2.0
- ember-lts-3.8-ember-simple-auth-3.0
- ember-lts-3.8-ember-simple-auth-4.0
- ember-lts-3.8-ember-simple-auth-5.0
- ember-lts-3.12-ember-simple-auth-1.6
- ember-lts-3.12-ember-simple-auth-2.0
- ember-lts-3.12-ember-simple-auth-3.0
- ember-lts-3.12-ember-simple-auth-4.0
- ember-lts-3.12-ember-simple-auth-5.0
- ember-lts-3.16-ember-simple-auth-1.6
- ember-lts-3.16-ember-simple-auth-2.0
- ember-lts-3.16-ember-simple-auth-3.0
- ember-lts-3.16-ember-simple-auth-4.0
- ember-lts-3.16-ember-simple-auth-5.0
- ember-lts-3.20-ember-simple-auth-1.6
- ember-lts-3.20-ember-simple-auth-2.0
- ember-lts-3.20-ember-simple-auth-3.0
- ember-lts-3.20-ember-simple-auth-4.0
- ember-lts-3.20-ember-simple-auth-5.0
- ember-lts-3.24-ember-simple-auth-1.6
- ember-lts-3.24-ember-simple-auth-2.0
- ember-lts-3.24-ember-simple-auth-3.0
- ember-lts-3.24-ember-simple-auth-4.0
- ember-lts-3.24-ember-simple-auth-5.0
- ember-lts-3.28-ember-simple-auth-1.6
- ember-lts-3.28-ember-simple-auth-2.0
- ember-lts-3.28-ember-simple-auth-3.0
- ember-lts-3.28-ember-simple-auth-4.0
- ember-lts-3.28-ember-simple-auth-5.0
- ember-lts-4.4-ember-simple-auth-6.0
- ember-lts-4.8-ember-simple-auth-6.0
- ember-lts-4.12-ember-simple-auth-6.0
- ember-lts-5.4-ember-simple-auth-6.0
- ember-lts-5.8-ember-simple-auth-6.0
experimental:
- false
include:
- scenario: ember-release-ember-simple-auth-1.6
- scenario: ember-release-ember-simple-auth-6.0
node: v20
experimental: true
- scenario: ember-release-ember-simple-auth-2.0
- scenario: ember-beta-ember-simple-auth-6.0
node: v20
experimental: true
- scenario: ember-release-ember-simple-auth-3.0
experimental: true
- scenario: ember-release-ember-simple-auth-4.0
experimental: true
- scenario: ember-release-ember-simple-auth-5.0
experimental: true
- scenario: ember-beta-ember-simple-auth-1.6
experimental: true
- scenario: ember-beta-ember-simple-auth-2.0
experimental: true
- scenario: ember-beta-ember-simple-auth-3.0
experimental: true
- scenario: ember-beta-ember-simple-auth-4.0
experimental: true
- scenario: ember-beta-ember-simple-auth-5.0
experimental: true
- scenario: ember-canary-ember-simple-auth-1.6
experimental: true
- scenario: ember-canary-ember-simple-auth-2.0
experimental: true
- scenario: ember-canary-ember-simple-auth-3.0
experimental: true
- scenario: ember-canary-ember-simple-auth-4.0
experimental: true
- scenario: ember-canary-ember-simple-auth-5.0
- scenario: ember-canary-ember-simple-auth-6.0
node: v20
experimental: true
steps:
- uses: actions/checkout@v4
- name: Test scenario ${{ matrix.scenario }}
uses: actions/setup-node@v3
- name: Test scenario ${{ matrix.scenario }} using node ${{ matrix.node }}
uses: actions/setup-node@v4
with:
node-version: 14.x
node-version: ${{ matrix.node }}
- run: npm ci
- run: npm run lint:js
- run: npm run test:one ${{ matrix.scenario }} --skip-cleanup
- run: npm run lint
- run: npm run test:ember ${{ matrix.scenario }} --skip-cleanup
working-directory: test-app
28 changes: 13 additions & 15 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,24 +1,22 @@
# See https://help.github.com/ignore-files/ for more about ignoring files.

# compiled output
/dist
/tmp

# dependencies
/node_modules
/bower_components
node_modules/

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

# ember-try
.node_modules.ember-try/
bower.json.ember-try
package.json.ember-try
package-lock.json.ember-try
/.node_modules.ember-try/
/package.json.ember-try
/package-lock.json.ember-try
/yarn.lock.ember-try
/pnpm-lock.ember-try.yaml

23 changes: 0 additions & 23 deletions .npmignore

This file was deleted.

1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v20
3 changes: 0 additions & 3 deletions .watchmanconfig

This file was deleted.

2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ Please note that you must adhere to each of the aforementioned rules.
Failure to do so will result in an immediate closing of the pull
request. If you update and rebase the pull request to follow the
guidelines your pull request will be re-opened and considered for
inclusion.
inclusion.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015-2018
Copyright (c) 2024

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
Loading

0 comments on commit 08c1e2a

Please sign in to comment.