Ecosyste.ms: OpenCollective

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

go-api-boilerplate

Go Server/API boilerplate using best practices DDD CQRS ES gRPC
Collective - Host: opensource - https://opencollective.com/go-api-boilerplate - Code: https://github.com/vardius/go-api-boilerplate

Fix format

github.com/vardius/go-api-boilerplate - e131ce4e9f90e01d17ca9ac87a37111f2cba7fd3 authored almost 4 years ago by Rafał Lorenz <[email protected]>
Small fixes after refactor

github.com/vardius/go-api-boilerplate - aaceda2e62bd0d5686257f01f9e14d2898a4269c authored almost 4 years ago by Rafał Lorenz <[email protected]>
Refactor user access token, remove internal oauth2 client concept

github.com/vardius/go-api-boilerplate - d6e1b70c2402c301cd0e38665105b982e00320d5 authored almost 4 years ago by Rafał Lorenz <[email protected]>
Rename error

github.com/vardius/go-api-boilerplate - 8e32c9babc9ac8786e1a69348e7b3b28e83b91cd authored almost 4 years ago by Rafał Lorenz <[email protected]>
Add handler wrapper to better handle errors

github.com/vardius/go-api-boilerplate - ebbbd46c5ad1c9a34d4acd8c36a134a86cd88522 authored almost 4 years ago by Rafał Lorenz <[email protected]>
Update vars declaration

github.com/vardius/go-api-boilerplate - 8daf53df465550b9148dca11e10c01de40fe35cd authored almost 4 years ago by Rafał Lorenz <[email protected]>
Update vars declaration

github.com/vardius/go-api-boilerplate - 4b6a03277679fa161f19d1d50e67d725feb140dd authored almost 4 years ago by Rafał Lorenz <[email protected]>
Refactor application packages, create service container, improve readability

github.com/vardius/go-api-boilerplate - 029c11e9b3cd712dbf7b65ec7c893ec95bcb6a50 authored about 4 years ago by Rafał Lorenz <[email protected]>
Bump ini from 1.3.5 to 1.3.8 in /cmd/web

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github...

github.com/vardius/go-api-boilerplate - dd8e93b317cdfa562b04bab00cd74af4f904487b authored about 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Remove unused parts

github.com/vardius/go-api-boilerplate - dedb758150547b5a05449f3d06e63908312b2127 authored about 4 years ago by Rafał Lorenz <[email protected]>
Fix composite literal unkeyed fields

github.com/vardius/go-api-boilerplate - 05b789ee1ae54b2a64b7c63484dd4f9072427597 authored about 4 years ago by Rafał Lorenz <[email protected]>
Add mongo event store implementation

github.com/vardius/go-api-boilerplate - 9f2613bfc2a032a6852e49119a8eb5bbfd0cbbc3 authored about 4 years ago by Rafał Lorenz <[email protected]>
Use interfaces so we can easier swap persistence layer

github.com/vardius/go-api-boilerplate - 2d58880ee7d61a6bcd87f8c1f66aaeaa4642f1d6 authored about 4 years ago by Rafał Lorenz <[email protected]>
Do not store history events in new changes

github.com/vardius/go-api-boilerplate - 66fb2be651cbbf317f95e96e7b309044612338fc authored about 4 years ago by Rafał Lorenz <[email protected]>
Fix from history, do not override domain event with incorrect data

github.com/vardius/go-api-boilerplate - 30e1b9cfb182d4d00e6e4f447c9402c098f96360 authored about 4 years ago by Rafał Lorenz <[email protected]>
Fix from history state population

github.com/vardius/go-api-boilerplate - dfe5550d9d949a2fe1aca760b122a6a4d925b67d authored about 4 years ago by Rafał Lorenz <[email protected]>
Extract adapters to shared pkg

github.com/vardius/go-api-boilerplate - eed90e76eb6582f602a6a9daa96adbdc2876097a authored about 4 years ago by Rafał Lorenz <[email protected]>
Extract method

github.com/vardius/go-api-boilerplate - 0010b2c59e0f671006afef0d720b5c3b3edfdd56 authored about 4 years ago by Rafał Lorenz <[email protected]>
Fix pkg test

github.com/vardius/go-api-boilerplate - 73d89a9b090ea5e391f3ab50b683101f9318ec05 authored about 4 years ago by Rafał Lorenz <[email protected]>
Update go sum

github.com/vardius/go-api-boilerplate - 03e7fbdd63dd8d09015e377193ad9b76e2491c23 authored about 4 years ago by Rafał Lorenz <[email protected]>
Use interface instead of pointer, add certs to docker images

github.com/vardius/go-api-boilerplate - 51e4dd17445504ac0adbcc03c5de55664fab7cd2 authored about 4 years ago by Rafał Lorenz <[email protected]>
Use docker release command

github.com/vardius/go-api-boilerplate - 793bfdfd5a787e6323b4e2f356c1b337d644548c authored about 4 years ago by Rafał Lorenz <[email protected]>
Fix docker publish

github.com/vardius/go-api-boilerplate - 5929ccacd4db922ee1b1906a11b25530c61d61a3 authored about 4 years ago by Rafał Lorenz <[email protected]>
Fix docker publish

github.com/vardius/go-api-boilerplate - 7d3a47905148e69d46945d06792e69e7108a03db authored about 4 years ago by Rafał Lorenz <[email protected]>
Ue makefile command

github.com/vardius/go-api-boilerplate - ac3444774c42caf6ebc104058324aac81a72c4ae authored about 4 years ago by Rafał Lorenz <[email protected]>
Prefix image names due to cross repository conflicts

github.com/vardius/go-api-boilerplate - 48c63642054980f2c7a4f03a51b70a98af5f1652 authored about 4 years ago by Rafał Lorenz <[email protected]>
Add private registry information

github.com/vardius/go-api-boilerplate - 5982f32ebf4b6ab8fcfc205fcc24f60ccb2b03e0 authored about 4 years ago by Rafał Lorenz <[email protected]>
Remove empty diff

github.com/vardius/go-api-boilerplate - 932da8ccc9b119350dfbc5c741fb725253a91cfd authored about 4 years ago by Rafał Lorenz <[email protected]>
Update readme

github.com/vardius/go-api-boilerplate - 92774a2320ae3c6f87d324bc3eb28330900ab3a0 authored about 4 years ago by Rafał Lorenz <[email protected]>
Update default k8s version

github.com/vardius/go-api-boilerplate - 5685c024ae2e48a25a66b799c90c847b5071893d authored about 4 years ago by Rafał Lorenz <[email protected]>
Update script to generate ts test workflows

github.com/vardius/go-api-boilerplate - 972ef578a9d90231d2696c5bd6546e5f8d32fa59 authored about 4 years ago by Rafał Lorenz <[email protected]>
Split workflows

github.com/vardius/go-api-boilerplate - 46312061a2d69332b12ce99573a7ccbe94232b03 authored about 4 years ago by Rafał Lorenz <[email protected]>
Update helm and cert manager

github.com/vardius/go-api-boilerplate - f3b5e7c9973582479020d1829e2652ce4f0ee7e8 authored over 4 years ago by Rafał Lorenz <[email protected]>
Add web microservice

github.com/vardius/go-api-boilerplate - 86b2aaca5f71f88149bfa962f430b8f0ed11a367 authored over 4 years ago by Rafał Lorenz <[email protected]>
Fix middleware

github.com/vardius/go-api-boilerplate - 2199b7b2083b8527ef1cc9a18d1a850f2fbe27d4 authored over 4 years ago by Rafał Lorenz <[email protected]>
Pass metadata with internal requests

github.com/vardius/go-api-boilerplate - ab6efad286495f761e7cfa3bd53ffd93a68cde32 authored over 4 years ago by Rafał Lorenz <[email protected]>
Store token info as json in storage

github.com/vardius/go-api-boilerplate - 976f86e12bad1c4fc3e087ebd4a488765e3912e7 authored over 4 years ago by Rafał Lorenz <[email protected]>
Add security panel to UI with oauth2 example

github.com/vardius/go-api-boilerplate - 69423e2f359905badde15e041f1924ee93fb6eca authored over 4 years ago by Rafał Lorenz <[email protected]>
Use ClientBasicHandler

github.com/vardius/go-api-boilerplate - 75638e5951a71cbff1ee3311126cc0ce70b95acd authored over 4 years ago by Rafał Lorenz <[email protected]>
Small fixes to get the whole default flow working

github.com/vardius/go-api-boilerplate - 008dd28f87ebdd0835dab362eb5566be070fb0e0 authored over 4 years ago by Rafał Lorenz <[email protected]>
Merge remote-tracking branch 'origin/master'

github.com/vardius/go-api-boilerplate - 5edbf26adff856c609bd25414046177da3958cfc authored over 4 years ago by Rafał Lorenz <[email protected]>
Store event metadata

github.com/vardius/go-api-boilerplate - fccc972a77869f555909c69b20146cdf40dae275 authored over 4 years ago by Rafał Lorenz <[email protected]>
Update README.md

github.com/vardius/go-api-boilerplate - d8af7759b3e1e283d47e1a4b6420ff8cd90c3507 authored over 4 years ago by Rafał Lorenz <[email protected]>
Add github test action

github.com/vardius/go-api-boilerplate - 75d16ff017c715a755185dc9b2017851fedaeef4 authored over 4 years ago by Rafał Lorenz <[email protected]>
Improve and implement all oauth2 flows

github.com/vardius/go-api-boilerplate - 37705b25b1f53fe23444f959ed089fd7134ffa01 authored over 4 years ago by Rafał Lorenz <[email protected]>
Fix tests after refactor

github.com/vardius/go-api-boilerplate - e2f453c933460d71f661fbc7e0357b99df94e4a4 authored over 4 years ago by Rafał Lorenz <[email protected]>
Fix small issues

github.com/vardius/go-api-boilerplate - a02f81b569fa73f8099effbe1d462527a4bd2d97 authored over 4 years ago by Rafał Lorenz <[email protected]>
Add missing files

github.com/vardius/go-api-boilerplate - d2cfea273feb2c088c39b08d2733a583b2f301bc authored over 4 years ago by Rafał Lorenz <[email protected]>
Create client credentials during user registration

github.com/vardius/go-api-boilerplate - 00835284496cdf375b4e626982ff98dfc383c47f authored over 4 years ago by Rafał Lorenz <[email protected]>
Fix api url const

github.com/vardius/go-api-boilerplate - 4e74058f647c992b51cb07141c6571f32d167dd0 authored over 4 years ago by Rafał Lorenz <[email protected]>
Use header for auth token

github.com/vardius/go-api-boilerplate - b9a02aea44988757b0b002ed1f3e14ebc3b21ef0 authored over 4 years ago by Rafał Lorenz <[email protected]>
Disable phpmyadmin by default, expose mysql 3306 port to external network

github.com/vardius/go-api-boilerplate - 0cd084e5c1c349cb32d88418a2982392f20f3ef3 authored over 4 years ago by Rafał Lorenz <[email protected]>
Fix mysql event store

github.com/vardius/go-api-boilerplate - 04bb2e99a2159e838176c01af3416baff059b923 authored over 4 years ago by Rafał Lorenz <[email protected]>
Use by default mysql event store (in memory supports single pod only)

github.com/vardius/go-api-boilerplate - e365fb48a346bff8aad084256c1f827b85227b0c authored over 4 years ago by Rafał Lorenz <[email protected]>
Update styling

github.com/vardius/go-api-boilerplate - 863696ce9bea2165e0473305cf085c4ea002d5bc authored over 4 years ago by Rafał Lorenz <[email protected]>
Merge remote-tracking branch 'origin/master'

github.com/vardius/go-api-boilerplate - c57b128a6c1136336101fd2a0ce0100f7ba11cdd authored over 4 years ago by Rafał Lorenz <[email protected]>
Fix header responsiveness

github.com/vardius/go-api-boilerplate - 2cf602ee61236cb9373a18250b87d3c1bc9fd777 authored over 4 years ago by Rafał Lorenz <[email protected]>
Update README.md

github.com/vardius/go-api-boilerplate - 20fe1a3f35b3fcf96633d5fcf6f253e177012479 authored over 4 years ago by Rafał Lorenz <[email protected]>
Update README.md

github.com/vardius/go-api-boilerplate - 9ff39a6c07d5b2c7716e09a79608b3c610346421 authored over 4 years ago by Rafał Lorenz <[email protected]>
Update README.md

github.com/vardius/go-api-boilerplate - 38e135bd6a2cd0d0038ed2731b99b38678030ab4 authored over 4 years ago by Rafał Lorenz <[email protected]>
Add files via upload

github.com/vardius/go-api-boilerplate - 232d035f50bed2a271b75a449f03baa72416bf8b authored over 4 years ago by Rafał Lorenz <[email protected]>
Add user paginated table

github.com/vardius/go-api-boilerplate - 8814ba742582c9cd0fd5617acfd5ef7f57f1a18a authored over 4 years ago by Rafał Lorenz <[email protected]>
Add UI example

github.com/vardius/go-api-boilerplate - 9afab45e3229bf6aeb36cddff9b0fc96e21079bb authored over 4 years ago by Rafał Lorenz <[email protected]>
Update cors origins

github.com/vardius/go-api-boilerplate - 37cdfde94c82198eb5cc2f5207657f8a8ccdc1f2 authored over 4 years ago by Rafał Lorenz <[email protected]>
Set header only if not OK

github.com/vardius/go-api-boilerplate - 8b3863b00d216214994608ebb88d0cf6bbdaa290 authored over 4 years ago by Rafał Lorenz <[email protected]>
Set header before json encoder

github.com/vardius/go-api-boilerplate - d04f78b0f74e3e56df93818524cf056a053947a0 authored over 4 years ago by Rafał Lorenz <[email protected]>
Add timeout to event handlers

github.com/vardius/go-api-boilerplate - 0d668b04966ed4e0bdcb06fe45abaf79c668d700 authored over 4 years ago by Rafał Lorenz <[email protected]>
Write header before status

github.com/vardius/go-api-boilerplate - 6f5389d0d3518b42d5140466e0acd476bf64c449 authored over 4 years ago by Rafał Lorenz <[email protected]>
Do not cancel

github.com/vardius/go-api-boilerplate - 021717af21402320298ef82ed33fdcda8c222c8b authored over 4 years ago by Rafał Lorenz <[email protected]>
Fix event handler context timeout (do not use http request context)

github.com/vardius/go-api-boilerplate - cd9f8676ed96fbaa6ddb7f747a8e7c72b981ca6f authored over 4 years ago by Rafał Lorenz <[email protected]>
Use email as an identifier to request access token

github.com/vardius/go-api-boilerplate - 02712ba5eeb0e14294a00790d82589629cbcbdb6 authored over 4 years ago by Rafał Lorenz <[email protected]>
Update repository get signature

github.com/vardius/go-api-boilerplate - 8673f232e08129da4600197c08b72b3c0215f3d8 authored over 4 years ago by Rafał Lorenz <[email protected]>
panic on nil error

github.com/vardius/go-api-boilerplate - 5b7c555cfeddf1ca6bcec6eca3d195e1efefeff2 authored over 4 years ago by Rafał Lorenz <[email protected]>
Remove body checks on GET requests

github.com/vardius/go-api-boilerplate - b0d2d51e0efe0eb2db1f4d87c132523fdc38b4fd authored over 4 years ago by Rafał Lorenz <[email protected]>
Merge remote-tracking branch 'origin/master'

github.com/vardius/go-api-boilerplate - e5e99a8444cd194acf43044d24101dfc27a7c988 authored over 4 years ago by Rafał Lorenz <[email protected]>
Update bus interface to return error on publish

github.com/vardius/go-api-boilerplate - 841dc0770def59cc05bdd53cc5930d50a936685e authored over 4 years ago by Rafał Lorenz <[email protected]>
Get channel before select to avoid locks multiple times

github.com/vardius/go-api-boilerplate - 94685599d9ac24f7bbaf1c7dce2c79a4dfbbf308 authored over 4 years ago by Rafał Lorenz <[email protected]>
Delete launch.json

github.com/vardius/go-api-boilerplate - 81cdacbe053fafb52f61b3b8c3417835f464fd06 authored over 4 years ago by Rafał Lorenz <[email protected]>
Delete settings.json

github.com/vardius/go-api-boilerplate - 8f3127fe822591c09b3609600c3e94f054fe922d authored over 4 years ago by Rafał Lorenz <[email protected]>
Docker system prune

github.com/vardius/go-api-boilerplate - 51e0d004391dd822f1b9114e1f33cb72f8204840 authored over 4 years ago by Rafał Lorenz <[email protected]>
Update image names for helm

github.com/vardius/go-api-boilerplate - b24ecd83c6b145ed57a400a3ec882bdd22922471 authored over 4 years ago by Rafał Lorenz <[email protected]>
Update all images steps

github.com/vardius/go-api-boilerplate - 1d65fc8229ca22523f54c71bcfc0c3a00a6d19ab authored over 4 years ago by Rafał Lorenz <[email protected]>
Handle server closed error when gracefully shutdown

github.com/vardius/go-api-boilerplate - 92aa1c3baf00c861bfcd93e169c0ac2da37a6306 authored over 4 years ago by Rafał Lorenz <[email protected]>
Update make file to name docker image with namespace

github.com/vardius/go-api-boilerplate - 5c0a4309f65c0bd9e3eb3a5d3d395dd55fe07218 authored over 4 years ago by Rafał Lorenz <[email protected]>
Remove warning

github.com/vardius/go-api-boilerplate - c353f0da134981786d47367c7e3eb27b36b4f686 authored over 4 years ago by Rafał Lorenz <[email protected]>
Change ingress api version

github.com/vardius/go-api-boilerplate - 6f70c6c6a6bc4c62a3af0c03beb57472e41750b6 authored over 4 years ago by Rafał Lorenz <[email protected]>
Refactor event bus package

github.com/vardius/go-api-boilerplate - 13004fd07d80971ee6fcf104ab274f12f9b92c16 authored over 4 years ago by Rafał Lorenz <[email protected]>
Add github action to publish images on release

github.com/vardius/go-api-boilerplate - 1eb42dcd39598e0f610e4da1538583e89ae41448 authored over 4 years ago by Rafał Lorenz <[email protected]>
Improve logs with metadata response status info

github.com/vardius/go-api-boilerplate - d20c5d1e1ddd4598acc922d354ae84af26785673 authored over 4 years ago by Rafał Lorenz <[email protected]>
Fix rate limiter middleware

github.com/vardius/go-api-boilerplate - 76072c24abc32da203ef25eae4658edb9494f870 authored over 4 years ago by Rafał Lorenz <[email protected]>
Set ip default to addr

github.com/vardius/go-api-boilerplate - 94b5ae3d13cd9704d91248f4285d6a80ac6a4bdb authored over 4 years ago by Rafał Lorenz <[email protected]>
Tag image as latest

github.com/vardius/go-api-boilerplate - c20a7f80d9a7936d989587e410717e70943ea3f6 authored over 4 years ago by Rafał Lorenz <[email protected]>
Split host port only if collon present

github.com/vardius/go-api-boilerplate - 7a05e6f9e27d0e950de5b28621cd6e201e058abc authored over 4 years ago by Rafał Lorenz <[email protected]>