Releases: ContainerMaintainers/MiniTwit-Golang
Releases · ContainerMaintainers/MiniTwit-Golang
v1.6.0 - Report
What's Changed
- Paginate by @dmdequin in #125
- Remove old minitwit container in deploy.sh by @adamjhr in #126
- Grafana by @dmdequin in #127
- Add MIT LICENSE by @adamjhr in #131
- SLA by @adamjhr in #128
- Updated automated testing to use include sim_api test by @adamjhr in #129
- Added: Contribution guidelines for this project by @DanyalYor in #139
- AI attribution by @adamjhr in #133
- adding security assessment by @dmdequin in #142
- Report by @dmdequin in #143
- Monitoring by @dmdequin in #135
Full Changelog: 1.5.0...1.6.0
v1.5.0 - logging
What's Changed
- Enabler/prometheus grafana loki by @adamjhr in #106
- Enabler/connect loki to logs by @adamjhr in #120
Full Changelog: 1.4.0...1.5.0
v1.4.0 - Cute chick, pretty frontend and monitoring
What's Changed
- Small fixes by @adamjhr in #88
- Update branch by @adamjhr in #90
- Merge pull request #86 from ContainerMaintainers/small_fixes by @adamjhr in #91
- Enabler/prometheus grafana into logging by @adamjhr in #93
- Enabler/prometheus grafana by @adamjhr in #94
- Enabler/logging system by @adamjhr in #95
- cypress tests and workflow by @adamjhr in #92
- Pretty 🐣 by @sf-pear in #109
- Enabler/further monitoring by @adamjhr in #110
- NEW: Cute chick. by @sf-pear in #114
- Frontend by @dmdequin in #111
- Fixing by @adamjhr in #116
- dev to main :) by @Cromski in #115
- Update by @adamjhr in #117
- Bug/env credentials in container by @sf-pear in #107
- .env fix added by @adamjhr in #118
New Contributors
Full Changelog: 1.3.0...1.4.0
v1.3.0 - Pipeline and fixes
What's Changed
- Update enabler/pipeline by @adamjhr in #76
- Added limit to amount of tweets shown, logic added for when changing … by @adamjhr in #79
- Update enabler/pipeline by @adamjhr in #81
- Build and deploy pipeline by @adamjhr in #82
- Added error messages to login by @dmdequin in #83
- Monitoring by @sf-pear in #84
- Small fixes by @adamjhr in #86
- v1.3.0 by @adamjhr in #89
Full Changelog: 1.2.0...1.3.0
Non-sim version more fleshed out, v1.2.0
What's Changed
- Templates by @dmdequin in #30
- added buttons at the top for links by @dmdequin in #33
- Enabler/password salting by @Day0r in #36
- Web by @sf-pear in #39
- Templates by @dmdequin in #41
- Updated minitwit.go such that minitwit_sim_api_test.py tests pass by @adamjhr in #40
- Enabler/vagrant by @Day0r in #42
- Templates by @dmdequin in #43
- Removed all fatal logs, fixed update_latest() so it defaults to -1 by @adamjhr in #49
- Changed: The password checker now fetches password from db and compar… by @Day0r in #50
- Webapp by @sf-pear in #51
- getUserId small fix by @adamjhr in #52
- Fixed redirects for login and registration. by @dmdequin in #54
- development latest changes by @adamjhr in #55
- Extended logging by @adamjhr in #56
- Enabler/restructure code by @Day0r in #57
- Web by @dmdequin in #59
- Added chicken in egg favicon by @adamjhr in #63
- Web by @dmdequin in #65
- Webapp by @dmdequin in #68
- Webapp by @dmdequin in #69
New Contributors
Full Changelog: 1.0.0...1.2.0
v. 1.1.0
What's Changed
- Templates by @dmdequin in #30
- added buttons at the top for links by @dmdequin in #33
- Enabler/password salting by @Day0r in #36
- Web by @sf-pear in #39
- Templates by @dmdequin in #41
- Updated minitwit.go such that minitwit_sim_api_test.py tests pass by @adamjhr in #40
- Enabler/vagrant by @Day0r in #42
- Templates by @dmdequin in #43
- Removed all fatal logs, fixed update_latest() so it defaults to -1 by @adamjhr in #49
- Changed: The password checker now fetches password from db and compar… by @Day0r in #50
- Webapp by @sf-pear in #51
- getUserId small fix by @adamjhr in #52
- Fixed redirects for login and registration. by @dmdequin in #54
- development latest changes by @adamjhr in #55
- Extended logging by @adamjhr in #56
- Enabler/restructure code by @Day0r in #57
- Release to main! by @Day0r in #58
New Contributors
Full Changelog: 1.0.0...1.1.0
Initial Refactoring
The initial refactoring of Minitwit
A first step in the refactoring of minitwit. It is functional, but not yet 'usable' in the browser.
What's Changed
- 'minitwit.py' refactored partially in Golang using Gin and GORM
- Connection to a postgres database created
- 'minitwit_tests.py' refactored in Golang
- Endpoints for the sim added
- Created Dockerfile for 'minitwit.go'
- Created docker-compose file, includes postgres database
- Updated Makefile