Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/depcheck/depcheck-www
Depcheck web service.
https://github.com/depcheck/depcheck-www
Update readme and references.
b7053b5fd35f6ed534257197cf559803d8adf234 authored about 9 years ago by Junle Li <[email protected]>
- Leverage the depcheck-web to post report to service.
- Remove the reported useless dependency ...
- Add private = true to package.json, avoid publish by accident.
0e9160378530c9eb81e69a7abdc80cb9801464a0 authored about 9 years ago by Junle Li <[email protected]>9dbc355ec56b0d29b4be3c8ed22ec58770c368f4 authored about 9 years ago by Junle Li <[email protected]>
Move the prune command to azure deploy script.
b7c47aaf98d9b41bbe36cdc090f946bcb13cc2bc authored about 9 years ago by Junle Li <[email protected]>
- Azure is using [email protected] to run `npm prune`, which fails the deployment.
- The azure deploy scri...
Fix enable depcheck permission.
361b10475f04919aabc93dbfe22b441aa1029584 authored about 9 years ago by Junle Li <[email protected]>- Update the test code to `validateAccess` function.
c9dd6f15228925c7fe9e9e31a91be9596193859e authored about 9 years ago by Junle Li <[email protected]>
- Login model validate function deprecated.
- Update the E2E test case.
- Add one more test case...
- The API and implementation is not affected.
- Make better logging.
Clean up node_modules folder before install deps.
486159290b6806712030dff1f0d64c36ce36b0f5 authored about 9 years ago by Junle Li <[email protected]>- Integrate `npm prune` before `npm install`.
a4d96e2ba4a4a815b74e5d98208e8b9a589e9603 authored about 9 years ago by Junle Li <[email protected]>Deploy from node v5 matrix.
348ebdc3ffd33d1b64f3f0eb507031b3fa2a682b authored about 9 years ago by Junle Li <[email protected]>- Because build speed of v5 is much faster than v4.
df11fc34f926efa2738aff07e789425d44ca7754 authored about 9 years ago by Junle Li <[email protected]>Better access management.
062a86ce7ecc8a920f27f96dc5c175d117b3f278 authored about 9 years ago by Junle Li <[email protected]>e32d4ab7758502c98685d1f1e33c89ae1c4cd0ab authored about 9 years ago by Junle Li <[email protected]>
- Remove `isLoggedIn` function and its tests.
# Conflicts:
# src/models/login.js
- Support detect permission for organization repos.
- Add `getRepos` as provider function.
- Dep...
- Add one more basic E2E scenario test.
- Add full view unit tests.
- Split the loginUser to two steps: getAccessToken + getUser.
- Update the E2E test case.
- Remo...
a3ec1c0b761ba43467f353a466009118198457a1 authored about 9 years ago by Junle Li <[email protected]>
d714e52e83f0b81308d6ad96abe2794997b5ddfb authored about 9 years ago by Junle Li <[email protected]>
Update to Babel 6.x
5f01691c0e8bd38f8d895b27979933b0643cd439 authored about 9 years ago by Junle Li <[email protected]>dfbcc1a55e24dcd9f315e3c1f55de7dea356d4ce authored about 9 years ago by Junle Li <[email protected]>
c9a2fc92950cfbec101f808eaf1780a8e070b2a7 authored about 9 years ago by Junle Li <[email protected]>
def7b977aa659ee3c3dc49be0fe1ed0a9145353f authored about 9 years ago by Junle Li <[email protected]>
- Add babel RC file.
- Update script commands.
- Update isparta for test coverage support.
Post deployment.
26ec61f63f533b5819ec07eb3952ca1ef5b8aab7 authored about 9 years ago by Junle Li <[email protected]>8568b1586c1fd02d197a35bb8104a9132695539b authored about 9 years ago by Junle Li <[email protected]>
a3d7ea9775d081444f468b6c27a60629b485fd1b authored about 9 years ago by Junle Li <[email protected]>
Deploy on tag push, retire deployment branch.
72de489c3d9b67073e5550487c6bc6aa6b7b3370 authored about 9 years ago by Junle Li <[email protected]>
- Stick on depcheck version 0.5.9.
- Test on both node v4 and v5.
- Hack to deploy Azure on tag ...
ad52845301285c00fdfb6c0d6367ce5e1a56b8da authored about 9 years ago by Junle Li <[email protected]>
[Deployment] add navigation bar, tutorial.
0492f7f22fe9822f08b0966021cd376de8106a99 authored about 9 years ago by Junle Li <[email protected]>Update Readme and out-of-dated dependency.
50c0c31817f1e5794420272eec4f995387e2d390 authored about 9 years ago by Junle Li <[email protected]>3a1c2fe067f37fa775bab5c0072fa81b006b77d6 authored about 9 years ago by Junle Li <[email protected]>
128a5cd8bf15147cfb30db809409765d082383db authored about 9 years ago by Junle Li <[email protected]>
a7baeb94c60830f7b3cc5b362fbb8480d30cb055 authored about 9 years ago by Junle Li <[email protected]>
Ignore two files in test coverage.
45a8e4f747b48332120d1297d0c8355cbd7215b5 authored about 9 years ago by Junle Li <[email protected]>
- Provider selector: `src/providers/index.js`
- Local service table module: `src/services/local/...
Validate and reject post report request.
608b00dd25295dc8c916f3d5d749e3d8a5527ac8 authored about 9 years ago by Junle Li <[email protected]>f217dd248cb3c84985d8b1ffd15b51247550b16c authored about 9 years ago by Junle Li <[email protected]>
744d3792efa5849f33be5cb62cd4813567582ea9 authored about 9 years ago by Junle Li <[email protected]>
- It is a need after change to the new content-negotiate system.
a0bf3629e784e73d69c534a95536f2cc66ec011f authored about 9 years ago by Junle Li <[email protected]>
- Make JSON as the default response format.
- Post report from API not need to specify the `Acce...
Implement safe error handling.
8670be994b1ed11cde3ca992440e4a200e3c3d6d authored about 9 years ago by Junle Li <[email protected]>
- Expected response error.
- Unexpected server error.
e9370f9b377fdcf877b8380af41f3e09e8514417 authored about 9 years ago by Junle Li <[email protected]>
1c8266dc34b64c101bd807ea35bf2cd235138a07 authored about 9 years ago by Junle Li <[email protected]>
094046e93be37409f10e779461a43bc9b264f5bd authored about 9 years ago by Junle Li <[email protected]>
- Not make change to service and provider failures. They should be
hidden from end-user.
- Only expose explicit response to user.
- Log but not disclose the unexpected error.
- Log UUID...
Relax restrictions.
1e1217d698a1006a71134c9c605d7fcb33aad418 authored about 9 years ago by Junle Li <[email protected]>- Add test case to cover `loginModel.isLoggedIn` API.
ece722ed49ab7c3d3443218a2f84f81506a29311 authored about 9 years ago by Junle Li <[email protected]>
- However, not show the token or request token button if not the logged
in owner.
- Add `isLog...
bea8d84c8c1180da1bebea8f05793e40fde6be20 authored about 9 years ago by Junle Li <[email protected]>
Build up common URLs for layout and navbar.
a64e89d015b2dae0cdfe2090f45ec3548750c593 authored about 9 years ago by Junle Li <[email protected]>3fa190e1d52fe4b72fa16c705e81630e4e2c6916 authored about 9 years ago by Junle Li <[email protected]>
- Pass the urls into navbar component.
4e300addd756bbab6344710f067c1d0bb10d79f5 authored about 9 years ago by Junle Li <[email protected]>e9aecacd39d4370faaed750619ac9a9ed4e57279 authored about 9 years ago by Junle Li <[email protected]>
325be031c53440c9b807470d1a4727c2e9dbfe8e authored about 9 years ago by Junle Li <[email protected]>
- Leverage the common URLs in the nabar component.
e9f7032f2e3cebc74a2fda308fd612981f7c4d26 authored about 9 years ago by Junle Li <[email protected]>Make URL builder in route index.
1de43b7420625b7419d38f483ed5ddd31fd3735b authored about 9 years ago by Junle Li <[email protected]>a4e4c290fc0448e26f94c4caf63104ec3e4a2704 authored about 9 years ago by Junle Li <[email protected]>
- Leverage the existing code at most.
- Report svg is an exception, which should not base on any...
49382522c8e13b35431cc7879f03516e087b9798 authored about 9 years ago by Junle <[email protected]>
- Pass the URL builders into routes as parameter.
- Refine the generate routes logic to strip `....
03085cba4131de7bd26b2c6ce02841ac4edde6be authored about 9 years ago by Junle <[email protected]>
79f696f0f2a13688b8128c3d8acf4ef9c2f06838 authored about 9 years ago by Junle <[email protected]>
Fix azure build, rename configuration -> services.
5031cb5958b8b9c02b3b15776407756c4fc16864 authored about 9 years ago by Junle Li <[email protected]>6370caf359228e7baaac9976080de84855e324e3 authored about 9 years ago by Junle <[email protected]>
Generate route index on the fly.
858d6e9634434602097c0a9b9e3b9172d5970f4e authored about 9 years ago by Junle Li <[email protected]>0793be07eb70f8f2ef0ee18e8704fae9eb321f5d authored about 9 years ago by Junle <[email protected]>
- The production code will leverage the pre-generated route index.
- However, the developement c...
- Place the generate logic in a separated file, so it can be re-use in
gulp task later.
- The order of route register is trivial now.
f2e1b7ac03a9f76602fc03973403298b336c090d authored about 9 years ago by Junle <[email protected]>Show invalid repository section only when necessary.
17bc93eb9482c3781c87167f3610c4be1667cf9e authored about 9 years ago by Junle Li <[email protected]>- Add the covering view test.
fa00b3085c1998f5458b5223d0a660ff12abc68c authored about 9 years ago by Junle <[email protected]>Add the tutorial page and add links to it.
0556110a76306e7962510ba876438beafa0dfbce authored about 9 years ago by Junle Li <[email protected]>5edb6e26aec278b3ce871746ffc612943007ef0b authored about 9 years ago by Junle <[email protected]>
1363d5fc5a17a64088bac0666f7906e4ed07d5c5 authored about 9 years ago by Junle <[email protected]>
- It reads the tutorial content from Markdown doc.
56116c648ae183530df97199a54d0bbc4b41c4ff authored about 9 years ago by Junle <[email protected]>- Add the navbar to all pages, right after header.
865afeac1fb5fecc7a621b27be2abe88ea6d43dc authored about 9 years ago by Junle <[email protected]>4a0d3c8ea609ef25e3f0bb087872fde3bec1f9b8 authored about 9 years ago by Junle <[email protected]>
- It describes the basic steps to use depcheck tool and enable depcheck
service.
Make the logged in button.
88ad30dd8e529380813357379994555999c5e6d6 authored about 9 years ago by Junle Li <[email protected]>c8386766af42bd4950224eb06266702562aa4da2 authored about 9 years ago by Junle <[email protected]>
- Change it to a button, same style as not logged in yet.
f422944a6d4cccda45b5ceb9ffc4a10ac70c4528 authored about 9 years ago by Junle <[email protected]>- It is duplicated in the `repo.js` and `repo-list.js` file.
492a302c88e23246c6a9c0d60ce80acdcfa50589 authored about 9 years ago by Junle <[email protected]>Move the coverage service Codecov.io.
09d1252ad7d2e28e9d9040d8714aa2b12e80318a authored about 9 years ago by Junle Li <[email protected]>620698f98aa424d99386d70ab55a49a2afde5cd2 authored about 9 years ago by Junle <[email protected]>
- One npm script `test-coverage` is OK for codecov.io service.
c45e2d3d600bdfc4c95bcfc800b86344735288c2 authored about 9 years ago by Junle <[email protected]>df5b8aa83a51a070fc361cf5fff503432bf7ba28 authored about 9 years ago by Junle <[email protected]>
Convert URL builder - avoid URL hard code.
7afc690ba95d46f7cc491b83f52feb65a5f53511 authored about 9 years ago by Junle Li <[email protected]>16233f6579e91092bcadf007618fa3958577cca7 authored about 9 years ago by Junle <[email protected]>
98369cc2452bdb7da09da153d22e76ba9ee82bb7 authored about 9 years ago by Junle <[email protected]>
- Handle report name is empty string case.
8d0d6a12bb86dbb75cd4a005fc4059df266710ec authored about 9 years ago by Junle <[email protected]>
- No hard code to generate route URL any more.
- Leverage path-to-regexp compile function.
Refine the login session validation.
444ba830eec0c91f53d24a33a378d221ad3fffee authored about 9 years ago by Junle Li <[email protected]>392c7706481885371bf8ac8042fabad31cae652c authored about 9 years ago by Junle <[email protected]>