Skip to content

Rebase to remove invalid auth_token #58

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 67 commits into from
Aug 13, 2024
Merged
Changes from all commits
Commits
Show all changes
67 commits
Select commit Hold shift + click to select a range
96ff189
Fixes to ignore spec files in published packages,
Jun 19, 2021
3782794
Resolved conflicts after rebase - Fixing up security issue
Jun 19, 2021
d7c5148
Making sure chroem/firefox are installed
Jun 19, 2021
a299d29
Setting up browser enfironment variables for karma
Jun 19, 2021
1334fca
Typo
Jun 19, 2021
011a43c
Making it simpler, + Attempt 4 at getting this to work
Jun 19, 2021
1a1e30b
Attempt 5
Jun 19, 2021
41c78a7
Adding more logging
Jun 19, 2021
aff7d81
Resolved conflicts after rebase - ci: version bump to 0.6.25
gh-action-bump-version Jun 19, 2021
3a95f37
ci: version bump to 0.6.26
gh-action-bump-version Jun 19, 2021
34e6c8d
Downgraded tsconfig output to ES5, and did package upgrades (#20)
thomastay Jun 23, 2021
f21d5ba
Cleanups to publish to npm (#22)
thomastay Jul 12, 2021
9a9d44b
Trigger package bump
thomastay Jul 12, 2021
4551640
ci: version bump to v0.6.30
gh-action-bump-version Jul 12, 2021
95d5624
Trigger CI after automated bump
thomastay Jul 12, 2021
c238268
Fix for deleting an item from non-unique index
M1Les Aug 2, 2021
0264c10
Prettier
M1Les Aug 2, 2021
1a43969
feat: Replace rbtree with btree
M1Les Aug 3, 2021
dc3681a
Added ability to switch between tree types
M1Les Aug 4, 2021
7ee34a2
Clean up comments
M1Les Aug 4, 2021
feb95fa
Rename tree var
M1Les Aug 4, 2021
b289d33
Version bump
M1Les Aug 4, 2021
606735a
Prettier
M1Les Aug 5, 2021
a6f6e9f
PR comments
M1Les Aug 5, 2021
aa8c84b
Create unit tests and an automated testing generator to catch regress…
thomastay Aug 10, 2021
c73979d
lock rb tree version
eliranek1 Aug 12, 2021
b689841
ci: version bump to 0.6.34
gh-action-bump-version Aug 12, 2021
ba96b1f
empty commit to force CI rerun
thomastay Aug 12, 2021
f3c246e
upgrade red-black-tree dependency (#30)
thomastay Sep 10, 2021
bc5d8bb
plumbing limit
eliranek1 Oct 14, 2021
8e94057
pr feedback
eliranek1 Oct 15, 2021
98ff28a
Bump engine.io from 4.1.1 to 4.1.2 (#32)
dependabot[bot] Jan 17, 2022
7b0004a
Bump follow-redirects from 1.14.1 to 1.14.7 (#33)
dependabot[bot] Jan 19, 2022
337885a
Avoid creating new Map in InMemoryStore for read-only transaction and…
balaji-viswanathan Jul 15, 2022
6de3eae
prettier
balaji-viswanathan Jul 15, 2022
7f535df
add test
balaji-viswanathan Jul 15, 2022
f7f820d
Add supportsRollback property to InMemoryProvider
balaji-viswanathan Jul 15, 2022
dbe7166
code review comments
balaji-viswanathan Jul 15, 2022
98232f5
prettier
balaji-viswanathan Jul 15, 2022
7669364
Don't export InMemoryStore class
balaji-viswanathan Jul 15, 2022
f2462b9
Udated polyfill for finally
M1Les Feb 8, 2023
494bee8
Typo
M1Les Mar 17, 2023
88a92d9
Avoid clearing object stores when db doesn't exist yet (during db open)
balaji-viswanathan Jul 11, 2023
01c72a2
Prettier
M1Les Jul 21, 2023
330ca47
Null check
M1Les Jul 21, 2023
f21d1ab
ci: version bump to 0.6.41
gh-action-bump-version Jul 21, 2023
8a33233
defaulting to browser console but allowing an optional logger to be p…
danielmsft Aug 16, 2023
4a9ffa1
Updating in memory provider to use logger
danielmsft Aug 17, 2023
641352c
running prettier
danielmsft Aug 17, 2023
93ed380
logger possibly undefined, looking for a better way to handle this
danielmsft Aug 17, 2023
5e2972d
updating logger property so that it shouldn't be undefined
danielmsft Aug 17, 2023
f42bfac
moving logger type definition to ObjectStoreProviderUtils
danielmsft Aug 22, 2023
cf36839
running prettier
danielmsft Aug 22, 2023
50b303b
exporting logger interface
danielmsft Aug 24, 2023
83eb948
making logger type an interface
danielmsft Aug 24, 2023
cede52a
renaming logger interface name and moving it to a proper home
danielmsft Aug 28, 2023
a5f1386
Add log statements to IndexedDbProvider open
balaji-viswanathan Sep 29, 2023
e4295c4
ci: version bump to 0.6.43
gh-action-bump-version Sep 29, 2023
b8b7cc0
Use LogWriter to write messages to logs in IndexedDbProvider
balaji-viswanathan Oct 6, 2023
4b6fd90
adjusting log lines
Oct 26, 2023
71eeaac
running prettier
Oct 26, 2023
f72c079
updating loglines per feedback
danielmsft Dec 4, 2023
b5aac78
Revert "running prettier"
danielmsft Dec 4, 2023
9201db2
running prettier on IndexedDbProvider.ts
danielmsft Dec 4, 2023
5bd78be
bumping version
danielmsft Dec 4, 2023
696d966
Merge branch 'master' into user/bviswanathan/remove_auth_token
balaji-viswanathan Aug 13, 2024
5faa87e
Bump version in package.json
balaji-viswanathan Aug 13, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/objectstoreprovider",
"version": "0.6.44",
"version": "0.6.45",
"description": "A cross-browser object store library",
"author": "Mukundan Kavanur Kidambi <[email protected]>",
"scripts": {
Expand Down
Loading