Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/depcheck/depcheck-web

Post depcheck report to web service.
https://github.com/depcheck/depcheck-web

Merge pull request #5 from depcheck/readme

Add information in README file.

1e34257a9eeae9e5e1c8a7ec96914896b55d13ff authored about 9 years ago by Junle Li <[email protected]>
Add information in README file.

- Add Travis build and depcheck badge.
- Polish the introduction.
- Add usage section.
- Add exa...

fa55d1c494b79cc651162a990004322650217504 authored about 9 years ago by Junle Li <[email protected]>
Merge pull request #4 from depcheck/setup-deployment

Setup CI deployment.

2af0250963a81081830a741e039d48919b2fa938 authored about 9 years ago by Junle Li <[email protected]>
Add npm ignore file.

- It skip `src/` and `test/` folder and ship others to npm when deployment.

78941336250becbf4d36c5b60677c460cca5c9f6 authored about 9 years ago by Junle Li <[email protected]>
Setup deployment in Travis CI config.

- Install patch-version package.

fd0e86d8b3aa0a1ea061ecc243a25ff9f62cc628 authored about 9 years ago by Junle Li <[email protected]>
Merge pull request #3 from depcheck/fix-line-feed

Fix line feed issue.

ad3815f22fb75d1b944e324709effb455a3b033b authored about 9 years ago by Junle Li <[email protected]>
Resolve test cases failure.

- Append line feed to expected strings.

7bcd95d9028d2f1fab43f42a0a4a415e0a022b53 authored about 9 years ago by Junle Li <[email protected]>
Output new line in stdout/stderr write function.

- Otherwise, the output line will be clean up when run "npm run depcheck"
- Test cases are failing.

d34381687e513d780c9ec81e659b91d782fcaecc authored about 9 years ago by Junle Li <[email protected]>
Merge pull request #2 from depcheck/test-case

Add more test cases.

18a891fa16b7ef7064b7c32b6c72fc8092d8be7d authored about 9 years ago by Junle Li <[email protected]>
Hack to not exit -1 when run in pull request or platform not support.

- Test cases are resolved.

f9282bd9a171b5e0c4253611a8a43247908570ae authored about 9 years ago by Junle Li <[email protected]>
Add test about run in pull request and platform not support.

- They are failing now.

66c1260a2735bb53471f549448d1af9ba209089e authored about 9 years ago by Junle Li <[email protected]>
Better error handling and unit test.

8578dbb2a3fb9a1e596af74b0448d8ab57a34e2c authored about 9 years ago by Junle Li <[email protected]>
Add test cases about CLI arguments.

36c6fc7af27c9ecf5944fab498ab3cae3366b51d authored about 9 years ago by Junle Li <[email protected]>
Assert on post content on test case.

acf88c41e77bcb62a962e4e53b008efedb9d94a1 authored about 9 years ago by Junle Li <[email protected]>
Add test case about request failure.

- Extract the `env` environment variable to a separated object.

1d73157c2c99ebadb50e42f2742df9ec035ef1a7 authored about 9 years ago by Junle Li <[email protected]>
Merge pull request #1 from depcheck/unit-testable

Refactor to make unit-testable

b71ef91ff534fe8eb0c55449b4ce1d0ec6d9ffc0 authored about 9 years ago by Junle Li <[email protected]>
Integrate test to npm script and Travis build.

6164a4a78c2cc6c6c6b1a734cdad8522b09640b3 authored about 9 years ago by Junle Li <[email protected]>
Implement the very basic test case.

5ae2310a80bebf812d5c7f46b0316bf54c3cd787 authored about 9 years ago by Junle Li <[email protected]>
Migrate to superagent to send request.

- Superagent is more friendly for unit testing.
- Superagent is lightweight.

0a2df7aea506a9e110cbf9a8dbef553e61b32154 authored about 9 years ago by Junle Li <[email protected]>
Split the implementation to several files.

- The `process` object is the only injected object from bin wrapper.
- Extract the `process` fro...

023809563df76c88a566510b6cafb7aa48ccf9f4 authored about 9 years ago by Junle Li <[email protected]>
Implement self check and integrate to Travis build.

85425e0ce06586f9b9842d0d39ce31f58c434de0 authored about 9 years ago by Junle Li <[email protected]>
Port post report logic from legacy code.

7336400774083cd18596efb3bb30c5425b7123f3 authored about 9 years ago by Junle Li <[email protected]>
Setup babel and babel compile script.

fe0d9e91e1166268d40903e350f0b7e164eb4d9a authored about 9 years ago by Junle Li <[email protected]>
Init package.json and set up eslint preset.

98248113dc8028b1a3102cc82096d1a8f7413f3d authored about 9 years ago by Junle Li <[email protected]>
Add README, LICENSE and git ignore file.

847405f5626a1779ffef5386d659a7be601ecbe2 authored about 9 years ago by Junle Li <[email protected]>