Mukundan Kidambi
149f84791c
Merge pull request #11 from microsoft/dependabot/npm_and_yarn/lodash-4.17.21
...
Bump lodash from 4.17.11 to 4.17.21
2021-06-17 17:00:53 -07:00
dependabot[bot]
9822cdf72f
Bump ssri from 6.0.1 to 6.0.2
...
Bumps [ssri](https://github.com/npm/ssri ) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/npm/ssri/releases )
- [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md )
- [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2 )
---
updated-dependencies:
- dependency-name: ssri
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-06-17 23:59:43 +00:00
dependabot[bot]
cb76f67b44
Bump ini from 1.3.5 to 1.3.8
...
Bumps [ini](https://github.com/isaacs/ini ) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases )
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8 )
---
updated-dependencies:
- dependency-name: ini
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-06-17 23:59:40 +00:00
dependabot[bot]
b4d4b9fcdf
Bump elliptic from 6.4.1 to 6.5.4
...
Bumps [elliptic](https://github.com/indutny/elliptic ) from 6.4.1 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases )
- [Commits](https://github.com/indutny/elliptic/compare/v6.4.1...v6.5.4 )
---
updated-dependencies:
- dependency-name: elliptic
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-06-17 23:59:39 +00:00
dependabot[bot]
3db0b595b4
Bump lodash from 4.17.11 to 4.17.21
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.11 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.21 )
---
updated-dependencies:
- dependency-name: lodash
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-06-17 23:59:39 +00:00
Mukundan Kavanur Kidambi
c7cc336840
Updates to readme
2021-06-17 16:58:44 -07:00
Sudhar123
0af298110c
Merge pull request #10 from M1Les/m1les/fix/non-unique-idx
...
Implement support for non-unique indices
2021-06-16 11:11:36 -07:00
George Guskov
f681b2230d
Added explicit branching for unique indices
2021-06-15 17:18:20 -07:00
George Guskov
d83fcc6015
Added a few full-text tests
2021-06-15 16:32:38 -07:00
George Guskov
5eb878d326
Addressed PR comments
2021-06-14 07:28:49 -07:00
George Guskov
6222bc1556
Implement non-unique indices
2021-06-07 21:36:49 -07:00
Mukundan Kidambi
de4f145f9e
Merge pull request #9 from eliranek1/eleretzk/existing-remove
...
Dont remove Primary Key on an existing put. It appears that under some conditions this is causing an infinite loop in the RB tree.
2021-03-30 13:46:27 -07:00
Eliran Eretz-Kedosha
ecf8083564
Dont remove PK on put
2021-03-24 20:44:13 -07:00
Mukundan Kidambi
fd816c9d2a
Merge pull request #8 from masterkidan/bug/amshanka/handle-onClose
...
Add more logs for DB connection failures
2021-02-16 10:15:05 -08:00
Amit Shankar
316de7137a
test dist
2021-02-15 11:45:20 -08:00
Amit Shankar
400339c99a
fix UTs
2021-02-15 11:44:11 -08:00
Amit Shankar
770a692f71
fix type name and update dist/*
2021-02-12 17:35:32 -08:00
Amit Shankar
cf1fead46f
change to unexpected closure
2021-02-12 17:13:02 -08:00
Amit Shankar
e7774cd979
address typed string and function comments
2021-02-12 13:50:02 -08:00
Amit Shankar
5c7242d7ee
add UTs for expected and unexpected closures
2021-02-09 22:14:33 -08:00
Amit Shankar
de6f2b09a8
updated IDBProvider optional onClose handler
2021-02-09 14:59:40 -08:00
Amit Shankar
9560a401fe
add onClose handler to db
2021-02-03 09:29:49 -08:00
Mukundan Kidambi
b0c12e539c
Merge pull request #7 from masterkidan/bug/mukav/string-locale-compare
...
Improving perf by removing dependency on localeCompare
2020-10-14 15:00:33 -07:00
Mukundan Kavanur Kidambi
4ca647ce68
Removing unnecessary files.
...
Fixing up a bug where localeCompare was taking a long time to add items into the store.
2020-10-14 14:12:55 -07:00
Mukundan Kidambi
a037ade456
Merge pull request #5 from Caseyyu2/xiyu/add-getmultiple-api-support
...
Adding index support to getMultiple API. This allows developers to fetch multiple entries for a specific set of keys on any index in the schema (earlier you could only fetch on the primary index).
2020-09-03 12:11:38 -07:00
Casey Yu
0ee0e6259b
adding comments to explain why call getOnly for fakeComplicatedKeys
2020-09-02 18:18:56 -07:00
Casey Yu
ef9ca09911
adding unit tests
2020-09-02 14:56:48 -07:00
Casey Yu
712f4e0ef8
Merge branch 'xiyu/add-getmultiple-api-support' of https://github.com/Caseyyu2/NoSQLProvider into xiyu/add-getmultiple-api-support
2020-09-02 11:57:43 -07:00
Casey Yu
635e9fbe79
flatten
2020-09-02 11:50:46 -07:00
Casey Yu
8afe616558
minor update
2020-09-02 10:39:20 -07:00
Casey Yu
e8446335fe
dress comments and update some tests
2020-09-01 13:44:25 -07:00
Casey Yu
636de95277
formatting
2020-08-31 16:59:17 -07:00
Casey Yu
c4cf01efe5
adding scenario for indexeddb with fake keys and updating the test.html
2020-08-31 16:53:48 -07:00
Casey Yu
65c83af501
address comments
2020-08-30 16:45:13 -07:00
Casey Yu
0c81cf83f8
Merge remote-tracking branch 'upstream/master' into xiyu/add-getmultiple-api-support
2020-08-26 16:54:16 -07:00
Casey Yu
cea9c54971
adding getMultiple API support and unit test
2020-08-26 16:01:03 -07:00
Mukundan Kidambi
c1e7ced7b8
Merge pull request #4 from masterkidan/in-memory-provider/rb-tree-collectablejs-experiment
...
In memory provider/rb tree collectablejs experiment
2020-03-10 20:17:09 -07:00
Mukundan Kavanur Kidambi
6e6e8eeffb
Fixing up yarn lock
2020-03-09 17:57:50 -07:00
Mukundan Kavanur Kidambi
9b81f7e016
Adding in sourcemap files
2020-03-06 13:26:08 -08:00
Mukundan Kavanur Kidambi
f7aeaea20a
Fixing lint errors
2020-03-06 13:25:52 -08:00
Mukundan Kavanur Kidambi
edacd0d7e2
Avoid checking openTransaction for reads,
...
Reduce number of setTimeouts being issued to only on write transactions.
2020-03-06 13:25:23 -08:00
Mukundan Kavanur Kidambi
3c5090d977
Fixing all UTs for InMemoryProvider
2020-03-06 13:02:38 -08:00
Mukundan Kavanur Kidambi
21cc0829cc
Changes:
...
Adding in collectablejs as an rb tree library
Updating InMemoryProvider to now use rbtree as a backing index
Updating dist files.
2019-08-13 10:54:51 -07:00
Mukundan Kavanur Kidambi
bf998561b7
Fixing up tsconfig to point to target es5 for older browsers.
2019-04-23 13:36:54 -07:00
Mukundan Kavanur Kidambi
7f4bba666f
Removing blocks for safari ... Tested against safari as well.
2019-04-23 13:34:51 -07:00
Casey Yu
dd4f9b5da5
Merge pull request #3 from masterkidan/users/xiyu/removedefaultparameter
...
removing default parameter since ngAnnotate doesn't support it
2019-04-19 18:03:32 -07:00
Casey Yu
aa5d35cf53
removing default parameter since ngAnnotate doesn't support it
2019-04-19 17:54:10 -07:00
Mukundan Kavanur Kidambi
f28a37df4f
Fixing up type definitions to point to the correct files.
2019-04-18 13:54:21 -07:00
Mukundan Kavanur Kidambi
884211a3b4
Checking in the dist folder as a temp mitigation.
...
Importing the package fails on transpilation as a dist folder is not generated when referencing by commit #
2019-04-18 11:26:46 -07:00
Mukundan Kidambi
186919b3e1
Merge pull request #2 from masterkidan/michtsu/fix-compile-issues
...
Fix transpiler issues with unused variables.
2019-04-16 15:02:46 -07:00