Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove passport-saml code and tests #3

Merged
merged 2 commits into from May 21, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug-report.md
Expand Up @@ -10,7 +10,7 @@ assignees: ""
Thanks for submitting a bug report or featureq request to help us improve.

If you have a support question about how to use the module, no one is monitoring the issues
to answer those. Consider posting on StackOverflow instead using the "passport-saml" tag.
to answer those. Consider posting on StackOverflow instead using the "node-saml" tag.
-->

** Spec-driven development **
Expand All @@ -25,7 +25,7 @@ that you found no references in the spec concerning your issue.

** Community development model **

passport-saml is maintained by a number of current users. There is no author or primary maintainer
node-saml is maintained by a number of current users. There is no author or primary maintainer
waiting to write your tests and documentation for you. To increase the odds that your issue
is promptly dealt with, consider a pull request to address the issue that includes test coverage
and updated documentation.
Expand All @@ -40,4 +40,4 @@ A clear and concise description of what you expected to happen.
**Environment**

- Node.js version:
- passport-saml version:
- node-saml version:
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/config.yml
@@ -1,7 +1,7 @@
blank_issues_enabled: false
contact_links:
- name: Ask a question on Discussions area (NEW!)
url: https://github.com/node-saml/passport-saml/discussions
url: https://github.com/node-saml/node-saml/discussions
about: Recommended place for questions, debates, consultation.
- name: Ask a question on StackOverflow
url: https://stackoverflow.com/questions/tagged/passport-saml
url: https://stackoverflow.com/questions/tagged/node-saml
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.md
Expand Up @@ -10,7 +10,7 @@ assignees: ""
Thanks for submitting a bug report or featureq request to help us improve.

If you have a support question about how to use the module, no one is monitoring the issues
to answer those. Consider posting on StackOverflow instead using the "passport-saml" tag.
to answer those. Consider posting on StackOverflow instead using the "node-saml" tag.
-->

** Spec-driven development **
Expand All @@ -25,7 +25,7 @@ that you found no references in the spec concerning your issue.

** Community development model **

passport-saml is maintained by a number of current users. There is no author or primary maintainer
node-saml is maintained by a number of current users. There is no author or primary maintainer
waiting to write your tests and documentation for you. To increase the odds that your issue
is promptly dealt with, consider a pull request to address the issue that includes test coverage
and updated documentation.
Expand Down
2 changes: 1 addition & 1 deletion .grenrc.js
Expand Up @@ -28,7 +28,7 @@ module.exports = {
},
changelogFilename: "CHANGELOG.md",
username: "node-saml",
repo: "passport-saml",
repo: "node-saml",
template: {
issue: function (placeholders) {
const parts = [
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "8.10"
- "12"
- "stable"

script:
Expand Down