Skip to content

Tags: simiancreative/simiango

Tags

v1.0.6

Toggle v1.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add temporal (#46)

v1.0.5

Toggle v1.0.5's commit message
upgrade dependencies

v1.0.4

Toggle v1.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor config loader (#38)

v1.0.3

Toggle v1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add logger mock (#36)

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add error middleware (#35)

* Add error middleware

if there is a problem marshalling and writing json the error
middleware handles mapping the context errors to a result error
and returning json as a 500

* add service input

define a method for exposing a request body struct and auto marshaling 
into the given struct. The struct is then stored on the req object and 
returned as a param to the config handler

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add Sentry Monitoring Support (#33)

Adds sentry handling and changes the initialization strategy on the logger and server for more predictable behavior.

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.
Add before handlers to serivces (#27)

* Add before handlers to serivces
* Add error result builder
* update config BREAKING CHANGE: config now requires config.Enable()
* No longer using init on data packages
* more accurate test coverage

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.3.39

Toggle v0.3.39's commit message
update workflows

v0.3.38

Toggle v0.3.38's commit message
update workflows

v0.3.37

Toggle v0.3.37's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump github.com/gin-gonic/gin from 1.8.1 to 1.9.1 (#28)

Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.8.1 to 1.9.1.
- [Release notes](https://github.com/gin-gonic/gin/releases)
- [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md)
- [Commits](gin-gonic/gin@v1.8.1...v1.9.1)

---
updated-dependencies:
- dependency-name: github.com/gin-gonic/gin
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>