Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/endpoints4s/endpoints4s

Describe HTTP endpoints in Scala and derive clients, servers, and documentation
https://github.com/endpoints4s/endpoints4s

Add a note about mixed versioning in the documentation of the akka-http-server interpreter

4270708c81b5df6a844386e0059c318d98da58a3 authored almost 4 years ago by Julien Richard-Foy <[email protected]>
Merge pull request #727 from endpoints4s/optimize-akka-http-server

Compress the responses sent by the server, if the client supports it

bb12524820c3f2dd03e83cddd53d06084820a937 authored almost 4 years ago by Julien Richard-Foy <[email protected]>
Rename property akka-http-version to akka-http-server-version

be36d6a6aa62eae412b0bf0466775c90dec8c6c7 authored almost 4 years ago by Julien Richard-Foy <[email protected]>
Merge branch 'master' into optimize-akka-http-server

6c220ce6607d98a754913cab2a4f9a40186ae8b5 authored almost 4 years ago by Julien Richard-Foy <[email protected]>
Update akka-http, akka-http-testkit to 10.2.3

c34cef637560ed2181a235cd396d36039cc02685 authored almost 4 years ago by Scala Steward <[email protected]>
Merge branch 'master' into update/akka-http-10.2.3

a75574b66a044038e54c7c46a072bca6da8061f4 authored almost 4 years ago by Scala Steward <[email protected]>
Merge pull request #730 from scala-steward/update/sbt-dotty-0.5.2

Update sbt-dotty to 0.5.2

28638ca5cbebfe2e99630ce07f7e0dce6889628b authored almost 4 years ago by Julien Richard-Foy <[email protected]>
Merge pull request #729 from scala-steward/update/http4s-core-0.21.16

Update http4s-async-http-client, ... to 0.21.16

d9a3102d4209383fec9eac9b5130348745ab35c5 authored almost 4 years ago by Julien Richard-Foy <[email protected]>
Merge pull request #728 from endpoints4s/akka-http-server-uri

Add a method that returns an `Uri` to the class `Endpoint` in the akka-http-server interpreter

c1c401db24016f870029e7b9f69c93f77c23da19 authored almost 4 years ago by Julien Richard-Foy <[email protected]>
Update sbt-dotty to 0.5.2

7ba9de4b0ddd3a2fc9f0fda61974a3779fcc3ec5 authored almost 4 years ago by Scala Steward <[email protected]>
Update http4s-async-http-client, ... to 0.21.16

9814f9a10a5e6caf7b00cd3b116cd88dffa93aa2 authored almost 4 years ago by Scala Steward <[email protected]>
Add a method that returns an `Uri` to the class `Endpoint` in the akka-http-server interpreter

It is useful to produce links, for instance to reference endpoints from other endpoints (e.g., i...

71e99a21822989c21723e33b0868c620e254404e authored almost 4 years ago by Julien Richard-Foy <[email protected]>
Compress the responses sent by the server, if the client supports it

Leverage the `Accept-Encoding` header in the akka-http server interpreter to automatically compr...

f9ca0243b075ff91837c97e90dbbcec69d1c192c authored almost 4 years ago by Julien Richard-Foy <[email protected]>
Add JsonEntitiesFromSchemas to Play client (#724)

* Add JsonEntitiesFromSchemas to Play client

abf6ca102b150bdf0b5cbbb64824036bc257aedf authored almost 4 years ago by Marconi Lanna <[email protected]>
Merge pull request #726 from scala-steward/update/jwt-play-5.0.0

Update jwt-play to 5.0.0

420078807f0ee4e07c8b082a5ab59d74b50b8c90 authored almost 4 years ago by Julien Richard-Foy <[email protected]>
Update jwt-play to 5.0.0

f2c4d80e4b70a1daa18755f21ea1fd692165720e authored almost 4 years ago by Scala Steward <[email protected]>
Update akka-http, akka-http-testkit to 10.2.3

78abde39dd4593a8820bc41c15f0715b062569f8 authored almost 4 years ago by Scala Steward <[email protected]>
Add Rivero to the adopters list

9433bf818e4ac06815017ec9344ce648bd52d82a authored almost 4 years ago by Julien Richard-Foy <[email protected]>
Add Adopters section

0e1c3d9ed04f2708db6f266b642398c55fa43280 authored almost 4 years ago by Julien Richard-Foy <[email protected]>
Update akka-actor, akka-actor-typed, ... to 2.6.11

965db26a9605a2c9947e3ec96327b216beba71a0 authored almost 4 years ago by Scala Steward <[email protected]>
Merge pull request #715 from blast-hardcheese/ambiguous-tupler

Fix for ambiguous tupler

f619d982ace2a9d17d6b6803fb5e369c8dd93af0 authored almost 4 years ago by Julien Richard-Foy <[email protected]>
Categorizing tests

d36e269938cee038c1d7f1eae0daeec4841a46b8 authored almost 4 years ago by Devon Stewart <[email protected]>
Update sbt-scalajs, scalajs-compiler, ... to 1.4.0

2d95011f9222dd9a84d9972a8d7d3c492a709acd authored almost 4 years ago by Scala Steward <[email protected]>
Fixing Tupler hierarchy

96f87718719a57d63f74a17a37857cd17d7fb43c authored almost 4 years ago by Devon Stewart <[email protected]>
Reducing diff for clarity

d7a518ace9423812943f71d2755fe6b309536b3d authored almost 4 years ago by Devon Stewart <[email protected]>
Adjusting tests

35463b79060f5b4b95433096cdc4eb2fdb6de848 authored almost 4 years ago by Devon Stewart <[email protected]>
Revert "Fix for #713"

This reverts commit bf05b1f4f7c78bff26af77c87eff2407b2f47eb0.

e9835df2e07cc9d210067e677e66256f2b1d0bfb authored almost 4 years ago by Devon Stewart <[email protected]>
Merge pull request #720 from endpoints4s/add-json-schema-set

Provide `JsonSchema[Set[?]]` instance out of the box

5ad10475f4123f42713be2cde7a7b9796fe6dd93 authored almost 4 years ago by Julien Richard-Foy <[email protected]>
Provide `JsonSchema[Set[?]]` instance out of the box

We achieve this by relaxing the constraint on the type signature of the existing method `arrayJs...

b3c06cc06b33ef16609b745573bd2ab9a61a11c2 authored almost 4 years ago by Julien Richard-Foy <[email protected]>
Merge pull request #712 from scala-steward/update/http4s-core-0.21.15

Update http4s-async-http-client, ... to 0.21.15

68f5d6cad10bfef4660eeffd25f7f05b7be29eca authored almost 4 years ago by Julien Richard-Foy <[email protected]>
Merge pull request #717 from scala-steward/update/play-json-2.9.2

Update play-json to 2.9.2

63a2c1d52d636159ddca9ce901c155e8985d2fd9 authored almost 4 years ago by Julien Richard-Foy <[email protected]>
Merge branch 'master' into update/play-json-2.9.2

c8d01626656306f0e964cf28fc8a9f33a087108f authored almost 4 years ago by Julien Richard-Foy <[email protected]>
Merge branch 'master' into update/http4s-core-0.21.15

b4083453c000133810449b70d221caf69d243fc3 authored almost 4 years ago by Julien Richard-Foy <[email protected]>
Merge pull request #711 from endpoints4s/update/scala-3.0.0-M3

Update Scala 3 to 3.0.0-M3

d2f0f1c828b1a5ba18ab655298ccf2699293a164 authored almost 4 years ago by Julien Richard-Foy <[email protected]>
Update Scala 3 to 3.0.0-M3

288a5d266d9321df5e733981c172ad4ae100ac60 authored almost 4 years ago by Julien Richard-Foy <[email protected]>
Merge pull request #719 from endpoints4s/use-github-actions

Switch to Github actions

fbf57c10c34e00ddbc71ff0672c6df9c9e5b8c46 authored almost 4 years ago by Julien Richard-Foy <[email protected]>
Switch to Github actions

Travis-CI does not support this project anymore.

df38796a79d03e502d0d1edf371cee77a20d9e60 authored almost 4 years ago by Julien Richard-Foy <[email protected]>
Update sbt-version-policy to 1.0.0-RC4

f5c11df1e787a8633bcd101e89de481034acfbb5 authored almost 4 years ago by Julien Richard-Foy <[email protected]>
Update play-json to 2.9.2

8a70ba00794a4cc507c14e01c61d28fe4ae5847f authored almost 4 years ago by Scala Steward <[email protected]>
Tests for #713

caacb4d3989d163f289e602cece8d0598a643350 authored almost 4 years ago by Devon Stewart <[email protected]>
Fix for #713

bf05b1f4f7c78bff26af77c87eff2407b2f47eb0 authored almost 4 years ago by Devon Stewart <[email protected]>
Update http4s-async-http-client, ... to 0.21.15

e4ac33bda6d70ea54b05c620aa77b89b07c4b898 authored almost 4 years ago by Scala Steward <[email protected]>
Merge pull request #708 from scala-steward/update/scala-collection-compat-2.3.2

Update scala-collection-compat to 2.3.2

d81226a3b736f75b075188d7d3db53cc11cfa4f7 authored almost 4 years ago by Julien Richard-Foy <[email protected]>
Update scala-collection-compat to 2.3.2

37bd1695f4a0192d560d22daaa25be7edb7b4721 authored almost 4 years ago by Scala Steward <[email protected]>
Merge branch 'master' into update/scala-collection-compat-2.3.2

d25316225651e6cba27da92c2a14ca8dc0661b87 authored almost 4 years ago by Scala Steward <[email protected]>
Merge pull request #709 from scala-steward/update/scala-java-time-2.1.0

Update scala-java-time to 2.1.0

7e84ce3f36ed58f7db00908c0ea42f622e5cb0b9 authored almost 4 years ago by Julien Richard-Foy <[email protected]>
Merge pull request #706 from scala-steward/update/scalacheck-1.15.2

Update scalacheck to 1.15.2

44fdf6f4f2f9ee681fc5e6cdd05a28736c616f7e authored almost 4 years ago by Julien Richard-Foy <[email protected]>
Merge pull request #710 from scala-steward/update/sbt-1.4.6

Update sbt to 1.4.6

2adca25d16f66caffd8d63cb2241e293d8e8fd65 authored almost 4 years ago by Julien Richard-Foy <[email protected]>
Update sbt to 1.4.6

51bd10eda38f55de94326907874606fbb7a4fc07 authored almost 4 years ago by Scala Steward <[email protected]>
Update scala-java-time to 2.1.0

70f98d4d969d4d55ee04ba6f7cb9af10d19231e8 authored about 4 years ago by Scala Steward <[email protected]>
Update scala-collection-compat to 2.3.2

d969db951c6b0b162f01857940c565f5aed95ec9 authored about 4 years ago by Scala Steward <[email protected]>
Update scalacheck to 1.15.2

f1e8947681d6ebba5e7e2d6efa8457ea87c2d3de authored about 4 years ago by Scala Steward <[email protected]>
Merge pull request #704 from scala-steward/update/sbt-paradox-0.9.1

Update sbt-paradox to 0.9.1

85c78597d74cd0fa81e362b9d024033b29d215e4 authored about 4 years ago by Julien Richard-Foy <[email protected]>
Update sbt-paradox to 0.9.1

83ec26ace696949d8336e05172601f39320ed30b authored about 4 years ago by Scala Steward <[email protected]>
Merge branch 'master' into update/sbt-paradox-0.9.1

5f8fe15c372cb5678b239f5b41ab949fa826083b authored about 4 years ago by Scala Steward <[email protected]>
Set version to 1.3.0

c41be4afa71df67220583e4202ae2af3b79ea815 authored about 4 years ago by Julien Richard-Foy <[email protected]>
Merge pull request #702 from scala-steward/update/play-2.8.7

Update play, play-ahc-ws, play-netty-server, ... to 2.8.7

0f4078ef7472fa31d3dc76676a777db7beaaa970 authored about 4 years ago by Julien Richard-Foy <[email protected]>
Merge pull request #701 from scala-steward/update/sbt-1.4.5

Update sbt to 1.4.5

43ff2b0d5c378e199c758f32f5399e549f5d4a61 authored about 4 years ago by Julien Richard-Foy <[email protected]>
Add JsonEntitiesFromEncodersAndDecoders in http4s (#699)

8595509df93f88ff2d9140f852800336ed5661f3 authored about 4 years ago by Matthieu Leclercq <[email protected]>
Merge branch 'update/paradox'

8fbd4d27493ec850c1586b094d43c0eeb11653a8 authored about 4 years ago by Julien Richard-Foy <[email protected]>
Update sbt-paradox to 0.9.1

35d8f2c7a8172fa85bbb4ae209b414503ca1d944 authored about 4 years ago by Scala Steward <[email protected]>
Update play, play-ahc-ws, play-netty-server, ... to 2.8.7

b58f16a7087838fb0559ab81a6248bdcd38da167 authored about 4 years ago by Scala Steward <[email protected]>
Update sbt to 1.4.5

55e6307cc161c4ebd45ffd3dd55b45f50466f337 authored about 4 years ago by Scala Steward <[email protected]>
Merge pull request #676 from scala-steward/update/scalatest-3.2.3

Update scalatest to 3.2.3

02ad9e0080d752ae80683ba383054a5a585002a5 authored about 4 years ago by Julien Richard-Foy <[email protected]>
Merge pull request #698 from scala-steward/update/http4s-core-0.21.14

Update http4s-async-http-client, ... to 0.21.14

a2b3dbbe91827bbedc83ee1cb372e9a1eb4d3115 authored about 4 years ago by Julien Richard-Foy <[email protected]>
Update http4s-async-http-client, ... to 0.21.14

115719fea954e2256e2933ddf1325b03669ea65d authored about 4 years ago by Scala Steward <[email protected]>
Merge branch 'master' into update/http4s-core-0.21.14

8614e60af13e63881ebe27bcef920b5b64774317 authored about 4 years ago by Scala Steward <[email protected]>
Merge pull request #697 from scala-steward/update/play-2.8.6

Update play, play-ahc-ws, play-netty-server, ... to 2.8.6

032c472d62dcef2faead48f8ca5650437a2344e7 authored about 4 years ago by Julien Richard-Foy <[email protected]>
Merge pull request #696 from scala-steward/update/akka-http-10.2.2

Update akka-http, akka-http-testkit to 10.2.2

47d8aa2c56c3e5d4ab795119ad20036e79e88344 authored about 4 years ago by Julien Richard-Foy <[email protected]>
Update sbt-site and sbt-paradox

fcf2c69cf2e67c297de7b48944a8a7cfa25619e2 authored about 4 years ago by Julien Richard-Foy <[email protected]>
Update http4s-async-http-client, ... to 0.21.14

b31fb4ba679f516d20682b939f844c89bf35117a authored about 4 years ago by Scala Steward <[email protected]>
Update play, play-ahc-ws, play-netty-server, ... to 2.8.6

02100066913cee4df6f820d16290c86d1870363b authored about 4 years ago by Scala Steward <[email protected]>
Merge pull request #694 from scala-steward/update/sbt-pgp-2.1.1

Update sbt-pgp to 2.1.1

b6513ffe4ea52a332555981c6d0417096e6219f8 authored about 4 years ago by Julien Richard-Foy <[email protected]>
Update akka-http, akka-http-testkit to 10.2.2

c4dfad3c07900f574135842b3ad1539077eb72f1 authored about 4 years ago by Scala Steward <[email protected]>
Add numeric properties/constraints in JsonSchemas (#684)

cecad06924d95066dc9d11d8b07187e19a625ed9 authored about 4 years ago by bmeesters <[email protected]>
Merge pull request #693 from endpoints4s/update/scala-3.0.0-M2

Update Scala 3 version to 3.0.0-M2

bd9312f7574ed4916b0927b6991eb4350e4d1ed0 authored about 4 years ago by Julien Richard-Foy <[email protected]>
Update sbt-pgp to 2.1.1

439550267e7f1da5b7af5641ffe4b8e941c37df7 authored about 4 years ago by Scala Steward <[email protected]>
Update Scala 3 version to 3.0.0-M2

94a7b1c13a4a689bb4d56406097e0fd72dabf988 authored about 4 years ago by Julien Richard-Foy <[email protected]>
Merge pull request #692 from scala-steward/update/sbt-pgp-2.0.2

Update sbt-pgp to 2.0.2

ee6919a6097e33d42e608cae9c7850a66b2cfef5 authored about 4 years ago by Julien Richard-Foy <[email protected]>
Update sbt-pgp to 2.0.2

243502ccde9c717dcafdb8674bf15f66e9590062 authored about 4 years ago by Scala Steward <[email protected]>
Merge pull request #680 from scala-steward/update/sbt-scalajs-1.3.1

Update sbt-scalajs, scalajs-compiler, ... to 1.3.1

40ddd279be448e8f5b56cfe0a21f6e60e292e0b6 authored about 4 years ago by Julien Richard-Foy <[email protected]>
Merge pull request #691 from scala-steward/update/http4s-core-0.21.13

Update http4s-async-http-client, ... to 0.21.13

dcb71990331de8037bfc0e75bbad04dff717349a authored about 4 years ago by Julien Richard-Foy <[email protected]>
Update http4s-async-http-client, ... to 0.21.13

ad3a7d6191de179533b6a47ba03c91a7434c7b99 authored about 4 years ago by Scala Steward <[email protected]>
Merge pull request #674 from scala-steward/update/scalacheck-1.15.1

Update scalacheck to 1.15.1

a1269457119d63240b98c21889046d53e6b0271f authored about 4 years ago by Julien Richard-Foy <[email protected]>
Merge branch 'master' into update/scalacheck-1.15.1

da7fbfc0156a90881ed4eb184713a333ae3c3ac1 authored about 4 years ago by Julien Richard-Foy <[email protected]>
Merge pull request #690 from scala-steward/update/http4s-core-0.21.12

Update http4s-async-http-client, ... to 0.21.12

ec188310ba7f15171f5198fa7248d4d1ec998219 authored about 4 years ago by Julien Richard-Foy <[email protected]>
Merge pull request #688 from scala-steward/update/sbt-1.4.4

Update sbt to 1.4.4

2e3c0b7427569d42ce15ae8e1a37525aa8b880b1 authored about 4 years ago by Julien Richard-Foy <[email protected]>
Merge pull request #689 from scala-steward/update/scala-collection-compat-2.3.1

Update scala-collection-compat to 2.3.1

654181b5a1351cb6f399501c6f1ea56691d41686 authored about 4 years ago by Julien Richard-Foy <[email protected]>
Update http4s-async-http-client, ... to 0.21.12

f20b64e840bdb231c3a54fb55e141baccece549b authored about 4 years ago by Scala Steward <[email protected]>
Update scala-collection-compat to 2.3.1

9cf5e5cc6840b77c81401d8041a665b0b7e66a0e authored about 4 years ago by Scala Steward <[email protected]>
Update sbt to 1.4.4

afff70a1253b4edde0973d623e17f8419e9051fb authored about 4 years ago by Scala Steward <[email protected]>
Update scalacheck to 1.15.1

cb8100a37c20483e5fdb8bb077ca1a209155f796 authored about 4 years ago by Scala Steward <[email protected]>
Merge branch 'master' into update/scalacheck-1.15.1

7c8d666680016ca69f95d2ce37a85a2b9b8f5937 authored about 4 years ago by Scala Steward <[email protected]>
Merge pull request #687 from scala-steward/update/scala-collection-compat-2.3.0

Update scala-collection-compat to 2.3.0

6bf5ce84809bc45554ed11cf75ca69f96de02f1d authored about 4 years ago by Julien Richard-Foy <[email protected]>
Update scala-collection-compat to 2.3.0

fb1d77bf0018694027ae88db2b754c16ca4fcfed authored about 4 years ago by Scala Steward <[email protected]>
Update sbt-scalajs, scalajs-compiler, ... to 1.3.1

7ad51eaab65acaba6d5019d184d8b823daa76093 authored about 4 years ago by Scala Steward <[email protected]>
Merge pull request #679 from scala-steward/update/sbt-dotty-0.4.6

Update sbt-dotty to 0.4.6

317ef9638c6fe2c100d674caf081ce3604ec92df authored about 4 years ago by Julien Richard-Foy <[email protected]>
Update sbt-dotty to 0.4.6

29a3b9b246f323ab61b976dfa161f258f7e82a09 authored about 4 years ago by Scala Steward <[email protected]>
Merge pull request #653 from scala-steward/update/sbt-scalajs-1.3.0

Update sbt-scalajs, scalajs-compiler, ... to 1.3.0

b4de98f62afcc950792ddbc7d51a2f7d0e370ad5 authored about 4 years ago by Julien Richard-Foy <[email protected]>
Merge pull request #677 from scala-steward/update/play-2.8.5

Update play, play-ahc-ws, play-netty-server, ... to 2.8.5

ffe8e39b1798a9a62688e73229d57d72cc50fe84 authored about 4 years ago by Julien Richard-Foy <[email protected]>