Skip to content

Releases: DevOps26-RE/DevOps26_RE_minitwit

v8.0.0

15 May 15:08

Choose a tag to compare

update name of the report

v7.0.0

21 Mar 13:41
cff51b5

Choose a tag to compare

Automated release for version v7.0.0

What's Changed

Full Changelog: v6.0.0...v7.0.0

v6.0.0

13 Mar 15:40
f8f3b67

Choose a tag to compare

Automated release for version v6.0.0

What's Changed

Full Changelog: v5.0.0...v6.0.0

v5.0.0

06 Mar 21:51

Choose a tag to compare

Automated release for version v5.0.0

What's Changed

  • Add DB abstraction layer. Introduce GORM as ORM and add favicon by @JohannesHackl in #14
  • add: Tests now fail the program and print debugging info on where it … by @eliappo in #16
  • Fix: missing import of defaultdict by @eliappo in #18
  • Feature/shell ansible by @Jakub1996PL in #17

New Contributors

Full Changelog: v4.1.0...v5.0.0

v4.1.0

26 Feb 13:11

Choose a tag to compare

Automated release for version v4.1.0

Full Changelog: v4.0.0...v4.1.0

v4.0.0

23 Feb 22:33

Choose a tag to compare

Automated release for version v4.0.0

What's Changed

Full Changelog: v3.0.0...v4.0.0

v3.0.0 Week03_Simulator_API

21 Feb 09:11

Choose a tag to compare

  1. Implement Vagrantfile for DigitalOcean
  2. Implement separated simulator API endpoint
  3. Set up the server on DigitalOcean

| MiniTwit Web UI | http://164.92.186.201:5001 |
| Simulator API | http://164.92.186.201:5001/api |

v2.0.0 Week02_GO

15 Feb 09:15

Choose a tag to compare

  1. Refactored to the Go + Gin version
  2. Move Python file to legacy directory
  3. Update the docker file to fit new framework

v1.0.0 Week01_Refactoring

30 Jan 22:33

Choose a tag to compare

Completed tasks:

  • Converted the original itu-minitwit directory into a proper Git repository and committed the unmodified baseline code.
  • Analyzed the structure and behavior of ITU‑MiniTwit to build a high‑level understanding before refactoring.
  • Migrated the project to run on a modern Linux setup, including updating Python code to Python 3.12+, fixing dependencies, and recompiling the flag_tool.
  • Refactored minitwit.py and minitwit_tests.py using 2to3, manual fixes, and test validation to ensure compatibility.
  • Cleaned up and linted the control.sh script using shellcheck to improve portability and correctness.
  • Created a public GitHub repository, pushed all refactoring work, and prepared a release draft for the updated version of MiniTwit.