-
Notifications
You must be signed in to change notification settings - Fork 159
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into return-assets-object-node-module
- Loading branch information
Showing
227 changed files
with
48,914 additions
and
3,168 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
examples/ | ||
test/e2e/testdata/**/** | ||
local/ | ||
node_modules/ | ||
lib/ |
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,11 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: 🤔 Help & Questions | ||
url: https://community.auth0.com/c/sdks/5 | ||
about: Ask general support or usage questions in the Auth0 Community forums | ||
- name: 📖 Deploy CLI Documentation | ||
url: https://github.com/auth0/auth0-deploy-cli#documentation | ||
about: Check the Deploy CLI documentation for in-depth overview of all the available commands | ||
- name: Take Our Survey! | ||
url: https://www.surveymonkey.com/r/LZKMPFN | ||
about: We're on a mission to make Auth0 Deploy CLI the best it can be, and we need YOUR help. We've put together a brief survey to understand how you use Deploy CLI, what you love about it, and where you think we can do better. |
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,50 @@ | ||
name: 🚀 Feature Request | ||
description: Suggest an idea or a feature for this project | ||
labels: [ "feature request" ] | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this feature request! | ||
- type: checkboxes | ||
id: checklist | ||
attributes: | ||
label: Checklist | ||
options: | ||
- label: I agree to the terms within the [Auth0 Code of Conduct](https://github.com/auth0/open-source-template/blob/master/CODE-OF-CONDUCT.md). | ||
required: true | ||
|
||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Describe the problem you'd like to have solved | ||
description: A clear and concise description of what the problem is. | ||
placeholder: My life would be a lot simpler if... | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: ideal-solution | ||
attributes: | ||
label: Describe the ideal solution | ||
description: A clear and concise description of what you want to happen. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: alternatives-and-workarounds | ||
attributes: | ||
label: Alternatives and current workarounds | ||
description: A clear and concise description of any alternatives you've considered or any workarounds that are currently in place. | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
id: additional-context | ||
attributes: | ||
label: Additional context | ||
description: Add any other context or screenshots about the feature request here. | ||
validations: | ||
required: false |
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,74 @@ | ||
name: 🐛 Report a bug | ||
description: Have you found a bug or issue? Create a bug report for this tool | ||
labels: [ "bug" ] | ||
|
||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
Thanks for taking the time to fill out this bug report! | ||
- type: markdown | ||
attributes: | ||
value: | | ||
**Please do not report security vulnerabilities here**. The [Responsible Disclosure Program](https://auth0.com/responsible-disclosure-policy) details the procedure for disclosing security issues. | ||
- type: checkboxes | ||
id: checklist | ||
attributes: | ||
label: Checklist | ||
options: | ||
- label: I have looked into the [README](https://github.com/auth0/auth0-deploy-cli#readme) and have not found a suitable solution or answer. | ||
required: true | ||
- label: I have looked into the [documentation](https://github.com/auth0/auth0-deploy-cli#documentation) and have not found a suitable solution or answer. | ||
required: true | ||
- label: I have searched the [issues](https://github.com/auth0/auth0-deploy-cli/issues) and have not found a suitable solution or answer. | ||
required: true | ||
- label: I have upgraded to the [latest version](https://github.com/auth0/auth0-deploy-cli/releases/latest) of this tool and the issue still persists. | ||
required: true | ||
- label: I have searched the [Auth0 Community](https://community.auth0.com/tag/auth0-deploy-cli) forums and have not found a suitable solution or answer. | ||
required: true | ||
- label: I agree to the terms within the [Auth0 Code of Conduct](https://github.com/auth0/open-source-template/blob/master/CODE-OF-CONDUCT.md). | ||
required: true | ||
|
||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: Provide a clear and concise description of the issue. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: expectation | ||
attributes: | ||
label: Expectation | ||
description: Tell us about the behavior you expected to see. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
id: reproduction | ||
attributes: | ||
label: Reproduction | ||
description: Detail the steps taken to reproduce this error and, ideally, share a repo of a minimal reproducible example. State whether this issue can be reproduced consistently or if it is intermittent. | ||
placeholder: | | ||
1. Given... | ||
2. When... | ||
3. Then... | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: environment-deploy-cli-version | ||
attributes: | ||
label: Deploy CLI version | ||
validations: | ||
required: true | ||
|
||
- type: input | ||
id: environment-node-version | ||
attributes: | ||
label: Node version | ||
validations: | ||
required: true |
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,24 +1,42 @@ | ||
## ✏️ Changes | ||
<!-- | ||
❗ For general support or usage questions, use the Auth0 Community forums or raise a support ticket. | ||
> DESCRIPTION GOES HERE. Try to describe both what is changing and why this is important | ||
> - Make sure you run when adding / updating a package | ||
> - What did you change from a design standpoint? | ||
> - What did you change in the code itself? | ||
> - If you are updating a dependency, explain why this is needed. | ||
By submitting a pull request to this repository, you agree to the terms within the Auth0 Code of Conduct: https://github.com/auth0/open-source-template/blob/master/CODE-OF-CONDUCT.md. | ||
--> | ||
|
||
## 🔗 References | ||
### 🔧 Changes | ||
|
||
> Include at least one link to an explanation + requirements for this change, and more if at all possible. Typically this is a Jira/GitHub Issue, but could also be links to Zendesk tickets, RFCs, rollout plan or Slack conversations (for Slack conversations, make sure you provide a summary of the conversation under “Changes”). | ||
<!-- | ||
Describe both what is changing and why this is important. Include: | ||
## 🎯 Testing | ||
- Types and methods added, deleted, deprecated, or changed | ||
- A summary of usage if this is a new feature or a change to a public API | ||
--> | ||
|
||
> Describe how this can be tested by reviewers. Please be specific about anything not tested and reasons why. | ||
> - Make sure you add unit and integration tests. | ||
> - If this is on a hot path, add load or performance tests | ||
> - Especially for dependency updates we also need to make sure that there is no impact on performance. | ||
### 📚 References | ||
|
||
✅🚫 This change has unit test coverage | ||
<!-- | ||
Add relevant links supporting this change, such as: | ||
✅🚫 This change has integration test coverage | ||
- GitHub issue/PR number addressed or fixed | ||
- Auth0 Community post | ||
- StackOverflow answer | ||
- Related pull requests/issues from other repositories | ||
✅🚫 This change has been tested for performance | ||
If there are no references, simply delete this section. | ||
--> | ||
|
||
### 🔬 Testing | ||
|
||
<!-- | ||
Describe how this can be tested by reviewers. Be specific about anything not tested and why. Include any manual steps for testing end-to-end, or for testing functionality not covered by unit tests. | ||
--> | ||
|
||
### 📝 Checklist | ||
|
||
- [ ] All new/changed/fixed functionality is covered by tests (or N/A) | ||
- [ ] I have added documentation for all new/changed functionality (or N/A) | ||
|
||
<!-- | ||
❗ All the above items are required. Pull requests with an incomplete or missing checklist will be closed. | ||
--> |
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,14 @@ | ||
# To get started with Dependabot version updates, you'll need to specify which | ||
# package ecosystems to update and where the package manifests are located. | ||
# Please see the documentation for all configuration options: | ||
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates | ||
|
||
version: 2 | ||
updates: | ||
- package-ecosystem: "npm" | ||
directory: "/" | ||
schedule: | ||
interval: "daily" | ||
ignore: | ||
- dependency-name: "*" | ||
update-types: ["version-update:semver-major", "version-update:semver-patch"] |
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,18 @@ | ||
name: Semgrep | ||
|
||
on: | ||
pull_request_target: {} | ||
push: | ||
branches: ["master", "main"] | ||
jobs: | ||
semgrep: | ||
name: Scan | ||
runs-on: ubuntu-latest | ||
container: | ||
image: returntocorp/semgrep | ||
if: (github.actor != 'dependabot[bot]' && github.actor != 'snyk-bot') | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- run: semgrep ci | ||
env: | ||
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }} |
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 |
---|---|---|
|
@@ -4,8 +4,10 @@ local/ | |
node_modules/ | ||
lib/ | ||
/npm-debug.log | ||
config.json | ||
config*.json | ||
.env | ||
.idea | ||
.npmrc | ||
yarn-error.log | ||
*.pem | ||
*.pub |
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 |
---|---|---|
|
@@ -7,4 +7,5 @@ lib | |
node_modules | ||
examples | ||
test/**/*.json | ||
test/**/*.yaml | ||
test/**/*.yaml | ||
test/e2e/testdata |
Oops, something went wrong.