-
Notifications
You must be signed in to change notification settings - Fork 666
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
430 changed files
with
4,141 additions
and
35,704 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,7 +1,5 @@ | ||
# Results of tests | ||
test/res* | ||
|
||
|
||
|
||
node_modules/ | ||
npm-debug.log | ||
|
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,11 +1,14 @@ | ||
# whitelisted branches | ||
branches: | ||
only: | ||
- master | ||
- develop | ||
|
||
language: node_js | ||
node_js: | ||
- "iojs" | ||
- "node" | ||
- "0.12" | ||
- "0.11" | ||
- "0.10" | ||
- "0.8" | ||
- "0.6" | ||
- "0.5" | ||
- "0.4" | ||
|
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Contributing to AlaSQL | ||
|
||
**All contributions are much welcome and greatly appreciated(!)** | ||
|
||
- Please work with the code from the develop branch (do a `npm install` first time you clone) | ||
- Add a test for the issue: Copy `test/test000.js` and replace `000` with a new number. | ||
- Impelement a test that reflects the issue. | ||
- Run `npm test` to verify only the new test fails | ||
- Implement your contributions in `src/` | ||
- Run `npm test` and verify all tests are OK | ||
- Pull-request to the develop branch | ||
|
||
_Please note that `npm test` will also compile from `src/`_ | ||
|
||
|
Oops, something went wrong.