Skip to content

Releases: ContainerMaintainers/MiniTwit-Golang

v1.6.0 - Report

24 May 12:36
a89623c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.5.0...1.6.0

v1.5.0 - logging

02 May 16:00
0d1d79f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.0...1.5.0

v1.4.0 - Cute chick, pretty frontend and monitoring

25 Apr 15:32
8c711c9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.0...1.4.0

v1.3.0 - Pipeline and fixes

25 Mar 15:24
e6afa01
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.0...1.3.0

Non-sim version more fleshed out, v1.2.0

11 Mar 10:32
d5fc82c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.0...1.2.0

v. 1.1.0

05 Mar 14:34
29f1dcd
Compare
Choose a tag to compare

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

21 Feb 20:25
3747c16
Compare
Choose a tag to compare

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