forked from mrfelton/loopback-connector-mongodb
-
Notifications
You must be signed in to change notification settings - Fork 0
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' of https://github.com/strongloop/loopback-conne…
- Loading branch information
Showing
60 changed files
with
7,983 additions
and
1,844 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
coverage | ||
**/node_modules/ |
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,10 @@ | ||
{ | ||
"extends": "loopback", | ||
"rules": { | ||
"max-len": ["error", 120, 4, { | ||
"ignoreComments": true, | ||
"ignoreUrls": true, | ||
"ignorePattern": "^\\s*var\\s.+=\\s*(require\\s*\\()|(/)" | ||
}] | ||
} | ||
} |
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: Bug report | ||
about: Create a report to help us improve | ||
labels: bug | ||
|
||
--- | ||
|
||
<!-- 🚨 STOP 🚨 STOP 🚨 STOP 🚨 | ||
HELP US HELP YOU, PLEASE | ||
- Do a quick search to avoid duplicate issues | ||
- Provide as much information as possible (reproduction sandbox, use case for features, etc.) | ||
- Consider using a more suitable venue for questions such as Stack Overflow, Gitter, etc. | ||
Please fill in the *entire* template below. | ||
--> | ||
|
||
## Steps to reproduce | ||
|
||
<!-- Describe how to reproduce the issue --> | ||
|
||
## Current Behavior | ||
|
||
<!-- Describe the observed result --> | ||
|
||
## Expected Behavior | ||
|
||
<!-- Describe what did you expect instead, what is the desired outcome? --> | ||
|
||
## Link to reproduction sandbox | ||
|
||
<!-- | ||
See https://loopback.io/doc/en/contrib/Reporting-issues.html#loopback-3x-bugs | ||
Note: Failure to provide a sandbox application for reproduction purposes will result in the issue being closed. | ||
--> | ||
|
||
## Additional information | ||
|
||
<!-- | ||
Copy+paste the output of these two commands: | ||
node -e 'console.log(process.platform, process.arch, process.versions.node)' | ||
npm ls --prod --depth 0 | grep loopback | ||
--> | ||
|
||
## Related Issues | ||
|
||
<!-- Did you find other bugs that looked similar? --> | ||
|
||
_See [Reporting Issues](http://loopback.io/doc/en/contrib/Reporting-issues.html) for more tips on writing good issues_ |
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,25 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
labels: feature | ||
|
||
--- | ||
|
||
## Suggestion | ||
|
||
<!-- A summary of what you'd like to see added or changed --> | ||
|
||
## Use Cases | ||
|
||
<!-- | ||
What do you want to use this for? | ||
What shortcomings exist with current approaches? | ||
--> | ||
|
||
## Examples | ||
|
||
<!-- Show how this would be used and what the behavior would be --> | ||
|
||
## Acceptance criteria | ||
|
||
TBD - will be filled by the team. |
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,27 @@ | ||
--- | ||
name: Question | ||
about: The issue tracker is not for questions. Please use Stack Overflow or other resources for help. | ||
labels: question | ||
|
||
--- | ||
|
||
<!-- 🚨 STOP 🚨 STOP 🚨 STOP 🚨 | ||
THE ISSUE TRACKER IS NOT FOR QUESTIONS. | ||
DO NOT CREATE A NEW ISSUE TO ASK A QUESTION. | ||
Please use one of the following resources for help: | ||
**Questions** | ||
- https://stackoverflow.com/tags/loopbackjs | ||
- https://groups.google.com/forum/#!forum/loopbackjs | ||
- https://gitter.im/strongloop/loopback | ||
**Immediate support** | ||
- https://strongloop.com/api-connect-faqs/ | ||
- https://strongloop.com/node-js/subscription-plans/ | ||
--> |
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: Report a security vulnerability | ||
url: https://loopback.io/doc/en/contrib/Reporting-issues.html#security-issues | ||
about: Do not report security vulnerabilities using GitHub issues. Please send an email to `reachsl@us.ibm.com` instead. | ||
- name: Get help on StackOverflow | ||
url: https://stackoverflow.com/tags/loopbackjs | ||
about: Please ask and answer questions on StackOverflow. | ||
- name: Join our mailing list | ||
url: https://groups.google.com/forum/#!forum/loopbackjs | ||
about: You can also post your question to our mailing list. |
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,17 @@ | ||
<!-- | ||
Please provide a high-level description of the changes made by your pull request. | ||
Include references to all related GitHub issues and other pull requests, for example: | ||
Fixes #123 | ||
Implements #254 | ||
See also #23 | ||
--> | ||
|
||
## Checklist | ||
|
||
- [ ] DCO (Developer Certificate of Origin) [signed in all commits](https://loopback.io/doc/en/contrib/code-contrib.html) | ||
- [ ] `npm test` passes on your machine | ||
- [ ] New tests added or existing tests modified to cover all changes | ||
- [ ] Code conforms with the [style guide](https://loopback.io/doc/en/contrib/style-guide-es6.html) | ||
- [ ] Commit messages are following our [guidelines](https://loopback.io/doc/en/contrib/git-commit-messages.html) |
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,23 @@ | ||
# Number of days of inactivity before an issue becomes stale | ||
daysUntilStale: 60 | ||
# Number of days of inactivity before a stale issue is closed | ||
daysUntilClose: 14 | ||
# Issues with these labels will never be considered stale | ||
exemptLabels: | ||
- pinned | ||
- security | ||
- critical | ||
- p1 | ||
- major | ||
# Label to use when marking an issue as stale | ||
staleLabel: stale | ||
# Comment to post when marking an issue as stale. Set to `false` to disable | ||
markComment: > | ||
This issue has been automatically marked as stale because it has not had | ||
recent activity. It will be closed if no further activity occurs. Thank you | ||
for your contributions. | ||
# Comment to post when closing a stale issue. Set to `false` to disable | ||
closeComment: > | ||
This issue has been closed due to continued inactivity. Thank you for your understanding. | ||
If you believe this to be in error, please contact one of the code owners, | ||
listed in the `CODEOWNERS` file at the top-level of this repository. |
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,2 +1,4 @@ | ||
node_modules | ||
coverage | ||
.idea | ||
.nyc_output/ |
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 @@ | ||
package-lock=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 |
---|---|---|
@@ -1,8 +1,21 @@ | ||
language: node_js | ||
node_js: | ||
- 0.6 | ||
- 0.8 | ||
- "10" | ||
- "12" | ||
- "14" | ||
|
||
env: | ||
- CXX=g++-4.8 | ||
addons: | ||
apt: | ||
sources: | ||
- ubuntu-toolchain-r-test | ||
- mongodb-3.2-precise | ||
packages: | ||
- g++-4.8 | ||
- mongodb-org-server | ||
- mongodb-org-shell | ||
services: | ||
- mongodb | ||
before_script: | ||
- mongo mydb_test --eval 'db.addUser("travis", "test");' | ||
|
||
after_success: npm run coverage |
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,5 @@ | ||
# Sorted alphabetically | ||
Miroslav Bajtos (https://github.com/bajtos) | ||
Raymond Feng (https://github.com/raymondfeng) | ||
Ritchie Martori (https://github.com/ritch) | ||
Simon Ho (https://github.com/superkhau) |
Oops, something went wrong.