Skip to content
This repository has been archived by the owner on Jun 9, 2020. It is now read-only.

Releases: shepherd-06/Bugtracker

Pre Alpha (Developers Preview Only)

22 Oct 17:58
4ce8951
Compare
Choose a tag to compare
Pre-release

Sooooooooo...
This is BugTracker. I have been working on it for quite sometimes, a little over 4 months I think. I wrote it based on the problem I face every day at work. It's hard to go through logs when you are working on a high-frequency project, it is harder if there are more than one project. And a lot of times, you don't even know it's breaking somewhere. So, I have built this BugTracker.
Let's start with the features. what can it do?
For starters, it will obviously log your errors. Plus if you want to print some stuff, it will be also possible through verbose log. Logs are from different projects (They will be registered, by developers, obviously!) and Project(s) will be under a team.

What's the catch?
This BugTracker, it's a package. You have to host it on your server, set up the database and everything. Plus, you will need to install a package on your project(s), Zathura (https://pypi.org/project/zathura/). Right now, you have to call a function of Zathura from your codebase, where you already know, it's supposed to break, Kind of like white box testing (I think!). However, I will keep working on to make this more automatic, to parse through the nohup.out file (at first!) and log it.

So, if you are using this developer preview version, Thank you. It means a lot. Please open a new issue, for bugs or enhancements etc!

Oh! One, tiny little feature. There is a small ping feature, to keep pinging away automatically (in every 5 minutes!) to see that status of your server. Nothing fancy! Just a small GET, HEAD or OPTIONS request.