Skip to content

bowale01/python-script-to-fetch-the-commit-history-and-index-all-commits-in-Elastic-Search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#python script to fetch the commit history and index all commits in Elastic Search. Issue: For an inexplicable reason, our product owner really wants all commit activity from this public repo (https://github.com/RockstarLang/rockstar) to be available as separate documents in Elastic search They further specified that each document should include:

  • date of each commit
  • username of the committer
  • commit message

View from elastic cloud to test for the below user.

    1. Dylanbeattie
    1. Mikesep

And the test was ok with 200. You can see that if you scroll down.

GIT1 GIT3 GIT4

About

python script to fetch the commit history and index all commits in Elastic Search

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages