Skip to content

Commit

Permalink
remove passport-saml code and tests
Browse files Browse the repository at this point in the history
move node-saml code and tests up one level to src/ and test/
create passport-saml-types
reset changelog
rename package to node-saml
#2
  • Loading branch information
zoellner committed May 19, 2021
1 parent 683f767 commit 60af4cc
Show file tree
Hide file tree
Showing 31 changed files with 1,026 additions and 3,165 deletions.
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

0 comments on commit 60af4cc

Please sign in to comment.