-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Search twin commits and misc other improvements (#342)
- Implemented twin commits, closes #147 - Using basemodel again (pydantic) - Fixed the logger, improved log aesthetics and readability - github and jira issues are collected using their respective APIs (GITHUB token required via .env file) - Better word extraction and filtering based on tests conducted on the small dataset. - Report handlers now create nested folders - updated to python 3.10 - skip GitHub when fetching references - refactored git and raw_commit modules: all commit IDs, timestamp, parent, message and changed files are collected with a single call to git executable - refactored logging - Fixes: #339 #341 #334 #331 #326 #336
- Loading branch information
Showing
69 changed files
with
2,140 additions
and
2,111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +0,0 @@ | ||
import os | ||
|
||
DB_CONNECT_STRING = "postgresql://{}:{}@{}:{}/{}".format( | ||
os.environ["POSTGRES_USER"], | ||
os.environ["POSTGRES_PASSWORD"], | ||
os.environ["POSTGRES_HOST"], | ||
os.environ["POSTGRES_PORT"], | ||
os.environ["POSTGRES_DBNAME"], | ||
).lower() | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.