Ecosyste.ms: OpenCollective

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

JsStore

JsStore is an IndexedDB Wrapper. It makes IndexedDB super easy with its SQL like apis.
Collective - Host: opensource - https://opencollective.com/jsstore - Website: https://jsstore.net/ - Code: https://github.com/ujjwalguptaofficial/JsStore

Create codeql-analysis.yml

github.com/ujjwalguptaofficial/JsStore - 99861a57be87d3c85553495641e58327b60985dd authored over 3 years ago by Ujjwal Gupta <[email protected]>
add feature request issue template, link to discussion

github.com/ujjwalguptaofficial/JsStore - 3094d66c4b6b054edbdf7f6c9fcf1079c80c0dd2 authored over 3 years ago by Ujjwal Gupta <[email protected]>
update issue template

github.com/ujjwalguptaofficial/JsStore - f0278e7746ea45442b8af07d243eb393e511741f authored over 3 years ago by Ujjwal Gupta <[email protected]>
relase v - 4.0.1

github.com/ujjwalguptaofficial/JsStore - 6d24ee41d3c7547af822a7ae06bcb327ad339554 authored over 3 years ago by Ujjwal Gupta <[email protected]>
add worker injector with type definition

github.com/ujjwalguptaofficial/JsStore - fcff644965407c6f15ce1b7f90cca40368006171 authored over 3 years ago by Ujjwal Gupta <[email protected]>
fix issue with connection closing and api executing just after that

github.com/ujjwalguptaofficial/JsStore - ef04089dc1dc9b69b3c2b473181ae20bd220a643 authored over 3 years ago by Ujjwal Gupta <[email protected]>
log error for open db with old version

github.com/ujjwalguptaofficial/JsStore - a197d594bd627ab8ae1fb8494b0c85d271d5169c authored over 3 years ago by Ujjwal Gupta <[email protected]>
rm test for ie

github.com/ujjwalguptaofficial/JsStore - c8204a683ee0c80364c41520e855174823ef5c53 authored over 3 years ago by Ujjwal Gupta <[email protected]>
Merge pull request #206 from ujjwalguptaofficial/v-4.0

V 4.0

github.com/ujjwalguptaofficial/JsStore - 96e3345dd5648efc2f13a12476e9d4b243cdfa67 authored over 3 years ago by Ujjwal Gupta <[email protected]>
add dist to gitignore

github.com/ujjwalguptaofficial/JsStore - 13ea92f898e76f8447039e146594bc63797e6788 authored over 3 years ago by Ujjwal Gupta <[email protected]>
rm dist folder

github.com/ujjwalguptaofficial/JsStore - 3228d1a5e50156c4bb99a60a691a4ff4244b1483 authored over 3 years ago by Ujjwal Gupta <[email protected]>
create seperate config for firefox

github.com/ujjwalguptaofficial/JsStore - 7a590fc27e02bf043f2f1986b417602334071a30 authored over 3 years ago by Ujjwal Gupta <[email protected]>
add firefox launcher

github.com/ujjwalguptaofficial/JsStore - 5e1c960a48b9ab42d44d6f67f4a5120ec578f942 authored over 3 years ago by Ujjwal Gupta <[email protected]>
fix join test case in firefox due to deep equal of error

github.com/ujjwalguptaofficial/JsStore - 1c9af26773a2fa9c58c802713971142b20d9671d authored over 3 years ago by Ujjwal Gupta <[email protected]>
add test for version error

github.com/ujjwalguptaofficial/JsStore - 472b00d5c3fe6676b6da1b5dd0d5111683578674 authored over 3 years ago by Ujjwal Gupta <[email protected]>
implement upgrade db by version

github.com/ujjwalguptaofficial/JsStore - fc5831f38ca1ab2aef16c5430ca0a072723705bb authored over 3 years ago by Ujjwal Gupta <[email protected]>
add test for between with date column type

github.com/ujjwalguptaofficial/JsStore - 55f2c2cffecde40c8905422318ec6777e046fc91 authored over 3 years ago by Ujjwal Gupta <[email protected]>
use compare method to check operator value

github.com/ujjwalguptaofficial/JsStore - b7edd732b21d970472783885cc4bee7d316fe3df authored over 3 years ago by Ujjwal Gupta <[email protected]>
remove alias from main as typing is not working

github.com/ujjwalguptaofficial/JsStore - c2d8752d3badad7db8a6a055db8a3f0a75de2c13 authored over 3 years ago by Ujjwal Gupta <[email protected]>
add test for multiple db

github.com/ujjwalguptaofficial/JsStore - 4c526568617a4bd358945d0652a40d6355082938 authored over 3 years ago by Ujjwal Gupta <[email protected]>
create worker injector

github.com/ujjwalguptaofficial/JsStore - f661eb8fef23f240dc6dbca6596024c42175efac authored over 3 years ago by Ujjwal Gupta <[email protected]>
off remove only one event when target callback is provided

github.com/ujjwalguptaofficial/JsStore - 7aa5c094294909ab5b58b8067bcccfccb042d73d authored over 3 years ago by Ujjwal Gupta <[email protected]>
check for indexeddb support in init_db

github.com/ujjwalguptaofficial/JsStore - 479735be4a225f5e2de98d33a939ce419b86e2e2 authored over 3 years ago by Ujjwal Gupta <[email protected]>
add types for where query

github.com/ujjwalguptaofficial/JsStore - a8e9c8f4aa1fff44a11424dbda8a2b40d5bd20a4 authored over 3 years ago by Ujjwal Gupta <[email protected]>
rm comment, unused code

github.com/ujjwalguptaofficial/JsStore - 1267ae417adaf14b242725844440547dff1c588d authored over 3 years ago by Ujjwal Gupta <[email protected]>
clear tx in after query finish

github.com/ujjwalguptaofficial/JsStore - fc6d0672629b36ca701cb31a9541f7a1754ae97d authored over 3 years ago by Ujjwal Gupta <[email protected]>
pass isTxQuery in api who are internally using select

github.com/ujjwalguptaofficial/JsStore - ff80d4b2f53699809fceaa1c42ef264dc482a376 authored over 3 years ago by Ujjwal Gupta <[email protected]>
do not call txComplete in abort

github.com/ujjwalguptaofficial/JsStore - b5dc916ebe55fb44552c164abd9eccc9ee1d083c authored over 3 years ago by Ujjwal Gupta <[email protected]>
fix intersect query order issue

github.com/ujjwalguptaofficial/JsStore - e92bf657613a0ecd0b1a0a89c36db5f4313f7ae1 authored over 3 years ago by Ujjwal Gupta <[email protected]>
fix set return issue

github.com/ujjwalguptaofficial/JsStore - a6381aea6b231f5b7aae2e457c66fd7b3fb66a4d authored over 3 years ago by Ujjwal Gupta <[email protected]>
use getError in query manager

github.com/ujjwalguptaofficial/JsStore - 3325751f63a4a3ae5c28d79a20df8a817428c5b1 authored over 3 years ago by Ujjwal Gupta <[email protected]>
fix db schema upgrade issue

github.com/ujjwalguptaofficial/JsStore - b69955f24375ca018f849d60632da22c7b2372c4 authored over 3 years ago by Ujjwal Gupta <[email protected]>
add change db schema

github.com/ujjwalguptaofficial/JsStore - 72b36be529f7b2c5529477017af1aa982a913a3f authored over 3 years ago by Ujjwal Gupta <[email protected]>
fix update check issue

github.com/ujjwalguptaofficial/JsStore - f75c41a12a3fa1caebec17a62bebcecc7255c611 authored over 3 years ago by Ujjwal Gupta <[email protected]>
join issue exception propagating fixed

github.com/ujjwalguptaofficial/JsStore - c0291195147be153adbd81d8f4737206fdbeb2c2 authored over 3 years ago by Ujjwal Gupta <[email protected]>
add transaction

github.com/ujjwalguptaofficial/JsStore - 32769e8e00c18c1836ad021cdcabb2c268a1b29a authored over 3 years ago by Ujjwal Gupta <[email protected]>
fix flatten breaking in join

github.com/ujjwalguptaofficial/JsStore - a6876e1c947fa60075dbf74ff12e697abd10e398 authored over 3 years ago by Ujjwal Gupta <[email protected]>
fix wherearray query select with not equal to, join skip & limit

github.com/ujjwalguptaofficial/JsStore - 5e35e4d0d0a94273fd197881be87c20916b255c6 authored over 3 years ago by Ujjwal Gupta <[email protected]>
implment clear

github.com/ujjwalguptaofficial/JsStore - 931434aa021cc633dcf34b1d9cb1f1986b16201b authored over 3 years ago by Ujjwal Gupta <[email protected]>
fix issue with update, select order by

github.com/ujjwalguptaofficial/JsStore - 8fccc156643da5035eef86ad903d09c3296aaa69 authored over 3 years ago by Ujjwal Gupta <[email protected]>
move idbutil to initdb

github.com/ujjwalguptaofficial/JsStore - 0bcd58b80ff1ed812d4c14946e0e2f92bdf93db9 authored over 3 years ago by Ujjwal Gupta <[email protected]>
fix order by issue

github.com/ujjwalguptaofficial/JsStore - bbab63a8b20535e5f9a9efa3dd02e5b6c0dc1f49 authored over 3 years ago by Ujjwal Gupta <[email protected]>
implement remove

github.com/ujjwalguptaofficial/JsStore - aa8b0666771a5abe48fab6311d431aaa1f201c02 authored over 3 years ago by Ujjwal Gupta <[email protected]>
implement union

github.com/ujjwalguptaofficial/JsStore - 94a686d4c3496000129f79661729aa19f023524d authored over 3 years ago by Ujjwal Gupta <[email protected]>
implement intersect

github.com/ujjwalguptaofficial/JsStore - 9cf83d1fd7b4cfe0145be7beb484232b1f2f7523 authored over 3 years ago by Ujjwal Gupta <[email protected]>
implement update

github.com/ujjwalguptaofficial/JsStore - 8cf66bfc92861fede2b838e46cceb160e91fcb32 authored over 3 years ago by Ujjwal Gupta <[email protected]>
fix join query - returning first table data

github.com/ujjwalguptaofficial/JsStore - 82587e20211edaaf62a61f80a34ba39f1a653d53 authored over 3 years ago by Ujjwal Gupta <[email protected]>
fix issue with group by & select, or qury not returning expected

github.com/ujjwalguptaofficial/JsStore - 5e4ff63c7a9b378bea0c3865fc221f4433b315c9 authored over 3 years ago by Ujjwal Gupta <[email protected]>
fix orQuery returning zero result

github.com/ujjwalguptaofficial/JsStore - def15e7879875ba585a3c9d68034564e9dd7349d authored over 3 years ago by Ujjwal Gupta <[email protected]>
implement count

github.com/ujjwalguptaofficial/JsStore - a8dabe57398538f582a88d581dba98b2e2a734c9 authored over 3 years ago by Ujjwal Gupta <[email protected]>
implement join query

github.com/ujjwalguptaofficial/JsStore - 66334f50078fee67514cdb80262aee7f0f13c130 authored over 3 years ago by Ujjwal Gupta <[email protected]>
implement or, where array

github.com/ujjwalguptaofficial/JsStore - cf0308c19e220eb141e25106b963fb31f2508ff2 authored over 3 years ago by Ujjwal Gupta <[email protected]>
implement regex for select

github.com/ujjwalguptaofficial/JsStore - ea5086eb10f9870c5825813d4f9218f715e42937 authored over 3 years ago by Ujjwal Gupta <[email protected]>
add in for select

github.com/ujjwalguptaofficial/JsStore - 3f5aec525cbc34e9e8e5b411a1e79ddf8b2042dc authored over 3 years ago by Ujjwal Gupta <[email protected]>
implement where

github.com/ujjwalguptaofficial/JsStore - 596c99ba4ce37f9cf6c98733836af67a2c6c5e9d authored over 3 years ago by Ujjwal Gupta <[email protected]>
implement select with no where

github.com/ujjwalguptaofficial/JsStore - af52cb355eea841ab5478c1204793733299c1fe6 authored over 3 years ago by Ujjwal Gupta <[email protected]>
set db when db is opened, fix scheduling issue

github.com/ujjwalguptaofficial/JsStore - 5f34f703326aa66a9ad40f1eadb7d5d33e10580b authored over 3 years ago by Ujjwal Gupta <[email protected]>
rm keystore code from connection_helper

github.com/ujjwalguptaofficial/JsStore - 49bd93e7ff49b098b6c1978bbe8ff49095913176 authored over 3 years ago by Ujjwal Gupta <[email protected]>
set dbschema after insert query is executed successfully

github.com/ujjwalguptaofficial/JsStore - 924fbd4e0e9fb287ee792e516e0034597af4c905 authored over 3 years ago by Ujjwal Gupta <[email protected]>
implement insert query

github.com/ujjwalguptaofficial/JsStore - 08fb902452cc90c393d9fcdb6ecd114cfa0ca606 authored over 3 years ago by Ujjwal Gupta <[email protected]>
add check for insert query

github.com/ujjwalguptaofficial/JsStore - 7d1bbedfedf8247ab11a03873f5a3295c4ff3308 authored over 3 years ago by Ujjwal Gupta <[email protected]>
implementation of InitDb

github.com/ujjwalguptaofficial/JsStore - 9f20b1e19c3ee19be0b2186ec68aabc8a99bd23a authored over 3 years ago by Ujjwal Gupta <[email protected]>
remove worker folder

github.com/ujjwalguptaofficial/JsStore - 4a6ab67005a5c23c6b56d96e18883be0ae3f84a7 authored over 3 years ago by Ujjwal Gupta <[email protected]>
release v - 3.13.6

github.com/ujjwalguptaofficial/JsStore - 805f40935d237f574f38fd1b4a97e6cfdd81b400 authored over 3 years ago by Ujjwal Gupta <[email protected]>
make between inclusive

add inclusive in where checker

github.com/ujjwalguptaofficial/JsStore - 02f2eb93434ad05368ab2d20d7adf21ff181fa68 authored over 3 years ago by Ujjwal Gupta <[email protected]>
release v - 3.13.5

github.com/ujjwalguptaofficial/JsStore - 7af4d2c1052e63a7b6a47059b22de808742a0b14 authored over 3 years ago by Ujjwal Gupta <[email protected]>
fix issue with date type comparision not working

https://github.com/ujjwalguptaofficial/JsStore/issues/199

github.com/ujjwalguptaofficial/JsStore - 86fbe6bd457f3ac73d6630d9ddaf28e8454719a4 authored over 3 years ago by Ujjwal Gupta <[email protected]>
release v - 3.13.4

github.com/ujjwalguptaofficial/JsStore - e665fc43264fcfecca94e420beef8e40a31fb98c authored over 3 years ago by Ujjwal Gupta <[email protected]>
remove idb filtered prop in case of simple where query

github.com/ujjwalguptaofficial/JsStore - 5e9270dfb8bc504cca6c6af49b0e039903c0b3db authored over 3 years ago by Ujjwal Gupta <[email protected]>
remove particular value from where when filtering

github.com/ujjwalguptaofficial/JsStore - 855b8a4dfaba59a0f84a084888335ae2057b6e43 authored over 3 years ago by Ujjwal Gupta <[email protected]>
optimize where logic - remove keys when filtering using indexedb

github.com/ujjwalguptaofficial/JsStore - 73db0e70a8770c0092e8caf4675d3babe8d7d8cf authored over 3 years ago by Ujjwal Gupta <[email protected]>
optimize where checker

github.com/ujjwalguptaofficial/JsStore - d6f2835c47d16dff87d3917ffc6dc2812e1edb81 authored over 3 years ago by Ujjwal Gupta <[email protected]>
release v - 3.13.3

github.com/ujjwalguptaofficial/JsStore - 81f1088fe702483e8d07f878a0853baf559f0721 authored over 3 years ago by Ujjwal Gupta <[email protected]>
replace in syntax in for loop with for classical syntax

https://github.com/ujjwalguptaofficial/JsStore/issues/200

github.com/ujjwalguptaofficial/JsStore - 49734e30ac55ac70d03a8c2ccea26fa10af184da authored over 3 years ago by Ujjwal Gupta <[email protected]>
release v - 3.13.2

https://github.com/ujjwalguptaofficial/JsStore/issues/199

github.com/ujjwalguptaofficial/JsStore - 61f3b564c8473d53fc976eb60176f6cf76b41c89 authored over 3 years ago by Ujjwal Gupta <[email protected]>
check instance of date insteadof method existance

github.com/ujjwalguptaofficial/JsStore - e8930612c0cc85254ef9588bfa40c243cf4a756f authored over 3 years ago by Ujjwal Gupta <[email protected]>
fix issue with date type in where not working properly

github.com/ujjwalguptaofficial/JsStore - 5212b8ba1bee126e0d7cf8ece3ec0570dac86451 authored over 3 years ago by Ujjwal Gupta <[email protected]>
release v - 3.13.1

github.com/ujjwalguptaofficial/JsStore - 491161e722146bff99035f5a9ffc946e6d9895ed authored almost 4 years ago by Ujjwal Gupta <[email protected]>
add test for invalid script and invalid method

github.com/ujjwalguptaofficial/JsStore - e9c57c89b55c184c981ae7ec203976d68a469995 authored almost 4 years ago by Ujjwal Gupta <[email protected]>
change documentation for connection api

github.com/ujjwalguptaofficial/JsStore - c51b5a72b1b5fbee886e7cecf289efe068757965 authored almost 4 years ago by Ujjwal Gupta <[email protected]>
make data optional in transaction query

github.com/ujjwalguptaofficial/JsStore - f32b14f1af25a151c226e5a55922c19d54d2e169 authored almost 4 years ago by Ujjwal Gupta <[email protected]>
release v - 3.13.0

github.com/ujjwalguptaofficial/JsStore - fd241fa0ad859c671ffb7375c934e552ca3d6720 authored almost 4 years ago by Ujjwal Gupta <[email protected]>
optmize transaction, change name to reduce size

github.com/ujjwalguptaofficial/JsStore - ba47855f44d798bafccb4d5c57e71ad6c89b2276 authored almost 4 years ago by Ujjwal Gupta <[email protected]>
update karma config to use base config

github.com/ujjwalguptaofficial/JsStore - 21790ef09329960bcf8e22169c07ce61a8434af8 authored almost 4 years ago by Ujjwal Gupta <[email protected]>
update test wrt to transaction api changes

github.com/ujjwalguptaofficial/JsStore - ca4529a50857c331e555eebfb9b17dc0495e973c authored almost 4 years ago by Ujjwal Gupta <[email protected]>
create import scripts api

github.com/ujjwalguptaofficial/JsStore - d1849704834c9ca65ea8ec91c40591a116f4371b authored almost 4 years ago by Ujjwal Gupta <[email protected]>
release v - 3.12.1

github.com/ujjwalguptaofficial/JsStore - b72721e1cb892c2b327e1327bddc569d247b11e3 authored almost 4 years ago by Ujjwal Gupta <[email protected]>
add check for invalid column in where query for api - count, update, remove

https://github.com/ujjwalguptaofficial/JsStore/issues/194

github.com/ujjwalguptaofficial/JsStore - 6dccab135dfbff468af5b751e3e6215f4b90313c authored almost 4 years ago by Ujjwal Gupta <[email protected]>
release v - 3.12.0

github.com/ujjwalguptaofficial/JsStore - cf6048e2ea99ffa07c919c03d119d981301bf2e5 authored almost 4 years ago by Ujjwal Gupta <[email protected]>
Sorting on aggregated column

https://github.com/ujjwalguptaofficial/JsStore/issues/191

github.com/ujjwalguptaofficial/JsStore - 04aa3ece4fd8fd40bdebc0959069ad7d4f9871b7 authored almost 4 years ago by Ujjwal Gupta <[email protected]>
check for update count

github.com/ujjwalguptaofficial/JsStore - adb00e9423119955fb937a6c3565f15ced0c52f9 authored almost 4 years ago by Ujjwal Gupta <[email protected]>
add test for null value in update api

github.com/ujjwalguptaofficial/JsStore - e02ccd71361a688ae78b6745aefb35f06a21f4b0 authored almost 4 years ago by Ujjwal Gupta <[email protected]>
release v - 3.11.4

github.com/ujjwalguptaofficial/JsStore - 2c6edb8d0694c4cdc72f65017a0c87f24f217ec0 authored about 4 years ago by Ujjwal Gupta <[email protected]>
release v - 3.11.3

github.com/ujjwalguptaofficial/JsStore - 681c3d1fa674bcf35d39598443f0fa380f4d5314 authored about 4 years ago by Ujjwal Gupta <[email protected]>
add reverse join test

github.com/ujjwalguptaofficial/JsStore - af4c9d86f6b9ce1e118a2e3081ff7f3e2e40680a authored about 4 years ago by Ujjwal Gupta <[email protected]>
add flatten in join

github.com/ujjwalguptaofficial/JsStore - 3933390f1d7ab2144f1118ed97bb939bfee29b2c authored about 4 years ago by Ujjwal Gupta <[email protected]>