Eliran Eretz-Kedosha
72b02c02ae
pr feedback
2021-10-15 09:48:58 -07:00
Eliran Eretz-Kedosha
bb320fff8f
plumbing limit
2021-10-14 15:14:27 -07:00
Thomas Tay
c090d2afa6
upgrade red-black-tree dependency ( #30 )
...
Co-authored-by: Thomas Tay <Tay.Thomas@microsoft.com>
2021-09-10 09:44:25 -07:00
Eliran Eretz-Kedosha
f51185a7c9
Merge pull request #28 from microsoft/eleretzk/rbtree/lock-version
...
Lock RB Tree Version to limit variables
2021-08-12 12:28:01 -07:00
Thomas Tay
4e3c804e40
empty commit to force CI rerun
2021-08-12 11:14:15 -07:00
Automated Version Bump
5e7cd94499
ci: version bump to 0.6.34
2021-08-12 17:53:14 +00:00
Eliran Eretz-Kedosha
ee1f5184e1
lock rb tree version
2021-08-12 10:12:21 -07:00
Thomas Tay
cc6dce90ea
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>
2021-08-09 17:41:38 -07:00
George Guskov
88643bbe83
Merge pull request #25 from microsoft/m1les/btree
...
Replace rbtree with b+tree
2021-08-05 19:38:42 -07:00
George Guskov
0698defdd7
PR comments
2021-08-05 15:30:00 -07:00
George Guskov
b90c5e625d
Prettier
2021-08-05 09:56:35 -07:00
George Guskov
619c352907
Version bump
2021-08-04 13:56:25 -07:00
George Guskov
3680f5ba76
Rename tree var
2021-08-04 13:38:07 -07:00
George Guskov
c3dfe9c36f
Clean up comments
2021-08-04 13:32:42 -07:00
George Guskov
58b092279d
Added ability to switch between tree types
2021-08-04 13:26:28 -07:00
George Guskov
21cd0c817f
feat: Replace rbtree with btree
2021-08-02 21:10:23 -07:00
George Guskov
343c3abdd0
Prettier
2021-08-02 14:05:25 -07:00
George Guskov
0097f294f7
Fix for deleting an item from non-unique index
2021-08-02 13:53:04 -07:00
George Guskov
57f2455e09
Merge pull request #23 from microsoft/angtay/bump/bump-package-version
...
Trigger package bump
2021-07-12 16:18:45 -07:00
Thomas Tay
9aa9161790
Trigger CI after automated bump
2021-07-12 16:05:10 -07:00
Automated Version Bump
f831d2165d
ci: version bump to v0.6.30
2021-07-12 23:04:00 +00:00
Thomas Tay
e701db47f5
Trigger package bump
2021-07-12 15:59:50 -07:00
Thomas Tay
ed1c5743d8
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>
2021-07-12 15:48:07 -07:00
Thomas Tay
cd1b21840d
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>
2021-06-23 14:26:46 -07:00
Automated Version Bump
cb1cd360c6
ci: version bump to 0.6.26
2021-06-19 08:31:07 +00:00
Mukundan Kavanur Kidambi
971084db5c
Merge branch 'master' of https://github.com/microsoft/ObjectStoreProvider
2021-06-19 01:27:26 -07:00
Mukundan Kavanur Kidambi
ca0672379e
Adding more logging
2021-06-19 01:27:18 -07:00
Automated Version Bump
7d80e7654e
ci: version bump to 0.6.25
2021-06-19 08:26:34 +00:00
Mukundan Kavanur Kidambi
b083da65c0
Attempt 5
2021-06-19 01:23:11 -07:00
Mukundan Kavanur Kidambi
4bf550c7cb
Making it simpler, + Attempt 4 at getting this to work
2021-06-19 01:05:48 -07:00
Mukundan Kavanur Kidambi
bec59e33bf
Typo
2021-06-19 00:57:03 -07:00
Mukundan Kavanur Kidambi
53014ed845
Setting up browser enfironment variables for karma
2021-06-19 00:53:53 -07:00
Mukundan Kavanur Kidambi
062903a6d6
Making sure chroem/firefox are installed
2021-06-19 00:30:19 -07:00
Mukundan Kavanur Kidambi
5f8351f7aa
Fixing up security issue
2021-06-19 00:22:14 -07:00
Mukundan Kavanur Kidambi
15e9176d66
Fixes to ignore spec files in published packages,
...
Removing old method of testing + adding in karma test runner for more modern cli testing.
Improving code coverage to include testing for browser + sharedworker+ webworker for nosqlprovider
2021-06-19 00:17:25 -07:00
Automated Version Bump
93b2337e33
ci: version bump to 0.6.24
2021-06-19 02:28:22 +00:00
Mukundan Kavanur Kidambi
87678e49cc
Merge branch 'master' of https://github.com/microsoft/ObjectStoreProvider
2021-06-18 19:26:21 -07:00
Mukundan Kavanur Kidambi
65f3b03c0f
Updating npmignore list
2021-06-18 19:26:02 -07:00
Automated Version Bump
5e124536df
ci: version bump to 0.6.23
2021-06-19 02:15:10 +00:00
Mukundan Kavanur Kidambi
4803c8d400
Adding in automated version bumps
2021-06-18 19:13:27 -07:00
Mukundan Kavanur Kidambi
ceaf994907
Removing security vulnerabilities
2021-06-18 19:10:43 -07:00
Mukundan Kavanur Kidambi
264e09ab8e
PRettier fixes + Trying workflow auth for 3rd time
2021-06-18 18:56:23 -07:00
Mukundan Kavanur Kidambi
9dbcd85ee4
Updating to webpack 5
2021-06-18 18:29:53 -07:00
Mukundan Kavanur Kidambi
924510cf28
Fixing up npmrc
2021-06-18 18:26:20 -07:00
Mukundan Kavanur Kidambi
1d15155ea6
Using github token
2021-06-18 18:19:42 -07:00
Mukundan Kavanur Kidambi
0a5bc629ff
Fixing up publish access
2021-06-18 18:11:33 -07:00
Mukundan Kavanur Kidambi
2a3f0eb091
Prettier fixes for yml
2021-06-18 18:08:41 -07:00
Mukundan Kavanur Kidambi
c053fcabe6
Fixing up workflows
2021-06-18 18:05:12 -07:00
Mukundan Kavanur Kidambi
273ee66faa
Updating workflows
2021-06-18 17:38:38 -07:00
Mukundan Kavanur Kidambi
884446795d
Merge branch 'master' of https://github.com/microsoft/ObjectStoreProvider
2021-06-18 16:38:28 -07:00