- 30 Oct, 2024 1 commit
-
-
Przemyslaw Kaminski authored
-
- 29 Oct, 2024 2 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
- 23 Oct, 2024 2 commits
-
-
Przemyslaw Kaminski authored
This is to just fetch the message, given it's message id. This is for querying reasons, to see what is available.
-
Przemyslaw Kaminski authored
This is to query broker for pending message ids (i.e. ones that haven't yet started).
-
- 21 Oct, 2024 1 commit
-
-
Przemyslaw Kaminski authored
-
- 18 Oct, 2024 1 commit
-
-
Przemyslaw Kaminski authored
This is to send message id over the wire
-
- 15 Oct, 2024 1 commit
-
-
Przemyslaw Kaminski authored
-
- 10 Oct, 2024 4 commits
-
-
Przemyslaw Kaminski authored
- add 'testing' section to README - add PGMQBrokerInitConnStr constructor to PGMQ broker
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
- 04 Oct, 2024 1 commit
-
-
Przemyslaw Kaminski authored
-
- 03 Oct, 2024 1 commit
-
-
Przemyslaw Kaminski authored
-
- 02 Oct, 2024 1 commit
-
-
Przemyslaw Kaminski authored
-
- 01 Oct, 2024 1 commit
-
-
Przemyslaw Kaminski authored
This is useful for tests
-
- 26 Sep, 2024 1 commit
-
-
Przemyslaw Kaminski authored
-
- 29 Aug, 2024 5 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
This review commit removes a bunch of redundant typeclass constraints, especially the ones on the data declarations, generally considered a codesmell.
-
Alfredo Di Napoli authored
Consider using newtypes for `Queue` and `TimeoutS`, for obvious reasons. Also, use `Text` as an internal representation for `Queue`, as `String` is just a list in disguise and thus quite slow in its cons-snoc semantic (unlike `Text`, which efficiently represent textual data). `Text` also supports UTF-16, which might be preferrable in some situations. The use of DerivingStrategies makes it possible to print and render queues in a "smart" way, for example: putStrLn $ show $ T.unpack $ _Queue (Queue "foo") putStrLn $ show (Queue "foo") They both output "foo", without the intermediate `Queue` constructor one would get by normal (stock) derivation.
-
Alfredo Di Napoli authored
This commit renames the typeclass HasBroker into MessageBroker. The `Has*` pattern is used in the context of mtl-style monadic stacks, where we have "capabilities". Here we want to express a property of a concrete type, so `MessageBroker` better encapsulate that.
-
Przemyslaw Kaminski authored
-
- 21 Aug, 2024 2 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
- 20 Aug, 2024 1 commit
-
-
Przemyslaw Kaminski authored
-
- 24 Jul, 2024 1 commit
-
-
Przemyslaw Kaminski authored
-
- 23 Jul, 2024 2 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
-
- 22 Jul, 2024 4 commits
-
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
This is hopefully better than dummy threadDelay's
-
Przemyslaw Kaminski authored
-
Przemyslaw Kaminski authored
All code copied from haskell-pgmq: haskell-pgmq@8b05f5cc
-