Skip to content

Commit

Permalink
update preload script
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuelef committed Aug 25, 2024
1 parent 26e37ca commit c99a3ba
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
7 changes: 6 additions & 1 deletion scripts/get_repos_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,9 @@ done <preloaded-repositories.txt
curl -s "http://143.47.226.125:8080/allCommits?repo=helm/helm"
curl -s "http://143.47.226.125:8080/allPRs?repo=helm/helm"
curl -s "http://143.47.226.125:8080/allIssues?repo=helm/helm"
curl -s "http://143.47.226.125:8080/allForks?repo=helm/helm"
curl -s "http://143.47.226.125:8080/allForks?repo=helm/helm"
sleep 600
curl -s "http://143.47.226.125:8080/allCommits?repo=pyenv/pyenv"
curl -s "http://143.47.226.125:8080/allPRs?repo=pyenv/pyenv"
curl -s "http://143.47.226.125:8080/allIssues?repo=pyenv/pyenv"
curl -s "http://143.47.226.125:8080/allForks?repo=pyenv/pyenv"
6 changes: 5 additions & 1 deletion scripts/preloaded-repositories.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@ rust-lang/rust
pytorch/pytorch
gofiber/fiber
gin-gonic/gin
grafana/grafana
microsoft/typescript
redis/redis
ollama/ollama
jetbrains/kotlin
kubernetes/kubernetes
apple/swift
hashicorp/terraform
pandas-dev/pandas
pandas-dev/pandas
quickwit-oss/quickwit
pyenv/pyenv
opentofu/opentofu

0 comments on commit c99a3ba

Please sign in to comment.