8000 Tags · steinybot/zio · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: steinybot/zio

Tags

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Final Changes In Preparation For 1.0 Release (zio#4046)

* final changes in preparation for 1.0 release

* fix documentation

v1.0.0-RC21-2

Toggle v1.0.0-RC21-2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix OOM at bufferSliding (zio#3892)

v1.0.0-RC21-1

Toggle v1.0.0-RC21-1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Exclude test with dotty (zio#3888)

v1.0.0-RC21

Toggle v1.0.0-RC21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
make ChunkBuilder public (zio#3837)

v1.0.0-RC20

Toggle v1.0.0-RC20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add ZIO production ready microservice example (zio#3703)

So I wanted to try out how well one can write a production ready microservice using ZIO and current ecosystem. 

Code is pretty much done but will see some improvements over time (integration with tranzactio to also show how to combine several db effects in one transaction, but especially documentation). After writing it I noticed there are some example that are somewhat similar in libraries but mine goes a bit further by:

- Having unit tests with properly mocked dependencies with zio-mock
- Having integration tests with some maybe interesting things going on 
- Full blown microservice with proper client error handling / healthcheck etc 
- Full usage of tapir (ztapir) and sttp (integration with third-party http service). 
- zio-logging

Let me know your thoughts. And feedback. :)))

v1.0.0-RC19-2

Toggle v1.0.0-RC19-2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix ZSink.flatMap (zio#3640)

Fixes zio#3630

v1.0.0-RC19-1

Toggle v1.0.0-RC19-1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
ZStream bugfixes (zio#3633)

* Remove redundant finalizer application in ZManaged.switchable

* Close stream resources properly in ZStream#catchAllCause

* Inline some of ZStream#flatMap

* Use an isolated ReleaseMap for ZStream.managed

* fmt

* Fix Dotty compilation

v1.0.0-RC19

Toggle v1.0.0-RC19's commit message

Verified

This commit was signed with the committer’s verified signature. The key has expired.
iravid Itamar Ravid
Disable problematic tests on Scala.js

v1.0.0-RC18-2

Toggle v1.0.0-RC18-2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove unused import (zio#3106)

v1.0.0-RC18

Toggle v1.0.0-RC18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
zio#2784 - adding Myers based diff to rendered string equality assert…

…ion failures (zio#2923)

* zio#2784 - adding Myers based diff to rendered string equality assertion failures

* trying to fix dotty compilation

* * Multiple refactoring, following PR comments;
* The diffing is now determined by the assertion (as a function);
* Improved multiline rendering.

* restoring @@ silent aspect on DefaultTestReporterSpec

* ExampleSpec: removing trailing comma for 2.11 compat

* MessageMarkup: removing calls to `Fragment.apply` from FailureRenderer.scala (dotty compat)

* updating dotty AssertionVariants to match 2.x

* simplified Assertion.diffing

* scalafmt and fix

* making FailureRenderer and MessageMarkup `private [test]`
0