Skip to content

Releases: simonskodt/itu-minitwit

v2.0.0

23 May 10:34
Compare
Choose a tag to compare

v1.8.0

02 May 11:55
Compare
Choose a tag to compare

Week 13

Automation of compiling .tex files and generating PDF inside the /Documents folder.

v1.7.1

25 Apr 14:28
021bb33
Compare
Choose a tag to compare

Week 12

  • Initial implementation of docker swarm (not finished yet).
  • Started on using LetsEncrypt and Nginx as a reverse proxy.

v1.7.0

18 Apr 14:18
52660a2
Compare
Choose a tag to compare

Week 11

Implemented index on the data to improve response time on public timeline and finished UI tests.

v1.6.1

11 Apr 15:28
d66650b
Compare
Choose a tag to compare

v1.6.0

11 Apr 14:00
2a8e2c4
Compare
Choose a tag to compare

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 and docker-compose.monitoring.yml
    • Split image building and deployment in jobs
    • Image building now uses caches for faster build times

v1.5.0

05 Apr 14:50
79a2f71
Compare
Choose a tag to compare

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

28 Mar 17:05
e51b9b8
Compare
Choose a tag to compare

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

28 Mar 15:46
b402ab8
Compare
Choose a tag to compare

Week 9

  • Initial implementation of follow and unfollow function in front-end (some fixes needed).
  • Streamline login and register flow.

v1.3.1

24 Mar 10:42
fb9be92
Compare
Choose a tag to compare

Week 8

Initial implementation of logging.