Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/HoudiniGraphql/example-sveltekit-todo
example-sveltekit-todo
https://github.com/HoudiniGraphql/example-sveltekit-todo
f0f058de96416ea9c6a4c0d1e15ad0c879f7a62e authored over 2 years ago by JYC <[email protected]>
* :sparkles: IMPROVE: warn only when Node interface is not properly defined. Throw when we want ...
801d7e87f5199cb5e352001826d8f2d4c454bcc3 authored over 2 years ago by JYC <[email protected]>Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
a7e6e9214b692225da35b148c00328a7ded6b4dd authored over 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>* poc of nested cache data
* better fake await logic
* pagination type checks
* paginat...
ebeb90e1a9528b1b327bc161d26dc962ba7812bd authored over 2 years ago by Alec Aivazis <[email protected]>Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
30ed45a772b7294fdc6eac9ac92aec5aa3f2b91b authored over 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>* :bug: FIX: fix default path
* :bug: FIX: unsub an active store
d6d5c50c2f4f0365a5939799fbcab4205fd99317 authored over 2 years ago by JYC <[email protected]>Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
030bc43f907f6e72510ba517e725f3d8ab2cc9c5 authored over 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>* :children_crossing: IMPROVE: switch order to have results on top
* :art: IMPROVE: logs
*...
3f56c0d6bf69690b617ce8d56c607acc5b6448b7 authored over 2 years ago by JYC <[email protected]>* fixed bug when generating list operation types without masking
* add changeset
* add sor...
73b2467e20f68b37ed0d3bb47f823361d685d026 authored over 2 years ago by Alec Aivazis <[email protected]>* houdiniContext includes stuff
* pass stuff and url to component queries
* added changeset
ff44c42220dbc50ca6e23a7a2e40a93bb32f7a24 authored over 2 years ago by Alec Aivazis <[email protected]>* remove lang checks
* remove changeset
Co-authored-by: Alec Aivazis <[email protected]>
95250b0ba98d4af4cacbd950e270f905d796513a authored over 2 years ago by JYC <[email protected]>* :zap: IMPROVE: Predictability of file content by sorting imports
* :zap: IMPROVE: adapter d...
6363707d1a9471d9b8b62e8206d2660c316d9d05 authored over 2 years ago by JYC <[email protected]>* first pass at tool detection and updating config files
* add generate script to package.jso...
ed764a235c81442babd9c153960d0ef5452f379c authored over 2 years ago by Alec Aivazis <[email protected]>* :sparkles: NEW: operation in module & types in js checking
* :ok_hand: NEW: changeset
* ...
8be5953ae4237ef0f84346c595446ba8cd3feaee authored over 2 years ago by JYC <[email protected]>* preprocessor use direct imports
* added changeset
* remove errant log
6f99e1fd826c8476f62644a3991380c805272c7f authored over 2 years ago by Alec Aivazis <[email protected]>* added check if using session in network function during prerender
* added chageset
97ea10dc8eeb81eff437fd51d4d1eceece7376a9 authored over 2 years ago by Alec Aivazis <[email protected]>* :art: UPDATE: warning message to fit current fetchQuery
* :children_crossing: UPDATE: integ...
9243ea31616e88afea775990c19159edb4078491 authored over 2 years ago by JYC <[email protected]>* add endpoint context to fetch usages
* pull session from event
* added changeset
* un...
7eb7d398174c796f6525de47aef08161e8b28ef3 authored over 2 years ago by Alec Aivazis <[email protected]>f78e5f17330ed482d5231207e6ef60491a1c1d80 authored over 2 years ago by Alec Aivazis <[email protected]>
* export preprocessor types
* Create long-donkeys-travel.md
Co-authored-by: Alec Aivazis <...
96468dab8499085b9332044736b7c1b497d3fa58 authored over 2 years ago by David Plugge <[email protected]>* add variables to return type of inline query
* add changeset
17e50a925188c499dc865fc2d16bc248713d5c90 authored over 2 years ago by Alec Aivazis <[email protected]>Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
70f9f71065767075de037b9dd4ac190101588037 authored over 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>* :white_check_mark: UPDATE: partial draft
* :white_check_mark: IMPROVE: tests of partials
...
9836c94f36a0cba387a86ef31075cf318a5df557 authored over 2 years ago by JYC <[email protected]>* pageInfo should be an object
* added changeset
0c567cd3c4c9eb44f63e54712582e15837472773 authored over 2 years ago by Alec Aivazis <[email protected]>Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
73e0a8f1bfa6dfaca9bb2ff4a47f0589a1a11b46 authored over 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>* always treat layout as a route
* add integration test
* added changeset
* fix import ...
6e717629e0059cead070a92db9a6b81c91a163d2 authored over 2 years ago by Alec Aivazis <[email protected]>Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
da78c3a84dccf1de8a3e09e1412a407f67e14641 authored over 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>* :white_check_mark: NEW: tests for store pagination
* :bug: FIX: typing & generation & schem...
918ff87b9a7f5ff1068327c36088df1c89df6341 authored over 2 years ago by JYC <[email protected]>Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
3052a821b418ea63fc0e9c053417d7e70cadd198 authored over 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>* fix type generation with interfaces on interfaces
* only include interface subtypes that in...
1ce03ece112bf2688dcc066bdd844fa8b431fe4a authored over 2 years ago by Alec Aivazis <[email protected]>Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
ca5e0b9a6f09376ea15b5d02eaa93d0b6e4a14b3 authored over 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>* add doc comments for config file values
* remove line break in a few comments
9c81ff75ab095ec1d5d263100616988d3a148fd0 authored over 2 years ago by Alec Aivazis <[email protected]>* improve isRoute logic
* respect config.frameworkConfigFile
* add changeset
* be more ...
5a1e7e07e0e2cf8734dae3af1a95b93600328734 authored over 2 years ago by Alec Aivazis <[email protected]>* allow users to specify path to config file for preprocessor
* add changeset
* tests pass
66d0bcfb1d0f70dae966540a8858aed285c15e0e authored over 2 years ago by Alec Aivazis <[email protected]>* start enum generator
* add enum definitions and update generated types to import from centr...
b323f5411db92f669edef64eed0df59bb0233ae8 authored over 2 years ago by Alec Aivazis <[email protected]>f22f2dcf4978da62a2b90021a957381ae6dcc30a authored over 2 years ago by Alec Aivazis <[email protected]>
047168406e69e6635b75e8b6feb34281c834940b authored over 2 years ago by Alec Aivazis <[email protected]>
ea2f05e04e14e14612f93eeeaa05cff1873e894e authored over 2 years ago by Alec Aivazis <[email protected]>
* initial value for inline fragments can be null
* add changeset
* inline fragment returns...
ca0709dfb7d66e77556f3d8334a428f1ac148aef authored over 2 years ago by Alec Aivazis <[email protected]>Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
b61f1c09d3e74b8cffe6be373a4e4a86d4cf1962 authored over 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>* allow null values passed to fragment
* add changeset
* add test
* add link to integra...
a0b6030324816765b6c5cf451dd09586fbd886ec authored over 2 years ago by Alec Aivazis <[email protected]>* only set inline query navigation block when using afterLoad
* add changeset
973db723ed9a155c43cac01cb08f55fe389714c2 authored over 2 years ago by Alec Aivazis <[email protected]>Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
4ab37c94e492092c53d2abbbd6b91d2082ec3168 authored over 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>* remove the query hook deprecation notice
* add changeset
12933746b879aaedc019d2f8458a38740f561bdf authored over 2 years ago by Alec Aivazis <[email protected]>* :white_check_mark: IMPROVE: tests perf
* :children_crossing: IMPROVE: integration tests per...
cbdf3440b368de94a5eca5397a89a84446c80feb authored over 2 years ago by JYC <[email protected]>Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
9a5a265a192b950bfb1310ad3ecb524cbe4eedf8 authored over 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>* :white_check_mark: NEW: tests for prefetch
* fix initial load
* prefetch test passes
...
d65c6577d10dad56f13661d1b5c3d9e808979431 authored over 2 years ago by JYC <[email protected]>* :white_check_mark: FIX: session (SSR / Network / preprocess)
* :white_check_mark: UPDATE: p...
f99ce0e8330eb7805ecc21a4861eaaf28bc4ab52 authored over 2 years ago by JYC <[email protected]>Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
13095dfbfeb66e5e9204feece9edd99e5ffd0f92 authored over 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>* more mutation type fixes
* added changeset
eac4eb309eecef78b82f5a683585cb7b8729d9cf authored over 2 years ago by Alec Aivazis <[email protected]>Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
63810dd88ca3d8f43831945df6d351baf7b4b634 authored over 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>* mutation returns data directly
* added changeset
41cd95a577e418b6937039da963f82c95bd79854 authored over 2 years ago by Alec Aivazis <[email protected]>b2e22ea2eb24137a88f14bffb85fb04daad0494a authored over 2 years ago by JYC <[email protected]>
83cfb9775c1fa07a8e607f0694222f4dee8bb0df authored over 2 years ago by Alec Aivazis <[email protected]>
a835e44da30e13c0c66c8370e060a7216e2a6ed8 authored over 2 years ago by Alec Aivazis <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
da1e041b7fe47cec8270715c3432fc334f71e516 authored over 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>* mutation results aren't nullable by default
* added changeset
dc4bf44ff7507f2a8c58b50c651e9ac155a3ad8c authored over 2 years ago by Alec Aivazis <[email protected]>5bfd879e46bddf7bef8249bdae00a618e6745c02 authored over 2 years ago by Alec Aivazis <[email protected]>
75a91c56730967afd158806cae37e08037398402 authored over 2 years ago by Alec Aivazis <[email protected]>
1af8770552df14df6c36c87f3f4e1e8a60540242 authored over 2 years ago by Alec Aivazis <[email protected]>
161bd2332228d69f93abbe8b2058e719bb478d64 authored over 2 years ago by Alec Aivazis <[email protected]>
* if a schema path points to multiple files, merge them into one when loading the config file
...
47bb94ea4b6c36210f1d2b7812613287fbe82e61 authored over 2 years ago by Alec Aivazis <[email protected]>* :construction: NEW: kitql stores
* :children_crossing: IMPROVE: typings (data & query)
*...
17cd57eac72596823d2a4dddec85b6ac1a1d09dd authored over 2 years ago by JYC <[email protected]>Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
d78d4a02a96e4edae5e24e8c785f4e0106e36a9c authored over 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>* parentID now points to the recordID of the field with list directive
* add changeset
* u...
4cf4b7f93d893ede734c7a067f03b14499cc9773 authored over 2 years ago by Alec Aivazis <[email protected]>Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
defd2289bc956ac875d36eda921729f290e8b77e authored over 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>5cba9e25a314fc6378e48a3114a91cc1fb8d7557 authored over 2 years ago by Alex LaFroscia <[email protected]>
* remove resolution to TypeScript 3.9.5
* add `tslib` to `devDependencies`
d4bf1de5a88402cca101106b2e47e1f101ea32d6 authored over 2 years ago by Alex LaFroscia <[email protected]>3cf55f2a66a70d4d74dfe34839a45dafa9c4ca9d authored over 2 years ago by Alex LaFroscia <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
66a3f0611ff4bc17a8dd9f28344b31766bbcc306 authored over 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>* missing cursor of item in connection from operation cannot trigger null cascade
* add test
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
4b41b9cad68c2c9fd0a162f75885dbf11aab149e authored over 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>c64e92c7301fbb481a0cc597bdbef659960ab6e6 authored over 2 years ago by Alec Aivazis <[email protected]>
* Upgrade babel/parse for typescript 4.5 support
https://github.com/babel/babel/blob/main/CHA...
83032d8d671968688255cbe2c507e7252cfb747d authored over 2 years ago by Rob Marscher <[email protected]>Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
dc7b9133e8fd27a4bf0a201f02e354baf8ccc1e4 authored over 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>* Do not pass props to route queries
* Make utility function more flexible
* Pass page and...
2c758235a65f5c4bf1b619ea295e0655893a95b1 authored over 2 years ago by fehnomenal <[email protected]>1cce6a6e0d52a89b41c904b5714685fcbfa5db74 authored over 2 years ago by fehnomenal <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
3423e48d1b86406f85199478c028acf82a2a589a authored over 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>79e08f16d9faaa093025ac1b466aa5da38977eff authored over 2 years ago by Alec Aivazis <[email protected]>
* Update svelte
* Add changeset
4c09aba4926ec75515302269c8643e4ce783337c authored over 2 years ago by fehnomenal <[email protected]>* Pass variables to `afterLoad`
* Only generate after load types for queries
c6f5d6011b533998dc76ebe9e2617eb05096e750 authored over 2 years ago by fehnomenal <[email protected]>Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2bc23fd3a6b8ace378d731f41ec6ce64e8eeca97 authored over 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>* default query prop should be an empty object
* added changeset
* update changeset message
dd201422f0359f44cf18b338ed4ecd0d13799149 authored over 2 years ago by Alec Aivazis <[email protected]>Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
9c1089fbbba02d378e6254d8198b67c307791210 authored over 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>* list operations fail silently
* start list collections
* operations affect all lists wit...
d010c3f8b5b4005a6ca02e748724079134fcebbd authored over 2 years ago by Alec Aivazis <[email protected]>* add pinst to disable postinstall on packaging
fixes #278
* add changeset
de1ae3be60f04971c1b9c8bca9a89973438a1965 authored over 2 years ago by Opliko <[email protected]>Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
f01d5905c1816899cf7e550f441cda23a4200e6d authored over 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>* fixed an issue in the cache when inserting a record that was just deleted from a connection
...
baf233b10f447006386ef0b2de1a3a53edecf6c0 authored over 2 years ago by Alec Aivazis <[email protected]>f92fdfa8bf612db50073da22d5e50bd176786cf5 authored over 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
3a9cddf41fb0cdc78d5f98a8ae1e4677a48c08f2 authored over 2 years ago by Alec Aivazis <[email protected]>
3dd59b2318c4dd4bbad558fff51658567534fbb5 authored over 2 years ago by Alec Aivazis <[email protected]>
147f09a4ae53863be6d01427ad4dc1232abaa14b authored over 2 years ago by Alec Aivazis <[email protected]>
c208fbb751f74b8e7d324a834038ba397e9763f1 authored over 2 years ago by Alec Aivazis <[email protected]>
dde1a62dd728cb79b3eeded4b0ad0abdc7f96a3c authored over 2 years ago by Alec Aivazis <[email protected]>
* add package emoji to changeset commit
* move packages to src dir and add esbuild for buildi...
2adabd7c78b89f12cd556a241245899b13cde30f authored over 2 years ago by Alec Aivazis <[email protected]>* add config for custom type keys
* add multiple keys to selection set
* add refetch custo...
c5cce5217149bc1b2be1f48cb734fb451b03a28f authored over 2 years ago by Alec Aivazis <[email protected]>Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
3f34bff1f032c7ccde280f61aacf233dd8633178 authored over 2 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>fbdcc8b8e248e6adab0b85da8c1cff36aa4ab3ff authored over 2 years ago by Alec Aivazis <[email protected]>
* Do not check for errors if no variables were computed
* Execute multiple queries in paralle...
bfcd00357e92b47caec988baa919c5c84ddcc333 authored over 2 years ago by fehnomenal <[email protected]>c4eaae7402ea1cd8930afb2ee5027e6846282b0f authored over 2 years ago by Alec Aivazis <[email protected]>