Skip to content

Releases: nkprince007/listen

v0.0.1

25 May 11:29
Compare
Choose a tag to compare

Changelog

23640cf travis: Add goreleaser deploy script
d5f5b16 ci: Add travis CI integration on GitHub mirror
3f800ec README: Add info about gitlab container registry
accf425 Add LICENSE
86f3214 micro: Rename namespace to gitmate.micro
0e0c594 handler: Move to outer level package
37a1cf3 Move micro/go-plugins to seperate file
7142b17 docker-compose: Build listen image, if absent
8bc69a0 Dockerfile: tidying it up
66752ec ci: Stop test pipeline on master
36e791d docker: Add test pipeline
faad296 docker: Use go get to fetch dependencies
c181654 ci: Add go test pipeline
3a10711 webhook: Add basic handler
98780dd docker: Add load balancing with traefik
280b07c main: Use port from go-micro env vars
ba5fc19 main: Add listen branding to init
2aaa91b README: Add info about docker-compose usage
167f3e5 docker: Add compose based system
a94df8d Merge branch 'docker' into 'master'
35f1105 docker: Use dep to download dependencies
0c46e47 README: Minor corrections
4e19c99 ci: Add .gitlab-ci.yml
86f548e docker: Add multi-stage build
a484c82 Use fixed port from environment variable
eb4abf2 Add dependency management with go dep
ba09a6e Add basic go-micro web server with echo endpoint
65d4066 Initial commit