George Guskov
6b70241f7f
Merge pull request #62 from bhargeymehta/bhargeymehta/concat-to-push
...
Improve InMemoryProvider getRange function from O(N^2) to O(N)
2024-09-09 11:40:37 -07:00
Bhargey Mehta
726aa2a614
prettier
2024-09-09 22:43:29 +05:30
Bhargey Mehta
10f5532f11
add live configs
2024-09-06 20:27:18 +05:30
Bhargey Mehta
a85e71bfd3
comments
2024-09-06 10:16:41 +05:30
Bhargey Mehta
b8d9f74df1
impl
2024-09-06 01:05:49 +05:30
bviswanathan
1404aaf002
Update version after rebase (to fix security issue)
2024-08-26 08:33:24 -06:00
bviswanathan
c7c60521d1
Update readme about rebase
2024-08-23 16:18:26 -06:00
michaellaw
dd181100d9
remove log line
2024-08-19 17:53:28 -06:00
michaellaw
2ae7a8ecb3
version bump
2024-08-19 17:53:28 -06:00
balaji-viswanathan
2991b92b1d
Bump version in package.json
2024-08-19 17:53:28 -06:00
danielmsft
060be5fed7
bumping version
2024-08-19 17:53:28 -06:00
danielmsft
a6000b95d5
Resolved conflicts after rebase - Revert "running prettier"
...
This reverts commit 9177279471
.
2024-08-19 17:53:07 -06:00
Eliran Eretz-Kedosha
c600e90e38
Resolved conflicts after rebase - running prettier
2024-08-19 17:51:44 -06:00
Eliran Eretz-Kedosha
c1a322ee3a
Resolved conflicts after rebase - adjusting log lines
2024-08-19 17:51:03 -06:00
Balaji Viswanathan
467069273d
Resolved conflicts after rebase - Use LogWriter to write messages to logs in IndexedDbProvider
2024-08-19 17:50:00 -06:00
Automated Version Bump
e95bde2713
ci: version bump to 0.6.43
2024-08-19 17:49:25 -06:00
Balaji Viswanathan
c5b9a714b0
Resolved conflicts after rebase - Add log statements to IndexedDbProvider open
2024-08-19 17:49:10 -06:00
danielmsft
b1f2ffb77f
Resolved conflicts after rebase - renaming logger interface name and moving it to a proper home
2024-08-19 17:47:55 -06:00
danielmsft
f6a1fd4343
making logger type an interface
2024-08-19 17:47:27 -06:00
danielmsft
90da4c8932
exporting logger interface
2024-08-19 17:47:27 -06:00
danielmsft
298eb01c2e
running prettier
2024-08-19 17:47:27 -06:00
danielmsft
08940db62d
Resolved conflicts after rebase - moving logger type definition to ObjectStoreProviderUtils
2024-08-19 17:47:04 -06:00
danielmsft
1e3afd45aa
Resolved conflicts after rebase - updating logger property so that it shouldn't be undefined
2024-08-19 17:46:23 -06:00
danielmsft
dd3fdb1950
Resolved conflicts after rebase - logger possibly undefined, looking for a better way to handle this
2024-08-19 17:45:35 -06:00
danielmsft
2522205428
Resolved conflicts after rebase - defaulting to browser console but allowing an optional logger to be passed in
2024-08-19 17:36:47 -06:00
Automated Version Bump
f6a3994b38
ci: version bump to 0.6.41
2024-08-19 17:35:34 -06:00
Balaji Viswanathan
2bf524e610
Resolved conflicts after rebase - Avoid clearing object stores when db doesn't exist yet (during db open)
2024-08-19 17:34:30 -06:00
Balaji Viswanathan
8cd067b3b3
Don't export InMemoryStore class
2024-08-19 17:30:53 -06:00
Balaji Viswanathan
8733b619c0
Resolved conflicts after rebase - add test
2024-08-19 17:28:53 -06:00
Balaji Viswanathan
337051295c
Resolved conflicts after rebase - Avoid creating new Map in InMemoryStore for read-only transaction and bump up the version
2024-08-19 17:27:53 -06:00
dependabot[bot]
8f98dfbfd4
Bump follow-redirects from 1.14.1 to 1.14.7 ( #33 )
...
* Bump follow-redirects from 1.14.1 to 1.14.7
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.14.1 to 1.14.7.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.1...v1.14.7 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
* ci: version bump to 0.6.37
* ci: version bump to 0.6.38
* trigger build
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Automated Version Bump <gh-action-bump-version@users.noreply.github.com>
2024-08-19 17:27:00 -06:00
dependabot[bot]
8d11b9cef9
Bump engine.io from 4.1.1 to 4.1.2 ( #32 )
...
* Bump engine.io from 4.1.1 to 4.1.2
Bumps [engine.io](https://github.com/socketio/engine.io ) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/socketio/engine.io/releases )
- [Changelog](https://github.com/socketio/engine.io/blob/4.1.2/CHANGELOG.md )
- [Commits](https://github.com/socketio/engine.io/compare/4.1.1...4.1.2 )
---
updated-dependencies:
- dependency-name: engine.io
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
* ci: version bump to 0.6.37
* trigger build
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Automated Version Bump <gh-action-bump-version@users.noreply.github.com>
2024-08-19 17:27:00 -06:00
Eliran Eretz-Kedosha
20ff08f766
Resolved conflicts after rebase - plumbing limit
2024-08-19 17:25:49 -06:00
Thomas Tay
5eef37604e
upgrade red-black-tree dependency ( #30 )
...
Co-authored-by: Thomas Tay <Tay.Thomas@microsoft.com>
2024-08-19 17:21:18 -06:00
Thomas Tay
452a2e12b6
empty commit to force CI rerun
2024-08-19 17:21:18 -06:00
Automated Version Bump
0f04d6d71b
ci: version bump to 0.6.34
2024-08-19 17:21:18 -06:00
Thomas Tay
0997b0e6d4
Resolved conflicts after rebase - Create unit tests and an automated testing generator to catch regressions ( #27 )
...
Added unit tests for the B Tree, this is located in SortedBTree.spec.ts
Added a test generator that can detect errors in the sorted-btree library through random testing. In fact, this test generator is what generated the unit tests. If there are future errors, the test generator can create additional unit tests to prevent regressions.
Details are in the README in the folder.
We will run both of them as part of the usual test suite.
Other things:
3. Updated the PR build to not generate tags (this was causing problem if we have multiple PRs in flight)
4. Export the OrderedMapType as a type, so we can use it in TMP
Co-authored-by: Thomas Tay <Tay.Thomas@microsoft.com>
2024-08-19 17:20:21 -06:00
George Guskov
1da9250853
Version bump
2024-08-19 17:19:16 -06:00
George Guskov
07437626db
Resolved conflicts after rebase - Added ability to switch between tree types
2024-08-19 17:17:20 -06:00
George Guskov
9bab75319b
Resolved conflicts after rebase - feat: Replace rbtree with btree
2024-08-19 17:05:10 -06:00
Thomas Tay
9561ca20d8
Trigger CI after automated bump
2024-08-19 16:59:04 -06:00
Automated Version Bump
c1a6dcb95a
ci: version bump to v0.6.30
2024-08-19 16:59:04 -06:00
Thomas Tay
2cc2c9a7c3
Trigger package bump
2024-08-19 16:59:04 -06:00
Thomas Tay
f12c1c3dec
Resolved conflicts after rebase - Cleanups to publish to npm ( #22 )
...
1. Updated the CI build to automatically publish packages to npm feed
2. Added the recommended files from Microsoft
3. Added license headers to every source file
Co-authored-by: Thomas Tay <Tay.Thomas@microsoft.com>
2024-08-19 16:58:20 -06:00
Thomas Tay
59c4807b49
Resolved conflicts after rebase - Downgraded tsconfig output to ES5, and did package upgrades ( #20 )
...
* Downgraded tsconfig output to ES5, and did package upgrades
Package upgrades: upgraded webpack-cl and
ts-loader to remove warnings
Also, moved @types/lodash and ts-loader to dev-deps
* ci: version bump to 0.6.27
* ci: version bump to 0.6.28
Co-authored-by: Thomas Tay <Tay.Thomas@microsoft.com>
Co-authored-by: Automated Version Bump <gh-action-bump-version@users.noreply.github.com>
2024-08-19 16:48:23 -06:00
Automated Version Bump
76c60ee994
ci: version bump to 0.6.26
2024-08-19 16:45:57 -06:00
Automated Version Bump
c5a5cf65b6
Resolved conflicts after rebase - ci: version bump to 0.6.25
2024-08-19 16:45:38 -06:00
Mukundan Kavanur Kidambi
a623c5dfa6
Adding more logging
2024-08-19 16:36:58 -06:00
Mukundan Kavanur Kidambi
4c4f6d68c7
Attempt 5
2024-08-19 16:36:58 -06:00
Mukundan Kavanur Kidambi
2fe2e7d865
Making it simpler, + Attempt 4 at getting this to work
2024-08-19 16:36:58 -06:00