Ecosyste.ms: OpenCollective

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

depcheck


Collective - Host: opensource - https://opencollective.com/depcheck - Code: https://github.com/depcheck

Merge pull request #19 from lijunle/master

Test CI deployment to Azure cloud.

github.com/depcheck/depcheck-www - bf6a88fd6b89ca63c3a7c74c566371d84ffe0198 authored about 9 years ago by Junle Li <[email protected]>
Merge pull request #18 from lijunle/deployment-trigger

Trigger Azure deployment on deployment branch.

github.com/depcheck/depcheck-www - 5aeb5315f5a4766b3a721768a7055556acae1c70 authored about 9 years ago by Junle Li <[email protected]>
Trigger Azure deployment on deployment branch.

github.com/depcheck/depcheck-www - fd55dc6d88e909914f14c2fefd1735708ac00bc0 authored about 9 years ago by Junle Li <[email protected]>
Bumped version to: 1.0.1

github.com/depcheck/gulp-depcheck - 81c2160aa6a33c4a8b44c37c1edcd0f7f559c08d authored about 9 years ago by Maurizio Casimirri <[email protected]>
fixed cwd

github.com/depcheck/gulp-depcheck - fcd9cc6c0e4bb8f3b309d67d4deef738c1cf60dd authored about 9 years ago by Maurizio Casimirri <[email protected]>
init

github.com/depcheck/gulp-depcheck - 2192a676cc0525219d9586075956817878454df6 authored about 9 years ago by Maurizio Casimirri <[email protected]>
Merge pull request #89 from lijunle/enforce-single-line-at-eof

Enforce single line at EOF.

github.com/depcheck/depcheck - d2ce7b7ee4a387a545794a6e2fc854375c1b09f2 authored about 9 years ago by Junle Li <[email protected]>
Add back Djordje's email to author.

github.com/depcheck/depcheck - 988e0d200ed01b9ba172d03b0c0fbc01a707780b authored about 9 years ago by JunLe Li <[email protected]>
Enforce only one empty line at EOF.

- Fix the violation warnings.

github.com/depcheck/depcheck - 0220f0266811b0542ca085c2749ad2e87fe5b3af authored about 9 years ago by JunLe Li <[email protected]>
Update ESLint to 1.7.3.

- The new version fix the bug to enforce one single line at EOF.

github.com/depcheck/depcheck - 8187b0fb548cf9035679867f00fe60bde979b1e3 authored about 9 years ago by JunLe Li <[email protected]>
Merge pull request #87 from lijunle/web-report

Post result to depcheck web service.

- **Depcheck web service is in *alpha* stage, unexpected...

github.com/depcheck/depcheck - 2cd70145ad33d9f3978eca812148294f0f8e146b authored about 9 years ago by Junle Li <[email protected]>
Add the depcheck web service in README.

- It means the first alpha depchek web service is working!

github.com/depcheck/depcheck - f658333998d986cf2fa985393ad0bf7a26b9e546 authored about 9 years ago by Junle <[email protected]>
Merge pull request #15 from lijunle/badge

Serve badge as SVG image.

github.com/depcheck/depcheck-www - 0a580ed43c9fff3db04a32de4892aee64d48119c authored about 9 years ago by Junle Li <[email protected]>
Serve the badge as svg type.

- Hack the React view engine to support SVG, see
reactjs/express-react-views#53

github.com/depcheck/depcheck-www - 7dd0294b58285f222b74c1b0b05d6cd6350ef420 authored about 9 years ago by Junle <[email protected]>
Implement the badge API.

- Render badge using React component.
- Only support SVG format.

github.com/depcheck/depcheck-www - 9a128651f6adeee6408da2cb44d5b9f8d7ea3f37 authored about 9 years ago by Junle <[email protected]>
Not post report when triggered by pull request.

github.com/depcheck/depcheck - 01384c9eec590edbe4330faee48e758eeb1dabd2 authored about 9 years ago by Junle <[email protected]>
Add post web report unit test.

github.com/depcheck/depcheck - 17ded6916c92c71e1920717f96f1332f21e66fad authored about 9 years ago by JunLe Li <[email protected]>
Extract Travis related variables to a function.

- Make unittest and future maintain easier.

github.com/depcheck/depcheck - 27ca41e45b2a14587c60e3a9f218b488125e16a5 authored about 9 years ago by JunLe Li <[email protected]>
Implement the logic to post report to web service.

- Only Travis CI and GitHub is supported.
- Install `request` package to send request.
- TODO to...

github.com/depcheck/depcheck - e25b327baacf280056f975b8c8d1d8ab5f4dd3a5 authored about 9 years ago by Junle <[email protected]>
Enable send web report in Travis CI configuration.

- Add `depcheck-web` NPM script, and leverage it in Travis Configuration.
- Add parameter direct...

github.com/depcheck/depcheck - 84bc25c985dfee90e6b08705b808ab381222a27a authored about 9 years ago by Junle <[email protected]>
Extract output function to a separated file.

- Move output function to file `src/utils/output.js`.
- Make the output as an *async* pattern fu...

github.com/depcheck/depcheck - ecf221029df6d03f85ca9d034bc5365e54da4d35 authored about 9 years ago by Junle <[email protected]>
Pass environment variable from top level.

- Make code unittest-able.
- Update test code related.

github.com/depcheck/depcheck - c777d24c24117348189f8639435884d37b2c0bb8 authored about 9 years ago by JunLe Li <[email protected]>
Add web service related CLI parameters.

github.com/depcheck/depcheck - 0a39197574173894c47033091eb15962dd2f977c authored about 9 years ago by Junle <[email protected]>
Merge pull request #86 from lijunle/update-readme

Update README to mention CoffeeScript is supported.

github.com/depcheck/depcheck - f4dcd7765defa5b7f5b7b9b62c34415cfa43513d authored about 9 years ago by Junle Li <[email protected]>
Mention CoffeeScript in README.

github.com/depcheck/depcheck - fcf6551a47bf90bedb27d1fd809675458e09c0c2 authored about 9 years ago by JunLe Li <[email protected]>
Merge branch 'fix-validate-token'

- Fix the validation bug about post information to server.

github.com/depcheck/depcheck-www - 84fd847daa7d406932499525863e1f6dade99247 authored about 9 years ago by Junle <[email protected]>
Only validate login for get repo request.

- The client use token request to send information.
- Those requests will be without login infor...

github.com/depcheck/depcheck-www - 52bb36b8267bdf5b20ffe6201dac5a5d248ff185 authored about 9 years ago by Junle <[email protected]>
Merge branch 'rename-package'

- Rename `package` to `repo` or `report` properly.
- Resolve React render warnings.
- Replace de...

github.com/depcheck/depcheck-www - f5dc084c0689dc3f8aa6cf4a4cff4a8358eb3d92 authored about 9 years ago by Junle <[email protected]>
Resolve the React list key warnings.

github.com/depcheck/depcheck-www - f60bbc243520392961497beb945bf0e3fb06e92c authored about 9 years ago by Junle <[email protected]>
Merge pull request #84 from mathieudutour/f/deps-regex-coffee

Support CoffeeScript.

Resolve #84, Close #82.

github.com/depcheck/depcheck - 01410a47f9a08045b3150c958d54588154b22806 authored about 9 years ago by Junle Li <[email protected]>
Remove concept - package.

- Rename it to repo or report correspondingly.
- A repo means a GitHub repo.
- A repo may have m...

github.com/depcheck/depcheck-www - 72e63bd93f8e0525492b8ba6aad061ffac5ad6d8 authored about 9 years ago by Junle <[email protected]>
Replace guid with node-uuid.

- Guid is deprecated, replace it with node-uuid package.

github.com/depcheck/depcheck-www - 893976bf5e0e1a562fe6d0bd3d36ea6dc7632e3b authored about 9 years ago by Junle <[email protected]>
Merge branch 'view'

- Implement the views for user interaction.
- The look and feel is bad, need more work.
- The ba...

github.com/depcheck/depcheck-www - 54650129cd6bd2566bc4ba2b4ab7d09b8ea45c54 authored about 9 years ago by Junle <[email protected]>
Implement the dedicated repo page.

- Show reports in repo page one by one.
- Show post example at the end of the page.

github.com/depcheck/depcheck-www - 6502bb0d668f43db8c685f268b450a616d43ecc9 authored about 9 years ago by Junle <[email protected]>
Implement the logic about enable token for a repo.

- Show the package title as a link to package page.
- After enable, redirect back to repo list p...

github.com/depcheck/depcheck-www - 27ee9a7b107497d5cd199df1292eef8ef484572e authored about 9 years ago by JunLe Li <[email protected]>
Add repo list, show repo token.

- For those repo without a token, add a enable button for them.

github.com/depcheck/depcheck-www - 7c05eb675adb83a007cb8a17739d110c7c197e5a authored about 9 years ago by Junle <[email protected]>
Implement the home page as React component.

- Install React render view engine.
- Add simple React layout component.
- Provide login link in...

github.com/depcheck/depcheck-www - 4028082398d115f46e18f7e6d35baf8c4bf3cdac authored about 9 years ago by JunLe Li <[email protected]>
Enable Airbnb React ESLint rules.

- Not enable enforce prop validation.

github.com/depcheck/depcheck-www - e8f2e66f8a2b4a305d97d49b84d620266424f60d authored about 9 years ago by Junle <[email protected]>
Merge branch 'engines'

github.com/depcheck/depcheck-www - be815b7441fc8b4ad68203ed01a2cdb8099f34b9 authored about 9 years ago by Junle <[email protected]>
Specify the node and NPM engines for project.

github.com/depcheck/depcheck-www - 548dce85e9d58953405c688d51903aae59d58ae0 authored about 9 years ago by Junle <[email protected]>
Merge branch 'login'

- Add login workflow, adpot in GitHub OAuth.
- Add simple authorization base on login user.

github.com/depcheck/depcheck-www - fcade5674d8321570269f531fed3910fb812890c authored about 9 years ago by Junle <[email protected]>
Implement login validation.

- Only allow the show the repo page for login user.
- Add validation for token APIs too.

github.com/depcheck/depcheck-www - 467b7131222f8177143c4e896e63648923a6e5be authored about 9 years ago by Junle <[email protected]>
Implement the login callback.

- Follow the workflow mentioned in GitHub guideline.
- Reference: https://developer.github.com/v...

github.com/depcheck/depcheck-www - 885271cd1b2055906570a26d6ed425e2e5e58a8e authored about 9 years ago by Junle <[email protected]>
Implement the login redirection.

- Adopt in GitHub OAuth workflow.
- Add login (view) model.
- Abstract the provider layer.

github.com/depcheck/depcheck-www - 2162a4e6726a79707fd4851dec7c059e895974c5 authored about 9 years ago by Junle <[email protected]>
Merge branch 'provider'

- Implement the GitHub provider, provide query user repo list function.

github.com/depcheck/depcheck-www - a801be76145f3418b62995009db6e180e440aa55 authored about 9 years ago by Junle <[email protected]>
Implement the get repo from provider logic.

- Merge the enabled token and provider repo to one list.

github.com/depcheck/depcheck-www - 116ec4e822ef5f0c87e8f09f7ffe2c4a11785072 authored about 9 years ago by Junle <[email protected]>
Filter the output of query package.

github.com/depcheck/depcheck-www - 1dad37704839d6afa6e8d12b311566be6e9d0589 authored about 9 years ago by Junle <[email protected]>
Merge branch 'model'

- Extract the business logic code to models
- Place models inside `src/models` folder

github.com/depcheck/depcheck-www - 7db09e4b538e12c53b951aee585236a983a8b1ce authored about 9 years ago by Junle <[email protected]>
Make controller routes as expressions.

github.com/depcheck/depcheck-www - 5d525ab4dd982d8c865f1872cf8dc78a358fa01a authored about 9 years ago by Junle <[email protected]>
Extract repo related logic code to repo model.

- Extract another small logic to token model.

github.com/depcheck/depcheck-www - d0f17c5b7b84bd256a9f49b30d392810561d9710 authored about 9 years ago by Junle <[email protected]>
Extract token related logic to token model.

- Place token model to `src/models/token.js` file.
- Add necessary logging.

github.com/depcheck/depcheck-www - 5e8d2ea9372a84761ebde2fe2519277237399230 authored about 9 years ago by Junle <[email protected]>
Extract package related logic to package model.

github.com/depcheck/depcheck-www - aa24b39c11fe91fd124b93b73ebf41911bfe7afd authored about 9 years ago by Junle <[email protected]>
Fix local service to block same ID records.

github.com/depcheck/depcheck-www - c12c03f0da3c8e43b63f5c9ec1225773c690b971 authored about 9 years ago by Junle <[email protected]>
Add table upsert API.

- Leverage it in update the repo status.

github.com/depcheck/depcheck-www - ecefe6178724d6eb055fb915962f09f488043556 authored about 9 years ago by Junle <[email protected]>
Remove the queue services.

- The WebJobs and queue trigger is not used in new design.

github.com/depcheck/depcheck-www - 0401c4e3f982e3b6510c8a47c66953efa773cd31 authored about 9 years ago by Junle <[email protected]>
Merge branch 'prototype'

- Implement the prototype of the core APIs.
- No authentication, much security issues.

github.com/depcheck/depcheck-www - a3df8b57b86f21add2d8652cc2b408f04194a267 authored about 9 years ago by Junle <[email protected]>
Implement the token validation logic.

- Handle the case when token for repo is not generated.

github.com/depcheck/depcheck-www - 75f053d90a0b3ec2311940a544a3615bf67bc169 authored about 9 years ago by Junle <[email protected]>
Implement the API to generate and get token.

github.com/depcheck/depcheck-www - e72658b25582942b8d0f4d1a23da4e089a6ac4b5 authored about 9 years ago by Junle <[email protected]>
Fix the convertion from id to Azure keys.

- Split id with `-$KEY$-` to generate partition key and row key.
- Use valid Azure table key cha...

github.com/depcheck/depcheck-www - ae7ef31cd39e548556a472b40cad5dcbb5d065a6 authored about 9 years ago by Junle <[email protected]>
Implement the get and post package routes.

github.com/depcheck/depcheck-www - 7b83245fca4e3078e90ddddb0a7e0076cf362408 authored about 9 years ago by Junle <[email protected]>
Implement the API to get packages from a user.

- Get the enabled packages for a specified user.

github.com/depcheck/depcheck-www - d1f42aa976bf787e175e97cf90d4517cc700b164 authored about 9 years ago by Junle <[email protected]>
Merge branch 'cherry-pick'

- Cherry pick service code to master branch
- Cherry pick build scripts to master branch
- Cherr...

github.com/depcheck/depcheck-www - a8aa67095e9acfe6e02c7f84e93605b3f6728365 authored about 9 years ago by Junle <[email protected]>
Cherry pick extract routes to controllers.

- Extract the routes to `/controllers` folder.
- Add `prepare.js` to ensure table exist.
- Add l...

github.com/depcheck/depcheck-www - 3675e2047fcfa2ef9f09701ebe03b6ed05d40404 authored about 9 years ago by Junle <[email protected]>
Cherry pick the gulp build scripts.

- Install the necessary packages.

github.com/depcheck/depcheck-www - 5ee98a4a2e368e1f353228b39baf0c2d74c6fed3 authored about 9 years ago by Junle <[email protected]>
Cherry pick the Azure deployment scripts.

github.com/depcheck/depcheck-www - 31a57c9447a61c60d2bbc8b7233ed93d8084d5ac authored about 9 years ago by Junle <[email protected]>
add test case for ES6 import in coffee

github.com/depcheck/depcheck - c89e098ba58371d0fdbf6c502793c6bcdf84e2ad authored about 9 years ago by Mathieu Dutour <[email protected]>
Do not match ES6 import in coffeescript

github.com/depcheck/depcheck - c1df54aec75bd6ddf7de5e4049ea35e658fa0077 authored about 9 years ago by Mathieu Dutour <[email protected]>
Cherry pick the services codes to here.

- Install the necessary packages.

github.com/depcheck/depcheck-www - 3a8be85f1dd2db55038c207f54703a19fca48ec3 authored about 9 years ago by Junle <[email protected]>
support coffeescript

github.com/depcheck/depcheck - 3c9af308a1f3ee3fa193135503f9888680f00fbb authored about 9 years ago by Mathieu Dutour <[email protected]>
Merge pull request #81 from lijunle/npm-publish

Run npm publish only on latest version job.

github.com/depcheck/depcheck - 9da4c72f388e6b15efcc39cd4523c05f34039970 authored about 9 years ago by Junle Li <[email protected]>
Run npm publish only on latest version job.

github.com/depcheck/depcheck - 153833b821c13a015b3e1a477ff9a08ebd409008 authored about 9 years ago by Junle <[email protected]>
Merge pull request #78 from lijunle/ignore-number

Test case to assert ignore require number.

github.com/depcheck/depcheck - 820df57369d170446abe0ba8fd18911465cc5c65 authored about 9 years ago by Junle Li <[email protected]>
Test case to assert ignore require number.

- Depcheck should handle the require number statements.
- However, these statement should be ign...

github.com/depcheck/depcheck - 1435f8cc5d42fe4d50553ce8a5413903e0e6534f authored about 9 years ago by JunLe Li <[email protected]>
Merge pull request #77 from lijunle/disable-cache

Disable NPM cache and enforce NPM@3 in AppVeyor CI.

github.com/depcheck/depcheck - 0d4b8c05c85704eaa14c863bc9465d002a934cef authored about 9 years ago by Junle Li <[email protected]>
Force to use NPM 3.x in AppVeyor CI.

- No matter in which node version.

github.com/depcheck/depcheck - ab5831a1901db6cd6b54ae8efbb9fe8b593f894b authored about 9 years ago by JunLe Li <[email protected]>
Disable cache to enjoy newest compatible packages.

- CI should handle the newest dependecies is supported.

github.com/depcheck/depcheck - 2688161c5d240c91a285abae3215f087bd6f2638 authored about 9 years ago by JunLe Li <[email protected]>
Merge pull request #76 from dylang/scoped-packages

Support scoped packages.

- Add covered unit test.

github.com/depcheck/depcheck - c133c999e7fb67ac5c19166be2b7e01853558528 authored about 9 years ago by Junle Li <[email protected]>
support scoped packages

github.com/depcheck/depcheck - fcb142bde894c93751f841c97498a750d43dd42c authored about 9 years ago by Dylan Greene <[email protected]>
Init the depcheck-web project.

- Install express as the web framework.
- Install babel as node ES6 runtime support.
- Install A...

github.com/depcheck/depcheck-www - 501546523b5009e1ac5a1a1eb23559a9122b0c8b authored over 9 years ago by Junle Li <[email protected]>
Merge pull request #75 from lijunle/fix-patch-version

Fix patch version NPM script command.

github.com/depcheck/depcheck - 27c5d77b546e37a35ddc24696020bd6b976506cf authored over 9 years ago by Junle Li <[email protected]>
Fix patch version NPM script command.

github.com/depcheck/depcheck - 7aed11a5e9400c18fedcf95131ca524bcc11a65e authored over 9 years ago by Junle Li <[email protected]>
Merge pull request #74 from lijunle/deployment

Integrate NPM publish to Travis deployment.

github.com/depcheck/depcheck - 0e1d6e80a066405686ac22d97745e825af777f45 authored over 9 years ago by Junle Li <[email protected]>
Patch version from tag to package.json.

- Hook patch version script before deployment.
- When no tag found, make version number as 0.0.1.

github.com/depcheck/depcheck - 499b42abf539d45281d98626151e3e4ffeec1ee0 authored over 9 years ago by Junle Li <[email protected]>
Downgrade the package version to 0.0.1.

- The version number does not have any meaning any more, the Travis deployment is responsible to...

github.com/depcheck/depcheck - ff6e61827b80012a1bc01872835abcf38b9ed678 authored over 9 years ago by Junle Li <[email protected]>
Apply ESLint rules under build folder.

github.com/depcheck/depcheck - ab2e8b8ba1d9d6e8111c002bc6149f9f93ef6a36 authored over 9 years ago by Junle Li <[email protected]>
Delegate the NPM publish work to Travis deployment hook.

- Skip clean up before release, dist folder is our target.

github.com/depcheck/depcheck - 6c27edd0bda13bab97eb3fc47388da0ad11f6e92 authored over 9 years ago by Junle Li <[email protected]>
Merge pull request #73 from lijunle/appveyor-ci

Add Windows Build Support.

github.com/depcheck/depcheck - f68082e8fcf1cb36387b0868a60d059f7bf83549 authored over 9 years ago by Junle Li <[email protected]>
Update README to include AppVeyor build status.

- Move the build status badges after introduction.

github.com/depcheck/depcheck - c631ad89fd54e23fa0eedfcc863826dd0dca3723 authored over 9 years ago by Junle Li <[email protected]>
Cache the node_modules folder.

github.com/depcheck/depcheck - 4768439857adad1b024025a4e9295c31b65eef88 authored over 9 years ago by Junle Li <[email protected]>
Fix the bug about path suffix.

- Use `path.join` to normalize the path to OS independent.

github.com/depcheck/depcheck - 15a06c098c6e2ea026aad7f5e93acce881cd7e5f authored over 9 years ago by Junle Li <[email protected]>
Skip the test permission test case in Windows.

github.com/depcheck/depcheck - 3c80c7dcf6fe3d6b106a82d69d297335b8736a34 authored over 9 years ago by Junle Li <[email protected]>
Use a safe way to split lines.

- Convert all '\r\n' to '\n' first, then split line.

github.com/depcheck/depcheck - f64fae0786b4e7819f0601e29df9b697fe9cc96e authored over 9 years ago by Junle Li <[email protected]>
Fix bin special parser bug.

- Make it works on Windows.

github.com/depcheck/depcheck - 346f5a54cb7e526a3b922f1c1b073b29e03a6567 authored over 9 years ago by Junle Li <[email protected]>
Prepend the node to the depcheck command.

- Fix the depcheck NPM script in Windows.
- Fix the test broken in E2E test cases.

github.com/depcheck/depcheck - e09b03098b94690a9e5fcad679a879fdbe6a4aad authored over 9 years ago by Junle Li <[email protected]>
Add AppVeyor configuration.

github.com/depcheck/depcheck - cfe50802f59b68420e87aa60d5ee0a48e2328a31 authored over 9 years ago by Junle Li <[email protected]>
Merge pull request #72 from lijunle/revert-cli-output

Revert CLI output to old format.

github.com/depcheck/depcheck - 20e51ed46938b8bcc553eda6b3730959da2d3f20 authored over 9 years ago by Junle Li <[email protected]>
Fix the test code.

github.com/depcheck/depcheck - 4c17b0d7b6627c702f180b662ff1114520232359 authored over 9 years ago by Junle Li <[email protected]>
Revert the CLI output format.

- It is same with old depcheck output format now.

github.com/depcheck/depcheck - 5f129e17af9f91f836951fb3fe5a217988369fbd authored over 9 years ago by Junle Li <[email protected]>
Merge pull request #70 from lijunle/doc

Update documentations.

github.com/depcheck/depcheck - e4fe215158d676edf695b06ab51a6a0345e012a5 authored over 9 years ago by Junle Li <[email protected]>
Update the README file.

- Include the new API and CLI options.
- Mention the pluggable design document.

github.com/depcheck/depcheck - 269695ad2cc55bb6cc902dd1280e1738c4ace260 authored over 9 years ago by Junle Li <[email protected]>