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

wrapped into library #7

Merged
merged 40 commits into from
Jun 20, 2024
Merged
Show file tree
Hide file tree
Changes from 35 commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
004472e
quick demo
lsfera Mar 13, 2024
ba40624
added pgadmin
lsfera Mar 16, 2024
f44ed97
removed some code
lsfera Mar 17, 2024
4f17e4a
simplify logic
lsfera Apr 11, 2024
71cf25d
fix typos
lsfera Apr 11, 2024
d05cdfd
todo: execute tests against containers - https://dotnet.testcontainer…
lsfera Apr 11, 2024
27c38e6
limit to insert only record
lsfera Apr 11, 2024
a2803a2
testing within docker
lsfera Apr 11, 2024
850790e
Enable AOT
lsfera Apr 12, 2024
a59deae
add sample of benchmarking technique
lsfera Apr 15, 2024
efd6a64
remove version
lsfera Apr 16, 2024
df89bcf
simplify serialization config
lsfera Apr 16, 2024
4dd31f5
more ergonomic approach to configuration
lsfera Apr 16, 2024
8a1ab2a
expose naming policy to configure how type is serialized ( default is…
lsfera Apr 16, 2024
92f1843
just some cleanup
lsfera Apr 16, 2024
f236f7b
review type resolver
lsfera Apr 17, 2024
c15a43d
continue on simplifycatiion
lsfera Apr 19, 2024
e9ff768
ensure outbox table exists when subscribing
lsfera Apr 21, 2024
b601bd5
prepare for prerelease
lsfera Apr 22, 2024
39a6ac7
subscribe exposes generic return type
lsfera Apr 23, 2024
51c1571
move source code in 'src' folder
lsfera Apr 23, 2024
3a7315e
update deps
lsfera Apr 24, 2024
1b2b400
AOT enforced on subsriber
lsfera Apr 24, 2024
aca0e10
add AttributeNamingPolicy for maximum flexibility
lsfera Apr 24, 2024
493019b
split commons into pub sub demo project to better illustrate design c…
lsfera Apr 24, 2024
4822e6f
expose transfer mode option to enable binary format - https://www.po…
lsfera Apr 24, 2024
ea743d0
Expose npgsql driver logging
lsfera Apr 24, 2024
06a6118
some methods rename
lsfera Apr 24, 2024
176ac51
Ensure table exists before creating logical replication
lsfera Apr 24, 2024
9d9ffd0
testing all positive scenario
lsfera Apr 26, 2024
4cb11d2
update doc
lsfera May 2, 2024
1d5acbf
simplify demo file structure
lsfera May 2, 2024
bd1f8b2
rename sln file
lsfera May 2, 2024
c7f96db
ISubscriptionOptions to internal
lsfera May 6, 2024
8d41ad8
dispose streams
lsfera May 7, 2024
669aa05
upgrade dotnet version
lsfera Jun 7, 2024
ff1dbf0
dealing with multi threading(registration)
lsfera Jun 7, 2024
70e2cac
bulk rename event whatever
lsfera Jun 8, 2024
b4885d9
upgrade deps
lsfera Jun 8, 2024
b606da4
Updated docker compose configuration not to use configs but volumes t…
oskardudycz Jun 20, 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
6 changes: 0 additions & 6 deletions PostgresOutbox.Console/Events/UserCreated.cs

This file was deleted.

28 changes: 0 additions & 28 deletions PostgresOutbox.Console/Program.cs

This file was deleted.

37 changes: 0 additions & 37 deletions PostgresOutbox/Database/DatabaseResultToDictionaryMapper.cs

This file was deleted.

20 changes: 0 additions & 20 deletions PostgresOutbox/Events/EventsAppender.cs

This file was deleted.

21 changes: 0 additions & 21 deletions PostgresOutbox/Events/EventsTable.cs

This file was deleted.

11 changes: 0 additions & 11 deletions PostgresOutbox/PostgresOutbox.csproj

This file was deleted.

29 changes: 0 additions & 29 deletions PostgresOutbox/Reflection/DictionaryToObjectMapper.cs

This file was deleted.

27 changes: 0 additions & 27 deletions PostgresOutbox/Reflection/GetType.cs

This file was deleted.

31 changes: 0 additions & 31 deletions PostgresOutbox/Reflection/ObjectFactory.cs

This file was deleted.

13 changes: 0 additions & 13 deletions PostgresOutbox/Serialization/JsonSerialization.cs

This file was deleted.

152 changes: 0 additions & 152 deletions PostgresOutbox/Streams/SOHSkippingStream.cs

This file was deleted.

Loading
Loading