Skip to content

Releases: bjelicaluka/siithub

2.0.0

29 Jan 18:54
43e8f19
Compare
Choose a tag to compare

The focus of this release was to introduce new functionalities and improve some existing ones from the MVP.

Additions inside:

  • Advance Search so the user can search and sort entities from the system or specific repository
  • Project Tracking System: insights
  • Project Version Control System: file history, tagging, pull-requests

Improvements:

  • Showing all repositories that the user can access instead of the ones that he owns on the home page
  • Local id to the issue so it can be referenced as #I1
  • Milestone page shows a lot of information for the connected issues

1.0.0

13 Jan 11:51
fd36bc9
Compare
Choose a tag to compare

The focus of this release is to have a complete MVP that is functional, easy to use and deploy. There are changes across almost all of the subsystems.

Additions inside:

  • Home Page: listing user repositories, relevant activities
  • Project Management System: deleting repository, collaborators
  • Project Tracking System: commenting on the issue, reacting to the comment, staring repositories
  • Project Version Control System: branches, commits, serving project files
  • Project DevOps: Dockerization, CI/CD pipelines

0.0.1-alpha

25 Dec 23:06
4093731
Compare
Choose a tag to compare
0.0.1-alpha Pre-release
Pre-release

The focus of this release is User Management System, Project Management System and Project Tracking System.

Added

  • User Registration
  • Authentication with credentials or a GitHub account
  • User profile, Ssh key
  • Creating Repository
  • Labels, Issues, Milestones

note: this is pre-release because the application is still in its early phase.