An open API service providing commit metadata for open source projects.

GitHub / choppedpork/feathers / commits

SHA Message Author Date Stats
54de749a chore(release): publish v5.0.0-pre.20 daffl <d****f@n****m> over 4 years ago
5640c102 fix(dependencies): Lock monorepo package version numbers (#2623) David Luecke <d****f@n****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
386c5e2e fix(configuration): Only validate the initial configuration against the schem... David Luecke <d****f@n****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
2bbb103b feat(schema): Add querySyntax helper to create full query schemas (#2621) David Luecke <d****f@n****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
ae3dddd8 fix(authentication-oauth): Don't send origins in Grant's config, as it will b... Catalin Ciocov <c****v@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
715fb800 chore: Update changelog daffl <d****f@n****m> over 4 years ago
57f3e18b chore(release): publish v5.0.0-pre.19 daffl <d****f@n****m> over 4 years ago
8c88643c chore(dependencies): Update all dependencies (#2616) David Luecke <d****f@n****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
b3458578 fix(authentication-oauth): Fix issue with overriding the default Grant config... Catalin Ciocov <c****v@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
6d43734a feat(mongodb): Add feathers-mongodb adapter as @feathersjs/mongodb (#2610) David Luecke <d****f@n****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
9f10bfc7 fix(authentication-oauth): Make oAuth authentication work with cookie-session... Catalin Ciocov <c****v@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
2dac771b fix(adapter-commons): Clarify adapter query filtering (#2607) David Luecke <d****f@n****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
eacf1b34 fix(express): Fix typo in types reference in package.json (#2613) Karel Klíma <k****a@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
d85c507c feat(schema): Allow hooks to run resolvers in sequence (#2609) David Luecke <d****f@n****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
5b323c33 chore(docs): Update Deno README.md (#2602) Jerry Yu <y****q@1****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
d7243f20 fix(adapter-tests): Ensure multi tests can run standalone (#2608) David Luecke <d****f@n****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
3b2ca0a6 feat(typescript): Improve adapter typings (#2605) David Luecke <d****f@n****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
77d8fda2 chore(tests): Move code coverage reporting to c8 (#2606) David Luecke <d****f@n****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
df28b761 feat(typescript): Improve params and query typeability (#2600) David Luecke <d****f@n****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
97313e12 fix(transport-commons): Ensure socket queries are always plain objects (#2597) David Luecke <d****f@n****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
d719f54d fix(client): Fix @feathersjs/client types field (#2596) David Luecke <d****f@n****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
0a76bf27 chore: Update changelog daffl <d****f@n****m> over 4 years ago
c0b7b67d chore(release): publish v5.0.0-pre.18 daffl <d****f@n****m> over 4 years ago
6511e45b fix(schema): result resolver correctly resolves paginated find result (#2594) idaho <6****o@u****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
27cc7d08 fix(core): Ensure that dynamically registered services are always set up (#2593) David Luecke <d****f@n****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
a268f86d feat(configuration): Allow app configuration to be validated against a schema... David Luecke <d****f@n****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
5bc9d447 feat(transport-commons): add `context.http.response` (#2524) Dmitrii Maganov <v****m@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
3c66997b chore(dependencies): Update all dependencies (#2588) David Luecke <d****f@n****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
c7612d11 chore: Fix all package types fields and unify test command (#2587) Ray Foss <r****y@v****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
ae4ebee5 feat(core): Add app.setup and app.teardown hook support (#2585) David Luecke <d****f@n****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
a3c35814 feat(authentication): Add setup method for auth strategies (#1611) Dmitrii Maganov <v****m@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
1a166f3d feat(core): Finalize app.teardown() functionality (#2584) David Luecke <d****f@n****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
fcdf524a feat(core): Add app.teardown functionality (#2570) idaho <6****o@u****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
c9556967 chore: Update Readmes and add Discord badge daffl <d****f@n****m> over 4 years ago
5e8b9a3e chore: add directories to package.json-repository (#2582) fratzinger <2****r@u****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
fdb1f35b chore(transport-common): Cxport channel, combined & connection (#2576) fratzinger <2****r@u****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
98a811ac fix(adapter-tests): Add tests for pagination in multi updates (#2472) fratzinger <2****r@u****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
1e6e322b chore: Update changelog daffl <d****f@n****m> over 4 years ago
d828748e chore(release): publish v5.0.0-pre.17 daffl <d****f@n****m> over 4 years ago
8f9f631e fix(hooks): Allow all built-in hooks to be used the async and regular way (#2... David Luecke <d****f@n****m>
Committed by: daffl <d****f@n****m>
over 4 years ago
ef242bfd chore(dependencies): Update all dependencies and CI Node versions (#2549) David Luecke <d****f@n****m>
Committed by: daffl <d****f@n****m>
over 4 years ago
eb00db58 chore: Update year and remove david-dm badges (#2548) David Luecke <d****f@n****m>
Committed by: daffl <d****f@n****m>
over 4 years ago
3077d2d8 fix(queryProperty): allow compound oneOf (#2545) Marshall Thompson <m****l@c****t>
Committed by: daffl <d****f@n****m>
over 4 years ago
31fbdff8 fix(schema): Properly handle resolver errors (#2540) David Luecke <d****f@n****m>
Committed by: daffl <d****f@n****m>
over 4 years ago
b9dfaee8 fix(express): Fix application typings to work with typed configuration (#2539) David Luecke <d****f@n****m>
Committed by: daffl <d****f@n****m>
over 4 years ago
55d17661 chore: Updated Slack links to Discord links Candice Tate <6****e@u****m>
Committed by: daffl <d****f@n****m>
over 4 years ago
d14f57ed chore: Consolidate changelog and use upercase name daffl <d****f@n****m> over 4 years ago
aa1b45c6 chore: Update changelog daffl <d****f@n****m> over 4 years ago
f0cd227a chore(release): publish v5.0.0-pre.16 daffl <d****f@n****m> over 4 years ago
26aa937c feat(express, koa): make transports similar (#2486) Dmitrii Maganov <v****m@g****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
1093f124 fix(schema): Fix resolver data type and use new validation feature in test fi... David Luecke <d****f@n****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
8c1b3505 feat(schema): Improve schema typing, validation and extensibility (#2521) David Luecke <d****f@n****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
6109c444 fix(authentication-oauth): OAuth redirect lost sometimes due to session store... Mark Terrel <m****k@u****s>
Committed by: daffl <d****f@n****m>
over 4 years ago
96fdb47d fix(schema): Do not error for schemas without properties (#2519) David Luecke <d****f@n****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
478e0466 chore(dependencies): Update all dependencies (#2518) David Luecke <d****f@n****m>
Committed by: GitHub <n****y@g****m>
over 4 years ago
ecfa4df2 feat(schema): Allow to use custom AJV and test with ajv-formats (#2513) Marshall Thompson <m****l@c****t>
Committed by: GitHub <n****y@g****m>
over 4 years ago
f56c9e2c fix(adapter-commons) ServiceOptions are optional (#2501) Marshall Thompson <m****l@c****t>
Committed by: GitHub <n****y@g****m>
over 4 years ago
7f547c30 Update README.md Marshall Thompson <m****l@c****t>
Committed by: GitHub <n****y@g****m>
over 4 years ago
c8a2bb43 chore: Update changelog Marshall Thompson <m****l@c****t> almost 5 years ago
8008bf4f chore(release): publish v5.0.0-pre.15 Marshall Thompson <m****l@c****t> almost 5 years ago
ee67131b fix: missing express types for Request, Response (#2498) Marshall Thompson <m****l@c****t>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
c3ec8a41 fix(adapter-commons): clean up in sort.ts and select function (#2492) Dmitrii Maganov <v****m@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
b701bf77 feat(core): add `context.http` and move `statusCode` there (#2496) Dmitrii Maganov <v****m@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
9c22f70a fix(adapter-commons): Fix sorting for embedded objects (#2488) Michael Hillerström <m****l@h****e>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
37d1a309 merge Merge pull request #2490 from feathersjs/rename-legacy-hooks-to-regular-hooks Marshall Thompson <m****l@c****t>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
713ca788 chore: rename legacy hooks to regular hooks Marshall Thompson <m****l@c****t> almost 5 years ago
7dfe5921 merge Merge pull request #2483 from vonagam/feat-improve-legacy Marshall Thompson <m****l@c****t>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
12b2ae8d chore(dependencies): Update all dependencies David Luecke <d****f@n****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
497990ae feat(transport-commons): Ability to register routes with custom params (#2482) Dmitrii Maganov <v****m@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
b8eb8041 fix(typescript): Overall typing improvements (#2478) Dmitrii Maganov <v****m@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
408aff48 cognitive cheat Dmitrii Maganov <v****m@g****m> almost 5 years ago
db63b655 split enableLegacyHooks Dmitrii Maganov <v****m@g****m> almost 5 years ago
08c8b409 feat(core): Improve legacy hooks integration Dmitrii Maganov <v****m@g****m> almost 5 years ago
b7143d4c feat(authentication-oauth): Allow dynamic oAuth redirect (#2469) David Luecke <d****f@n****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
27eb7b3e chore: Update changelog David Luecke <d****f@n****m> almost 5 years ago
9bb26276 chore(release): publish v5.0.0-pre.14 David Luecke <d****f@n****m> almost 5 years ago
b9af72a9 chore(release): publish v5.0.0-pre.13 David Luecke <d****f@n****m> almost 5 years ago
859c6e64 chore(release): publish v5.0.0-pre.12 David Luecke <d****f@n****m> almost 5 years ago
3f60a602 chore(dependencies): Update all dependencies (#2468) David Luecke <d****f@n****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
45f310ac Update changelog David Luecke <d****f@n****m> almost 5 years ago
c69e8eab chore(release): publish v5.0.0-pre.11 David Luecke <d****f@n****m> almost 5 years ago
7d9590bb feat(schema): Allow resolvers to validate a schema (#2465) David Luecke <d****f@n****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
4be9db63 chore(express): Add a serveStatic alias for better ES imports (#2463) David Luecke <d****f@n****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
422b6fc1 fix(core): Allow to return a new hook context in basic hooks (#2462) David Luecke <d****f@n****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
9303e87d chore(dependencies): Update all dependencies (#2454) David Luecke <d****f@n****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
98209b0c chore: Update changelog David Luecke <d****f@n****m> almost 5 years ago
a9f7865c chore(release): publish v5.0.0-pre.10 David Luecke <d****f@n****m> almost 5 years ago
935ec0ab chore(dependencies): Update all dependencies (#2448) David Luecke <d****f@n****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
c57a5cd5 feat(schema): Initial version of schema definitions and resolvers (#2441) David Luecke <d****f@n****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
4323f985 fix(authentication-local): adds error handling for undefined/null password fi... Mohit Jain <m****t@g****m>
Committed by: GitHub <n****y@g****m>
almost 5 years ago
6c972f0a chore(dependencies): Update dependencies (#2431)
Co-authored-by: GitHub Actions Bot <h****o@f****m>
David Luecke <d****f@n****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago
489dff5e chore: Update changelog David Luecke <d****f@n****m> about 5 years ago
3d1721a7 chore(release): publish v5.0.0-pre.9 David Luecke <d****f@n****m> about 5 years ago
1aab81df chore(release): publish v5.0.0-pre.8 David Luecke <d****f@n****m> about 5 years ago
40a4bcbd chore(release): publish v5.0.0-pre.7 David Luecke <d****f@n****m> about 5 years ago
eb3b4f24 fix(core): Clean up readme David Luecke <d****f@n****m> about 5 years ago
b3287676 fix(core): Set version back to development David Luecke <d****f@n****m> about 5 years ago
9fccd8e7 chore: Update version and changelog David Luecke <d****f@n****m> about 5 years ago
205b6f1e chore(release): publish v5.0.0-pre.6 David Luecke <d****f@n****m> about 5 years ago
e5dde9b3 chore(dependencies): Update all dependencies (#2422) David Luecke <d****f@n****m>
Committed by: GitHub <n****y@g****m>
about 5 years ago

← Back to repository