Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexandrelam/blame-detective
Empowering Developers to Track and Expose Code Alterations! ๐ต๏ธ ๐
https://github.com/alexandrelam/blame-detective
debug files github sentry
Last synced: about 1 month ago
JSON representation
Empowering Developers to Track and Expose Code Alterations! ๐ต๏ธ ๐
- Host: GitHub
- URL: https://github.com/alexandrelam/blame-detective
- Owner: alexandrelam
- License: mit
- Created: 2023-06-19T12:05:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-16T08:31:54.000Z (9 months ago)
- Last Synced: 2024-10-12T09:48:56.989Z (2 months ago)
- Topics: debug, files, github, sentry
- Language: TypeScript
- Homepage: https://alexandrelam.github.io/blame-detective/
- Size: 6.74 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]
Blame Detective
Empowering Developers to Track and Expose Code Alterations! ๐ต๏ธ
Explore the docs
Report Bug
ยท
Request Feature
Table of Contents
## About The Project
[cover.webm](https://github.com/alexandrelam/blame-detective/assets/25727549/10a217db-7ca7-4b51-8f2c-58bc18c80f1d)
Blame Detective is a highly efficient and user-friendly application designed to streamline the process of bug tracking and debugging in software development projects. By leveraging its powerful features, Blame Detective empowers developers to identify and resolve bugs quickly and effectively, saving valuable time and resources.
Blame Detective aims to revolutionize the bug tracking process by providing developers with a comprehensive set of tools to expedite bug resolution. By pinpointing the exact file responsible for the bug, developers can significantly reduce debugging time and enhance overall productivity.
### Built With
- [![React][React.js]][React-url]
- [![Vite](https://img.shields.io/badge/Vite-2.6.0-646CFF?style=for-the-badge&logo=vite&logoColor=white)](https://vitejs.dev/)
- [![Tailwind CSS](https://img.shields.io/badge/Tailwind%20CSS-2.2.19-38B2AC?style=for-the-badge&logo=tailwind-css&logoColor=white)](https://tailwindcss.com/)
- [![DaisyUI](https://img.shields.io/badge/DaisyUI-1.11.0-FB8C00?style=for-the-badge&logo=tailwind-css&logoColor=white)](https://daisyui.com/)
- [![GitHub API](https://img.shields.io/badge/GitHub%20API-v3-181717?style=for-the-badge&logo=github&logoColor=white)](https://docs.github.com/en/rest)## Getting Started
Thank you for choosing Blame Detective for your bug tracking and debugging needs. Follow the instructions below to set up and use the application.
### Prerequisites
Before installing Blame Detective, ensure that you have the following prerequisites:
Node.js and npm (Node Package Manager) installed on your machine. You can download them from https://nodejs.org.
- npm
```sh
npm install npm@latest -g
```### Installation
To install and run Blame Detective locally, please follow these steps:
1. Clone the GitHub repository to your local machine using the following command:
```sh
git clone https://github.com/alexandrelam/blame-detective.git
```Alternatively, you can download the repository as a ZIP file and extract it to your preferred location.
2. Navigate to the project directory:
```sh
cd blame-detective
```3. Install the required npm packages by running the following command:
```sh
npm ci
```4. Run the application using the following command:
```sh
npm run dev
```5. Open your web browser and access the application at http://localhost:5173/.
## Usage
Blame Detective offers a range of powerful features to streamline the bug tracking and debugging process. Here are some examples of how you can effectively use the application:
### Example 1: Tracking Bug Introduction by Analyzing Modified Files within a Date Range
Specify the desired date range within Blame Detective to focus on specific periods of time.
Blame Detective will analyze the modification timestamps of your project files and display a comprehensive list of files that were modified within the specified range.
Review the list of modified files to identify potential candidates responsible for introducing bugs during that timeframe.
### Example 2: Conducting Advanced Text Searches
Utilize the powerful text search functionality provided by Blame Detective to locate specific code snippets or lines related to a bug.
Enter relevant search terms or apply regular expressions to narrow down your search to specific lines, functions, or variables.
Blame Detective will display the files that contain the matching text, allowing you to focus your attention on those specific code sections for bug investigation and resolution.
### Example 3: Including and Excluding Files with Regular Expressions
Leverage the flexibility of regular expressions within Blame Detective to include or exclude specific files from analysis.
Craft custom regular expressions to precisely target the files that need to be analyzed, saving time and effort.
Refine your bug tracking efforts by excluding irrelevant files or narrowing down the search to a specific subset of files based on their names or paths.
## Other
Open git diff from authors in vscode
```sh
git log --author="Alex\|Vincent" --pretty=format:%H | while read commit_hash; do git show "$commit_hash"; done | code -c "set ft=diff" -
```## Roadmap
- [ ] CI / CD
See the [open issues](https://github.com/alexandrelam/blame-detective/issues) for a full list of proposed features (and known issues).
## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
Distributed under the MIT License. See `LICENSE.txt` for more information.
## Contact
Project Link: [https://github.com/alexandrelam/blame-detective](https://github.com/alexandrelam/blame-detective)
## Acknowledgments
- [me](https://github.com/alexandrelam/blame-detective)
[contributors-shield]: https://img.shields.io/github/contributors/alexandrelam/blame-detective.svg?style=for-the-badge
[contributors-url]: https://github.com/alexandrelam/blame-detective/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/alexandrelam/blame-detective.svg?style=for-the-badge
[forks-url]: https://github.com/alexandrelam/blame-detective/network/members
[stars-shield]: https://img.shields.io/github/stars/alexandrelam/blame-detective.svg?style=for-the-badge
[stars-url]: https://github.com/alexandrelam/blame-detective/stargazers
[issues-shield]: https://img.shields.io/github/issues/alexandrelam/blame-detective.svg?style=for-the-badge
[issues-url]: https://github.com/alexandrelam/blame-detective/issues
[license-shield]: https://img.shields.io/github/license/alexandrelam/blame-detective.svg?style=for-the-badge
[license-url]: https://github.com/alexandrelam/blame-detective/blob/master/LICENSE.txt
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://www.linkedin.com/in/alexandre-lam-74787b191/
[React.js]: https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB
[React-url]: https://reactjs.org/