This repository was archived by the owner on Nov 6, 2025. It is now read-only.
Releases: madswolf/Devoops
Releases · madswolf/Devoops
Release list
Automatic Release
v1.7 updated final report
Final Release
Analysis tools
Added static analysis tools:
- Actionlint
- Codeql
- Snyk
And the maintenance tools:
- sonarqube (https://sonarcloud.io/project/pull_requests_list?id=devops2022)
- code climate (https://codeclimate.com/github/ChadIImus/Devoops)
- better code hub (https://bettercodehub.com/results/ChadIImus/Devoops)
Automatic Release
Automatic Release
Minor enhancements
Merge pull request #25 from ChadIImus/feature/streamline_deploy Streamline deploy workflow
Continous integration and delivery implemented
These are implemented with github actions as can be seen here:
https://github.com/ChadIImus/Devoops/tree/master/.github/workflows
Program deployed
The Minitwit service is rewritten completely, and the application is deployed on DigitalOcean on http://164.90.243.193:5077 and it works with the Simulator on http://164.90.243.193:5077/Simulator
Rewriting in C#
Started Rewriting the application in C# with asp.net and EF core as the API framework and ORM.
Implemented data migration for the last application.
UI With Blazor needs a little work, and template-controller endpoints needs fitting to this new UI.
Refactor ITU-MiniTwit to work on modern system
Refactor ITU-MiniTwit to work on modern system