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

- name: Restore NuGet packages
run: dotnet restore
Expand Down
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