issues
search
vishesh-baghel
/
glide
You can see how Glidee-bot works by installing it from here
https://github.com/apps/glidee-bot
ISC License
0
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Adding chroma db and langchain integration
#62
vishesh-baghel
opened
7 months ago
6
Github api is tighly coupled with the app which makes it brittle to extenal changes
#61
vishesh-baghel
opened
8 months ago
0
Add langchain api
#60
vishesh-baghel
opened
8 months ago
0
Handle errors when the app tries to fetch details from a private repository
#59
vishesh-baghel
opened
8 months ago
0
added winning status
#58
vishesh-baghel
closed
9 months ago
0
added thank you page
#57
vishesh-baghel
closed
10 months ago
0
added app details in readme
#56
vishesh-baghel
closed
10 months ago
3
added helpfull comments throughout the project
#55
vishesh-baghel
closed
10 months ago
3
add post installation page
#54
vishesh-baghel
closed
10 months ago
0
changed the fetch function
#53
vishesh-baghel
closed
10 months ago
1
fixed the private key parsing issue
#52
vishesh-baghel
closed
10 months ago
2
secretOrPrivateKey must be an asymmetric key when using RS256
#51
vishesh-baghel
closed
10 months ago
0
added a demo comment to show raw scores
#50
vishesh-baghel
closed
10 months ago
1
show risk scores and predicted scores without slicing in a demo comment along with the real comment
#49
vishesh-baghel
closed
10 months ago
0
fixed the bug when the app stops the event processing
#48
vishesh-baghel
closed
10 months ago
3
The bot is not processing the events after receiving them from the github
#47
vishesh-baghel
closed
10 months ago
0
testing octokit auth
#46
vishesh-baghel
opened
10 months ago
1
changed the octokit auth method
#45
vishesh-baghel
closed
10 months ago
1
fixed the bug for deleting old files which are renamed
#44
vishesh-baghel
closed
10 months ago
1
fixed the bug for risk score going beyond 1
#43
vishesh-baghel
closed
10 months ago
1
added sort and slice function to show only top 10 files on comment
#42
vishesh-baghel
closed
10 months ago
1
added a file validator and converter for scientific notation in comme…
#41
vishesh-baghel
closed
10 months ago
1
Add 'fromExponential' to convert all the predicted scores from scientific notation to number
#40
vishesh-baghel
closed
10 months ago
0
35 Added scheduler to update predicted scores
#39
vishesh-baghel
closed
10 months ago
3
Batch query on mindsDB is returning the same set of files again and again
#38
vishesh-baghel
closed
10 months ago
1
Add comments on the important functions to let the other contibutors know about the implementation details
#37
vishesh-baghel
closed
10 months ago
0
Connect mindsdb to the bot
#36
vishesh-baghel
closed
10 months ago
1
Add a scheduler to fetch and update all the predicted risk scores in the 'File' model
#35
vishesh-baghel
closed
10 months ago
0
Add a new data model for training the predictor model
#34
vishesh-baghel
closed
10 months ago
1
Add a collection in db to store all the webhook events coming from the github.
#33
vishesh-baghel
closed
10 months ago
3
After a file is renamed, the old named file is not deleted from the DB.
#32
vishesh-baghel
closed
10 months ago
0
create a trigger in mindsdb to retrain the model every time data is updated after receiving pull request closed event
#31
vishesh-baghel
closed
10 months ago
1
added file updation logic for various file statuses coming from github
#30
vishesh-baghel
closed
10 months ago
1
smee client stops receiving events from github
#29
vishesh-baghel
closed
10 months ago
2
risk score is going beyond 1
#28
vishesh-baghel
closed
10 months ago
0
added the pull request closed event listener and file updation logic
#27
vishesh-baghel
closed
10 months ago
1
Show only top 10 files, which require more attention when a PR is opened
#26
vishesh-baghel
closed
10 months ago
1
Delete files from the db when file status is 'deleted' in the files fetched after receiving the pull request closed event
#25
vishesh-baghel
closed
10 months ago
0
Not able to calculate risk score due to error while sorting the commit list
#24
vishesh-baghel
closed
10 months ago
1
Add installation_repositories.added listener to process newly added or removed repositories
#23
vishesh-baghel
opened
10 months ago
0
fixed the heap memory issue and improved logs across files
#22
vishesh-baghel
closed
10 months ago
1
14 add pull request event listener to make a comment on every pull request
#21
vishesh-baghel
closed
10 months ago
1
Hit the heap memory limit
#20
vishesh-baghel
closed
10 months ago
0
Not able to find the files on the tree
#19
vishesh-baghel
closed
10 months ago
2
Take owner name from repository instead of installation object in the response payload while processing repositories
#18
vishesh-baghel
closed
10 months ago
1
Add AI to enhance the comment generation
#17
vishesh-baghel
opened
10 months ago
0
Add the logic to update the risk scores stored in the DB
#16
vishesh-baghel
closed
10 months ago
1
Add branch and file sha to the 'File' model
#15
vishesh-baghel
closed
10 months ago
1
Add pull request event listener to make a comment on every pull request
#14
vishesh-baghel
closed
10 months ago
1
Added database and save details for every installation
#13
vishesh-baghel
closed
10 months ago
1
Next