Releases: simonskodt/itu-minitwit
Releases · simonskodt/itu-minitwit
v2.0.0
Final week
Includes the final PDF exam hand-in in, found here: https://github.com/simonskodt/itu-minitwit/blob/main/Report/build/BSc_group_k.pdf
v1.8.0
Week 13
Automation of compiling .tex
files and generating PDF inside the /Documents folder.
v1.7.1
Week 12
- Initial implementation of docker swarm (not finished yet).
- Started on using LetsEncrypt and Nginx as a reverse proxy.
v1.7.0
Week 11
Implemented index on the data to improve response time on public timeline and finished UI tests.
v1.6.1
v1.6.0
Week 10
Final implementation of logging, fixing the limit of displaying 20 messages on my timeline, and renewed CI/CD.
- Logging with Loki (accessed through Grafana).
- Displaying all messages for a user and his/her followers with a scroll function.
- CI/CD refactored:
- Now only uses two docker-compose files and monitoring config files instead of using the whole git repository with
.local
directory for secrets - Split Monitoring/Logging and MiniTwit in two docker-compose files:
docker-compose.prod.yml
anddocker-compose.monitoring.yml
- Split image building and deployment in jobs
- Image building now uses caches for faster build times
- Now only uses two docker-compose files and monitoring config files instead of using the whole git repository with
v1.5.0
Week 9
Improved implementation of front-end.
- Add endpoint to page names.
- Fix the rendering of my timeline.
- Add transparent images to profiles.
- Add responsive design to enhance the mobile experience.
v1.4.0
Week 9
Improved implementation of front-end.
- Render public timeline much faster - only making one request per page.
- Working follow/unfollow function.
- Removed %20 error from private timeline with names with a space.
- Add function of pressing enter in input fields.
v1.3.2
Week 9
- Initial implementation of follow and unfollow function in front-end (some fixes needed).
- Streamline login and register flow.
v1.3.1
Week 8
Initial implementation of logging.