Ecosyste.ms: OpenCollective

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

github.com/redis/redis-om-node

Object mapping, and more, for Redis and Node.js. Written in TypeScript.
https://github.com/redis/redis-om-node

added fetchMany

31be527e15ae1a288d705ff0bcf0013996e99364 authored over 2 years ago
Merge pull request #91 from omgmanu/patch-1

Update README.md

15bbc3e28d6e627b10f526191b5e5410a53be7c4 authored over 2 years ago
Merge pull request #87 from Antonio592021/main

README Typo correction

20fcfd94aa440af7489e3cd6c52739bdd88ce79a authored over 2 years ago
Merge pull request #92 from redis/fetch-by-keys-and-ids

Fetch keys and ids instead of just entities

1b1f9d4ac59c0b99cf6146c1f1c446124f2db452 authored over 2 years ago
updated changelog with new feature

e1a1f82e000075b91f22759a374bdf6f090dfc5e authored over 2 years ago
min and max get ID and key variants

f6f30256f977dd1648fdac4d543df1f435681413 authored over 2 years ago
handling nulls in tests better:

541be5333d28467abda1e1cd0f0f24349d8bf3f6 authored over 2 years ago
.returnAll and .returnFirst given the ID and keys treatment

e79585abef43147ba16ab2c2652c64fcb4feabbc authored over 2 years ago
removed dead test code

4e44eeb56e236b87c482ba314a60ccf40a5facb5 authored over 2 years ago
returns page of ids

9155ec7f05e0103840b100b5d314df0660bea683 authored over 2 years ago
rename in the describe as well

e263127c2ce48d9fc074c227471c7c3e6dc50ccf authored over 2 years ago
renamed test file to reflect new name of method under test

0bf448d9231547d02b847c33f6502ddd5c6a772e authored over 2 years ago
renamed .pageKeys to .pageOfKeys for better semantics

d2d23d88ab6bf336a344b4681321c3beecd9d7a5 authored over 2 years ago
Update README.md

Fix example of defining schemas

615400628b6a9c03616e892151d4f2027185c983 authored over 2 years ago
fix: fix tests for remove method

68484aeb6b63750b41fba5f4dd6bc96cd4ac7409 authored over 2 years ago
feat: implement remove in bulk and tests for it

69db5c2b2392d71bfdce6d98715dd231dd6fcc64 authored over 2 years ago
removed dead code

a91eda8997418c6c4566fb5e2000826a805780c5 authored over 2 years ago
added alias

a5f88fb08ddd845df8d80c9970fa3864865cd152 authored over 2 years ago
implemented pageKeys

f9622886d1548d40c602d0df1733df8de68e325d authored over 2 years ago
client name accepted keys only searches

0107d017f037fd9edcb5fbeb0373a214059324dc authored over 2 years ago
README Typo correction

ae082257ab1a0b111f93233953d78fb536e463f7 authored over 2 years ago
Merge pull request #81 from CaptainCodeman/field-flags

Field Options

384a075b9c50fdbc6a6d8f3e5f0efffad8c2eed2 authored over 2 years ago
Revert .nvmrc change

a31582ba3705450c3afd328713d7aa876f97ab9b authored over 2 years ago
Add changelog & rebase

0f162060135e997da559f8a59e5fae3541866ac0 authored over 2 years ago
Revert .nvmrc version change

12c38694e43b3ffe81bc6e7f2c4d9d40044bc1fc authored over 2 years ago
Unit test additional field attributes (HASH)

8c953c79823fb4fb290a915874f02354ce23368d authored over 2 years ago
Unit test indexedDefault schema option behavior

47f82149b89bdfb3d1b4185ecb85562758af1ebe authored over 2 years ago
Unit test additional field attributes (JSON)

1bf8c1f9aed1660c4f2ebe25265d031d1d0cd98c authored over 2 years ago
Generated docs

a66829872b1a46cc7d9872a5233f3c1e9b67ac44 authored over 2 years ago
Remove negated flags

58f10eed8309478d227c81bba8b60cfe226ed654 authored over 2 years ago
Export new field definitions

c811df6a99fb4735e10089c65c5fb07ce7f76904 authored over 2 years ago
Make casesensitive caseSensitive

Fix actual index attribute applied

8b966f118f1ec6a533d48fc4a7c639cacc893e50 authored over 2 years ago
Option to set indexed default for all fields in the schema

This is to make it easier when switching the indexed default to 'false'

c4a10055d88cc5d0a668c1e9de79754ea3316855 authored over 2 years ago
Index of string[] should have default separator set

021be1e8490a49f7407b8a7d6acc57a460da011a authored over 2 years ago
Treat string / string[] the same for indexing purposes

29558f58ab45683d003ecb690644f355d6e19b03 authored over 2 years ago
Mention field options in readme

772aed006117b474eba28c5c1f40c425c0e951a1 authored over 2 years ago
Refactor code / tests to match

f38a2d5371158a543c3ba5a465e84117dcf7e553 authored over 2 years ago
Allow boolean fields to be noindex

4ea0903096a257e42d19e8277aaeec135e4cd8ef authored over 2 years ago
Refactor field attributes

Separate functions to apply each parameter
No long-parameter-list function

bf568dc2701de8d242a745b8962bfeb64c63d227 authored over 2 years ago
Additional field attributes

d4617d00d7bd358cd1cf3547599e8ea9ab1640ed authored over 2 years ago
Additional field definitions

92c119c2c483a189c4b025185c31017ffb4ce173 authored over 2 years ago
Remove unnecessary casts

because we're using discriminating unions

b93e7286ac4496591e7537d46eeaf4feafc64092 authored over 2 years ago
Simplify schema builder in advance of support for more flags

a37b57ad414944c06b9c35b8f46cc458cf0cf49a authored over 2 years ago
test for optional indexing

aeade92cc6b1535a33a82511795508353735c78e authored over 2 years ago
updated docs

cba979c7771a55bc7997c518c5ff0008e1b818f2 authored over 2 years ago
Merge pull request #84 from redis/dev

Merge to main for release 0.3.4

9268f6d815b0206bf7225f3d544c6d338d32bb87 authored over 2 years ago
updated actions to use redis stack and node 18

8d2986d481a38a825c35e0b9b3c1006e3cf9b34b authored over 2 years ago
updated node redis version

3ca4427e88bb04452986364bcefcdc7a9181435b authored over 2 years ago
updated changelog for tslib fix

10867fb813cd172c114223617494c71c43e4a7d3 authored over 2 years ago
removed preview warning

fad3ac837b4d65370459e2b4b44fdf7bf512f674 authored over 2 years ago
[URGENT] tslib should be a normal dependency (#83)

* moved tslib to an actual dependency
* Updated dependencies

Should have done that before

e727ef3cb6cf97575b9719a8f82c463ada4020a3 authored over 2 years ago
added change to CHANGELOG

84e2f4ec9f83a9c62afe5d112155cf04f377ec72 authored over 2 years ago
Merge pull request #82 from CaptainCodeman/point-validation

Merging to dev

aa3372ea1d5d5e8e07d7f7d9a86b7bd06b41c40d authored over 2 years ago
Use limits specified by EPSG:900913 / EPSG:3785 / OSGEO:41001

Valid longitudes are from -180 to 180 degrees.
Valid latitudes are from -85.05112878 to 85.05112...

c9304ff603d02be16b7fe3783f55eb3a2831ae0e authored over 2 years ago
Fix typo

804c0d681ff29abeb5f86f4f5df1253cede51bef authored over 2 years ago
Implement point validation

134c277ee4d5e02aae3de0edb0903a3e4dc1ad8f authored over 2 years ago
Test for invalid point (out of range)

f70e122ad374e868ede272f40777f17b47cf9a3b authored over 2 years ago
changed Redis install instructions to point to Redis Stack instead of redismod

089ed2d577981c142b01a055d7c87a4f6baccb0c authored almost 3 years ago
updated docs

29bef6e1448f10000a6c6576377f5517948bb6de authored almost 3 years ago
updated changelog, bumped version

20561aeea0633595af88ecfbcb8652f88087deef authored almost 3 years ago
reverted 'array' back to 'string[]' after unintended merge

a1f82f3b0bd589321847cdd9e31070e8a96f8107 authored almost 3 years ago
Merge pull request #77 from CaptainCodeman/date-storage

Store date as epoch in seconds, not milliseconds

62b1714f5110a10e75093dde29fff46891cfcdc2 authored almost 3 years ago
Update version & changelog

d250837ba6d74725f3a30a70d7be481cb2d81efc authored almost 3 years ago
Note use of seconds for date numerics in readme

50027325f634cd88b6ec5c19f84a82ba6ac20f5e authored almost 3 years ago
Parse timestamp as float to keep milliseconds

6587c5ab6f872b6e2ec5024dffc3e7a6ef6b2d7e authored almost 3 years ago
Store date as epoch in seconds, not milliseconds

063fd4e7a8197ce11b5b77dec31ebf58fee16ff3 authored almost 3 years ago
Merge pull request #76 from CaptainCodeman/negative-point

Allow negative values for point coordinates

df7f6047aa5729ef20a023490d01bbe93dfda4a9 authored almost 3 years ago
Bump version and update CHANGELOG

0fa10518285ece6184b426c4e62c8f25c6c45418 authored almost 3 years ago
Allow negative values for point coordinates

92651bff5e67c8bd52eabb6c59345fa6942d4a23 authored almost 3 years ago
Merge pull request #74 from redis/dev

Merge 0.3.0 to main

78ce0917dbbe1dc23af7d87193ae1b1d279b7965 authored almost 3 years ago
Merge pull request #73 from redis/nested-objects

Refactoring in support of nested objects, updated readme, change to version 0.3.0

c961c0aa5e91f3871be6e541365690e0f329adba authored almost 3 years ago
Merge branch 'main' into nested-objects

5cb071d6acabc4c468cc276d9cb6c8a6241bf994 authored almost 3 years ago
adjusted version, corrected and updated README, removed a bit of dead code, rebuild docs

e5ab2abab195376b75711a889597f642f3244da9 authored almost 3 years ago
Merge pull request #67 from Didas-git/nested-objects

Lots of small refactors

9708a58532cf535a91151616fdb11daa876cfa1c authored almost 3 years ago
Removed unused imports

f44324cfe5a163848685949810cacc3ec064ed70 authored almost 3 years ago
Changed `string[]` to `array`

I have talked about this in discord and it seems better because it will make less confusion amon...

1e5222fa42b177227732b8437dce9554b86a5d07 authored almost 3 years ago
Removed odd versions from the unit tests

29b4ce68f424057ead96bd6eb7af48c65b5c8db6 authored almost 3 years ago
Added back ts execute with type casting

bf8ef4840dbc24cdfa8f7f68b8ea72fd4befa278 authored almost 3 years ago
Removed all generics and overloads from the execute

b8616bb56428156803a194e39a680fd0e25c11c3 authored almost 3 years ago
Updated workflow & package.json

940ba043af4e571eca0e328c64013b8b959d96e8 authored almost 3 years ago
Updated unit tests `.toThrow` string

2b20559bfe025fe3ece8be1f34fc984a555e9180 authored almost 3 years ago
Updated tsconfig

58708432b31b909ddf329596550944d8b8238013 authored almost 3 years ago
Update .gitignore

346bfd1ad3b9c116dd482f20b99b8f96e5408e5d authored almost 3 years ago
Update README.md

3a045cb84602175b373aba2e67f7e9fa17b9282a authored almost 3 years ago
Made the general type more readable & fixed type

e2d97f6cc4b7e7defa4f2f4365ac4268c977bee6 authored almost 3 years ago
Fixed `fromRedisHash`

I switched `data` with `this.schemaDef` by mistake

14e354c6efdf23f7beff371948c9058778c8d0fa authored almost 3 years ago
`for` -> `forEach` & `let` -> `const`

e3fc95ff54e48678768f9c444d069f0849567dfb authored almost 3 years ago
Merge branch 'redis-nested-objects' into nested-objects

88840015e7b48e09784b74f117150638fb1ef186 authored almost 3 years ago
Merge branch 'nested-objects' of https://github.com/redis/redis-om-node into redis-nested-objects

c41766fe3a8dee02e3cd6ef23474a237e54a5cea authored almost 3 years ago
Merge pull request #1 from Didas-git/client-execute-recode

Recoded the `execute` function of the client (BETA)

c7b97414455bb6870f654375219c44d2ecb31139 authored almost 3 years ago
Recoded the `execute` function of the client (BETA)

ec4754551f1bbc82671b1ccbb9d59d239b1c4a62 authored almost 3 years ago
made the functional tests pass

b3db4519265b3e62ddb3d09b6879ef54871649d3 authored almost 3 years ago
convert all gone

0c859209ea6551d132cac8835b3059bc057ecc8f authored almost 3 years ago
entity fields can convert from JSON and Hash values

1f154c7dfd50b98fc5b163c86cab372ceb786a89 authored almost 3 years ago
jsut some mild rearranging of things

7562a0706613295fb8268006b89e9f1b3719ab54 authored almost 3 years ago
Fixed typo in the error

96cec9d36701cf25618f653f7c453561ac8bdbb1 authored almost 3 years ago
testing the hash data for all the entity fields

ec78039c5f824d70df7c74aa840086862894d73f authored almost 3 years ago
continue converting the converter

0750c734806a461835f714505e2de1efe1ab1632 authored almost 3 years ago
moving conversion into entity

05395fb8506e42e2c0aadb2de44194acce13494b authored almost 3 years ago
Swapped `for in` with `forEach`

0f4adacb707df3d98a5eb7e283371297194e31b0 authored almost 3 years ago