Releases: DevelOpsITU/MiniTwit
Releases · DevelOpsITU/MiniTwit
Version 1.7.0
Hand-in
What's Changed
- Testing/fluentd by @Thomsen96 in #184
- [Auto-generated] Submodule Updates 2416800161 by @Turboen in #186
- [Auto-generated] Submodule Updates 2416825845 by @Turboen in #187
- [Auto-generated] Submodule Updates 2417008007 by @Turboen in #188
- Docs by @Thomsen96 in #192
- Dev by @Thomsen96 in #193
- [Auto-generated] Submodule Updates 2418086068 by @Turboen in #194
- [Auto-generated] Submodule Updates 2418131403 by @Turboen in #196
Full Changelog: v1.6.0...v1.7.0
Version 1.6.0
What's Changed
- Feature/#135 more metrics for grafana by @Lucki2g in #163
- Added hack to create user if not exist when adding message through sim by @Turboen in #171
- hack fix for unfollow by @Lucki2g in #167
- Background scraper for postgres data by @Lucki2g in #166
- Dev by @Thomsen96 in #176
Full Changelog: v1.5.0...v1.6.0
Version 1.5.0
What's Changed
- Feature/#127 add hack counter by @Thomsen96 in #128
- Feature/#124 scrape and display data from the simulator graphs by @Thomsen96 in #131
- Feature/#117 setup GitHub action as ci by @ValarMarkhulis in #141
- Testing CI pipeline to main by @ValarMarkhulis in #145
- Feature/#114 td tools by @Lucki2g in #138
- Feature/#126 add centralized logging by @Thomsen96 in #146
- Add missing commit to dev workflow file by @ValarMarkhulis in #147
- Feature/#133 sla by @Lucki2g in #139
- Release dev by @Thomsen96 in #148
Full Changelog: v1.4.0...v1.5.0
Version 1.4.0
Overview:
- Added monitoring to the minitwit application
- Bug fix when following and unfollowing a user
- Bug fix add https to Gravatar links
What's Changed
- MiniTwit-#116: Use secure gravatar url by @DannyDelic in #118
- Feature/#112 follow not working by @Lucki2g in #119
- MiniTwit-#46: Redirect to followed/unfollowed user when clicking button by @DannyDelic in #120
- Feature/#103 setup monitoring by @Turboen in #122
- Dev by @Thomsen96 in #123
New Contributors
- @DannyDelic made their first contribution in #118
Full Changelog: v1.3.0...v1.4.0
Version 1.3.0
Notes
- Successful database migration from local SQLite database on Application server to Postgres database on Database server
- Start using structured logging.
- Fix cookie logic
- Almost 100% mirror of the original minitwit layout and looks.
What's Changed
- Bug/#75 cookie signout problem by @Lucki2g in #81
- same unautherized for unfollow as was made for follow by @Lucki2g in #80
- Move the database out of the docker image by @Thomsen96 in #84
- Fixed time in tweets by @Zavir in #82
- Follow correct syntax for adding meta data to a struct by @Thomsen96 in #88
- Feature/#37 handle database migration by @Thomsen96 in #89
- Followed property by @Lucki2g in #94
- Feature/#90 improve logging of the system by @Thomsen96 in #97
- Feature/#92 migrate data from sqlite to postgresql by @Lucki2g in #95
- Feature/#92 migrate data from sq lite to postgre sql by @Thomsen96 in #110
- Dev by @Thomsen96 in #111
Full Changelog: v1.2.0...v1.3.0
Version 1.2.0
What's Changed
- Feature/#23 missing timeline and user features by @Lucki2g in #43
- Feature/#40 move business logic from controllers to a business layer by @Thomsen96 in #48
- Check if there is a database connection to sqlite by @ValarMarkhulis in #42
- #4 constribution md by @Lucki2g in #64
- Feature/#61 conterize application by @Thomsen96 in #66
- Feature/#63 setup travis ci by @Lucki2g in #68
- Fixed following a user without being logged in by @Lucki2g in #56
- Feature/#53 support simulation api by @Turboen in #71
- Fix fresh runner and add comments to makefile by @ValarMarkhulis in #70
- Configuration file by @Lucki2g in #67
- Feature/#73 fix simulator endpoint not working by @Thomsen96 in #76
- big release by @Lucki2g in #77
Full Changelog: v1.1.0...v1.2.0
Version 1.1.0
- Uses Go instead of python for minitwit
- Uses Gin
- Seperated minitwit into several files
What's Changed
- Feature/#6 move mini twit to gin by @ValarMarkhulis in #13
- Feature/#14 serve register by @Zavir in #15
- Feature/#18 server logout by @Lucki2g in #20
- /user timeline by @Lucki2g in #21
- Features/#22 serve username follow by @Lucki2g in #25
- add message. removal of old prints by @Lucki2g in #27
- Update redirection clause to be if cookie pressent by @Thomsen96 in #34
- Add python test of the minitwit application by @ValarMarkhulis in #17
- Feature/#24 seperate code by @Thomsen96 in #38
- Merged dev into main by @Turboen in #39
New Contributors
- @ValarMarkhulis made their first contribution in #13
- @Zavir made their first contribution in #15
- @Lucki2g made their first contribution in #20
- @Thomsen96 made their first contribution in #34
- @Turboen made their first contribution in #39
Full Changelog: v1.0.0...v1.1.0
Version 1.0.0
First release