timetable-extension #1
@ -20,6 +20,8 @@ func Check() {
|
||||
|
||||
apiUrl := fmt.Sprintf("%s/api/v1/repos/%s/%s/releases/latest", baseUrl, repoOwner, repoName)
|
||||
|
||||
log.Info("Initiating PIS Check")
|
||||
|
||||
resp, err := http.Get(apiUrl)
|
||||
if err != nil {
|
||||
log.Error("Error GETting Gitea API", zap.Error(err))
|
||||
|
@ -9,10 +9,6 @@ import (
|
||||
"os"
|
||||
"path/filepath"
|
||||
"strings"
|
||||
|
||||
"git.fjla.uk/owlboard/timetable-mgr/dbAccess"
|
||||
"git.fjla.uk/owlboard/timetable-mgr/log"
|
||||
"go.uber.org/zap"
|
||||
)
|
||||
|
||||
const (
|
||||
@ -50,7 +46,7 @@ func runUpdate(tarballUrl string) error {
|
||||
}
|
||||
|
||||
fmt.Println(&pisSlice)
|
||||
|
||||
/*
|
||||
err = dbAccess.DropCollection(dbAccess.PisCollection)
|
||||
if err != nil {
|
||||
return err
|
||||
@ -67,7 +63,7 @@ func runUpdate(tarballUrl string) error {
|
||||
if err != nil {
|
||||
log.Error("Failed to create PIS Indeces, poor performance expected", zap.Error(err))
|
||||
}
|
||||
|
||||
*/
|
||||
// Cleanup files
|
||||
cleanupFiles(destPath, extractPath)
|
||||
return nil
|
||||
|
Loading…
Reference in New Issue
Block a user