Skip to content
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

Unsupported Merge-Tree Types and Exposures Removed #22696

Merged
merged 91 commits into from
Nov 7, 2024
Merged
Changes from 1 commit
Commits
Show all changes
91 commits
Select commit Hold shift + click to select a range
2cc6221
Remove Exposure of Client
anthony-murphy Sep 17, 2024
2129908
Merge branch 'main' of https://github.com/microsoft/FluidFramework in…
anthony-murphy Sep 25, 2024
1c687be
update type tests
anthony-murphy Sep 25, 2024
8d7ef70
fix tests
anthony-murphy Sep 25, 2024
620f950
Merge branch 'main' of https://github.com/microsoft/FluidFramework in…
anthony-murphy Sep 27, 2024
5e747b4
MergeTree: Separate Segment Interfaces Based on Visibility
anthony-murphy Sep 30, 2024
d59ee81
Merge branch 'main' of https://github.com/microsoft/FluidFramework in…
anthony-murphy Sep 30, 2024
319e1d4
Merge branch 'test/internal-merge-tree-client' into test/remove-ISegm…
anthony-murphy Oct 1, 2024
6905f27
remove deprecations
anthony-murphy Oct 1, 2024
00be065
Merge branch 'main' of https://github.com/microsoft/FluidFramework in…
anthony-murphy Oct 1, 2024
e11b49c
Merge branch 'main' of https://github.com/microsoft/FluidFramework in…
anthony-murphy Oct 1, 2024
fb201de
Merge branch 'main' of https://github.com/microsoft/FluidFramework in…
anthony-murphy Oct 2, 2024
d251c2a
Merge branch 'main' of https://github.com/microsoft/FluidFramework in…
anthony-murphy Oct 2, 2024
2ae3b9e
Merge branch 'main' of https://github.com/microsoft/FluidFramework in…
anthony-murphy Oct 2, 2024
47bdab0
fix tests
anthony-murphy Oct 2, 2024
19691c2
Merge branch 'main' into test/internal-merge-tree-client
anthony-murphy Oct 3, 2024
3993dfc
Merge branch 'main' into test/remove-ISegment-deprecations
anthony-murphy Oct 3, 2024
8b0ecb3
Merge branch 'main' into test/internal-merge-tree-client
anthony-murphy Oct 4, 2024
37f754c
Merge branch 'main' into test/remove-ISegment-deprecations
anthony-murphy Oct 4, 2024
e374f9a
Merge branch 'main' into test/internal-merge-tree-client
anthony-murphy Oct 4, 2024
f1586dc
Merge branch 'main' into test/remove-ISegment-deprecations
anthony-murphy Oct 4, 2024
c112816
Merge branch 'main' into test/remove-ISegment-deprecations
anthony-murphy Oct 7, 2024
1cb5de6
Merge branch 'main' into test/internal-merge-tree-client
anthony-murphy Oct 7, 2024
488b0d2
Merge branch 'main' into test/internal-merge-tree-client
anthony-murphy Oct 7, 2024
cb1c19f
Merge branch 'main' into test/remove-ISegment-deprecations
anthony-murphy Oct 7, 2024
441a6a9
Merge branch 'main' of https://github.com/microsoft/FluidFramework in…
anthony-murphy Oct 8, 2024
f75264d
Merge branch 'test/internal-merge-tree-client' into test/remove-ISegm…
anthony-murphy Oct 8, 2024
8eb582a
Apply suggestions from code review
anthony-murphy Oct 8, 2024
36ae191
remove some deprecations
anthony-murphy Oct 8, 2024
c5d6026
Merge branch 'test/internal-merge-tree-client' into test/remove-ISegm…
anthony-murphy Oct 8, 2024
a3c4896
remove missed method
anthony-murphy Oct 8, 2024
bc72f79
Merge branch 'main' of https://github.com/microsoft/FluidFramework in…
anthony-murphy Oct 8, 2024
704f29f
Merge branch 'test/internal-merge-tree-client' into test/remove-ISegm…
anthony-murphy Oct 8, 2024
20eb3df
Merge branch 'main' of https://github.com/microsoft/FluidFramework in…
anthony-murphy Oct 10, 2024
f4cf507
Merge branch 'test/internal-merge-tree-client' into test/remove-ISegm…
anthony-murphy Oct 10, 2024
f1d2579
Merge branch 'main' of https://github.com/microsoft/FluidFramework in…
anthony-murphy Oct 15, 2024
34d54ad
Merge branch 'test/internal-merge-tree-client' into test/remove-ISegm…
anthony-murphy Oct 15, 2024
6444ced
Merge branch 'main' of https://github.com/microsoft/FluidFramework in…
anthony-murphy Oct 17, 2024
74eda59
Merge branch 'test/internal-merge-tree-client' into test/remove-ISegm…
anthony-murphy Oct 17, 2024
887dfca
Add IMergeTreeOptionsInternal
anthony-murphy Oct 17, 2024
6575577
Merge branch 'test/internal-merge-tree-client' into test/remove-ISegm…
anthony-murphy Oct 17, 2024
f096b9c
Merge branch 'main' of https://github.com/microsoft/FluidFramework in…
anthony-murphy Oct 18, 2024
802a21f
Merge branch 'test/internal-merge-tree-client' into test/remove-ISegm…
anthony-murphy Oct 18, 2024
966a8cd
Merge branch 'main' of https://github.com/microsoft/FluidFramework in…
anthony-murphy Oct 25, 2024
0663c9b
Merge branch 'test/internal-merge-tree-client' into test/remove-ISegm…
anthony-murphy Oct 25, 2024
ac52ee6
Merge branch 'main' of https://github.com/microsoft/FluidFramework in…
anthony-murphy Oct 29, 2024
684644b
Merge branch 'test/internal-merge-tree-client' into test/remove-ISegm…
anthony-murphy Oct 29, 2024
c32cefb
Merge branch 'main' of https://github.com/microsoft/FluidFramework in…
anthony-murphy Oct 29, 2024
393f5de
Merge branch 'test/internal-merge-tree-client' into test/remove-ISegm…
anthony-murphy Oct 29, 2024
a898922
Merge branch 'main' of https://github.com/microsoft/FluidFramework in…
anthony-murphy Oct 30, 2024
f2e2e8d
Merge branch 'test/internal-merge-tree-client' into test/remove-ISegm…
anthony-murphy Oct 30, 2024
9b443b7
fix some imports
anthony-murphy Oct 31, 2024
636b4de
fix up event typing
anthony-murphy Oct 31, 2024
25c42b4
improve the sequence interval interface
anthony-murphy Oct 31, 2024
45b0bc8
Merge branch 'main' of https://github.com/microsoft/FluidFramework in…
anthony-murphy Oct 31, 2024
bfeab60
Merge branch 'test/internal-merge-tree-client' into test/remove-ISegm…
anthony-murphy Oct 31, 2024
ffc81d4
generate docs
anthony-murphy Oct 31, 2024
525cea2
Merge branch 'test/internal-merge-tree-client' into test/remove-ISegm…
anthony-murphy Oct 31, 2024
541b635
re-enable type tests
anthony-murphy Oct 31, 2024
65fd710
Merge branch 'test/internal-merge-tree-client' into test/remove-ISegm…
anthony-murphy Oct 31, 2024
62564f0
add missing file
anthony-murphy Oct 31, 2024
e3d1a48
Merge branch 'test/internal-merge-tree-client' into test/remove-ISegm…
anthony-murphy Oct 31, 2024
5fc4397
enable type tests
anthony-murphy Oct 31, 2024
37134cc
Merge branch 'main' of https://github.com/microsoft/FluidFramework in…
anthony-murphy Nov 1, 2024
b27ba4c
Merge branch 'test/internal-merge-tree-client' into test/remove-ISegm…
anthony-murphy Nov 1, 2024
ebe5c6b
Merge branch 'main' of https://github.com/microsoft/FluidFramework in…
anthony-murphy Nov 2, 2024
f182673
add changeset
anthony-murphy Nov 2, 2024
86c7a6e
improve change set
anthony-murphy Nov 2, 2024
2d00a7d
Merge branch 'test/internal-merge-tree-client' into test/remove-ISegm…
anthony-murphy Nov 2, 2024
24b3d66
re-add local references
anthony-murphy Nov 2, 2024
7b3ab8d
Merge branch 'main' of https://github.com/microsoft/FluidFramework in…
anthony-murphy Nov 4, 2024
014c15d
Merge branch 'main' of https://github.com/microsoft/FluidFramework in…
anthony-murphy Nov 4, 2024
8107dbe
Merge branch 'test/internal-merge-tree-client' into test/remove-ISegm…
anthony-murphy Nov 4, 2024
4b3721b
initial changeset
anthony-murphy Nov 4, 2024
eabb66e
split import to work around autofix bug
anthony-murphy Nov 4, 2024
fbdc77d
fix test import
anthony-murphy Nov 4, 2024
1c798e5
PR feedback
anthony-murphy Nov 4, 2024
e019bb2
fix assignment typo
anthony-murphy Nov 4, 2024
e99be8b
make propertyManager's optional on interval classes
anthony-murphy Nov 4, 2024
019c329
Merge branch 'test/internal-merge-tree-client' into test/remove-ISegm…
anthony-murphy Nov 4, 2024
72b0fa3
Merge branch 'main' of https://github.com/microsoft/FluidFramework in…
anthony-murphy Nov 5, 2024
62e1381
Merge branch 'test/internal-merge-tree-client' into test/remove-ISegm…
anthony-murphy Nov 5, 2024
d2fdec1
Update .changeset/rude-views-bake.md
anthony-murphy Nov 5, 2024
02adda5
Merge branch 'main' of https://github.com/microsoft/FluidFramework in…
anthony-murphy Nov 5, 2024
0cc8954
Merge branch 'test/internal-merge-tree-client' into test/remove-ISegm…
anthony-murphy Nov 5, 2024
af62cb7
Merge branch 'main' of https://github.com/microsoft/FluidFramework in…
anthony-murphy Nov 5, 2024
7f4d879
Merge branch 'test/internal-merge-tree-client' into test/remove-ISegm…
anthony-murphy Nov 5, 2024
03ca3a7
revert build change
anthony-murphy Nov 5, 2024
3740da8
Update .changeset/fifty-showers-divide.md
anthony-murphy Nov 6, 2024
3de787e
Update .changeset/fifty-showers-divide.md
anthony-murphy Nov 6, 2024
56b3bc0
Update .changeset/fifty-showers-divide.md
anthony-murphy Nov 6, 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
Prev Previous commit
Next Next commit
Merge branch 'main' into test/internal-merge-tree-client
  • Loading branch information
anthony-murphy authored Oct 3, 2024
commit 19691c26d0fe54d4aca49ddfc3eeb3e74b1a6aee

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.